Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.builder |
Modifier and Type | Method and Description |
---|---|
static LinearRing |
LinearRing.createEmpty() |
LinearRing |
GeometryFactory.createLinearRing(PointSequence points)
Creates a
LinearRing |
LinearRing |
Polygon.getExteriorRing()
Returns the exterior boundary of this
Polygon . |
LinearRing |
Polygon.getInteriorRingN(int index)
Returns the specified interior ring.
|
Modifier and Type | Method and Description |
---|---|
Iterator<LinearRing> |
Polygon.iterator()
Returns an
Iterator over the boundaries of this Polygon . |
Modifier and Type | Method and Description |
---|---|
Polygon |
GeometryFactory.createPolygon(LinearRing[] rings)
Creates a
Polygon . |
void |
MeasureInterpolatingVisitor.visit(LinearRing linearRing) |
void |
GeometryVisitor.visit(LinearRing linearRing)
Visits a
LinearRing . |
Constructor and Description |
---|
Polygon(LinearRing[] rings)
Creates a
Polygon with the specified array of exterior and interior boundaries. |
Modifier and Type | Method and Description |
---|---|
static LinearRing |
DSL.ring(int srid,
DSL.Vertex2DMToken... points) |
static LinearRing |
DSL.ring(int srid,
DSL.Vertex2DToken... points) |
static LinearRing |
DSL.ring(int srid,
DSL.Vertex3DMToken... points) |
static LinearRing |
DSL.ring(int srid,
DSL.Vertex3DToken... points) |
Modifier and Type | Method and Description |
---|---|
static GeometryBuilder2D<LinearRing> |
LinearRings.create2D(CrsId crsId) |
static GeometryBuilder2DM<LinearRing> |
LinearRings.create2DM(CrsId crsId) |
static GeometryBuilder3D<LinearRing> |
LinearRings.create3D(CrsId crsId) |
static GeometryBuilder3DM<LinearRing> |
LinearRings.create3DM(CrsId crsId) |
Copyright © 2015 geolatte.org. All rights reserved.