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