Uses of Interface
net.opengis.gml311.ImageCRSType
-
Packages that use ImageCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ImageCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return ImageCRSType Modifier and Type Method Description ImageCRSType
Gml311Factory. createImageCRSType()
Returns a new object of class 'Image CRS Type'.ImageCRSType
DocumentRoot. getImageCRS()
Returns the value of the 'Image CRS' containment reference.ImageCRSType
ImageCRSRefType. getImageCRS()
Returns the value of the 'Image CRS' containment reference.Methods in net.opengis.gml311 with parameters of type ImageCRSType Modifier and Type Method Description void
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 ImageCRSType Modifier and Type Class Description class
ImageCRSTypeImpl
An implementation of the model object 'Image CRS Type'.Fields in net.opengis.gml311.impl declared as ImageCRSType Modifier and Type Field Description protected ImageCRSType
ImageCRSRefTypeImpl. imageCRS
The cached value of the 'Image CRS
' containment reference.Methods in net.opengis.gml311.impl that return ImageCRSType Modifier and Type Method Description ImageCRSType
Gml311FactoryImpl. createImageCRSType()
ImageCRSType
DocumentRootImpl. getImageCRS()
ImageCRSType
ImageCRSRefTypeImpl. getImageCRS()
Methods in net.opengis.gml311.impl with parameters of type ImageCRSType Modifier and Type Method Description NotificationChain
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 ImageCRSType Modifier and Type Method Description T
Gml311Switch. 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)
-