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.json |
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) |
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 Point s |
Point(Point<P> point) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Point<P> |
PointParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
Copyright © 2019 geolatte.org. All rights reserved.