| Package | Description |
|---|---|
| org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| org.locationtech.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiLineString
Models a collection of
LineStrings. |
class |
MultiPoint
Models a collection of
Points. |
class |
MultiPolygon
Models a collection of
Polygons. |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryFactory.createGeometryCollection()
Constructs an empty
GeometryCollection geometry. |
GeometryCollection |
GeometryFactory.createGeometryCollection(Geometry[] geometries)
Creates a GeometryCollection using the given Geometries; a null or empty
array will create an empty GeometryCollection.
|
GeometryCollection |
GeometryCollection.reverse()
Creates a
GeometryCollection with
every component reversed. |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc) |
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc) |
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
Copyright © 2024. All rights reserved.