public class Feature extends Object
Java class for Feature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Feature"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="Points" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="point" type="{http://www.mapserver.org/mapserver}pointType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="items" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="wkt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Feature.Points
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
items |
protected Feature.Points |
points |
protected String |
text |
protected String |
wkt |
Constructor and Description |
---|
Feature() |
Modifier and Type | Method and Description |
---|---|
String |
getItems()
Gets the value of the items property.
|
Feature.Points |
getPoints()
Gets the value of the points property.
|
String |
getText()
Gets the value of the text property.
|
String |
getWkt()
Gets the value of the wkt property.
|
void |
setItems(String value)
Sets the value of the items property.
|
void |
setPoints(Feature.Points value)
Sets the value of the points property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setWkt(String value)
Sets the value of the wkt property.
|
protected Feature.Points points
protected String items
protected String text
protected String wkt
public Feature.Points getPoints()
Feature.Points
public void setPoints(Feature.Points value)
value
- allowed object is
Feature.Points
public String getItems()
String
public void setItems(String value)
value
- allowed object is
String
public String getText()
String
public void setText(String value)
value
- allowed object is
String