See: Description
| Class | Description | 
|---|---|
| ComposedGeospatial<T extends Geospatial> | Abstract base class for all Geometries that are composed out of other geospatial elements. | 
| Geospatial | Base class for all geospatial info. | 
| GeospatialCollection | Wrapper for a collection of geospatials info. | 
| LineString | Represents a line string. | 
| MultiLineString | Represents a MuliLineString. | 
| MultiPoint | Represents a collection of points
 Either Edm.GeographyMultiPoint or Edm.GeometryMultiPoint | 
| MultiPolygon | Represents a collection of polygons. | 
| Point | Represents a point, either Edm.GeographyPoint or Edm.GeometryPoint. | 
| Polygon | Polygon. | 
| SRID | A geometry or geography property MAY define a value for the SRID attribute. | 
| Enum | Description | 
|---|---|
| Geospatial.Dimension | Dimension of the geospatial type | 
| Geospatial.Type | Type of the geospatial type | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.