Package net.opengis.gml.v32.impl
Class PointImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractGeometryImpl
net.opengis.gml.v32.impl.PointImpl
- All Implemented Interfaces:
Serializable
,AbstractGeometry
,AbstractGML
,Point
POJO class for XML type PointType(@http://www.opengis.net/gml/3.2).
This is a complex type.
- See Also:
-
Field Summary
FieldsFields inherited from class net.opengis.gml.v32.impl.AbstractGeometryImpl
axisLabels, srsDimension, srsName, uomLabels
Fields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.opengis.gml.v32.impl.AbstractGeometryImpl
addCoordinatesToEnvelope, getAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unSetSrsDimension
Methods inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.opengis.gml.v32.AbstractGeometry
getAxisLabels, 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
-
Field Details
-
pos
protected double[] pos
-
-
Constructor Details
-
PointImpl
public PointImpl(int numDims)
-
-
Method Details
-
getPos
public double[] getPos()Gets the pos property -
isSetPos
public boolean isSetPos()Checks if pos is set -
setPos
public void setPos(double[] pos) Sets the pos property -
getGeomEnvelope
- Specified by:
getGeomEnvelope
in interfaceAbstractGeometry
- Overrides:
getGeomEnvelope
in classAbstractGeometryImpl
- Returns:
- the geometry bounding (hyper)rectangle
-
toString
-