| AbstractGeometry<P extends Positions> |
Abstract implementation of Geometry providing generic methods.
|
| Feature |
Feature is a collection of properties and a geometry
Feature can contain properties with arbitrary json as the value.
|
| Feature.Builder |
|
| FeatureCollection |
FeatureCollection contains a list of Feature instances
GeoJson reference @see http://geojson.org/geojson-spec.html#feature-collection-objects.
|
| GeometryCollection |
|
| LinearGeometry |
An abstract Geometry that is composed by a sequence of points.
|
| LinearRing |
|
| LineString |
Specialization of LinearGeometry composed at least by 2 points.
|
| MultiLineString |
|
| MultiPoint |
Geometry composed by a sequence of Point.
|
| MultiPolygon |
|
| Point |
A Point is identified by a lon,lat and alt coordinate..
|
| Polygon |
|