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

Uses of SpatialDomainType in net.opengis.wcs.v_1_1
 

Fields in net.opengis.wcs.v_1_1 declared as SpatialDomainType
protected  SpatialDomainType CoverageDomainType.spatialDomain
           
 

Methods in net.opengis.wcs.v_1_1 that return SpatialDomainType
 SpatialDomainType ObjectFactory.createSpatialDomainType()
          Create an instance of SpatialDomainType
 SpatialDomainType CoverageDomainType.getSpatialDomain()
          Gets the value of the spatialDomain property.
 SpatialDomainType SpatialDomainType.withBoundingBox(Collection<JAXBElement<?>> values)
           
 SpatialDomainType SpatialDomainType.withBoundingBox(JAXBElement<?>... values)
           
 SpatialDomainType SpatialDomainType.withBoundingBox(List<JAXBElement<?>> value)
           
 SpatialDomainType SpatialDomainType.withCoordinateOperation(JAXBElement<AbstractCoordinateOperationType> value)
           
 SpatialDomainType SpatialDomainType.withGridCRS(GridCrsType value)
           
 SpatialDomainType SpatialDomainType.withImageCRS(ImageCRSRefType value)
           
 SpatialDomainType SpatialDomainType.withPolygon(Collection<PolygonType> values)
           
 SpatialDomainType SpatialDomainType.withPolygon(List<PolygonType> value)
           
 SpatialDomainType SpatialDomainType.withPolygon(PolygonType... values)
           
 

Methods in net.opengis.wcs.v_1_1 with parameters of type SpatialDomainType
 void CoverageDomainType.setSpatialDomain(SpatialDomainType value)
          Sets the value of the spatialDomain property.
 CoverageDomainType CoverageDomainType.withSpatialDomain(SpatialDomainType value)
           
 



Copyright © 2008-2015. All Rights Reserved.