|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectWFSProtocolHandler
WFSProtocol
public abstract class WFSProtocolHandler
Handles setting up connections to a WFS based on a WFS capabilities document, taking care of GZIP and authentication.
trunk/gt/modules
(gt-modules.jar
) (Maven report) (SVN head)Field Summary | |
---|---|
protected ConnectionFactory |
connectionFac
Deprecated. |
Constructor Summary | |
---|---|
WFSProtocolHandler(Version version,
ConnectionFactory connectionFac)
Deprecated. |
Method Summary | |
---|---|
HttpURLConnection |
createDescribeFeatureTypeConnection(String typeName,
HttpMethod method)
Deprecated. |
URL |
getDescribeFeatureTypeURLGet(String typeName)
Deprecated. |
String |
getEncoding()
Deprecated. Returns the preferred character encoding name to encode requests in |
abstract URL |
getOperationURL(WFSOperationType operation,
HttpMethod method)
Deprecated. |
Version |
getVersion()
Deprecated. |
abstract boolean |
supports(WFSOperationType operation,
HttpMethod method)
Deprecated. Returns whether the service supports the given operation for the given HTTP method. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ConnectionFactory connectionFac
Constructor Detail |
---|
public WFSProtocolHandler(Version version, ConnectionFactory connectionFac)
Method Detail |
---|
public Version getVersion()
public abstract boolean supports(WFSOperationType operation, HttpMethod method)
operation
- method
-
public abstract URL getOperationURL(WFSOperationType operation, HttpMethod method) throws UnsupportedOperationException
operation
- method
-
UnsupportedOperationException
- if the combination operation/method is not supported by the
servicesupports(WFSOperationType, HttpMethod)
public String getEncoding()
public HttpURLConnection createDescribeFeatureTypeConnection(String typeName, HttpMethod method) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public URL getDescribeFeatureTypeURLGet(String typeName) throws MalformedURLException
MalformedURLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |