See: Description
| Interface | Description |
|---|---|
| IGeoCoordinates |
An interface for objects that represent coordinates of a GeoJson object.
|
| Class | Description |
|---|---|
| GeoJson |
GeoJSON is a format for encoding a variety of geographic data structures.
|
| LineString |
A set of at least two points that represent coordinates of connected lines.
|
| MultiLineString |
A set of
LineStrings. |
| MultiPoint |
This class represents an array of coordinates (points).
|
| MultiPolygon |
A set of
Polygons. |
| Point |
A geographical point.
|
| Polygon |
A single shape that may have holes.
|
Copyright © 2017–2018. All rights reserved.