| Class | Description |
|---|---|
| AbstractGeometry |
A representation of a planar, linear vector geometry.
|
| AbstractGeometryCollection |
Models a collection of
Geometrys of
arbitrary type and dimension. |
| AbstractLineString |
Models an OGC-style
LineString. |
| AbstractMultiLineString |
Models a collection of (@link LineString}s.
|
| AbstractMultiPoint | |
| AbstractMultiPolygon |
Models a collection of
Polygons. |
| AbstractPoint |
Represents a single point.
|
| AbstractPolygon |
Represents a polygon with linear edges, which may include holes.
|
| BoundingBoxDoubleGf |
Defines a rectangular region of the 2D coordinate plane.
|
| GeometryCollectionImpl |
Models a collection of
Geometrys of
arbitrary type and dimension. |
| LinearRingDoubleGf |
Models an OGC SFS
LinearRing. |
| LineStringDouble | |
| LineStringDoubleGf |
Models an OGC-style
LineString. |
| MultiLineStringImpl |
Models a collection of (@link LineString}s.
|
| MultiPointImpl |
Models a collection of
Points. |
| MultiPolygonImpl |
Models a collection of
Polygons. |
| PointDouble | |
| PointDouble2D | |
| PointDoubleGf |
Represents a single point.
|
| PolygonImpl |
Represents a polygon with linear edges, which may include holes.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.