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/3.2}AbstractGeometricPrimitiveType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml/3.2}pos"/>
<element ref="{http://www.opengis.net/gml/3.2}coordinates"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CoordinatesType |
coordinates |
protected DirectPositionType |
pos |
axisLabels, srsDimension, srsName, uomLabelsdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
PointType() |
| Modifier and Type | Method and Description |
|---|---|
CoordinatesType |
getCoordinates()
Gets the value of the coordinates property.
|
DirectPositionType |
getPos()
Gets the value of the pos property.
|
void |
setCoordinates(CoordinatesType value)
Sets the value of the coordinates property.
|
void |
setPos(DirectPositionType value)
Sets the value of the pos property.
|
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, setSrsDimension, setSrsNamegetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierprotected DirectPositionType pos
protected CoordinatesType coordinates
public DirectPositionType getPos()
DirectPositionTypepublic void setPos(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic CoordinatesType getCoordinates()
CoordinatesTypepublic void setCoordinates(CoordinatesType value)
value - allowed object is
CoordinatesTypeCopyright © 2014–2018 B3Partners B.V.. All rights reserved.