Package org.gvsig.wfs.gui.panels.model
Class WFSSelectedFeature
java.lang.Object
org.gvsig.wfs.gui.panels.model.WFSSelectedFeature
This class represents one node of the layer tree of a common WFS service.
- Author:
- Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.remoteclient.utils.BoundaryBoxgetName()getSrs()getTitle()voidsetFeature(WFSFeature feature) voidvoidsetSelectedFields(Object[] selectedFields) voidsetSelectedFields(Vector selectedFields) toString()
-
Constructor Details
-
WFSSelectedFeature
- Parameters:
feature-
-
-
Method Details
-
getWFSFeature
-
toString
-
getAbstract
- Returns:
- Returns the _abstract.
-
getName
- Returns:
- Returns the name.
-
getTitle
- Returns:
- Returns the title.
-
getSelectedFields
- Returns:
- Returns the selectedFields.
-
setSelectedFields
- Parameters:
selectedFields- The selectedFields to set.
-
setSelectedFields
- Parameters:
fields- The fields to set.
-
getSrs
- Returns:
- Returns the srs.
-
getLatLonBbox
public org.gvsig.remoteclient.utils.BoundaryBox getLatLonBbox()- Returns:
- Returns the latLonBbox.
-
getFilter
- Returns:
- Returns the filter.
-
setFilter
- Parameters:
filter- The filter to set.
-
getNameSpace
- Returns:
- the nameSpace
-
setFeature
- Parameters:
feature- the feature to set
-
getGeometryField
-