Uses of Interface
net.opengis.wcs11.GridCrsType
Packages that use GridCrsType
Package
Description
-
Uses of GridCrsType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return GridCrsTypeModifier and TypeMethodDescriptionWcs111Factory.createGridCrsType()Returns a new object of class 'Grid Crs Type'.Wcs11Factory.createGridCrsType()Returns a new object of class 'Grid Crs Type'.DocumentRoot.getGridCRS()Returns the value of the 'Grid CRS' containment reference.OutputType.getGridCRS()Returns the value of the 'Grid CRS' containment reference.SpatialDomainType.getGridCRS()Returns the value of the 'Grid CRS' containment reference.Methods in net.opengis.wcs11 with parameters of type GridCrsTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setGridCRS(GridCrsType value) Sets the value of the 'Grid CRS' containment reference.voidOutputType.setGridCRS(GridCrsType value) Sets the value of the 'Grid CRS' containment reference.voidSpatialDomainType.setGridCRS(GridCrsType value) Sets the value of the 'Grid CRS' containment reference. -
Uses of GridCrsType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement GridCrsTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Grid Crs Type'.Fields in net.opengis.wcs11.impl declared as GridCrsTypeModifier and TypeFieldDescriptionprotected GridCrsTypeOutputTypeImpl.gridCRSThe cached value of the 'Grid CRS' containment reference.protected GridCrsTypeSpatialDomainTypeImpl.gridCRSThe cached value of the 'Grid CRS' containment reference.Methods in net.opengis.wcs11.impl that return GridCrsTypeModifier and TypeMethodDescriptionWcs111FactoryImpl.createGridCrsType()Wcs11FactoryImpl.createGridCrsType()DocumentRootImpl.getGridCRS()OutputTypeImpl.getGridCRS()SpatialDomainTypeImpl.getGridCRS()Methods in net.opengis.wcs11.impl with parameters of type GridCrsTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetGridCRS(GridCrsType newGridCRS, NotificationChain msgs) NotificationChainOutputTypeImpl.basicSetGridCRS(GridCrsType newGridCRS, NotificationChain msgs) NotificationChainSpatialDomainTypeImpl.basicSetGridCRS(GridCrsType newGridCRS, NotificationChain msgs) voidDocumentRootImpl.setGridCRS(GridCrsType newGridCRS) voidOutputTypeImpl.setGridCRS(GridCrsType newGridCRS) voidSpatialDomainTypeImpl.setGridCRS(GridCrsType newGridCRS) -
Uses of GridCrsType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type GridCrsTypeModifier and TypeMethodDescriptionWcs111Switch.caseGridCrsType(GridCrsType object) Returns the result of interpreting the object as an instance of 'Grid Crs Type'.Wcs11Switch.caseGridCrsType(GridCrsType object) Returns the result of interpreting the object as an instance of 'Grid Crs Type'.booleanWcs111Validator.validateGridCrsType(GridCrsType gridCrsType, DiagnosticChain diagnostics, Map context) booleanWcs11Validator.validateGridCrsType(GridCrsType gridCrsType, DiagnosticChain diagnostics, Map context) -
Uses of GridCrsType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type GridCrsTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateGridCRS(GridCrsType value) booleanOutputTypeValidator.validateGridCRS(GridCrsType value) booleanSpatialDomainTypeValidator.validateGridCRS(GridCrsType value)