Geometry
A Geometry object represents points, curves, and surfaces in coordinate space. Use an instance of this enumeration whenever a value could be any kind of Geometry object.
- 
                  
                  A single position. 
- 
                  
                  A collection of two or more positions, each position connected to the next position linearly. 
- 
                  
                  Conceptually, a collection of Rings that form a single connected geometry.
- 
                  
                  A collection of positions that are disconnected but related. 
- 
                  
                  A collection of LineStringgeometries that are disconnected but related.
- 
                  
                  A collection of Polygongeometries that are disconnected but related.
- 
                  
                  A heterogeneous collection of geometries that are related. 
- 
                  
                  Initializes a geometry representing the given geometry–convertible instance. 
- 
                  
                  
- 
                  
                  
- 
                  
                  
- 
                  
                  
 View on GitHub
View on GitHub Install in Dash
Install in Dash Geometry Enumeration Reference
        Geometry Enumeration Reference