public class PointType extends AbstractGeometryType implements Visitable
Java class for PointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeometryType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml}coord"/>
<element ref="{http://www.opengis.net/gml}coordinates"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CoordType |
coord |
protected CoordinatesType |
coordinates |
gid, srsName| Constructor and Description |
|---|
PointType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
CoordType |
getCoord()
Gets the value of the coord property.
|
CoordinatesType |
getCoordinates()
Gets the value of the coordinates property.
|
boolean |
isSetCoord() |
boolean |
isSetCoordinates() |
void |
setCoord(CoordType value)
Sets the value of the coord property.
|
void |
setCoordinates(CoordinatesType value)
Sets the value of the coordinates property.
|
afterUnmarshal, getGid, getJAXBElementName, getSrsName, isSetGid, isSetSrsName, setGid, setJAXBElementName, setSrsNameprotected CoordType coord
protected CoordinatesType coordinates
public CoordType getCoord()
CoordTypepublic void setCoord(CoordType value)
value - allowed object is
CoordTypepublic boolean isSetCoord()
public CoordinatesType getCoordinates()
CoordinatesTypepublic void setCoordinates(CoordinatesType value)
value - allowed object is
CoordinatesTypepublic boolean isSetCoordinates()
This work is licensed under a Creative Commons Attribution 4.0 International License.