Package-level declarations
Types
2D Geometry object that supports spatial relationships with bounding boxes, triangles and points.
reusable geopoint encoding methods
Base class for LatLonGeometry and XYGeometry
Lat/Lon Geometry object.
Represents a line on the earth's surface. You can construct the Line directly with double[] coordinates.
Represents a point on the earth's surface. You can construct the point directly with double coordinates.
Represents a closed polygon on the earth's surface. You can either construct the Polygon directly yourself with double[] coordinates, or use Polygon.fromGeoJSON if you have a polygon already encoded as a GeoJSON string.
Parses shape geometry represented in WKT format
Computes a triangular mesh tessellation for a given polygon.
reusable cartesian geometry encoding methods
Cartesian Geometry object.
Represents a line in cartesian space. You can construct the Line directly with float[], float[] x, y arrays coordinates.
Represents a point on the earth's surface. You can construct the point directly with double coordinates.
Represents a polygon in cartesian space. You can construct the Polygon directly with float[], float[] x, y arrays coordinates.
Represents a x/y cartesian rectangle.