Uses of Interface
net.opengis.gml311.ImageCRSType
Packages that use ImageCRSType
-
Uses of ImageCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return ImageCRSTypeModifier and TypeMethodDescriptionGml311Factory.createImageCRSType()
Returns a new object of class 'Image CRS Type'.DocumentRoot.getImageCRS()
Returns the value of the 'Image CRS' containment reference.ImageCRSRefType.getImageCRS()
Returns the value of the 'Image CRS' containment reference.Methods in net.opengis.gml311 with parameters of type ImageCRSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setImageCRS
(ImageCRSType value) Sets the value of the 'Image CRS
' containment reference.void
ImageCRSRefType.setImageCRS
(ImageCRSType value) Sets the value of the 'Image CRS
' containment reference. -
Uses of ImageCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ImageCRSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Image CRS Type'.Fields in net.opengis.gml311.impl declared as ImageCRSTypeModifier and TypeFieldDescriptionprotected ImageCRSType
ImageCRSRefTypeImpl.imageCRS
The cached value of the 'Image CRS
' containment reference.Methods in net.opengis.gml311.impl that return ImageCRSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createImageCRSType()
DocumentRootImpl.getImageCRS()
ImageCRSRefTypeImpl.getImageCRS()
Methods in net.opengis.gml311.impl with parameters of type ImageCRSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetImageCRS
(ImageCRSType newImageCRS, NotificationChain msgs) NotificationChain
ImageCRSRefTypeImpl.basicSetImageCRS
(ImageCRSType newImageCRS, NotificationChain msgs) void
DocumentRootImpl.setImageCRS
(ImageCRSType newImageCRS) void
ImageCRSRefTypeImpl.setImageCRS
(ImageCRSType newImageCRS) -
Uses of ImageCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ImageCRSTypeModifier and TypeMethodDescriptionGml311Switch.caseImageCRSType
(ImageCRSType object) Returns the result of interpreting the object as an instance of 'Image CRS Type'.boolean
Gml311Validator.validateImageCRSType
(ImageCRSType imageCRSType, DiagnosticChain diagnostics, Map<Object, Object> context)