class CircularRing extends LinearRing
A CircularRing is a closed CircularString.
Constructor and description |
---|
CircularRing(CircularRing circularRing) Create a CircularRing from a GeoTools CircularRing |
CircularRing(Map options, java.awt.Point[] points) Create a CircularRing from a List of repeated Points |
CircularRing(Map options, java.util.List<java.lang.Double>[] coordinates) Create a CircularRing from a repeated List of doubles |
CircularRing(Map options, java.util.List coordinates) Create a CircularRing from a List of double Lists or Points |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<Point> |
getControlPoints() Get the original control Points (not the linearized Points) |
|
java.lang.String |
getCurvedWkt() Get the curved WKT |
|
Geometry |
getLinear() Get the linear Geometry |
Create a CircularRing from a GeoTools CircularRing
circularRing
- The GeoTools CircularRingCreate a CircularRing from a List of repeated Points
options
- The optional named parameters
points
- The List of repeated PointsCreate a CircularRing from a repeated List of doubles
options
- The optional named parameters
coordinates
- The repeated List of doublesCreate a CircularRing from a List of double Lists or Points
options
- The optional named parameters
coordinates
- The List of double Lists of PointsGet the original control Points (not the linearized Points)
Get the curved WKT
Get the linear Geometry
The
- linear Geometry