| 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 |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| org.geolatte.geom.codec.db.sqlserver |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems to Microsoft SQL Server internal
format.
|
| org.geolatte.geom.json | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Method and Description |
|---|---|
<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) |
void |
DefaultMeasureGeometryOperations.InterpolatingVisitor.visit(Point<P> point) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkMultiPoint(java.util.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,
P p)
Creates a
Point |
(package private) Point<P> |
DSL.PointToken.toGeometry(CoordinateReferenceSystem<P> crs) |
| 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 |
|---|---|
private <P extends Position> |
AbstractWkbDecoder.decodePoint(ByteBuffer byteBuffer,
CoordinateReferenceSystem<P> crs) |
private <P extends Position> |
PostgisWktDecoder.decodePointText(CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
WkbVisitor.visit(Point<P> geom) |
| Modifier and Type | Method and Description |
|---|---|
protected Point<?> |
PointSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom) |
protected Point<?> |
PointSqlServerDecoder.createGeometry(SqlServerGeometry nativeGeom,
int shapeIndex) |
protected Point<?> |
PointSqlServerDecoder.createNullGeometry(CoordinateReferenceSystem<?> crs) |
private Point<?> |
PointSqlServerDecoder.createPoint(SqlServerGeometry nativeGeom,
int pntOffset) |
| Modifier and Type | Method and Description |
|---|---|
Point<P> |
PointParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
| Modifier and Type | Method and Description |
|---|---|
private static <P extends Position> |
JTS.from(org.locationtech.jts.geom.Point jtsPoint,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private static <P extends Position> |
JTS.to(Point<P> point,
org.locationtech.jts.geom.GeometryFactory gFact) |