| Class | Description | 
|---|---|
| GeoJSONReader | Read a Geometry from a GeoJSON String. | 
| GeoJSONWriter | Write a Geometry to a GeoJSON String. | 
| GeoPackageReader | Read GeoPackage encoded Geometries | 
| GeoPackageWriter | Write a Geometry to a GeoPackage Geometry byte array or hex string | 
| GeoRSSReader | A GeoRSS Simple Reader. | 
| GeoRSSWriter | A GeoRSS Simple Writer. | 
| GeobufReader | Read a Geometry from a Geobuf encoded hex String or byte array | 
| GeobufWriter | Write a Geometry to a Geobuf encoded protocol buffer. | 
| GeometryExtensionModule | A Groovy Extension Module that adds methods to the Geometry class. | 
| Gml2Reader | Read a Geometry from a GML Version 2 String. | 
| Gml2Writer | Write a Geoscript Geometry to a GML Version 2 String. | 
| Gml3Reader | Read a Geometry from a GML Version 3 String. | 
| Gml3Writer | Write a Geoscript Geometry to a GML String. | 
| GooglePolylineEncoder | A Google Polyline Encoder/Decoder (https://developers.google.com/maps/documentation/utilities/polylinealgorithm). | 
| GpxReader | Read a Geometry from a GPX String | 
| GpxWriter | Write a Geometry to a GPX document | 
| KmlReader | Read a Geometry from a KML String. | 
| KmlWriter | Write a Geoscript Geometry to a KML String. | 
| Readers | A Utility for finding all registered Geometry Readers. | 
| StaticGeometryExtensionModule | A Groovy Extension Module that adds static methods to the Geometry class. | 
| TWkbReader | Read a Geometry from a TWKB hex String or byte array. | 
| TWkbWriter | Write a Geometry to a WKB hex String or byte array. | 
| WkbReader | Read a Geometry from a WKB hex String or byte array. | 
| WkbWriter | Write a Geometry to a WKB hex String or byte array. | 
| WktReader | Read a Geometry from a WKT String. | 
| WktWriter | Write a Geometry to a WKT String. | 
| Writers | A Utility for finding all registered Geometry Writers. | 
| YamlReader | Read a Geometry from a GeoYaml String | 
| YamlWriter | Write a Geometry to a GeoYaml String. |