Package | Description |
---|---|
org.locationtech.jts.algorithm |
Contains classes and interfaces implementing fundamental computational geometry algorithms.
|
org.locationtech.jts.algorithm.distance |
Classes to compute distance metrics between geometries.
|
org.locationtech.jts.algorithm.locate |
Classes to determine the topological location of points in geometries.
|
org.locationtech.jts.algorithm.match |
Classes to compute matching metrics between geometries.
|
org.locationtech.jts.awt |
Classes to perform conversions from Java2D shape objects.
|
org.locationtech.jts.densify |
Classes to perform densification on geometries.
|
org.locationtech.jts.dissolve | |
org.locationtech.jts.edgegraph | |
org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
org.locationtech.jts.geom.impl |
Implementations of interfaces for geometric structures.
|
org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
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.geomgraph.index |
Contains classes that implement indexes for performing noding on geometry graph edges.
|
org.locationtech.jts.hull | |
org.locationtech.jts.index |
Provides classes for various kinds of spatial indexes.
|
org.locationtech.jts.index.chain |
Contains classes that implement Monotone Chains
|
org.locationtech.jts.index.kdtree |
Contains classes which implement a k-D tree index over 2-D point data.
|
org.locationtech.jts.index.quadtree |
Contains classes that implement a Quadtree spatial index
|
org.locationtech.jts.index.strtree |
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
|
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.linearref |
Contains classes and interfaces implementing linear referencing on linear geometries
|
org.locationtech.jts.math | |
org.locationtech.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
org.locationtech.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
org.locationtech.jts.operation |
Provides classes for implementing operations on geometries
|
org.locationtech.jts.operation.buffer |
Provides classes for computing buffers of geometries
|
org.locationtech.jts.operation.buffer.validate |
Classes to perform validation of the results of buffer operations.
|
org.locationtech.jts.operation.distance |
Provides classes for computing the distance between geometries
|
org.locationtech.jts.operation.distance3d | |
org.locationtech.jts.operation.linemerge |
Classes to perform line merging.
|
org.locationtech.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
org.locationtech.jts.operation.overlay.snap |
Classes to perform snapping on geometries to prepare them for overlay operations.
|
org.locationtech.jts.operation.overlay.validate |
Classes to validate the results of overlay operations.
|
org.locationtech.jts.operation.polygonize |
An API for polygonizing sets of lines.
|
org.locationtech.jts.operation.predicate |
Classes which implement topological predicates optimized for particular kinds of geometries.
|
org.locationtech.jts.operation.relate |
Contains classes to implement the computation of the spatial relationships of
Geometry s. |
org.locationtech.jts.operation.union |
Classes to perform efficent unioning of collections of geometries.
|
org.locationtech.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
org.locationtech.jts.planargraph |
Contains classes to implement a planar graph data structure.
|
org.locationtech.jts.precision |
Provides classes for analyzing and
manipulating the precision of Geometries.
|
org.locationtech.jts.shape | |
org.locationtech.jts.shape.fractal | |
org.locationtech.jts.shape.random | |
org.locationtech.jts.simplify |
Classes which implement algorithms for simplifying or generalizing geometries.
|
org.locationtech.jts.triangulate |
Classes to compute Delaunay triangulations.
|
org.locationtech.jts.triangulate.quadedge |
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
|
org.locationtech.jts.util |
Contains support classes for the Java Topology Suite.
|
org.locationtech.jtslab | |
org.locationtech.jtslab.clean | |
org.locationtech.jtslab.geom.util | |
org.locationtech.jtslab.snapround |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
LineString |
Models an OGC-style
LineString . |
PrecisionModel |
Specifies the precision model of the
Coordinate s in a Geometry . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateFilter |
An interface for classes which use the values of the coordinates in a
Geometry . |
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
CoordinateSequenceFilter |
An interface for classes which process the coordinates in a
CoordinateSequence . |
Geometry |
A representation of a planar, linear vector geometry.
|
LineSegment |
Represents a line segment defined by two
Coordinate s. |
LineString |
Models an OGC-style
LineString . |
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Class | Description |
---|---|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateFilter |
An interface for classes which use the values of the coordinates in a
Geometry . |
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
CoordinateSequenceComparator |
Compares two
CoordinateSequence s. |
CoordinateSequenceFactory |
A factory to create concrete instances of
CoordinateSequence s. |
CoordinateSequenceFilter |
An interface for classes which process the coordinates in a
CoordinateSequence . |
DefaultCoordinateSequenceFactory |
Deprecated.
no longer used, recommend CoordinateArraySequenceFactory for array backed implementation
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryCollection |
Models a collection of
Geometry s of
arbitrary type and dimension. |
GeometryComponentFilter |
Geometry classes support the concept of applying
a GeometryComponentFilter
filter to the Geometry . |
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
GeometryFilter |
GeometryCollection classes support the concept of
applying a GeometryFilter to the Geometry . |
IntersectionMatrix |
Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.
|
Lineal |
Identifies
Geometry subclasses which
are 1-dimensional and have components which are LineString s. |
LinearRing |
Models an OGC SFS
LinearRing . |
LineSegment |
Represents a line segment defined by two
Coordinate s. |
LineString |
Models an OGC-style
LineString . |
MultiLineString |
Models a collection of
LineString s. |
MultiPoint |
Models a collection of
Point s. |
MultiPolygon |
Models a collection of
Polygon s. |
OctagonalEnvelope |
A bounding container for a
Geometry which is in the shape of a general octagon. |
Point |
Represents a single point.
|
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Polygonal | |
PrecisionModel |
Specifies the precision model of the
Coordinate s in a Geometry . |
PrecisionModel.Type |
The types of Precision Model which JTS supports.
|
Puntal |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
CoordinateSequenceFactory |
A factory to create concrete instances of
CoordinateSequence s. |
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Lineal |
Identifies
Geometry subclasses which
are 1-dimensional and have components which are LineString s. |
Polygonal | |
Puntal |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
CoordinateSequenceFilter |
An interface for classes which process the coordinates in a
CoordinateSequence . |
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryCollection |
Models a collection of
Geometry s of
arbitrary type and dimension. |
GeometryComponentFilter |
Geometry classes support the concept of applying
a GeometryComponentFilter
filter to the Geometry . |
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
GeometryFilter |
GeometryCollection classes support the concept of
applying a GeometryFilter to the Geometry . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
IntersectionMatrix |
Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.
|
LinearRing |
Models an OGC SFS
LinearRing . |
LineString |
Models an OGC-style
LineString . |
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
LineSegment |
Represents a line segment defined by two
Coordinate s. |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Class | Description |
---|---|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
LineSegment |
Represents a line segment defined by two
Coordinate s. |
LineString |
Models an OGC-style
LineString . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
PrecisionModel |
Specifies the precision model of the
Coordinate s in a Geometry . |
TopologyException |
Indicates an invalid or inconsistent topological situation encountered during processing
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
PrecisionModel |
Specifies the precision model of the
Coordinate s in a Geometry . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
LineString |
Models an OGC-style
LineString . |
MultiLineString |
Models a collection of
LineString s. |
MultiPoint |
Models a collection of
Point s. |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
LineString |
Models an OGC-style
LineString . |
PrecisionModel |
Specifies the precision model of the
Coordinate s in a Geometry . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateFilter |
An interface for classes which use the values of the coordinates in a
Geometry . |
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
CoordinateSequenceFilter |
An interface for classes which process the coordinates in a
CoordinateSequence . |
Geometry |
A representation of a planar, linear vector geometry.
|
LineSegment |
Represents a line segment defined by two
Coordinate s. |
LineString |
Models an OGC-style
LineString . |
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFilter |
GeometryCollection classes support the concept of
applying a GeometryFilter to the Geometry . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
LineString |
Models an OGC-style
LineString . |
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
LineString |
Models an OGC-style
LineString . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
LineString |
Models an OGC-style
LineString . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
IntersectionMatrix |
Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Puntal |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
LinearRing |
Models an OGC SFS
LinearRing . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
CoordinateSequenceFilter |
An interface for classes which process the coordinates in a
CoordinateSequence . |
Geometry |
A representation of a planar, linear vector geometry.
|
LineString |
Models an OGC-style
LineString . |
PrecisionModel |
Specifies the precision model of the
Coordinate s in a Geometry . |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
LineSegment |
Represents a line segment defined by two
Coordinate s. |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateList |
A list of
Coordinate s, which may
be set to prevent repeated coordinates from occurring in the list. |
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
LineSegment |
Represents a line segment defined by two
Coordinate s. |
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
LineSegment |
Represents a line segment defined by two
Coordinate s. |
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateFilter |
An interface for classes which use the values of the coordinates in a
Geometry . |
Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
LineString |
Models an OGC-style
LineString . |
Polygon |
Represents a polygon with linear edges, which may include holes.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
Class | Description |
---|---|
Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
CoordinateSequence |
The internal representation of a list of coordinates inside a Geometry.
|
Geometry |
A representation of a planar, linear vector geometry.
|
GeometryFactory |
Supplies a set of utility methods for building Geometry objects from lists
of Coordinates.
|
Class | Description |
---|---|
Geometry |
A representation of a planar, linear vector geometry.
|
PrecisionModel |
Specifies the precision model of the
Coordinate s in a Geometry . |
Copyright © 2018. All rights reserved.