org.deegree.ogcwebservices.wcts.capabilities
Class Content
java.lang.Object
org.deegree.ogcwebservices.wcts.capabilities.Content
public class Content
- extends Object
Content
encapsulates the Content element of the WCTS_0.4.0 Capabilities document.
- Version:
- $Revision:$, $Date:$
- Author:
- Rutger Bezema, last edited by: $Author:$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Content
public Content(List<String> transformations,
List<String> methods,
List<CoordinateSystem> sourceCRSs,
List<CoordinateSystem> targetCRSs,
CoverageAbilities coverageAbilities,
FeatureAbilities featureAbilities,
List<Pair<String,String>> metadata,
boolean userDefinedCRS)
- Parameters:
transformations
- Unordered list of zero or more identifiers of well-known coordinate operations which the server can
perform.methods
- Unordered list of zero or more identifiers of well-known operation methods which the server can apply
in user-defined coordinate Transformations and Conversions.sourceCRSs
- Unordered list of one or more identifiers of well-known CRSs in which the server can accept sourceCRS
values.targetCRSs
- Unordered list of one or more identifiers of well-known CRSs in which the server can accept targetCRS
values.coverageAbilities
- Specifies coverage transformation abilities of WCTS server.featureAbilities
- Specifies feature transformation abilities of WCTS server.metadata
- Optional unordered list of additional metadata about the data served by this WCTS implementation. For
example, this metadata could include more detailed definitions of the Methods, Transformations, and
CRSs known to this server, perhaps in the form of a gml:Dictionary of such information.userDefinedCRS
- Specifies if this server supports user-defined Coordinate Reference Systems (CRSs).
getTransformations
public final List<String> getTransformations()
- Returns:
- the transformations.
getMethods
public final List<String> getMethods()
- Returns:
- the methods.
getSourceCRSs
public final List<CoordinateSystem> getSourceCRSs()
- Returns:
- the sourceCRSs.
getTargetCRSs
public final List<CoordinateSystem> getTargetCRSs()
- Returns:
- the targetCRSs.
getCoverageAbilities
public final CoverageAbilities getCoverageAbilities()
- Returns:
- the coverageAbilities.
getFeatureAbilities
public final FeatureAbilities getFeatureAbilities()
- Returns:
- the featureAbilities.
getMetadata
public final List<Pair<String,String>> getMetadata()
- Returns:
- the metadatas, a list of pairs.
isUserDefinedCRS
public final boolean isUserDefinedCRS()
- Returns:
- the userDefinedCRS.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net