org.gvsig.remoteclient.wfs
Class WFSFeature

java.lang.Object
  extended by org.gvsig.remoteclient.wfs.WFSFeatureField
      extended by 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)

Field Summary
 
Fields inherited from class org.gvsig.remoteclient.wfs.WFSFeatureField
name
 
Constructor Summary
protected WFSFeature(WFSServiceInformation serviceInformation)
           
protected WFSFeature(WFSServiceInformation serviceInformation, java.lang.String name)
           
 
Method Summary
 void addBBox(BoundaryBox bbox)
          Adds a bbox to the Bboxes vector
 void addKeyword(java.lang.String keyword)
           
 void addSRS(java.lang.String key)
           
 java.lang.String getAbstract()
           
 BoundaryBox getBbox(java.lang.String id)
          returns the bbox with that id in the Bboxes vector
 java.lang.String getDefaultSRS()
           
 java.util.Vector getKeywords()
           
 BoundaryBox getLatLonBbox()
           
 java.lang.String getLocalName()
           
 XMLNameSpace getNamespace()
           
 java.util.Vector getSrs()
           
 java.lang.String getTitle()
           
 boolean isCompleted()
           
 void setAbstract(java.lang.String _abstract)
           
 void setCompleted(boolean isCompleted)
           
 void setDefaultSRS(java.lang.String defaultSRS)
           
 void setLatLonBbox(BoundaryBox latLonBbox)
           
 void setName(java.lang.String name)
           
 void setNamespace(XMLNameSpace namespace)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class org.gvsig.remoteclient.wfs.WFSFeatureField
addField, getDataType, getFieldAt, getFieldSize, getGeometryType, getName, getType, isComplex, isGeometry, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WFSFeature

protected WFSFeature(WFSServiceInformation serviceInformation)

WFSFeature

protected WFSFeature(WFSServiceInformation serviceInformation,
                     java.lang.String name)
Method Detail

getAbstract

public java.lang.String getAbstract()
Returns:
Returns the _abstract.

setAbstract

public void setAbstract(java.lang.String _abstract)
Parameters:
_abstract - The _abstract to set.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getTitle

public java.lang.String getTitle()
Returns:
Returns the title.

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - The title to set.

getLatLonBbox

public BoundaryBox getLatLonBbox()
Returns:
Returns the latLonBbox.

setLatLonBbox

public void setLatLonBbox(BoundaryBox latLonBbox)
Parameters:
latLonBbox - The latLonBbox to set.

getKeywords

public java.util.Vector getKeywords()
Returns:
Returns the keywords.

addKeyword

public void addKeyword(java.lang.String keyword)

getSrs

public java.util.Vector getSrs()
Returns:
Returns the srs.

addSRS

public void addSRS(java.lang.String key)

addBBox

public void addBBox(BoundaryBox bbox)

Adds a bbox to the Bboxes vector

Parameters:
bbox -

getBbox

public BoundaryBox getBbox(java.lang.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 java.lang.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 java.lang.String getDefaultSRS()
Returns:
the defaultSRS

setDefaultSRS

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


Copyright © 2004-2013 gvSIG. All Rights Reserved.