Package net.opengis.gml.v32
Interface Point
- All Superinterfaces:
AbstractGeometry
,AbstractGML
,Serializable
POJO class for XML type PointType(@http://www.opengis.net/gml/3.2).
This is a complex type.
-
Method Summary
Methods inherited from interface net.opengis.gml.v32.AbstractGeometry
getAxisLabels, getGeomEnvelope, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unSetSrsDimension
Methods inherited from interface net.opengis.gml.v32.AbstractGML
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
-
Method Details
-
getPos
double[] getPos()Gets the pos property -
isSetPos
boolean isSetPos()Checks if pos is set -
setPos
void setPos(double[] coords) Sets the pos property
-