Package | Description |
---|---|
org.locationtech.jts.algorithm |
Contains classes and interfaces implementing fundamental computational geometry algorithms.
|
org.locationtech.jts.awt |
Classes to perform conversions from Java2D shape objects.
|
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.jts.geomgraph |
Contains classes that implement topology graphs.
|
org.locationtech.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
org.locationtech.jts.io.geojson | |
org.locationtech.jts.io.gml2 |
Classes to read and write the GML2 geometry format.
|
org.locationtech.jts.io.kml | |
org.locationtech.jts.operation.buffer |
Provides classes for computing buffers of geometries
|
org.locationtech.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
org.locationtech.jtstest.clean | |
org.locationtech.jtstest.testbuilder | |
org.locationtech.jtstest.testbuilder.io.shapefile | |
org.locationtech.jtstest.testbuilder.ui.render | |
org.locationtech.jtstest.util.io |
Modifier and Type | Method and Description |
---|---|
private Geometry |
InteriorPointArea.widestGeometry(GeometryCollection gc) |
Modifier and Type | Method and Description |
---|---|
private java.awt.Shape |
ShapeWriter.toShape(GeometryCollection gc) |
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 |
---|---|
private GeometryCollection |
GeometryEditor.editGeometryCollection(GeometryCollection collection,
GeometryEditor.GeometryEditorOperation operation) |
GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc) |
static GeometryCollection |
GeometryCollectionMapper.map(GeometryCollection gc,
GeometryMapper.MapOp op) |
Modifier and Type | Method and Description |
---|---|
private GeometryCollection |
GeometryEditor.editGeometryCollection(GeometryCollection collection,
GeometryEditor.GeometryEditorOperation operation) |
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 |
---|---|
private void |
GeometryGraph.addCollection(GeometryCollection gc) |
Modifier and Type | Method and Description |
---|---|
private GeometryCollection |
WKBReader.readGeometryCollection() |
private GeometryCollection |
WKTReader.readGeometryCollectionText()
Creates a
GeometryCollection using the next token in the
stream. |
Modifier and Type | Method and Description |
---|---|
private void |
WKTWriter.appendGeometryCollectionTaggedText(GeometryCollection geometryCollection,
int level,
java.io.Writer writer)
Converts a
GeometryCollection to <GeometryCollection
Tagged Text> format, then appends it to the writer. |
private void |
WKTWriter.appendGeometryCollectionText(GeometryCollection geometryCollection,
int level,
java.io.Writer writer)
Converts a
GeometryCollection to <GeometryCollectionText>
format, then appends it to the writer. |
private void |
WKBWriter.writeGeometryCollection(int geometryType,
GeometryCollection gc,
OutStream os) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<java.lang.Object> |
GeoJsonWriter.makeJsonAware(GeometryCollection geometryCollection) |
Modifier and Type | Method and Description |
---|---|
private void |
GMLWriter.writeGeometryCollection(GeometryCollection gc,
java.io.Writer writer,
int level) |
Modifier and Type | Method and Description |
---|---|
private void |
KMLWriter.writeGeometryCollection(GeometryCollection gc,
java.lang.String attributes,
int level,
java.lang.StringBuffer buf) |
Modifier and Type | Method and Description |
---|---|
private void |
OffsetCurveSetBuilder.addCollection(GeometryCollection gc) |
Modifier and Type | Method and Description |
---|---|
private void |
IsValidOp.checkValid(GeometryCollection gc) |
private boolean |
RepeatedPointTester.hasRepeatedPoint(GeometryCollection gc) |
Modifier and Type | Method and Description |
---|---|
private GeometryCollection |
CleanDuplicatePoints.clean(GeometryCollection g) |
Modifier and Type | Method and Description |
---|---|
private GeometryCollection |
CleanDuplicatePoints.clean(GeometryCollection g) |
Modifier and Type | Field and Description |
---|---|
(package private) GeometryCollection |
GeometryCollectionNode.coll |
Constructor and Description |
---|
GeometryCollectionNode(GeometryCollection coll,
GeometryContext context) |
Modifier and Type | Method and Description |
---|---|
GeometryCollection |
Shapefile.read(GeometryFactory geometryFactory)
Initialises a shapefile from disk.
|
Constructor and Description |
---|
ShapefileHeader(GeometryCollection geometries,
int dims) |
Modifier and Type | Method and Description |
---|---|
private static void |
GeometryPainter.paintGeometryCollection(java.awt.Graphics2D g,
Viewport viewport,
GeometryCollection gc,
Style style) |
Modifier and Type | Method and Description |
---|---|
private void |
SVGWriter.appendGeometryCollectionTaggedText(GeometryCollection geometryCollection,
int level,
java.io.Writer writer)
Converts a
GeometryCollection to <GeometryCollection
Tagged Text> format, then appends it to the writer. |
private void |
SVGWriter.appendGeometryCollectionText(GeometryCollection geometryCollection,
int level,
java.io.Writer writer)
Converts a
GeometryCollection to <GeometryCollectionText>
format, then appends it to the writer. |