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 GridCrsTypeWcs111Factory. createGridCrsType()Returns a new object of class 'Grid Crs Type'.GridCrsTypeWcs11Factory. createGridCrsType()Returns a new object of class 'Grid Crs Type'.GridCrsTypeDocumentRoot. getGridCRS()Returns the value of the 'Grid CRS' containment reference.GridCrsTypeOutputType. getGridCRS()Returns the value of the 'Grid CRS' containment reference.GridCrsTypeSpatialDomainType. 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 voidDocumentRoot. 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 GridCrsType Modifier and Type Class Description classGridCrsTypeImplAn implementation of the model object 'Grid Crs Type'.Fields in net.opengis.wcs11.impl declared as GridCrsType Modifier and Type Field Description protected 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 GridCrsType Modifier and Type Method Description GridCrsTypeWcs111FactoryImpl. createGridCrsType()GridCrsTypeWcs11FactoryImpl. createGridCrsType()GridCrsTypeDocumentRootImpl. getGridCRS()GridCrsTypeOutputTypeImpl. getGridCRS()GridCrsTypeSpatialDomainTypeImpl. getGridCRS()Methods in net.opengis.wcs11.impl with parameters of type GridCrsType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 GridCrsType Modifier and Type Method Description ObjectWcs111Switch. caseGridCrsType(GridCrsType object)Returns the result of interpreting the object as an instance of 'Grid Crs Type'.ObjectWcs11Switch. 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 GridCrsType Modifier and Type Method Description booleanDocumentRootValidator. validateGridCRS(GridCrsType value)booleanOutputTypeValidator. validateGridCRS(GridCrsType value)booleanSpatialDomainTypeValidator. validateGridCRS(GridCrsType value)
-