Uses of Package
org.locationtech.jts.algorithm
-
Packages that use org.locationtech.jts.algorithm Package Description org.locationtech.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms.org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.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.noding Classes to compute nodings for arrangements of line segments and line segment sequences.org.locationtech.jts.operation Provides classes for implementing operations on geometriesorg.locationtech.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions.org.locationtech.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometry
s.org.locationtech.jts.operation.valid Classes for testing the validity and simplicity of geometries, as defined in the OGC Simple Features specification. -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.algorithm Class Description BoundaryNodeRule An interface for rules which determine whether node points which are in boundaries ofLineal
geometry components are in the boundary of the parent geometry collection.HCoordinate Represents a homogeneous coordinate in a 2-D coordinate space.LineIntersector ALineIntersector
is an algorithm that can both test whether two line segments intersect and compute the intersection point(s) if they do.NotRepresentableException Indicates that aHCoordinate
has been computed which is not representable on the Cartesian plane. -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.geom Class Description HCoordinate Represents a homogeneous coordinate in a 2-D coordinate space. -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.geomgraph Class Description BoundaryNodeRule An interface for rules which determine whether node points which are in boundaries ofLineal
geometry components are in the boundary of the parent geometry collection.LineIntersector ALineIntersector
is an algorithm that can both test whether two line segments intersect and compute the intersection point(s) if they do. -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.geomgraph.index Class Description LineIntersector ALineIntersector
is an algorithm that can both test whether two line segments intersect and compute the intersection point(s) if they do. -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.noding Class Description LineIntersector ALineIntersector
is an algorithm that can both test whether two line segments intersect and compute the intersection point(s) if they do. -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.operation Class Description BoundaryNodeRule An interface for rules which determine whether node points which are in boundaries ofLineal
geometry components are in the boundary of the parent geometry collection. -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.operation.overlay Class Description LineIntersector ALineIntersector
is an algorithm that can both test whether two line segments intersect and compute the intersection point(s) if they do.PointLocator -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.operation.relate Class Description BoundaryNodeRule An interface for rules which determine whether node points which are in boundaries ofLineal
geometry components are in the boundary of the parent geometry collection. -
Classes in org.locationtech.jts.algorithm used by org.locationtech.jts.operation.valid Class Description BoundaryNodeRule An interface for rules which determine whether node points which are in boundaries ofLineal
geometry components are in the boundary of the parent geometry collection.