org.geotools.data.ows
Class OperationType
Object
OperationType
- Direct Known Subclasses:
- WMSOperationType
public class OperationType
- extends Object
Represents an operation used by Open Web Services for requests and responses.
- Author:
- rgould
- Module:
modules/library/main (gt-main.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formats
protected List<String> formats
get
protected URL get
post
protected URL post
OperationType
public OperationType()
getFormats
public List<String> 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
public void setFormats(List<String> formats)
getGet
public URL getGet()
- Returns:
- the URL where a GET request should be made
setGet
public void setGet(URL get)
getPost
public URL getPost()
- Returns:
- the URL where a POST request should be made
setPost
public void setPost(URL post)
Copyright © 1996-2009 Geotools. All Rights Reserved.