org.deegree.owscommon_1_1_0
Class OperationsMetadata
java.lang.Object
org.deegree.owscommon_1_1_0.OperationsMetadata
public class OperationsMetadata
- extends Object
OperationsMetadata
encapsulates the ows 1.1.0 operations metadata section of a 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 |
OperationsMetadata
public OperationsMetadata(List<Operation> operations,
List<DomainType> parameters,
List<DomainType> constraints,
Element extendedCapabilities)
- Parameters:
operations
- data about the operationsparameters
- metadata about paramsconstraints
- metadata about constraints.extendedCapabilities
- anytype, therefore saving as xml element.
getOperations
public final List<Operation> getOperations()
- Returns:
- the operations.
getParameters
public final List<DomainType> getParameters()
- Returns:
- the parameters.
getConstraints
public final List<DomainType> getConstraints()
- Returns:
- the constraints.
getExtendedCapabilities
public final Element getExtendedCapabilities()
- Returns:
- the extendedCapabilities.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net