Uses of Interface
net.opengis.gml311.ImageDatumType
Packages that use ImageDatumType
-
Uses of ImageDatumType in net.opengis.gml311
Methods in net.opengis.gml311 that return ImageDatumTypeModifier and TypeMethodDescriptionGml311Factory.createImageDatumType()
Returns a new object of class 'Image Datum Type'.DocumentRoot.getImageDatum()
Returns the value of the 'Image Datum' containment reference.ImageDatumRefType.getImageDatum()
Returns the value of the 'Image Datum' containment reference.Methods in net.opengis.gml311 with parameters of type ImageDatumTypeModifier and TypeMethodDescriptionvoid
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 ImageDatumTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Image Datum Type'.Fields in net.opengis.gml311.impl declared as ImageDatumTypeModifier and TypeFieldDescriptionprotected ImageDatumType
ImageDatumRefTypeImpl.imageDatum
The cached value of the 'Image Datum
' containment reference.Methods in net.opengis.gml311.impl that return ImageDatumTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createImageDatumType()
DocumentRootImpl.getImageDatum()
ImageDatumRefTypeImpl.getImageDatum()
Methods in net.opengis.gml311.impl with parameters of type ImageDatumTypeModifier and TypeMethodDescriptionNotificationChain
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 ImageDatumTypeModifier and TypeMethodDescriptionGml311Switch.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)