Geometry
A Geometry object represents points, curves, and surfaces in coordinate space. Use an instance of this enumeration whenever a value could be any kind of Geometry object.
-
A single position.
-
A collection of two or more positions, each position connected to the next position linearly.
-
Conceptually, a collection of
Ring
s that form a single connected geometry. -
A collection of positions that are disconnected but related.
-
A collection of
LineString
geometries that are disconnected but related. -
A collection of
Polygon
geometries that are disconnected but related. -
A heterogeneous collection of geometries that are related.
-
Initializes a geometry representing the given geometry–convertible instance.
-
-
-
-