Package net.opengis.gml.v32
Interface LineString
- All Superinterfaces:
AbstractCurve
,AbstractGeometry
,AbstractGML
,Serializable
- All Known Implementing Classes:
LineStringImpl
,LineStringJTS
POJO class for XML type LineStringType(@http://www.opengis.net/gml/3.2).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
Gets the posList propertyboolean
Checks if posList property is setvoid
setPosList
(double[] posList) Sets the posList propertyMethods 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
-
getPosList
double[] getPosList()Gets the posList property- Returns:
- double array contanining all coordinates
-
setPosList
void setPosList(double[] posList) Sets the posList property- Parameters:
posList
- double array containing all coordinates
-
isSetPosList
boolean isSetPosList()Checks if posList property is set- Returns:
- true is set
-