Class WFSFeature

java.lang.Object
org.gvsig.remoteclient.wfs.WFSFeatureField
org.gvsig.remoteclient.wfs.WFSFeature
Direct Known Subclasses:
WFSFeature1_0_0, WFSFeature1_1_0

public class WFSFeature extends WFSFeatureField
Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
  • Constructor Details

  • Method Details

    • getAbstract

      public String getAbstract()
      Returns:
      Returns the _abstract.
    • setAbstract

      public void setAbstract(String _abstract)
      Parameters:
      _abstract - The _abstract to set.
    • setName

      public void setName(String name)
      Parameters:
      name - The name to set.
    • getTitle

      public String getTitle()
      Returns:
      Returns the title.
    • setTitle

      public void setTitle(String title)
      Parameters:
      title - The title to set.
    • getLatLonBbox

      public org.gvsig.remoteclient.utils.BoundaryBox getLatLonBbox()
      Returns:
      Returns the latLonBbox.
    • setLatLonBbox

      public void setLatLonBbox(org.gvsig.remoteclient.utils.BoundaryBox latLonBbox)
      Parameters:
      latLonBbox - The latLonBbox to set.
    • getKeywords

      public Vector getKeywords()
      Returns:
      Returns the keywords.
    • addKeyword

      public void addKeyword(String keyword)
    • getSrs

      public Vector getSrs()
      Returns:
      Returns the srs.
    • addSRS

      public void addSRS(String key)
    • addBBox

      public void addBBox(org.gvsig.remoteclient.utils.BoundaryBox bbox)

      Adds a bbox to the Bboxes vector

      Parameters:
      bbox -
    • getBbox

      public org.gvsig.remoteclient.utils.BoundaryBox getBbox(String id)

      returns the bbox with that id in the Bboxes vector

      Parameters:
      id -
    • getNamespace

      public XMLNameSpace getNamespace()
      Returns:
      Returns the namespace.
    • setNamespace

      public void setNamespace(XMLNameSpace namespace)
      Parameters:
      namespace - The namespace to set.
    • getLocalName

      public String getLocalName()
      Returns:
      the localName
    • isCompleted

      public boolean isCompleted()
      Returns:
      the isCompleted
    • setCompleted

      public void setCompleted(boolean isCompleted)
      Parameters:
      isCompleted - the isCompleted to set
    • getDefaultSRS

      public String getDefaultSRS()
      Returns:
      the defaultSRS
    • setDefaultSRS

      public void setDefaultSRS(String defaultSRS)
      Parameters:
      defaultSRS - the defaultSRS to set