public class PointType extends AbstractGeometricPrimitiveType
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}AbstractGeometricPrimitiveType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml}pos"/>
<element ref="{http://www.opengis.net/gml}coordinates"/>
<element ref="{http://www.opengis.net/gml}coord"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CoordType |
coord |
protected CoordinatesType |
coordinates |
protected DirectPositionType |
pos |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
PointType() |
| Modifier and Type | Method and Description |
|---|---|
CoordType |
getCoord()
Deprecated with GML version 3.0.
|
CoordinatesType |
getCoordinates()
Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers.
|
DirectPositionType |
getPos()
Gets the value of the pos property.
|
void |
setCoord(CoordType value)
Sets the value of the coord property.
|
void |
setCoordinates(CoordinatesType value)
Sets the value of the coordinates property.
|
void |
setPos(DirectPositionType value)
Sets the value of the pos property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected DirectPositionType pos
protected CoordinatesType coordinates
protected CoordType coord
public DirectPositionType getPos()
DirectPositionTypepublic void setPos(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic CoordinatesType getCoordinates()
CoordinatesTypepublic void setCoordinates(CoordinatesType value)
value - allowed object is
CoordinatesTypepublic CoordType getCoord()
CoordTypeCopyright © 2018. All rights reserved.