Package 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
- Author:
- Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
-
Field Summary
Fields inherited from class org.gvsig.remoteclient.wfs.WFSFeatureField
name -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWFSFeature(WFSServiceInformation serviceInformation) protectedWFSFeature(WFSServiceInformation serviceInformation, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBBox(org.gvsig.remoteclient.utils.BoundaryBox bbox) Adds a bbox to the Bboxes vectorvoidaddKeyword(String keyword) voidorg.gvsig.remoteclient.utils.BoundaryBoxreturns the bbox with that id in the Bboxes vectororg.gvsig.remoteclient.utils.BoundaryBoxgetSrs()getTitle()booleanvoidsetAbstract(String _abstract) voidsetCompleted(boolean isCompleted) voidsetDefaultSRS(String defaultSRS) voidsetLatLonBbox(org.gvsig.remoteclient.utils.BoundaryBox latLonBbox) voidvoidsetNamespace(XMLNameSpace namespace) voidMethods inherited from class org.gvsig.remoteclient.wfs.WFSFeatureField
addField, getDataType, getFieldAt, getFieldSize, getGeometryType, getName, getType, isComplex, isGeometry, toString
-
Constructor Details
-
WFSFeature
-
WFSFeature
-
-
Method Details
-
getAbstract
- Returns:
- Returns the _abstract.
-
setAbstract
- Parameters:
_abstract- The _abstract to set.
-
setName
- Parameters:
name- The name to set.
-
getTitle
- Returns:
- Returns the title.
-
setTitle
- 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
- Returns:
- Returns the keywords.
-
addKeyword
-
getSrs
- Returns:
- Returns the srs.
-
addSRS
-
addBBox
public void addBBox(org.gvsig.remoteclient.utils.BoundaryBox bbox) Adds a bbox to the Bboxes vector
- Parameters:
bbox-
-
getBbox
returns the bbox with that id in the Bboxes vector
- Parameters:
id-
-
getNamespace
- Returns:
- Returns the namespace.
-
setNamespace
- Parameters:
namespace- The namespace to set.
-
getLocalName
- Returns:
- the localName
-
isCompleted
public boolean isCompleted()- Returns:
- the isCompleted
-
setCompleted
public void setCompleted(boolean isCompleted) - Parameters:
isCompleted- the isCompleted to set
-
getDefaultSRS
- Returns:
- the defaultSRS
-
setDefaultSRS
- Parameters:
defaultSRS- the defaultSRS to set
-