org.gvsig.remoteclient.wfs
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WFSFeature
protected WFSFeature(WFSServiceInformation serviceInformation)
WFSFeature
protected WFSFeature(WFSServiceInformation serviceInformation,
java.lang.String name)
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.