| 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.generator | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Method and Description |
|---|---|
<Q extends Position> |
GeometryCollection.as(Class<Q> castToType) |
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(List<Geometry<P>> geometries) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
GeometryGenerators.geometryCollection(int numGeoms,
Generator<? extends Geometry<P>>... generators) |
static <P extends Position> |
GeometryGenerators.geometryCollection(int numGeoms,
Random rnd,
Generator<? extends Geometry<P>>... generators) |
| Modifier and Type | Method and Description |
|---|---|
static GeometryCollection<?> |
JTS.from(org.locationtech.jts.geom.GeometryCollection jtsGeometry) |
static <P extends Position> |
JTS.from(org.locationtech.jts.geom.GeometryCollection jtsGeometry,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
JTS.to(GeometryCollection<P> geometry) |
Copyright © 2023 geolatte.org. All rights reserved.