public class PointType extends AbstractGeometricPrimitiveType
Java-Klasse für PointType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der pos-Eigenschaft ab.
|
void |
setCoord(CoordType value)
Legt den Wert der coord-Eigenschaft fest.
|
void |
setCoordinates(CoordinatesType value)
Legt den Wert der coordinates-Eigenschaft fest.
|
void |
setPos(DirectPositionType value)
Legt den Wert der pos-Eigenschaft fest.
|
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 © 2017. All rights reserved.