Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.builder |
Modifier and Type | Class and Description |
---|---|
class |
MultiLineString |
class |
MultiPoint |
class |
MultiPolygon
A
GeometryCollection that contains only Polygon s. |
Modifier and Type | Method and Description |
---|---|
static GeometryCollection |
GeometryCollection.createEmpty()
Constructs an empty
GeometryCollection . |
GeometryCollection |
GeometryFactory.createGeometryCollection(Geometry[] geometries)
Creates a
GeometryCollection from the specified Geometry s. |
Modifier and Type | Method and Description |
---|---|
void |
MeasureInterpolatingVisitor.visit(GeometryCollection collection) |
void |
GeometryVisitor.visit(GeometryCollection collection)
Visits a
GeometryCollection . |
Modifier and Type | Method and Description |
---|---|
static GeometryCollection |
DSL.geometrycollection(int srid,
DSL.Geometry2DMToken... geometryTokens) |
static GeometryCollection |
DSL.geometrycollection(int srid,
DSL.Geometry2DToken... geometryTokens) |
static GeometryCollection |
DSL.geometrycollection(int srid,
DSL.Geometry3DMToken... geometryTokens) |
static GeometryCollection |
DSL.geometrycollection(int srid,
DSL.Geometry3DToken... geometryTokens) |
Copyright © 2015 geolatte.org. All rights reserved.