public class WFSFeature extends Object
| Constructor and Description |
|---|
WFSFeature(String name,
String title)
Create a new WFS Feature with the given name and title
|
WFSFeature(String name,
String title,
String type,
ArrayList<WFSFeatureAttribute> attributes)
Create a new WFS Feature with given name, title, type, and attributes
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(WFSFeatureAttribute attribute)
add attributes to list of attributes
|
ArrayList<WFSFeatureAttribute> |
getAttributes()
gets the list of attributes of this WFS Feature
|
String |
getFileDSName()
Gets the file / dataset name from which the WFS feature was retrieved.
|
String |
getName()
Gets the name of this WFS feature.
|
String |
getTitle()
Gets the title of this WFS feature.
|
String |
getType()
gets the type of this WFS Feature
|
public WFSFeature(String name, String title)
name - title - public WFSFeature(String name, String title, String type, ArrayList<WFSFeatureAttribute> attributes)
name - title - type - attributes - public String getName()
public String getTitle()
public String getType()
public ArrayList<WFSFeatureAttribute> getAttributes()
public String getFileDSName()
public void addAttribute(WFSFeatureAttribute attribute)
attribute -