| Class | Description |
|---|---|
| AbstractShapeCoordsType | Abstract implementation for custom types that persist shapes using their coordinate values |
| BoxType | A custom type for persisting Box instances |
| CircleType | A custom type for persisting Circle instances |
| GeoJSONType | Abstract class for persisting Shape instances in GeoJSON format. |
| GeometryCollectionType | Custom type implementation for persisting GeometryCollection instances |
| LineStringType | Adds support for the LineStringType type to GORM for MongoDB |
| MultiLineStringType | Adds support for the MultiLineString type to GORM for MongoDB |
| MultiPointType | Adds support for the MultiPoint type to GORM for MongoDB |
| MultiPolygonType | Adds support for the MultiPolygon type to GORM for MongoDB |
| PointType | Adds support for the Point type to GORM for MongoDB |
| PolygonType | Adds support for the Polygon type to GORM for MongoDB |
| ShapeType | Custom type for persisting the Shape type |