Package nl.b3p.topnl.top50nl
Class PointType
java.lang.Object
nl.b3p.topnl.top50nl.AbstractGMLType
nl.b3p.topnl.top50nl.AbstractGeometryType
nl.b3p.topnl.top50nl.AbstractGeometricPrimitiveType
nl.b3p.topnl.top50nl.PointType
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>
-
Field Summary
Fields inherited from class nl.b3p.topnl.top50nl.AbstractGeometryType
axisLabels, srsDimension, srsName, uomLabels
Fields inherited from class nl.b3p.topnl.top50nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the coordinates property.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.Methods inherited from class nl.b3p.topnl.top50nl.AbstractGeometryType
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, setSrsDimension, setSrsName
Methods inherited from class nl.b3p.topnl.top50nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
pos
-
coordinates
-
-
Constructor Details
-
PointType
public PointType()
-
-
Method Details
-
getPos
Gets the value of the pos property.- Returns:
- possible object is
DirectPositionType
-
setPos
Sets the value of the pos property.- Parameters:
value
- allowed object isDirectPositionType
-
getCoordinates
Gets the value of the coordinates property.- Returns:
- possible object is
CoordinatesType
-
setCoordinates
Sets the value of the coordinates property.- Parameters:
value
- allowed object isCoordinatesType
-