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 Coord |
coord |
protected Coordinates |
coordinates |
protected Pos |
pos |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
PointType()
Default no-arg constructor
|
PointType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
Pos pos,
Coordinates coordinates,
Coord coord)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Coord |
getCoord()
Deprecated with GML version 3.0.
|
Coordinates |
getCoordinates()
Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers.
|
Pos |
getPos()
Gets the value of the pos property.
|
void |
setCoord(Coord value)
Sets the value of the coord property.
|
void |
setCoordinates(Coordinates value)
Sets the value of the coordinates property.
|
void |
setPos(Pos value)
Sets the value of the pos property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected Pos pos
protected Coordinates coordinates
protected Coord coord
public PointType()
public PointType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, Pos pos, Coordinates coordinates, Coord coord)
public void setPos(Pos value)
value - allowed object is
Pospublic Coordinates getCoordinates()
Coordinatespublic void setCoordinates(Coordinates value)
value - allowed object is
Coordinatespublic Coord getCoord()
CoordCopyright © 2022 B3Partners B.V.. All rights reserved.