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.json |
Modifier and Type | Method and Description |
---|---|
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 |
MeasureInterpolatingVisitor.visit(Polygon polygon) |
void |
GeometryVisitor.visit(Polygon<P> polygon)
Visits a
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 Polygon s. |
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 |
---|---|
Polygon<P> |
PolygonParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
Copyright © 2019 geolatte.org. All rights reserved.