|
|
|
|
|
The following functions are used to manipulate spatial data:
Spatial data functions manipulate the following variable types: - Variables corresponding to geometries defined using 2D coordinates:
| | Linestring2D | The Linestring2D type is used to define all the advanced characteristics of a linestring defined with 2D coordinates. | MultiLinestring2D | The MultiLinestring2D type can be used to store a collection of linestrings defined with 2D coordinates. | MultiPoint2D | The MultiPoint2D type is used to store a set of points defined with 2D coordinates. It is a collection of points: unlike in a linestring, points are not connected. | MultiPolygon2D | The MultiPolygon2D type can be used to store a collection of non-overlapping polygons defined with 2D coordinates. | Point2D | The Point2D type is used to define all the characteristics of a location represented on a Cartesian plane. | Polygon2D | The Polygon2D type is used to define all the advanced characteristics of a 2D polygon. |
- Variables corresponding to geometries defined using geographic coordinates:
| | LinestringGeo | The LinestringGeo type is used to define all the advanced characteristics of a geographic linestring. | MultiLinestringGeo | The MultiLinestring type can be used to store a collection of linestrings defined with geographic coordinates. | MultiPointGeo | The MultiPointGeo type is used to store a set of points defined with geographic coordinates. It is a collection of points: in this case, points are not connected. | MultiPolygonGeo | The MultiPolygonGeo type can be used to store a collection of non-overlapping polygons defined with geographic coordinates. | PointGeo | The PointGeo type is used to define all the advanced characteristics of a location represented on the spheroidal surface of the earth. | PolygonGeo | The PolygonGeo type is used to define all the advanced characteristics of a geographic polygon. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|