public class Feature
extends java.lang.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 java.lang.String |
items |
protected Feature.Points |
points |
protected java.lang.String |
text |
protected java.lang.String |
wkt |
Constructor and Description |
---|
Feature() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getItems()
Gets the value of the items property.
|
Feature.Points |
getPoints()
Gets the value of the points property.
|
java.lang.String |
getText()
Gets the value of the text property.
|
java.lang.String |
getWkt()
Gets the value of the wkt property.
|
void |
setItems(java.lang.String value)
Sets the value of the items property.
|
void |
setPoints(Feature.Points value)
Sets the value of the points property.
|
void |
setText(java.lang.String value)
Sets the value of the text property.
|
void |
setWkt(java.lang.String value)
Sets the value of the wkt property.
|
protected Feature.Points points
protected java.lang.String items
protected java.lang.String text
protected java.lang.String wkt
public Feature.Points getPoints()
Feature.Points
public void setPoints(Feature.Points value)
value
- allowed object is
Feature.Points
public java.lang.String getItems()
String
public void setItems(java.lang.String value)
value
- allowed object is
String
public java.lang.String getText()
String
public void setText(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWkt()
String
public void setWkt(java.lang.String value)
value
- allowed object is
String