Name |
Description |
Curve |
A Curve is a one-dimensional geometric object usually stored as a sequence of points, with the subtype of Curve specifying the form of the interpolation between points. |
LineString |
|
LinearRing |
A LinearRing is a LineString that is both closed and simple. |
MultiCurve |
A MultiCurve is a one-dimensional GeometryCollection whose elements are Curves |
MultiLineString |
A MultiLineString is a MultiCurve whose elements are LineStrings. |
MultiPoint |
A MultiPoint is a 0 dimensional geometric collection. The elements of a MultiPoint are restricted to Points. The points are not connected or ordered. |
MultiPolygon |
|
MultiSurface |
A MultiSurface is a two-dimensional geometric collection whose elements are surfaces. The interiors of any two surfaces in a MultiSurface may not intersect. The boundaries of any two elements in a MultiSurface may intersect at most at a finite number of points. |
Point3D |
|
Polygon |
|
Raster |
|
SpatialRelations |
Class defining a set of named spatial relationship operators for geometric shape objects. |
Surface |
A Surface is a two-dimensional geometric object. |