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 TypeMethodDescriptionvoid
DocumentRoot.setGridCRS
(GridCrsType value) Sets the value of the 'Grid CRS
' containment reference.void
OutputType.setGridCRS
(GridCrsType value) Sets the value of the 'Grid CRS
' containment reference.void
SpatialDomainType.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 TypeClassDescriptionclass
An implementation of the model object 'Grid Crs Type'.Fields in net.opengis.wcs11.impl declared as GridCrsTypeModifier and TypeFieldDescriptionprotected GridCrsType
OutputTypeImpl.gridCRS
The cached value of the 'Grid CRS
' containment reference.protected GridCrsType
SpatialDomainTypeImpl.gridCRS
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGridCRS
(GridCrsType newGridCRS, NotificationChain msgs) NotificationChain
OutputTypeImpl.basicSetGridCRS
(GridCrsType newGridCRS, NotificationChain msgs) NotificationChain
SpatialDomainTypeImpl.basicSetGridCRS
(GridCrsType newGridCRS, NotificationChain msgs) void
DocumentRootImpl.setGridCRS
(GridCrsType newGridCRS) void
OutputTypeImpl.setGridCRS
(GridCrsType newGridCRS) void
SpatialDomainTypeImpl.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'.boolean
Wcs111Validator.validateGridCrsType
(GridCrsType gridCrsType, DiagnosticChain diagnostics, Map context) boolean
Wcs11Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateGridCRS
(GridCrsType value) boolean
OutputTypeValidator.validateGridCRS
(GridCrsType value) boolean
SpatialDomainTypeValidator.validateGridCRS
(GridCrsType value)