Class | Description |
---|---|
Geometry |
Geometry is an abstract class which represents the base of MySQL geometry data type.
|
GeometryCollection |
A GeomCollection is a geometry that is a collection of zero or more geometries of any class.
|
LineString |
A LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.
|
MultiLineString |
A MultiLineString is a MultiCurve geometry collection composed of LineString elements.
|
MultiPoint |
A MultiPoint is a geometry collection composed of Point elements.
|
MultiPolygon |
A MultiPolygon is a MultiSurface object composed of Polygon elements.
|
Point |
A Point is a geometry that represents a single location in coordinate space.
|
Polygon |
A Polygon is a planar Surface representing a multisided geometry.
|
Copyright © 2023 Eclipse. All rights reserved.