Package org.citydb.config.geometry
Class LineString
- java.lang.Object
-
- org.citydb.config.geometry.AbstractGeometry
-
- org.citydb.config.geometry.LineString
-
public class LineString extends AbstractGeometry
-
-
Constructor Summary
Constructors Constructor Description LineString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryType
getGeometryType()
PositionList
getPosList()
boolean
is3D()
boolean
isValid()
void
setPosList(PositionList posList)
BoundingBox
toBoundingBox()
-
-
-
Method Detail
-
getPosList
public PositionList getPosList()
-
setPosList
public void setPosList(PositionList posList)
-
toBoundingBox
public BoundingBox toBoundingBox()
- Specified by:
toBoundingBox
in classAbstractGeometry
-
is3D
public boolean is3D()
- Specified by:
is3D
in classAbstractGeometry
-
isValid
public boolean isValid()
- Specified by:
isValid
in classAbstractGeometry
-
getGeometryType
public GeometryType getGeometryType()
- Specified by:
getGeometryType
in classAbstractGeometry
-
-