| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| org.geolatte.geom.crs.trans |
| Modifier and Type | Class and Description |
|---|---|
class |
GeometryCollection<P extends Position>
Created by Karel Maesen, Geovise BVBA on 2019-07-29.
|
class |
MultiLineString<P extends Position>
A
GeometryCollection of LineStrings. |
class |
MultiPoint<P extends Position>
A
GeometryCollection of Points. |
class |
MultiPolygon<P extends Position>
A
GeometryCollection of Polygons. |
| Modifier and Type | Method and Description |
|---|---|
default <G extends Geometry<P>> |
GeometryVisitor.endVisit(AbstractGeometryCollection<P,G> collection) |
void |
MeasureInterpolatingVisitor.visit(AbstractGeometryCollection collection) |
<G extends Geometry<P>> |
GeometryVisitor.visit(AbstractGeometryCollection<P,G> collection)
Visits a
GeometryCollection. |
| Modifier and Type | Method and Description |
|---|---|
<G extends Geometry<P>> |
TransformVisitor.endVisit(AbstractGeometryCollection<P,G> collection) |
<G extends Geometry<P>> |
TransformVisitor.visit(AbstractGeometryCollection<P,G> collection) |
Copyright © 2021 geolatte.org. All rights reserved.