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.
|
org.locationtech.jtstest.testbuilder.io.shapefile |
Modifier and Type | Class and 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 and Description |
---|---|
GeometryCollection |
GeometryCollection.copy()
Creates and returns a full copy of this
GeometryCollection object. |
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 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) |
protected Geometry |
GeometryTransformer.transformGeometryCollection(GeometryCollection geom,
Geometry parent) |
Modifier and Type | Method and Description |
---|---|
GeometryCollection |
Shapefile.read(GeometryFactory geometryFactory)
Initialises a shapefile from disk.
|
Constructor and Description |
---|
ShapefileHeader(GeometryCollection geometries,
int dims) |
Copyright © 2024. All rights reserved.