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, List[] coordinates)Create a CircularRing from a repeated List of doubles  | 
                        
                                CircularRing
                                (Map options, List coordinates)Create a CircularRing from a List of double Lists or Points  | 
                        
                                CircularRing
                                () | 
                        
| 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 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 Points