public class WFSFeature extends WFSFeatureField
name
Modifier | Constructor and Description |
---|---|
protected |
WFSFeature(WFSServiceInformation serviceInformation) |
protected |
WFSFeature(WFSServiceInformation serviceInformation,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
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) |
addField, getDataType, getFieldAt, getFieldSize, getGeometryType, getName, getType, isComplex, isGeometry, toString
protected WFSFeature(WFSServiceInformation serviceInformation)
protected WFSFeature(WFSServiceInformation serviceInformation, java.lang.String name)
public java.lang.String getAbstract()
public void setAbstract(java.lang.String _abstract)
_abstract
- The _abstract to set.public void setName(java.lang.String name)
name
- The name to set.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The title to set.public BoundaryBox getLatLonBbox()
public void setLatLonBbox(BoundaryBox latLonBbox)
latLonBbox
- The latLonBbox to set.public java.util.Vector getKeywords()
public void addKeyword(java.lang.String keyword)
public java.util.Vector getSrs()
public void addSRS(java.lang.String key)
public void addBBox(BoundaryBox bbox)
Adds a bbox to the Bboxes vector
bbox
- public BoundaryBox getBbox(java.lang.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 java.lang.String getLocalName()
public boolean isCompleted()
public void setCompleted(boolean isCompleted)
isCompleted
- the isCompleted to setpublic java.lang.String getDefaultSRS()
public void setDefaultSRS(java.lang.String defaultSRS)
defaultSRS
- the defaultSRS to set