| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
| org.geolatte.geom.codec.support |
This package contains data structures useful when decoding
Geometrys from WKT/WKB or GEOJSON |
| org.geolatte.geom.crs.trans | |
| org.geolatte.geom.generator | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Method and Description |
|---|---|
<Q extends Position> |
Point.as(Class<Q> castToType) |
<P extends C2D,G extends Geometry<P> & Polygonal<P>> |
ProjectedGeometryOperations.centroid(G geometry)
Calculates a centroid for the specified
Geometry. |
<P extends C2D,G extends Geometry<P> & Polygonal<P>> |
JTSGeometryOperations.centroid(G geometry) |
static <P extends Position> |
Geometries.mkEmptyPoint(CoordinateReferenceSystem<P> crs)
Creates an empty
Point for a coordinate reference system |
static <P extends Position> |
Geometries.mkPoint(P pos,
CoordinateReferenceSystem<P> crs)
Creates a
Point from a Position and coordinate reference system |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkMultiPoint(Point<P>... points) |
void |
GeometryVisitor.visit(Point<P> point)
Visits a
Point |
void |
MeasureInterpolatingVisitor.visit(Point<P> point) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkMultiPoint(List<Point<P>> points) |
| Constructor and Description |
|---|
MultiPoint(Point<P>... points)
Constructs a
MultiPoint from the specified Points |
Point(Point<P> point) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.point(CoordinateReferenceSystem<P> crs)
Creates an empty
Point |
static <P extends Position> |
DSL.point(CoordinateReferenceSystem<P> crs,
P p)
Creates a
Point |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.multipoint(Point<P> point,
Point<P>... points) |
static <P extends Position> |
DSL.multipoint(Point<P> point,
Point<P>... points) |
| Modifier and Type | Method and Description |
|---|---|
<P extends Position> |
PointHolder.toGeometry(CoordinateReferenceSystem<P> crs,
GeometryType geomType) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformVisitor.visit(Point<P> point) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
GeometryGenerators.point(Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.point(Box<P> bbox,
Random rnd) |
| Modifier and Type | Method and Description |
|---|---|
static Point<?> |
JTS.from(org.locationtech.jts.geom.Point jtsGeometry) |
static <P extends Position> |
JTS.from(org.locationtech.jts.geom.Point jtsPoint,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
JTS.to(Point<P> geometry) |
Copyright © 2023 geolatte.org. All rights reserved.