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, List[] coordinates)Create a CircularString from a repeated List of doubles  | 
                        
                                CircularString
                                (Map options, List coordinates)Create a CircularString from a List of double Lists or Points  | 
                        
                                CircularString
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            List | 
                            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 Points