public class WFSFeature extends WFSFeatureField
name
Modifier | Constructor and Description |
---|---|
protected |
WFSFeature(WFSServiceInformation serviceInformation) |
protected |
WFSFeature(WFSServiceInformation serviceInformation,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
addBBox(BoundaryBox bbox)
Adds a bbox to the Bboxes vector
|
void |
addKeyword(String keyword) |
void |
addSRS(String key) |
String |
getAbstract() |
BoundaryBox |
getBbox(String id)
returns the bbox with that id in the Bboxes vector
|
String |
getDefaultSRS() |
Vector |
getKeywords() |
BoundaryBox |
getLatLonBbox() |
String |
getLocalName() |
XMLNameSpace |
getNamespace() |
Vector |
getSrs() |
String |
getTitle() |
boolean |
isCompleted() |
void |
setAbstract(String _abstract) |
void |
setCompleted(boolean isCompleted) |
void |
setDefaultSRS(String defaultSRS) |
void |
setLatLonBbox(BoundaryBox latLonBbox) |
void |
setName(String name) |
void |
setNamespace(XMLNameSpace namespace) |
void |
setTitle(String title) |
addField, getDataType, getFieldAt, getFieldSize, getGeometryType, getName, getType, isComplex, isGeometry, toString
protected WFSFeature(WFSServiceInformation serviceInformation)
protected WFSFeature(WFSServiceInformation serviceInformation, String name)
public String getAbstract()
public void setAbstract(String _abstract)
_abstract
- The _abstract to set.public void setName(String name)
name
- The name to set.public String getTitle()
public void setTitle(String title)
title
- The title to set.public BoundaryBox getLatLonBbox()
public void setLatLonBbox(BoundaryBox latLonBbox)
latLonBbox
- The latLonBbox to set.public Vector getKeywords()
public void addKeyword(String keyword)
public Vector getSrs()
public void addSRS(String key)
public void addBBox(BoundaryBox bbox)
Adds a bbox to the Bboxes vector
bbox
- public BoundaryBox getBbox(String id)
returns the bbox with that id in the Bboxes vector
id
- public XMLNameSpace getNamespace()
public void setNamespace(XMLNameSpace namespace)
namespace
- The namespace to set.public String getLocalName()
public boolean isCompleted()
public void setCompleted(boolean isCompleted)
isCompleted
- the isCompleted to setpublic String getDefaultSRS()
public void setDefaultSRS(String defaultSRS)
defaultSRS
- the defaultSRS to set