Package net.opengis.gml.v32.impl
Class LinearRingImpl
java.lang.Object
net.opengis.gml.v32.impl.LinearRingImpl
- All Implemented Interfaces:
Serializable,AbstractRing,LinearRing
POJO class for XML type LinearRingType(@http://www.opengis.net/gml/3.2).
This is a complex type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]Gets the posList propertybooleanChecks if posList property is setvoidsetPosList(double[] posList) Sets the posList propertyprotected voidtoString(StringBuilder buf, int srsDimension, DecimalFormat formatter)
-
Field Details
-
posList
protected double[] posList
-
-
Constructor Details
-
LinearRingImpl
public LinearRingImpl()
-
-
Method Details
-
getPosList
public double[] getPosList()Description copied from interface:LinearRingGets the posList property- Specified by:
getPosListin interfaceLinearRing- Returns:
- double array contanining all coordinates
-
setPosList
public void setPosList(double[] posList) Description copied from interface:LinearRingSets the posList property- Specified by:
setPosListin interfaceLinearRing- Parameters:
posList- double array containing all coordinates
-
isSetPosList
public boolean isSetPosList()Description copied from interface:LinearRingChecks if posList property is set- Specified by:
isSetPosListin interfaceLinearRing- Returns:
- true is set
-
toString
-