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 ImageCRSRefTypeWcs111Factory. createImageCRSRefType()Returns a new object of class 'Image CRS Ref Type'.ImageCRSRefTypeWcs11Factory. createImageCRSRefType()Returns a new object of class 'Image CRS Ref Type'.ImageCRSRefTypeSpatialDomainType. 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 voidSpatialDomainType. 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 classImageCRSRefTypeImplAn implementation of the model object 'Image CRS Ref Type'.Fields in net.opengis.wcs11.impl declared as ImageCRSRefType Modifier and Type Field Description protected ImageCRSRefTypeSpatialDomainTypeImpl. imageCRSThe cached value of the 'Image CRS' containment reference.Methods in net.opengis.wcs11.impl that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefTypeWcs111FactoryImpl. createImageCRSRefType()ImageCRSRefTypeWcs11FactoryImpl. createImageCRSRefType()ImageCRSRefTypeSpatialDomainTypeImpl. getImageCRS()Methods in net.opengis.wcs11.impl with parameters of type ImageCRSRefType Modifier and Type Method Description NotificationChainSpatialDomainTypeImpl. basicSetImageCRS(ImageCRSRefType newImageCRS, NotificationChain msgs)voidSpatialDomainTypeImpl. 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 ObjectWcs111Switch. caseImageCRSRefType(ImageCRSRefType object)Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'.ObjectWcs11Switch. caseImageCRSRefType(ImageCRSRefType object)Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'.booleanWcs111Validator. validateImageCRSRefType(ImageCRSRefType imageCRSRefType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. 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 booleanSpatialDomainTypeValidator. validateImageCRS(ImageCRSRefType value)
-