class CircularString extends LineString
A CircularString is a collection of connected circular arc segments.
| Constructor and description | 
|---|
                                CircularString(CircularString circularString)Create a CircularString from a GeoTools CircularString  | 
                        
                                CircularString(Map options, java.awt.Point[] points)Create a CircularString from a List of repeated Points  | 
                        
                                CircularString(Map options, java.util.List<java.lang.Double>[] coordinates)Create a CircularString from a repeated List of doubles  | 
                        
                                CircularString(Map options, java.util.List coordinates)Create a CircularString 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 linearized Geometry  | 
                        
Create a CircularString from a GeoTools CircularString
circularString -  The GeoTools CircularStringCreate a CircularString from a List of repeated Points
options -  The optional named parameters
 points -  The List of repeated PointsCreate a CircularString from a repeated List of doubles
options -  The optional named parameters
 coordinates -  The repeated List of doublesCreate a CircularString 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 linearized Geometry