org.deegree.ogcwebservices.wcts.operation
Class IsTransformableDocument
java.lang.Object
org.deegree.framework.xml.XMLFragment
org.deegree.ogcwebservices.wcts.operation.WCTSRequestBaseDocument
org.deegree.ogcwebservices.wcts.operation.IsTransformableDocument
- All Implemented Interfaces:
- java.io.Serializable
public class IsTransformableDocument
- extends WCTSRequestBaseDocument
IsTransformableDocument
is a helper class which is able to parse wcts isTransformable requests version
0.4.0
- Version:
- $Revision:$, $Date:$
- Author:
- Rutger Bezema, last edited by: $Author:$
- See Also:
- Serialized Form
Methods inherited from class org.deegree.framework.xml.XMLFragment |
getAsPrettyString, getAsString, getAttachedSchemas, getQualifiedName, getRootElement, getSystemId, hasSchema, load, load, load, parseQualifiedName, parseSimpleLink, prettyPrint, prettyPrint, resolve, setRootElement, setSystemId, setSystemId, toString, write, write, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IsTransformableDocument
public IsTransformableDocument(java.lang.String id,
org.w3c.dom.Element rootElement)
throws OGCWebServiceException
- Parameters:
id
- rootElement
-
- Throws:
OGCWebServiceException
- if an XMLParsingException
occurred or a mandatory element/attribute is missing.
parseGeometryTypes
protected java.util.List<Pair<java.lang.String,java.lang.String>> parseGeometryTypes()
throws XMLParsingException
- Returns:
- a list containing <value, codeSpace > pairs. If codeSpace, was not set it will contain the default
value:
http://schemas.opengis.net/wcts/0.0.0/geometryType.xml
. The result can be empty
but never null
.
- Throws:
XMLParsingException
- if an error occurs while getting all elements of type geometryType.
parseCoverageTypes
protected java.util.List<Pair<java.lang.String,java.lang.String>> parseCoverageTypes()
throws XMLParsingException,
OGCWebServiceException
- Returns:
- always
null
, because this operation is not supported by the wcts.
- Throws:
XMLParsingException
- if an error occurs while getting all elements of type coverageType.
OGCWebServiceException
- if coverageType elements were found.
parseInterpolationTypes
protected java.util.List<Pair<java.lang.String,java.lang.String>> parseInterpolationTypes()
throws XMLParsingException,
OGCWebServiceException
- Returns:
- always
null
, because this operation is not supported by the wcts.
- Throws:
XMLParsingException
- if an error occurs while getting all elements of type interpolationType.
OGCWebServiceException
- if interpolationType elements were found.
getIsTransformable
public final IsTransformable getIsTransformable()
- Returns:
- the isTransformable.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org