Class WFSOperation

java.lang.Object
org.gvsig.remoteclient.ogc.OGCClientOperation
org.gvsig.remoteclient.wfs.WFSOperation

public class WFSOperation extends org.gvsig.remoteclient.ogc.OGCClientOperation
Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static Hashtable
     

    Fields inherited from class org.gvsig.remoteclient.ogc.OGCClientOperation

    onlineResource, operationName, PROTOCOL_GET, PROTOCOL_POST, PROTOCOL_UNDEFINED
  • Constructor Summary

    Constructors
    Constructor
    Description
    WFSOperation(String operationName)
     
    WFSOperation(String operationName, String onlineResource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.gvsig.remoteclient.ogc.OGCClientOperation

    getOnlineResource, getOperationName, setOnlineResource, setOperationName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • operations

      protected static Hashtable operations
  • Constructor Details

    • WFSOperation

      public WFSOperation(String operationName)
    • WFSOperation

      public WFSOperation(String operationName, String onlineResource)
  • Method Details

    • getOperations

      public Hashtable getOperations()
      Specified by:
      getOperations in class org.gvsig.remoteclient.ogc.OGCClientOperation