Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.builder |
Modifier and Type | Method and Description |
---|---|
static Polygon |
Polygon.createEmpty()
Creates an empty
Polygon . |
Polygon |
GeometryFactory.createPolygon(LinearRing[] rings)
Creates a
Polygon . |
Polygon |
GeometryFactory.createPolygon(PointSequence points)
Creates a
Polygon without any holes. |
Polygon |
MultiPolygon.getGeometryN(int num) |
abstract Polygon |
PolyHedralSurface.getPatchN(int num) |
Modifier and Type | Method and Description |
---|---|
MultiPolygon |
GeometryFactory.createMultiPolygon(Polygon[] polygons)
Creates a
MultiPolygon from the specified Polygon s. |
abstract MultiPolygon |
PolyHedralSurface.getBoundingPolygons(Polygon patch) |
void |
MeasureInterpolatingVisitor.visit(Polygon polygon) |
void |
GeometryVisitor.visit(Polygon polygon)
Visits a
Polygon . |
Constructor and Description |
---|
MultiPolygon(Polygon[] polygons)
Constructs a
MultiPolygon from the specified array of Polygon s. |
Modifier and Type | Method and Description |
---|---|
static Polygon |
DSL.polygon(int srid,
DSL.LinearRing2DMToken... rings) |
static Polygon |
DSL.polygon(int srid,
DSL.LinearRing2DToken... rings) |
static Polygon |
DSL.polygon(int srid,
DSL.LinearRing3DMToken... rings) |
static Polygon |
DSL.polygon(int srid,
DSL.LinearRing3DToken... rings) |
Copyright © 2015 geolatte.org. All rights reserved.