org.deegree.services.wcs
Class WCService
java.lang.Object
org.deegree.services.wcs.WCService
public class WCService
- extends Object
This is the WCService, a collection of Coverages.
This class represents the main entry point for access to coverages. You can create a WCService with the static
createService methods that takes a service configuration (see resources/schema/wcs/wcs_configuration.xsd and
resources/schema/example/conf/wcs/wcs_configuration.xml). An WCService contains one or more Coverages, which contain
the actual raster data.
- Version:
- $Revision: 19365 $, $Date: 2009-08-27 12:51:45 +0200 (Thu, 27 Aug 2009) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: rbezema $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WCService
public WCService()
getAllCoverages
public List<WCSCoverage> getAllCoverages()
- Returns:
- all coverages of this service
hasCoverage
public boolean hasCoverage(String coverage)
- Parameters:
coverage
-
- Returns:
- true if the service contains the named coverage
getCoverage
public WCSCoverage getCoverage(String coverage)
- Parameters:
coverage
-
- Returns:
- the requested coverage or
null
, if it does not exist
Copyright © 2011. All Rights Reserved.