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, List lineStrings)Create a CompoundCurve from a List of LineStrings or CircularStrings |
CompoundCurve
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
List |
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