Uses of Interface
net.opengis.wcs11.ImageCRSRefType
-
Packages that use ImageCRSRefType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of ImageCRSRefType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefType
Wcs111Factory. createImageCRSRefType()
Returns a new object of class 'Image CRS Ref Type'.ImageCRSRefType
Wcs11Factory. createImageCRSRefType()
Returns a new object of class 'Image CRS Ref Type'.ImageCRSRefType
SpatialDomainType. getImageCRS()
Returns the value of the 'Image CRS' containment reference.Methods in net.opengis.wcs11 with parameters of type ImageCRSRefType Modifier and Type Method Description void
SpatialDomainType. setImageCRS(ImageCRSRefType value)
Sets the value of the 'Image CRS
' containment reference. -
Uses of ImageCRSRefType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement ImageCRSRefType Modifier and Type Class Description class
ImageCRSRefTypeImpl
An implementation of the model object 'Image CRS Ref Type'.Fields in net.opengis.wcs11.impl declared as ImageCRSRefType Modifier and Type Field Description protected ImageCRSRefType
SpatialDomainTypeImpl. imageCRS
The cached value of the 'Image CRS
' containment reference.Methods in net.opengis.wcs11.impl that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefType
Wcs111FactoryImpl. createImageCRSRefType()
ImageCRSRefType
Wcs11FactoryImpl. createImageCRSRefType()
ImageCRSRefType
SpatialDomainTypeImpl. getImageCRS()
Methods in net.opengis.wcs11.impl with parameters of type ImageCRSRefType Modifier and Type Method Description NotificationChain
SpatialDomainTypeImpl. basicSetImageCRS(ImageCRSRefType newImageCRS, NotificationChain msgs)
void
SpatialDomainTypeImpl. setImageCRS(ImageCRSRefType newImageCRS)
-
Uses of ImageCRSRefType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type ImageCRSRefType Modifier and Type Method Description Object
Wcs111Switch. caseImageCRSRefType(ImageCRSRefType object)
Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'.Object
Wcs11Switch. caseImageCRSRefType(ImageCRSRefType object)
Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'.boolean
Wcs111Validator. validateImageCRSRefType(ImageCRSRefType imageCRSRefType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateImageCRSRefType(ImageCRSRefType imageCRSRefType, DiagnosticChain diagnostics, Map context)
-
Uses of ImageCRSRefType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type ImageCRSRefType Modifier and Type Method Description boolean
SpatialDomainTypeValidator. validateImageCRS(ImageCRSRefType value)
-