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

addBBox

public void addBBox(BoundaryBox bbox)

Adds a bbox to the Bboxes vector

Parameters:
bbox -

addKeyword

public void addKeyword(java.lang.String keyword)

addSRS

public void addSRS(java.lang.String key)

getAbstract

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

getBbox

public BoundaryBox getBbox(java.lang.String id)

returns the bbox with that id in the Bboxes vector

Parameters:
id -

getDefaultSRS

public java.lang.String getDefaultSRS()
Returns:
the defaultSRS

getKeywords

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

getLatLonBbox

public BoundaryBox getLatLonBbox()
Returns:
Returns the latLonBbox.

getLocalName

public java.lang.String getLocalName()
Returns:
the localName

getNamespace

public XMLNameSpace getNamespace()
Returns:
Returns the namespace.

getSrs

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

getTitle

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

isCompleted

public boolean isCompleted()
Returns:
the isCompleted

setAbstract

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

setCompleted

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

setDefaultSRS

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

setLatLonBbox

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

setName

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

setNamespace

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

setTitle

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


Copyright © 2014 gvSIG Association. All Rights Reserved.