lineString |
Line string |
A subclass of a Curve using linear interpolation between points. A Curve is a 1-dimensional geometric object usually stored as a sequence of Points. Represented in 2D coordinates by FeatureGeometry. |
multiLineString |
Multi line string |
A collection of individual lines, used as a single feature. Represented in 2D coordinates by FeatureGeometry. |
multiPoint |
Multi point |
A collection of individual points, used as a single feature. Represented in 2D coordinates by FeatureGeometry. |
multiPolygon |
Multi polygon |
A collection of individual polygons, used as a single feature. Represented in 2D coordinates by FeatureGeometry. |
notApplicable |
Not applicable |
The sampling feature has no applicable geospatial feature type |
point |
Point |
Topological 0-dimensional geometric primitive representing a position. Represented in 2D coordinates by FeatureGeometry. |
polygon |
Polygon |
A planar Surface defined by 1 exterior boundary and 0 or more interior boundaries. Each interior boundary defines a hole in the Polygon. Polygons are topologically closed. Polygons are a subclass of Surface that is planar. A Surface is a 2-dimensonal geometric object. Represented in 2D coordinates by FeatureGeometry. |
volume |
Volume |
A three dimensional space enclosed by some closed boundary. |