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 | Description |
---|---|---|
class |
MultiLineString |
Models a collection of
LineString s. |
class |
MultiPoint |
Models a collection of
Point s. |
class |
MultiPolygon |
Models a collection of
Polygon s. |
Modifier and Type | Method | Description |
---|---|---|
GeometryCollection |
GeometryFactory.createGeometryCollection() |
|
GeometryCollection |
GeometryFactory.createGeometryCollection(Geometry[] geometries) |
Creates a GeometryCollection using the given Geometries; a null or empty
array will create an empty GeometryCollection.
|
Modifier and Type | Method | Description |
---|---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc) |
|
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
Modifier and Type | Method | Description |
---|---|---|
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc) |
|
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
Copyright © 2018. All rights reserved.