public class Point extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}coordinates"/>
</sequence>
<attribute name="srsName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Coordinates |
coordinates |
protected String |
srsName |
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
getCoordinates()
Gets the value of the coordinates property.
|
String |
getSrsName()
Gets the value of the srsName property.
|
boolean |
isSetCoordinates() |
boolean |
isSetSrsName() |
void |
setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
setSrsName(String value)
Sets the value of the srsName property.
|
protected Coordinates coordinates
protected String srsName
public Coordinates getCoordinates()
Coordinatespublic void setCoordinates(Coordinates value)
value - allowed object is
Coordinatespublic boolean isSetCoordinates()
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
Copyright © 2016. All rights reserved.