Package net.opengis.gml.v32.impl
Class LineStringImpl
java.lang.Object
net.opengis.gml.v32.impl.AbstractGMLImpl
net.opengis.gml.v32.impl.AbstractGeometryImpl
net.opengis.gml.v32.impl.AbstractCurveImpl
net.opengis.gml.v32.impl.LineStringImpl
- All Implemented Interfaces:
 Serializable,AbstractCurve,AbstractGeometry,AbstractGML,LineString
POJO class for XML type LineStringType(@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, uomLabelsFields inherited from class net.opengis.gml.v32.impl.AbstractGMLImpl
description, descriptionReference, id, identifier, metaDataPropertyList, nameList, UUID_CODE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondouble[]Gets the posList propertybooleanChecks if posList property is setvoidsetPosList(double[] posList) Sets the posList propertytoString()Methods inherited from class net.opengis.gml.v32.impl.AbstractGeometryImpl
addCoordinatesToEnvelope, getAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unSetSrsDimensionMethods 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, setUniqueIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.opengis.gml.v32.AbstractGeometry
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setSrsDimension, setSrsName, setUomLabels, unSetSrsDimensionMethods 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
- 
posList
protected double[] posList 
 - 
 - 
Constructor Details
- 
LineStringImpl
public LineStringImpl(int numDims)  
 - 
 - 
Method Details
- 
getPosList
public double[] getPosList()Description copied from interface:LineStringGets the posList property- Specified by:
 getPosListin interfaceLineString- Returns:
 - double array contanining all coordinates
 
 - 
setPosList
public void setPosList(double[] posList) Description copied from interface:LineStringSets the posList property- Specified by:
 setPosListin interfaceLineString- Parameters:
 posList- double array containing all coordinates
 - 
isSetPosList
public boolean isSetPosList()Description copied from interface:LineStringChecks if posList property is set- Specified by:
 isSetPosListin interfaceLineString- Returns:
 - true is set
 
 - 
getGeomEnvelope
- Specified by:
 getGeomEnvelopein interfaceAbstractGeometry- Overrides:
 getGeomEnvelopein classAbstractGeometryImpl- Returns:
 - the geometry bounding (hyper)rectangle
 
 - 
toString
 
 -