Package | Description |
---|---|
org.locationtech.jts.algorithm.distance |
Classes to compute distance metrics between geometries.
|
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.operation.buffer.validate |
Classes to perform validation of the results of buffer operations.
|
org.locationtech.jts.precision |
Provides classes for analyzing and
manipulating the precision of Geometries.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter |
Modifier and Type | Method | Description |
---|---|---|
abstract void |
Geometry.apply(CoordinateSequenceFilter filter) |
Performs an operation on the coordinates in this
Geometry 's
CoordinateSequence s. |
void |
GeometryCollection.apply(CoordinateSequenceFilter filter) |
|
void |
LineString.apply(CoordinateSequenceFilter filter) |
|
void |
Point.apply(CoordinateSequenceFilter filter) |
|
void |
Polygon.apply(CoordinateSequenceFilter filter) |
Modifier and Type | Class | Description |
---|---|---|
class |
AffineTransformation |
Represents an affine transformation on the 2D Cartesian plane.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter |
Modifier and Type | Class | Description |
---|---|---|
class |
CoordinatePrecisionReducerFilter |
Reduces the precision of the
Coordinate s in a
CoordinateSequence to match the supplied PrecisionModel . |
Copyright © 2018. All rights reserved.