| 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.oracle | |
| 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 |
|---|---|
static <P extends Position> |
Geometries.mkEmptyMultiPoint(CoordinateReferenceSystem<P> crs)
Creates an empty
MultiPoint for a coordinate reference system |
static <P extends Position> |
Geometries.mkMultiPoint(java.util.List<Point<P>> points) |
static <P extends Position> |
Geometries.mkMultiPoint(Point<P>... points) |
static <P extends Position> |
Geometries.mkMultiPoint(PositionSequence<P> positions,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.multipoint(CoordinateReferenceSystem<P> crs) |
static <P extends Position> |
DSL.multipoint(CoordinateReferenceSystem<P> crs,
DSL.PointToken<P>... tokens) |
static <P extends Position> |
DSL.multipoint(CoordinateReferenceSystem<P> crs,
P... positions) |
static <P extends Position> |
DSL.multipoint(Point<P> point,
Point<P>... points) |
(package private) MultiPoint<P> |
DSL.MultiPointToken.toGeometry(CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private <P extends Position> |
AbstractWkbDecoder.decodeMultiPoint(ByteBuffer byteBuffer,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Double[] |
SdoMultiPointEncoder.pointToOrdinates(MultiPoint<?> multiPoint,
int i) |
| Modifier and Type | Method and Description |
|---|---|
protected MultiPoint<?> |
MultiPointSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
| Modifier and Type | Method and Description |
|---|---|
MultiPoint<P> |
MultiPointParser.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.MultiPoint jtsMultiPoint,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private static <P extends Position> |
JTS.to(MultiPoint<P> multiPoint,
org.locationtech.jts.geom.GeometryFactory gFact) |