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 ImageDatumRefType
Gml311Factory. createImageDatumRefType()
Returns a new object of class 'Image Datum Ref Type'.ImageDatumRefType
DocumentRoot. getImageDatumRef()
Returns the value of the 'Image Datum Ref' containment reference.ImageDatumRefType
DocumentRoot. getUsesImageDatum()
Returns the value of the 'Uses Image Datum' containment reference.ImageDatumRefType
ImageCRSType. 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 void
DocumentRoot. setImageDatumRef(ImageDatumRefType value)
Sets the value of the 'Image Datum Ref
' containment reference.void
DocumentRoot. setUsesImageDatum(ImageDatumRefType value)
Sets the value of the 'Uses Image Datum
' containment reference.void
ImageCRSType. 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 class
ImageDatumRefTypeImpl
An implementation of the model object 'Image Datum Ref Type'.Fields in net.opengis.gml311.impl declared as ImageDatumRefType Modifier and Type Field Description protected ImageDatumRefType
ImageCRSTypeImpl. usesImageDatum
The cached value of the 'Uses Image Datum
' containment reference.Methods in net.opengis.gml311.impl that return ImageDatumRefType Modifier and Type Method Description ImageDatumRefType
Gml311FactoryImpl. createImageDatumRefType()
ImageDatumRefType
DocumentRootImpl. getImageDatumRef()
ImageDatumRefType
DocumentRootImpl. getUsesImageDatum()
ImageDatumRefType
ImageCRSTypeImpl. getUsesImageDatum()
Methods in net.opengis.gml311.impl with parameters of type ImageDatumRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetImageDatumRef(ImageDatumRefType newImageDatumRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesImageDatum(ImageDatumRefType newUsesImageDatum, NotificationChain msgs)
NotificationChain
ImageCRSTypeImpl. basicSetUsesImageDatum(ImageDatumRefType newUsesImageDatum, NotificationChain msgs)
void
DocumentRootImpl. setImageDatumRef(ImageDatumRefType newImageDatumRef)
void
DocumentRootImpl. setUsesImageDatum(ImageDatumRefType newUsesImageDatum)
void
ImageCRSTypeImpl. 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 T
Gml311Switch. caseImageDatumRefType(ImageDatumRefType object)
Returns the result of interpreting the object as an instance of 'Image Datum Ref Type'.boolean
Gml311Validator. validateImageDatumRefType(ImageDatumRefType imageDatumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-