Uses of Interface
net.opengis.gml311.ImageDatumRefType
-
Packages that use ImageDatumRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ImageDatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return ImageDatumRefType Modifier and Type Method Description ImageDatumRefTypeGml311Factory. createImageDatumRefType()Returns a new object of class 'Image Datum Ref Type'.ImageDatumRefTypeDocumentRoot. getImageDatumRef()Returns the value of the 'Image Datum Ref' containment reference.ImageDatumRefTypeDocumentRoot. getUsesImageDatum()Returns the value of the 'Uses Image Datum' containment reference.ImageDatumRefTypeImageCRSType. getUsesImageDatum()Returns the value of the 'Uses Image Datum' containment reference.Methods in net.opengis.gml311 with parameters of type ImageDatumRefType Modifier and Type Method Description voidDocumentRoot. setImageDatumRef(ImageDatumRefType value)Sets the value of the 'Image Datum Ref' containment reference.voidDocumentRoot. setUsesImageDatum(ImageDatumRefType value)Sets the value of the 'Uses Image Datum' containment reference.voidImageCRSType. setUsesImageDatum(ImageDatumRefType value)Sets the value of the 'Uses Image Datum' containment reference. -
Uses of ImageDatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ImageDatumRefType Modifier and Type Class Description classImageDatumRefTypeImplAn implementation of the model object 'Image Datum Ref Type'.Fields in net.opengis.gml311.impl declared as ImageDatumRefType Modifier and Type Field Description protected ImageDatumRefTypeImageCRSTypeImpl. usesImageDatumThe cached value of the 'Uses Image Datum' containment reference.Methods in net.opengis.gml311.impl that return ImageDatumRefType Modifier and Type Method Description ImageDatumRefTypeGml311FactoryImpl. createImageDatumRefType()ImageDatumRefTypeDocumentRootImpl. getImageDatumRef()ImageDatumRefTypeDocumentRootImpl. getUsesImageDatum()ImageDatumRefTypeImageCRSTypeImpl. getUsesImageDatum()Methods in net.opengis.gml311.impl with parameters of type ImageDatumRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetImageDatumRef(ImageDatumRefType newImageDatumRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesImageDatum(ImageDatumRefType newUsesImageDatum, NotificationChain msgs)NotificationChainImageCRSTypeImpl. basicSetUsesImageDatum(ImageDatumRefType newUsesImageDatum, NotificationChain msgs)voidDocumentRootImpl. setImageDatumRef(ImageDatumRefType newImageDatumRef)voidDocumentRootImpl. setUsesImageDatum(ImageDatumRefType newUsesImageDatum)voidImageCRSTypeImpl. setUsesImageDatum(ImageDatumRefType newUsesImageDatum) -
Uses of ImageDatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ImageDatumRefType Modifier and Type Method Description TGml311Switch. caseImageDatumRefType(ImageDatumRefType object)Returns the result of interpreting the object as an instance of 'Image Datum Ref Type'.booleanGml311Validator. validateImageDatumRefType(ImageDatumRefType imageDatumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-