Uses of Interface
net.opengis.gml311.ImageDatumType
-
Packages that use ImageDatumType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ImageDatumType in net.opengis.gml311
Methods in net.opengis.gml311 that return ImageDatumType Modifier and Type Method Description ImageDatumType
Gml311Factory. createImageDatumType()
Returns a new object of class 'Image Datum Type'.ImageDatumType
DocumentRoot. getImageDatum()
Returns the value of the 'Image Datum' containment reference.ImageDatumType
ImageDatumRefType. getImageDatum()
Returns the value of the 'Image Datum' containment reference.Methods in net.opengis.gml311 with parameters of type ImageDatumType Modifier and Type Method Description void
DocumentRoot. setImageDatum(ImageDatumType value)
Sets the value of the 'Image Datum
' containment reference.void
ImageDatumRefType. setImageDatum(ImageDatumType value)
Sets the value of the 'Image Datum
' containment reference. -
Uses of ImageDatumType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ImageDatumType Modifier and Type Class Description class
ImageDatumTypeImpl
An implementation of the model object 'Image Datum Type'.Fields in net.opengis.gml311.impl declared as ImageDatumType Modifier and Type Field Description protected ImageDatumType
ImageDatumRefTypeImpl. imageDatum
The cached value of the 'Image Datum
' containment reference.Methods in net.opengis.gml311.impl that return ImageDatumType Modifier and Type Method Description ImageDatumType
Gml311FactoryImpl. createImageDatumType()
ImageDatumType
DocumentRootImpl. getImageDatum()
ImageDatumType
ImageDatumRefTypeImpl. getImageDatum()
Methods in net.opengis.gml311.impl with parameters of type ImageDatumType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetImageDatum(ImageDatumType newImageDatum, NotificationChain msgs)
NotificationChain
ImageDatumRefTypeImpl. basicSetImageDatum(ImageDatumType newImageDatum, NotificationChain msgs)
void
DocumentRootImpl. setImageDatum(ImageDatumType newImageDatum)
void
ImageDatumRefTypeImpl. setImageDatum(ImageDatumType newImageDatum)
-
Uses of ImageDatumType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ImageDatumType Modifier and Type Method Description T
Gml311Switch. caseImageDatumType(ImageDatumType object)
Returns the result of interpreting the object as an instance of 'Image Datum Type'.boolean
Gml311Validator. validateImageDatumType(ImageDatumType imageDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-