class CompoundCurve extends LineString
A CompoundCurve is a connected set of CircularStrings and LineStrings
Constructor and description |
---|
CompoundCurve(CompoundCurve cc) Create a CompoundCurve from a GeoTools CompoundCurve |
CompoundCurve(Map options, LineString[] lineStrings) Create a CompoundCurve from a List of repeated LineStrings or CircularStrings |
CompoundCurve(Map options, java.util.List<LineString> lineStrings) Create a CompoundCurve from a List of LineStrings or CircularStrings |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<LineString> |
getComponents() Get the original LineStrings or CircularStrings (not linearized) |
|
java.lang.String |
getCurvedWkt() Get the curved WKT |
|
Geometry |
getLinear() Get the linearized Geometry |
Create a CompoundCurve from a GeoTools CompoundCurve
cc
- The GeoTools CompoundCurveCreate a CompoundCurve from a List of repeated LineStrings or CircularStrings
options
- The optional named parameters
lineStrings
- The List of repeated LineStrings or CircularStringsCreate a CompoundCurve from a List of LineStrings or CircularStrings
options
- The optional named parameters
lineStrings
- The List of LineStrings or CircularStringsGet the original LineStrings or CircularStrings (not linearized)
Get the curved WKT
Get the linearized Geometry