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 propertyboolean
Checks if posList property is setvoid
setPosList
(double[] posList) Sets the posList propertyprotected void
toString
(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:LinearRing
Gets the posList property- Specified by:
getPosList
in interfaceLinearRing
- Returns:
- double array contanining all coordinates
-
setPosList
public void setPosList(double[] posList) Description copied from interface:LinearRing
Sets the posList property- Specified by:
setPosList
in interfaceLinearRing
- Parameters:
posList
- double array containing all coordinates
-
isSetPosList
public boolean isSetPosList()Description copied from interface:LinearRing
Checks if posList property is set- Specified by:
isSetPosList
in interfaceLinearRing
- Returns:
- true is set
-
toString
-