org.gvsig.remoteclient.ogc
Class OGCClientOperation
java.lang.Object
org.gvsig.remoteclient.ogc.OGCClientOperation
- Direct Known Subclasses:
- WCSOperation, WFSOperation, WMSOperation, WMTSOperation
public abstract class OGCClientOperation
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROTOCOL_UNDEFINED
public static final int PROTOCOL_UNDEFINED
- See Also:
- Constant Field Values
PROTOCOL_GET
public static final int PROTOCOL_GET
- See Also:
- Constant Field Values
PROTOCOL_POST
public static final int PROTOCOL_POST
- See Also:
- Constant Field Values
operationName
protected java.lang.String operationName
onlineResource
protected java.lang.String onlineResource
OGCClientOperation
public OGCClientOperation(java.lang.String operationName)
OGCClientOperation
public OGCClientOperation(java.lang.String operationName,
java.lang.String onlineResource)
getOperations
public abstract java.util.Hashtable getOperations()
getOnlineResource
public java.lang.String getOnlineResource()
- Returns:
- Returns the onlineResource.
setOnlineResource
public void setOnlineResource(java.lang.String onlineResource)
- Parameters:
onlineResource - The onlineResource to set.
getOperationName
public java.lang.String getOperationName()
- Returns:
- Returns the operationName.
setOperationName
public void setOperationName(java.lang.String operationName)
- Parameters:
operationName - The operationName to set.
Copyright © 2004-2013 gvSIG. All Rights Reserved.