org.deegree.ogcwebservices.wcts.capabilities
Class FeatureAbilities
java.lang.Object
org.deegree.ogcwebservices.wcts.capabilities.FeatureAbilities
public class FeatureAbilities
- extends Object
FeatureAbilities
encapsulates the elements of a featureAbilties element in the contents element of the
wcts capabilities 0.4.0.
- 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 |
FeatureAbilities
public FeatureAbilities(List<Pair<String,String>> featureTypes,
List<InputOutputFormat> featureFormats,
boolean remoteProperties)
- Parameters:
featureTypes
- Unordered list of one or more GML 3 geometric primitive types supported by this WCTS server. It is
assumed that a WCTS server can also transform the corresponding geometric complexes and aggregates. It
is also assumed that this WCTS server can transform at least one geometric primitive type.featureFormats
- Unordered list of one or more identifiers of well-known feature formats in which the transform
operation can accept input features and/or produce output features.remoteProperties
- Specifies if this server supports remote properties in features transformed.
getFeatureTypes
public final List<Pair<String,String>> getFeatureTypes()
- Returns:
- the featureTypes.
getFeatureFormats
public final List<InputOutputFormat> getFeatureFormats()
- Returns:
- the featureFormats.
getRemoteProperties
public final boolean getRemoteProperties()
- Returns:
- the remoteProperties.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net