| 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.db.oracle | |
| org.geolatte.geom.crs.trans | |
| org.geolatte.geom.generator | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Method and Description |
|---|---|
<Q extends Position> |
Polygon.as(Class<Q> castToType) |
static <P extends Position> |
Geometries.mkEmptyPolygon(CoordinateReferenceSystem<P> crs)
Creates an empty
Polygon for a coordinate reference system |
static <P extends Position> |
Geometries.mkPolygon(LinearRing<P>... rings) |
static <P extends Position> |
Geometries.mkPolygon(List<LinearRing<P>> rings) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkMultiPolygon(Polygon<P>... polygons) |
void |
GeometryVisitor.visit(Polygon<P> polygon)
Visits a
Polygon. |
void |
MeasureInterpolatingVisitor.visit(Polygon<P> polygon) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkMultiPolygon(List<Polygon<P>> polygons) |
| Constructor and Description |
|---|
MultiPolygon(Polygon<P>... polygons)
Constructs a
MultiPolygon from the specified array of Polygons. |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.polygon(CoordinateReferenceSystem<P> crs,
DSL.LinearRingToken<P>... tokens)
Creates a
Polygon from the specified ring tokens and CoordinateReferenceSystem |
static <P extends Position> |
DSL.polygon(LinearRing<P> hull,
LinearRing<P>... rings)
Creates a
Polygon from the specified outer ring (or hull) and inner rings (if any) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.multipolygon(Polygon<P> polygon,
Polygon<P>... polygons) |
static <P extends Position> |
DSL.multipolygon(Polygon<P> polygon,
Polygon<P>... polygons) |
| Modifier and Type | Method and Description |
|---|---|
protected SDOGeometry |
AbstractSDOEncoder.addPolygon(SDOGeometry sdoGeom,
Polygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformVisitor.visit(Polygon<P> polygon) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
GeometryGenerators.polygon(int numPnts,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.polygon(int numPnts,
Box<P> bbox,
Random rnd) |
| Modifier and Type | Method and Description |
|---|---|
static Polygon<?> |
JTS.from(org.locationtech.jts.geom.Polygon jtsGeometry) |
static <P extends Position> |
JTS.from(org.locationtech.jts.geom.Polygon jtsGeometry,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
JTS.to(Polygon<P> geometry) |
Copyright © 2021 geolatte.org. All rights reserved.