org.deegree.ogcwebservices.sos
Class WFSRequestGenerator
java.lang.Object
org.deegree.ogcwebservices.sos.WFSRequestGenerator
public class WFSRequestGenerator
- extends Object
generate the wfs requests
- Author:
- Matthias Kulbe , Andreas Poth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WFSRequestGenerator
public WFSRequestGenerator()
createIsLikeOperationWFSRequest
public static Document createIsLikeOperationWFSRequest(String[] literals,
QualifiedName featureType,
QualifiedName propertyName)
throws IOException,
SAXException,
XMLParsingException
- creates a WFS Request with one or more isLike Operations
- Parameters:
literals
- featureType
- propertyName
-
- Returns:
-
- Throws:
IOException
SAXException
ParserConfigurationException
XMLParsingException
createBBoxWFSRequest
public static Document createBBoxWFSRequest(Envelope bbox,
QualifiedName featureTypeName,
QualifiedName coordPropertyName)
throws IOException,
SAXException,
XMLParsingException,
GeometryException
- Throws:
IOException
SAXException
XMLParsingException
GeometryException
createObservationWFSRequest
public static Document createObservationWFSRequest(Object[] times,
QualifiedName featureTypeName,
QualifiedName timePropertyName,
Operation filterOperation)
throws IOException,
SAXException,
XMLParsingException
- Parameters:
times
- featureTypeName
- timePropertyName
- filterOperation
-
- Returns:
-
- Throws:
IOException
SAXException
ParserConfigurationException
XMLParsingException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net