Module types
Source - GeometryCollection
- Use that structure in
Insertable
or Queryable
struct if you work with GeometryCollection geometry. - LineString
- Use that structure in
Insertable
or Queryable
struct if you work with LineString geometry. - MultiLineString
- Use that structure in
Insertable
or Queryable
struct if you work with MultiLineString geometry. - MultiPoint
- Use that structure in
Insertable
or Queryable
struct if you work with MultiPoint geometry. - MultiPolygon
- Use that structure in
Insertable
or Queryable
struct if you work with MultiPolygon geometry. - Point
- Use that structure in
Insertable
or Queryable
struct if you work with Point geometry. - PointConstructorError
- Error which may be returned if point constructed without required fields or has some unexpected fields for type.
- PointM
- Use that structure in
Insertable
or Queryable
struct if you work with PointM geometry. - PointZ
- Use that structure in
Insertable
or Queryable
struct if you work with PointZ geometry. - PointZM
- Use that structure in
Insertable
or Queryable
struct if you work with PointZM geometry. - Polygon
- Use that structure in
Insertable
or Queryable
struct if you work with Polygon geometry.
- GeometryContainer
- Represents any type that can appear in a geometry or geography column.
- PointT
- Allows uniform access across the four point types