Uses of Interface
net.opengis.gml311.ImageCRSRefType
-
Packages that use ImageCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ImageCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefType
Gml311Factory. createImageCRSRefType()
Returns a new object of class 'Image CRS Ref Type'.ImageCRSRefType
DocumentRoot. getImageCRSRef()
Returns the value of the 'Image CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type ImageCRSRefType Modifier and Type Method Description void
DocumentRoot. setImageCRSRef(ImageCRSRefType value)
Sets the value of the 'Image CRS Ref
' containment reference. -
Uses of ImageCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ImageCRSRefType Modifier and Type Class Description class
ImageCRSRefTypeImpl
An implementation of the model object 'Image CRS Ref Type'.Methods in net.opengis.gml311.impl that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefType
Gml311FactoryImpl. createImageCRSRefType()
ImageCRSRefType
DocumentRootImpl. getImageCRSRef()
Methods in net.opengis.gml311.impl with parameters of type ImageCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetImageCRSRef(ImageCRSRefType newImageCRSRef, NotificationChain msgs)
void
DocumentRootImpl. setImageCRSRef(ImageCRSRefType newImageCRSRef)
-
Uses of ImageCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ImageCRSRefType Modifier and Type Method Description T
Gml311Switch. caseImageCRSRefType(ImageCRSRefType object)
Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'.boolean
Gml311Validator. validateImageCRSRefType(ImageCRSRefType imageCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-