Expand description
§geoarrow-schema
GeoArrow geometry type and metadata definitions.
All geometry type definitions, such as PointType, GeometryType, or
WkbType implement the upstream
ExtensionType trait.
Instances of type definitions are included within the variants on the
GeoArrowType enum.
Re-exports§
Modules§
- crs
- Defines GeoArrow CRS metadata and CRS transforms used for writing GeoArrow data to file formats that require different CRS representations.
- error
- Defines
GeoArrowError, representing all errors returned by this crate. - type_id
- Contains helpers for working with GeoArrow Type IDs.
Structs§
- BoxType
- A GeoArrow “Box” or “Rect” type.
- Geometry
Collection Type - A GeoArrow GeometryCollection type.
- Geometry
Type - A GeoArrow Geometry type.
- Line
String Type - A GeoArrow LineString type.
- Metadata
- GeoArrow extension metadata.
- Multi
Line String Type - A GeoArrow MultiLineString type.
- Multi
Point Type - A GeoArrow MultiPoint type.
- Multi
Polygon Type - A GeoArrow MultiPolygon type.
- Point
Type - A GeoArrow Point type.
- Polygon
Type - A GeoArrow Polygon type.
- WkbType
- A GeoArrow WKB type.
- WktType
- A GeoArrow WKT type.
Enums§
- Coord
Type - The permitted GeoArrow coordinate representations.
- Dimension
- The dimension of the geometry array.
- Edges
- The edge interpretation between explicitly defined vertices.
- GeoArrow
Type - Geospatial data types supported by GeoArrow.