Class WFSServerExplorerParameters

java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataParameters
org.gvsig.fmap.dal.spi.AbstractDataServerExplorerParameters
org.gvsig.fmap.dal.serverexplorer.wfs.WFSServerExplorerParameters
All Implemented Interfaces:
org.gvsig.fmap.dal.DataParameters, org.gvsig.fmap.dal.DataServerExplorerParameters, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.Validator

public class WFSServerExplorerParameters extends org.gvsig.fmap.dal.spi.AbstractDataServerExplorerParameters implements org.gvsig.fmap.dal.DataServerExplorerParameters
Author:
Jorge Piera
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from interface org.gvsig.fmap.dal.DataParameters

    CRS_PARAMTER_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.gvsig.tools.dynobject.DelegatedDynObject
     
     
    boolean
     
     
     
    boolean
    isTheSameServerExplorer(org.gvsig.fmap.dal.DataServerExplorerParameters params)
     
    void
    setIgnoreCache(Boolean ignoreCache)
     
    void
     
    void
    setVersion(String version)
     

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataParameters

    clear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDataStoreName, getDescription, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.dal.DataParameters

    clear, getCopy, toByteArray, toString, validate

    Methods inherited from interface org.gvsig.fmap.dal.DataServerExplorerParameters

    getProviderName

    Methods inherited from interface org.gvsig.tools.dynobject.DynObject

    delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState

    Methods inherited from interface org.gvsig.json.SupportFromJson

    fromJson

    Methods inherited from interface org.gvsig.json.SupportToJson

    toJson, toJson, toJsonBuilder, toJsonBuilder
  • Field Details

  • Constructor Details

    • WFSServerExplorerParameters

      public WFSServerExplorerParameters()
  • Method Details

    • getDelegatedDynObject

      protected org.gvsig.tools.dynobject.DelegatedDynObject getDelegatedDynObject()
      Specified by:
      getDelegatedDynObject in class org.gvsig.fmap.dal.spi.AbstractDataParameters
    • getExplorerName

      public String getExplorerName()
      Specified by:
      getExplorerName in interface org.gvsig.fmap.dal.DataServerExplorerParameters
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getIgnoreChace

      public boolean getIgnoreChace()
    • setIgnoreCache

      public void setIgnoreCache(Boolean ignoreCache)
    • isTheSameServerExplorer

      public boolean isTheSameServerExplorer(org.gvsig.fmap.dal.DataServerExplorerParameters params)
      Specified by:
      isTheSameServerExplorer in interface org.gvsig.fmap.dal.DataServerExplorerParameters
      Overrides:
      isTheSameServerExplorer in class org.gvsig.fmap.dal.spi.AbstractDataServerExplorerParameters