Uses of Class
net.opengis.wcs.v_1_1.GridCrsType

Uses of GridCrsType in net.opengis.wcs.v_1_1
 

Fields in net.opengis.wcs.v_1_1 declared as GridCrsType
protected  GridCrsType SpatialDomainType.gridCRS
           
protected  GridCrsType OutputType.gridCRS
           
 

Methods in net.opengis.wcs.v_1_1 that return GridCrsType
 GridCrsType ObjectFactory.createGridCrsType()
          Create an instance of GridCrsType
 GridCrsType SpatialDomainType.getGridCRS()
          Definition of the GridCRS of the offered coverage.
 GridCrsType OutputType.getGridCRS()
          Optional definition of the GridCRS in which the GetCoverage response shall be expressed.
 GridCrsType GridCrsType.withGridBaseCRS(String value)
           
 GridCrsType GridCrsType.withGridCS(String value)
           
 GridCrsType GridCrsType.withGridOffsets(Collection<Double> values)
           
 GridCrsType GridCrsType.withGridOffsets(Double... values)
           
 GridCrsType GridCrsType.withGridOffsets(List<Double> value)
           
 GridCrsType GridCrsType.withGridOrigin(Collection<Double> values)
           
 GridCrsType GridCrsType.withGridOrigin(Double... values)
           
 GridCrsType GridCrsType.withGridOrigin(List<Double> value)
           
 GridCrsType GridCrsType.withGridType(String value)
           
 GridCrsType GridCrsType.withId(String value)
           
 GridCrsType GridCrsType.withSrsName(CodeType value)
           
 

Methods in net.opengis.wcs.v_1_1 that return types with arguments of type GridCrsType
 JAXBElement<GridCrsType> ObjectFactory.createGridCRS(GridCrsType value)
          Create an instance of JAXBElement<GridCrsType>}
 

Methods in net.opengis.wcs.v_1_1 with parameters of type GridCrsType
 JAXBElement<GridCrsType> ObjectFactory.createGridCRS(GridCrsType value)
          Create an instance of JAXBElement<GridCrsType>}
 void SpatialDomainType.setGridCRS(GridCrsType value)
          Sets the value of the gridCRS property.
 void OutputType.setGridCRS(GridCrsType value)
          Sets the value of the gridCRS property.
 SpatialDomainType SpatialDomainType.withGridCRS(GridCrsType value)
           
 OutputType OutputType.withGridCRS(GridCrsType value)
           
 



Copyright © 2008-2015. All Rights Reserved.