A CompoundRing is a connected set of CircularStrings and LineStrings
Constructor and description |
---|
CompoundRing
(org.geotools.geometry.jts.CompoundRing cr) Create a CompoundRing from a GeoTools CompoundRing |
CompoundRing
(java.util.Map options = [:], LineString... lineStrings) Create a CompoundRing from a List of repeated LineStrings or CircularStrings |
CompoundRing
(java.util.Map options = [:], java.util.List<LineString> lineStrings) Create a CompoundRing from a List of LineStrings or CircularStrings |
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 CompoundRing from a GeoTools CompoundRing
cr
- The GeoTools CompoundRingCreate a CompoundRing from a List of repeated LineStrings or CircularStrings
options
- The optional named parameters
lineStrings
- The List of repeated LineStrings or CircularStringsCreate a CompoundRing 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