Uses of Interface
net.opengis.wcs11.GridCrsType
-
Packages that use GridCrsType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of GridCrsType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return GridCrsType Modifier and Type Method Description GridCrsType
Wcs111Factory. createGridCrsType()
Returns a new object of class 'Grid Crs Type'.GridCrsType
Wcs11Factory. createGridCrsType()
Returns a new object of class 'Grid Crs Type'.GridCrsType
DocumentRoot. getGridCRS()
Returns the value of the 'Grid CRS' containment reference.GridCrsType
OutputType. getGridCRS()
Returns the value of the 'Grid CRS' containment reference.GridCrsType
SpatialDomainType. getGridCRS()
Returns the value of the 'Grid CRS' containment reference.Methods in net.opengis.wcs11 with parameters of type GridCrsType Modifier and Type Method Description void
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 GridCrsType Modifier and Type Class Description class
GridCrsTypeImpl
An implementation of the model object 'Grid Crs Type'.Fields in net.opengis.wcs11.impl declared as GridCrsType Modifier and Type Field Description protected 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 GridCrsType Modifier and Type Method Description GridCrsType
Wcs111FactoryImpl. createGridCrsType()
GridCrsType
Wcs11FactoryImpl. createGridCrsType()
GridCrsType
DocumentRootImpl. getGridCRS()
GridCrsType
OutputTypeImpl. getGridCRS()
GridCrsType
SpatialDomainTypeImpl. getGridCRS()
Methods in net.opengis.wcs11.impl with parameters of type GridCrsType Modifier and Type Method Description NotificationChain
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 GridCrsType Modifier and Type Method Description Object
Wcs111Switch. caseGridCrsType(GridCrsType object)
Returns the result of interpreting the object as an instance of 'Grid Crs Type'.Object
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 GridCrsType Modifier and Type Method Description boolean
DocumentRootValidator. validateGridCRS(GridCrsType value)
boolean
OutputTypeValidator. validateGridCRS(GridCrsType value)
boolean
SpatialDomainTypeValidator. validateGridCRS(GridCrsType value)
-