| Coordinate |
A lightweight class used to store coordinates
on the 2-dimensional Cartesian plane.
|
| Coordinate.DimensionalComparator |
Compares two Coordinates, allowing for either a 2-dimensional
or 3-dimensional comparison, and handling NaN values correctly.
|
| CoordinateArrays |
Useful utility functions for handling Coordinate arrays
|
| CoordinateArrays.BidirectionalComparator |
A Comparator for Coordinate arrays
modulo their directionality.
|
| CoordinateArrays.ForwardComparator |
A Comparator for Coordinate arrays
in the forward direction of their coordinates,
using lexicographic ordering.
|
| CoordinateList |
A list of Coordinates, which may
be set to prevent repeated coordinates from occuring in the list.
|
| CoordinateSequenceComparator |
|
| CoordinateSequences |
|
| DefaultCoordinateSequenceFactory |
Deprecated.
|
| Dimension |
Provides constants representing the dimensions of a point, a curve and a surface.
|
| Envelope |
Defines a rectangular region of the 2D coordinate plane.
|
| Geometry |
A representation of a planar, linear vector geometry.
|
| GeometryCollection |
Models a collection of Geometrys of
arbitrary type and dimension.
|
| GeometryCollectionIterator |
Iterates over all Geometrys in a Geometry,
(which may be either a collection or an atomic 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.
|
| LineSegment |
Represents a line segment defined by two Coordinates.
|
| LineString |
Models an OGC-style LineString.
|
| Location |
Constants representing the different topological locations
which can occur in a Geometry.
|
| MultiLineString |
Models a collection of (@link LineString}s.
|
| MultiPoint |
Models a collection of Points.
|
| MultiPolygon |
|
| 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.
|
| PrecisionModel |
|
| PrecisionModel.Type |
The types of Precision Model which JTS supports.
|
| Triangle |
Represents a planar triangle, and provides methods for calculating various
properties of triangles.
|