Package org.geotools.data.ows
Class OperationType
Object
OperationType
Represents an operation used by Open Web Services for requests and responses.
- Author:
- rgould
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
formats
-
get
-
post
-
-
Constructor Details
-
OperationType
public OperationType()
-
-
Method Details
-
getFormats
Each format is usually a MIME type string that can be used to indicate what format the server's response should be in.- Returns:
- a List of Strings, each of which usually represent a mime type
-
setFormats
-
getGet
- Returns:
- the URL where a GET request should be made
-
setGet
-
getPost
- Returns:
- the URL where a POST request should be made
-
setPost
-