Circular String, Curve sub type
Compound Curve, Curve sub type
The base type for all 1-dimensional geometry types. A 1-dimensional geometry is a geometry that has a length, but no area. A curve is considered simple if it does not intersect itself (except at the start and end point). A curve is considered closed its start and end point are coincident. A simple, closed curve is called a ring.
A planar surface defined by an exterior ring and zero or more interior ring. Each ring is defined by a Curve instance.
The root of the geometry type hierarchy
A collection of zero or more Geometry instances.
A Curve that connects two or more points in space.
A restricted form of GeometryCollection where each Geometry in the collection must be of type Curve.
A restricted form of MultiCurve where each Curve in the collection must be of type LineString.
A restricted form of GeometryCollection where each Geometry in the collection must be of type Point.
A restricted form of MultiSurface where each Surface in the collection must be of type Polygon.
A restricted form of GeometryCollection where each Geometry in the collection must be of type Surface.
A single location in space. Each point has an X and Y coordinate. A point MAY optionally also have a Z and/or an M value.
A restricted form of CurvePolygon where each ring is defined as a simple, closed LineString.
Contiguous collection of polygons which share common boundary segments.
The base type for all 2-dimensional geometry types. A 2-dimensional geometry is a geometry that has an area.
A tetrahedron (4 triangular faces), corner at the origin and each unit coordinate digit.
Triangle
Generated using TypeDoc
Geometry Type enumeration