| 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 | Class and Description |
|---|---|
class |
MultiLineString<P extends Position>
A
GeometryCollection of LineStrings. |
class |
MultiPoint<P extends Position>
A
GeometryCollection of Points. |
class |
MultiPolygon<P extends Position>
A
GeometryCollection of Polygons. |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkEmptyGeometryCollection(CoordinateReferenceSystem<P> crs)
Creates an empty
GeometryCollection for a coordinate reference system |
static <P extends Position> |
Geometries.mkGeometryCollection(Geometry<P>... geometries) |
static <P extends Position> |
Geometries.mkGeometryCollection(java.util.List<Geometry<P>> geometries) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
GeometryPointEquality.equals(GeometryCollection first,
GeometryCollection second) |
private boolean |
GeometryPointEquality.equals(GeometryCollection first,
GeometryCollection second) |
void |
MeasureInterpolatingVisitor.visit(GeometryCollection collection) |
<G extends Geometry<P>> |
GeometryVisitor.visit(GeometryCollection<P,G> collection)
Visits a
GeometryCollection. |
<G extends Geometry<P>> |
DefaultMeasureGeometryOperations.InterpolatingVisitor.visit(GeometryCollection<P,G> collection) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.geometrycollection(CoordinateReferenceSystem<P> crs,
DSL.GeometryToken<P>... tokens)
Creates a
GeometryCollection from the specified GeometryTokens and CoordinateReferenceSystem. |
static <P extends Position> |
DSL.geometrycollection(Geometry<P> geometry,
Geometry<P>... geometries)
Creates a
GeometryCollection from the specified Geometrys. |
(package private) GeometryCollection<P,Geometry<P>> |
DSL.GeometryCollectionToken.toGeometry(CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private <P extends Position> |
AbstractWkbDecoder.decodeGeometryCollection(ByteBuffer byteBuffer,
CoordinateReferenceSystem<P> crs) |
private <P extends Position> |
PostgisWktDecoder.decodeGeometryCollection(CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private <P extends Position,G extends Geometry<P>> |
PostgisWktEncoder.addGeometries(GeometryCollection<P,G> collection,
boolean withTag) |
private <P extends Position,G extends Geometry<P>> |
AbstractWkbEncoder.sizeOfGeometryCollection(GeometryCollection<P,G> collection) |
<G extends Geometry<P>> |
WkbVisitor.visit(GeometryCollection<P,G> geom) |
| Modifier and Type | Method and Description |
|---|---|
protected GeometryCollection<?,Geometry<?>> |
GeometryCollectionSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection<P,Geometry<P>> |
GeometryCollectionParser.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.GeometryCollection jtsGeometry,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private static <P extends Position> |
JTS.to(GeometryCollection<P,Geometry<P>> collection,
org.locationtech.jts.geom.GeometryFactory gFact) |