Computes whether a ring defined by an array of
Coordinate
s is
+
Computes whether a ring defined by an array of
Coordinate
s is
oriented counter-clockwise.
-
isCCW(Coordinate[]) - Static method in class org.locationtech.jts.algorithm.NonRobustCGAlgorithms
+
isCCW(CoordinateSequence) - Static method in class org.locationtech.jts.algorithm.Orientation
-Computes whether a ring defined by an array of
Coordinate
is
+
-
isCCW(Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
+
isCCW(Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
Tests whether the triangle formed by this vertex and two
other vertices is in CCW orientation.
-
isClosed() - Method in class org.locationtech.jts.geom.LinearRing
+
isClosed() - Method in class org.locationtech.jts.geom.LinearRing
Tests whether this ring is closed.
-
isClosed() - Method in class org.locationtech.jts.geom.LineString
+
isClosed() - Method in class org.locationtech.jts.geom.LineString
-
isClosed() - Method in class org.locationtech.jts.geom.MultiLineString
+
isClosed() - Method in class org.locationtech.jts.geom.MultiLineString
-
isClosed() - Method in class org.locationtech.jts.geomgraph.Edge
+
isClosed() - Method in class org.locationtech.jts.geomgraph.Edge
-
isClosed() - Method in class org.locationtech.jts.noding.BasicSegmentString
+
isClosed() - Method in class org.locationtech.jts.noding.BasicSegmentString
-
isClosed() - Method in class org.locationtech.jts.noding.NodedSegmentString
+
isClosed() - Method in class org.locationtech.jts.noding.NodedSegmentString
-
isClosed() - Method in interface org.locationtech.jts.noding.SegmentString
+
isClosed() - Method in interface org.locationtech.jts.noding.SegmentString
-
isCollapsed() - Method in class org.locationtech.jts.geomgraph.Edge
+
isCollapsed() - Method in class org.locationtech.jts.geomgraph.Edge
An Edge is collapsed if it is an Area edge and it consists of
two segments which are equal and opposite (eg a zero-width V).
-
isContains() - Method in class org.locationtech.jts.geom.IntersectionMatrix
+
isContained(Coordinate, Geometry) - Static method in class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
+
+Determines whether a point is contained in a
Geometry
,
+ or lies on its boundary.
+
+
isContains() - Method in class org.locationtech.jts.geom.IntersectionMatrix
Tests whether this IntersectionMatrix
is
T*****FF*.
-
isCoordinate(Coordinate) - Method in class org.locationtech.jts.geom.LineString
+
isCoordinate(Coordinate) - Method in class org.locationtech.jts.geom.LineString
Returns true if the given point is a vertex of this LineString
.
-
isCovered() - Method in class org.locationtech.jts.geomgraph.GraphComponent
+
isCovered() - Method in class org.locationtech.jts.geomgraph.GraphComponent
-
isCoveredBy() - Method in class org.locationtech.jts.geom.IntersectionMatrix
+
isCoveredBy() - Method in class org.locationtech.jts.geom.IntersectionMatrix
Returns true
if this IntersectionMatrix
is
T*F**F***
@@ -6948,17 +7281,17 @@
or **FT*F***
or **F*TF***
-
isCoveredByA(Coordinate) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
+
isCoveredByA(Coordinate) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
Tests if an L edge should be included in the result or not.
-
isCoveredByLA(Coordinate) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
+
isCoveredByLA(Coordinate) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
Tests if a point node should be included in the result or not.
-
isCoveredSet() - Method in class org.locationtech.jts.geomgraph.GraphComponent
+
isCoveredSet() - Method in class org.locationtech.jts.geomgraph.GraphComponent
-
isCovers() - Method in class org.locationtech.jts.geom.IntersectionMatrix
+
isCovers() - Method in class org.locationtech.jts.geom.IntersectionMatrix
Returns true
if this IntersectionMatrix
is
T*****FF*
@@ -6966,305 +7299,303 @@
or ***T**FF*
or ****T*FF*
-
isCrosses(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
+
isCrosses(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
Tests whether this geometry crosses the
specified geometry.
-
isDebugging() - Static method in class org.locationtech.jts.util.Debug
+
isDebugging() - Static method in class org.locationtech.jts.util.Debug
-
isDelete() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
+
isDelete() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
-
isDelete() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
+
isDelete() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
-
isDisjoint() - Method in class org.locationtech.jts.geom.IntersectionMatrix
+
isDisjoint() - Method in class org.locationtech.jts.geom.IntersectionMatrix
Returns true
if this IntersectionMatrix
is
FF*FF****.
-
isDone() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
+
isDone() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
-
isDone() - Method in class org.locationtech.jts.awt.ShapeCollectionPathIterator
+
isDone() - Method in class org.locationtech.jts.awt.ShapeCollectionPathIterator
-
isDone() - Method in interface org.locationtech.jts.geom.CoordinateSequenceFilter
+
isDone() - Method in interface org.locationtech.jts.geom.CoordinateSequenceFilter
Reports whether the application of this filter can be terminated.
-
isDone() - Method in class org.locationtech.jts.geom.util.AffineTransformation
+
isDone() - Method in class org.locationtech.jts.geom.util.AffineTransformation
Reports that this filter should continue to be executed until
all coordinates have been transformed.
-
isDone() - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
+
isDone() - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
-
isDone() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
-
isDone() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinderAdder
+
isDone() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinderAdder
Always process all intersections
-
isDone() - Method in class org.locationtech.jts.noding.IntersectionAdder
+
isDone() - Method in class org.locationtech.jts.noding.IntersectionAdder
Always process all intersections
-
isDone() - Method in class org.locationtech.jts.noding.IntersectionFinderAdder
+
isDone() - Method in class org.locationtech.jts.noding.IntersectionFinderAdder
-Deprecated.
+Deprecated.
Always process all intersections
-
isDone() - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
+
isDone() - Method in class org.locationtech.jts.noding.NodingIntersectionFinder
+
+
isDone() - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
Tests whether processing can terminate,
because all required information has been obtained
(e.g.
-
isDone() - Method in interface org.locationtech.jts.noding.SegmentIntersector
+
isDone() - Method in interface org.locationtech.jts.noding.SegmentIntersector
Reports whether the client of this class
needs to continue testing all intersections in an arrangement.
-
isDone() - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
+
isDone() - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
-
isDone() - Method in class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
+
isDone() - Method in class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
Always runs over all geometry components.
-
isEmpty() - Method in class org.locationtech.jts.geom.Geometry
+
isEmpty() - Method in class org.locationtech.jts.geom.Geometry
Tests whether the set of points covered by this Geometry
is
empty.
-
isEmpty() - Method in class org.locationtech.jts.geom.GeometryCollection
+
isEmpty() - Method in class org.locationtech.jts.geom.GeometryCollection
-
isEmpty() - Method in class org.locationtech.jts.geom.LineString
+
isEmpty() - Method in class org.locationtech.jts.geom.LineString
-
isEmpty() - Method in class org.locationtech.jts.geom.Point
+
isEmpty() - Method in class org.locationtech.jts.geom.Point
-
isEmpty() - Method in class org.locationtech.jts.geom.Polygon
+
isEmpty() - Method in class org.locationtech.jts.geom.Polygon
-
isEmpty() - Method in class org.locationtech.jts.index.kdtree.KdTree
+
isEmpty() - Method in class org.locationtech.jts.index.kdtree.KdTree
Tests whether the index contains any items.
-
isEmpty() - Method in class org.locationtech.jts.index.quadtree.NodeBase
+
isEmpty() - Method in class org.locationtech.jts.index.quadtree.NodeBase
-
isEmpty() - Method in class org.locationtech.jts.index.quadtree.Quadtree
+
isEmpty() - Method in class org.locationtech.jts.index.quadtree.Quadtree
Tests whether the index contains any items.
-
isEmpty() - Method in class org.locationtech.jts.index.strtree.AbstractNode
+
isEmpty() - Method in class org.locationtech.jts.index.strtree.AbstractNode
-Tests whether there are any
Boundable
s at this node.
+Tests whether there are any
Boundable
s at this node.
-
isEmpty() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
+
isEmpty() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
Tests whether the index contains any items.
-
isEmpty() - Method in class org.locationtech.jts.util.PriorityQueue
+
isEmpty() - Method in class org.locationtech.jts.util.PriorityQueue
Test if the priority queue is logically empty.
-
isEndOfLine() - Method in class org.locationtech.jts.linearref.LinearIterator
+
isEndOfLine() - Method in class org.locationtech.jts.linearref.LinearIterator
Checks whether the iterator cursor is pointing to the
- endpoint of a component
LineString
.
+ endpoint of a component LineString
.
-
isEndPoint(int) - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
+
isEndPoint(int) - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
-
isEndpoint(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
+
isEndpoint(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
Tests whether this location is an endpoint of
the linear component it refers to.
-
isEndPoint(int) - Method in class org.locationtech.jts.noding.SegmentNode
+
isEndPoint(int) - Method in class org.locationtech.jts.noding.SegmentNode
-
isEqual(CoordinateSequence, CoordinateSequence) - Static method in class org.locationtech.jts.geom.CoordinateSequences
+
isEqual(CoordinateSequence, CoordinateSequence) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
+
-
isEqualOnSide(Label, int) - Method in class org.locationtech.jts.geomgraph.Label
+
isEqualOnSide(Label, int) - Method in class org.locationtech.jts.geomgraph.Label
-
isEqualOnSide(TopologyLocation, int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
+
isEqualOnSide(TopologyLocation, int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
-
isEquals(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
+
isEquals(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
Tests whether the argument dimensions are equal and
this IntersectionMatrix
matches
the pattern T*F**FFF*.
-
isFloating() - Method in class org.locationtech.jts.geom.PrecisionModel
+
isFloating() - Method in class org.locationtech.jts.geom.PrecisionModel
Tests whether the precision model supports floating point
-
isForward() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
+
isForward() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
-
isFrameBorderEdge(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
+
isFrameBorderEdge(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
Tests whether a QuadEdge is an edge on the border of the frame facets and
the internal facets.
-
isFrameEdge(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
+
isFrameEdge(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
Tests whether a QuadEdge is an edge incident on a frame triangle vertex.
-
isFrameVertex(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
+
isFrameVertex(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
Tests whether a vertex is a vertex of the outer triangle.
-
isGeometryChanged() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
+
isGeometryChanged() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
-
isGeometryChanged() - Method in interface org.locationtech.jts.geom.CoordinateSequenceFilter
+
isGeometryChanged() - Method in interface org.locationtech.jts.geom.CoordinateSequenceFilter
Reports whether the execution of this filter
has modified the coordinates of the geometry.
-
isGeometryChanged() - Method in class org.locationtech.jts.geom.util.AffineTransformation
+
isGeometryChanged() - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
isGeometryChanged() - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
+
isGeometryChanged() - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
-
isGeometryChanged() - Method in class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
+
isGeometryChanged() - Method in class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
Always reports that the geometry has changed
-
isGeometryComplete() - Method in class org.locationtech.jts.io.gml2.GMLHandler
+
isGeometryComplete() - Method in class org.locationtech.jts.io.gml2.GMLHandler
Tests whether this handler has completed parsing
a geometry.
-
isHole() - Method in class org.locationtech.jts.geomgraph.EdgeRing
+
isHole() - Method in class org.locationtech.jts.geomgraph.EdgeRing
-
isHorizontal() - Method in class org.locationtech.jts.geom.LineSegment
+
isHorizontal() - Method in class org.locationtech.jts.geom.LineSegment
Tests whether the segment is horizontal.
-
isIdentity() - Method in class org.locationtech.jts.geom.util.AffineTransformation
+
isIdentity() - Method in class org.locationtech.jts.geom.util.AffineTransformation
Tests if this transformation is the identity transformation.
-
isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.EndPointBoundaryNodeRule
+
isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.EndPointBoundaryNodeRule
-
isInBoundary(int) - Method in interface org.locationtech.jts.algorithm.BoundaryNodeRule
+
isInBoundary(int) - Method in interface org.locationtech.jts.algorithm.BoundaryNodeRule
Tests whether a point that lies in boundaryCount
geometry component boundaries is considered to form part of the boundary
of the parent geometry.
-
isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.Mod2BoundaryNodeRule
+
isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.Mod2BoundaryNodeRule
-
isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.MonoValentEndPointBoundaryNodeRule
+
isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.MonoValentEndPointBoundaryNodeRule
-
isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.MultiValentEndPointBoundaryNodeRule
+
isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.MultiValentEndPointBoundaryNodeRule
-
isIncidentEdgeInResult() - Method in class org.locationtech.jts.geomgraph.Node
+
isIncidentEdgeInResult() - Method in class org.locationtech.jts.geomgraph.Node
Tests whether any incident edge is flagged as
being in the result.
-
isInCircle(Vertex, Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
+
isInCircle(Vertex, Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
Tests if the vertex is inside the circle defined by
the triangle with vertices a, b, c (oriented counter-clockwise).
-
isInCircleCC(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
+
isInCircleCC(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
Computes the inCircle test using distance from the circumcentre.
-
isInCircleDDFast(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
+
isInCircleDDFast(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
-
isInCircleDDNormalized(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
+
isInCircleDDNormalized(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
-
isInCircleDDSlow(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
+
isInCircleDDSlow(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
Tests if a point is inside the circle defined by
the triangle with vertices a, b, c (oriented counter-clockwise).
-
isInCircleNonRobust(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
+
isInCircleNonRobust(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
Tests if a point is inside the circle defined by
the triangle with vertices a, b, c (oriented counter-clockwise).
-
isInCircleNormalized(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
+
isInCircleNormalized(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
Tests if a point is inside the circle defined by
the triangle with vertices a, b, c (oriented counter-clockwise).
-
isInCircleRobust(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
+
isInCircleRobust(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
Tests if a point is inside the circle defined by
the triangle with vertices a, b, c (oriented counter-clockwise).
-
isInHalfPlane(int, int) - Static method in class org.locationtech.jts.geomgraph.Quadrant
+
isInHalfPlane(int, int) - Static method in class org.locationtech.jts.geomgraph.Quadrant
Returns whether the given quadrant lies within the given halfplane (specified
by its right-hand quadrant).
-
isInResult() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
-
-
isInResult() - Method in class org.locationtech.jts.geomgraph.GraphComponent
-
-
isInsert() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
+
isInResult() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
-
isInsert() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
+
isInResult() - Method in class org.locationtech.jts.geomgraph.GraphComponent
-
isInside(Coordinate) - Method in class org.locationtech.jts.algorithm.MCPointInRing
-
-
isInside(Coordinate) - Method in interface org.locationtech.jts.algorithm.PointInRing
+
isInRing(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.PointLocation
+
+Tests whether a point lies inside or on a ring.
+
+
isInsert() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
-
isInside(Coordinate) - Method in class org.locationtech.jts.algorithm.SimplePointInRing
+
isInsert() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
-
isInsideArea() - Method in class org.locationtech.jts.operation.distance.GeometryLocation
+
isInsideArea() - Method in class org.locationtech.jts.operation.distance.GeometryLocation
Tests whether this location represents a point inside an area geometry.
-
isIntegerPrecision() - Method in class org.locationtech.jts.noding.ScaledNoder
+
isIntegerPrecision() - Method in class org.locationtech.jts.noding.ScaledNoder
-
isInterior() - Method in class org.locationtech.jts.noding.SegmentNode
+
isInterior() - Method in class org.locationtech.jts.noding.SegmentNode
-
isInteriorAreaEdge() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
+
isInteriorAreaEdge() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
This is an interior Area edge if
its label is an Area label for both Geometries
and for each Geometry both sides are in the interior.
-
isInteriorIntersection() - Method in class org.locationtech.jts.algorithm.LineIntersector
+
isInteriorIntersection() - Method in class org.locationtech.jts.algorithm.LineIntersector
Tests whether either intersection point is an interior point of one of the input segments.
-
isInteriorIntersection(int) - Method in class org.locationtech.jts.algorithm.LineIntersector
+
isInteriorIntersection(int) - Method in class org.locationtech.jts.algorithm.LineIntersector
Tests whether either intersection point is an interior point of the specified input segment.
-
isInteriorsConnected() - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
+
isInteriorsConnected() - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
-
isIntersection(Coordinate) - Method in class org.locationtech.jts.algorithm.LineIntersector
+
isIntersection(Coordinate) - Method in class org.locationtech.jts.algorithm.LineIntersector
Test whether a point is a intersection point of two line segments.
-
isIntersection(Coordinate) - Method in class org.locationtech.jts.geomgraph.EdgeIntersectionList
+
isIntersection(Coordinate) - Method in class org.locationtech.jts.geomgraph.EdgeIntersectionList
Tests if the given point is an edge intersection
-
isIntersects() - Method in class org.locationtech.jts.geom.IntersectionMatrix
+
isIntersects() - Method in class org.locationtech.jts.geom.IntersectionMatrix
Returns true
if isDisjoint
returns false.
-
isIsolated() - Method in class org.locationtech.jts.geomgraph.Edge
+
isIsolated() - Method in class org.locationtech.jts.geomgraph.Edge
-
isIsolated() - Method in class org.locationtech.jts.geomgraph.EdgeRing
+
isIsolated() - Method in class org.locationtech.jts.geomgraph.EdgeRing
-
isIsolated() - Method in class org.locationtech.jts.geomgraph.GraphComponent
+
isIsolated() - Method in class org.locationtech.jts.geomgraph.GraphComponent
An isolated component is one that does not intersect or touch any other
component.
-
isIsolated() - Method in class org.locationtech.jts.geomgraph.Node
+
isIsolated() - Method in class org.locationtech.jts.geomgraph.Node
-
isLine(int) - Method in class org.locationtech.jts.geomgraph.Label
+
isLine(int) - Method in class org.locationtech.jts.geomgraph.Label
-
isLine() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
+
isLine() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
-
isLineEdge() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
+
isLineEdge() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
This edge is a line edge if
@@ -7272,102 +7603,107 @@
any labels which are not line labels have all Locations = EXTERIOR
-
isLive() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
+
isLive() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
Tests whether this edge has been deleted.
-
isLive() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
+
isLive() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
isMarked(HalfEdge) - Static method in class org.locationtech.jts.edgegraph.MarkHalfEdge
+
isMarked(HalfEdge) - Static method in class org.locationtech.jts.edgegraph.MarkHalfEdge
Tests whether the given edge is marked.
-
isMarked() - Method in class org.locationtech.jts.edgegraph.MarkHalfEdge
+
isMarked() - Method in class org.locationtech.jts.edgegraph.MarkHalfEdge
Tests whether this edge is marked.
-
isMarked() - Method in class org.locationtech.jts.planargraph.GraphComponent
+
isMarked() - Method in class org.locationtech.jts.planargraph.GraphComponent
Tests if a component has been marked at some point during the processing
involving this graph.
-
isNaN() - Method in class org.locationtech.jts.math.DD
+
isNaN() - Method in class org.locationtech.jts.math.DD
Tests whether this value is NaN.
-
isNegative() - Method in class org.locationtech.jts.math.DD
+
isNegative() - Method in class org.locationtech.jts.math.DD
Tests whether this value is less than 0.
-
isNodeAdded() - Method in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
+
isNodeAdded() - Method in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
-
isNodeConsistentArea() - Method in class org.locationtech.jts.operation.valid.ConsistentAreaTester
+
isNodeConsistentArea() - Method in class org.locationtech.jts.operation.valid.ConsistentAreaTester
Check all nodes to see if their labels are consistent with area topology.
-
isNonNested() - Method in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
+
isNonNested() - Method in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
-
isNonNested() - Method in class org.locationtech.jts.operation.valid.QuadtreeNestedRingTester
-
-
isNonNested() - Method in class org.locationtech.jts.operation.valid.SimpleNestedRingTester
-
-
isNonNested() - Method in class org.locationtech.jts.operation.valid.SweeplineNestedRingTester
-
-
isNorthern(int) - Static method in class org.locationtech.jts.geomgraph.Quadrant
+
isNorthern(int) - Static method in class org.locationtech.jts.geomgraph.Quadrant
Returns true if the given quadrant is 0 or 1.
-
isNull() - Method in class org.locationtech.jts.geom.Envelope
+
isNull() - Method in class org.locationtech.jts.geom.Envelope
Returns true
if this Envelope
is a "null"
envelope.
-
isNull() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
+
isNull() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
-
isNull() - Method in class org.locationtech.jts.geomgraph.Depth
+
isNull() - Method in class org.locationtech.jts.geomgraph.Depth
A Depth object is null (has never been initialized) if all depths are null.
-
isNull(int) - Method in class org.locationtech.jts.geomgraph.Depth
+
isNull(int) - Method in class org.locationtech.jts.geomgraph.Depth
-
isNull(int, int) - Method in class org.locationtech.jts.geomgraph.Depth
+
isNull(int, int) - Method in class org.locationtech.jts.geomgraph.Depth
-
isNull(int) - Method in class org.locationtech.jts.geomgraph.Label
+
isNull(int) - Method in class org.locationtech.jts.geomgraph.Label
-
isNull() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
+
isNull() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
-
isObtuse(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
+
isObtuse(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
Tests whether the angle between p0-p1-p2 is obtuse.
-
isOnConstraint() - Method in class org.locationtech.jts.triangulate.ConstraintVertex
+
isOnConstraint() - Method in class org.locationtech.jts.triangulate.ConstraintVertex
Tests whether this vertex lies on a constraint.
-
isOnEdge(QuadEdge, Coordinate) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
+
isOnEdge(QuadEdge, Coordinate) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
-
isOnSegment() - Method in class org.locationtech.jts.algorithm.RayCrossingCounter
+
isOnSegment() - Method in class org.locationtech.jts.algorithm.RayCrossingCounter
Reports whether the point lies exactly on one of the supplied segments.
-
isOpposite(int, int) - Static method in class org.locationtech.jts.geomgraph.Quadrant
+
isOpposite(int, int) - Static method in class org.locationtech.jts.geomgraph.Quadrant
Returns true if the quadrants are 1 and 3, or 2 and 4
-
isOverlaps(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
+
isOverlaps(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
Returns true
if this IntersectionMatrix
is
@@ -7375,3073 +7711,3101 @@
1*T***T** (for two curves)
.
-
isParallel(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
+
isParallel(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
-
isPoint() - Method in class org.locationtech.jts.operation.distance.FacetSequence
+
isPoint() - Method in class org.locationtech.jts.operation.distance.FacetSequence
-
isPointInPolygon() - Method in class org.locationtech.jts.algorithm.RayCrossingCounter
+
isPointInPolygon() - Method in class org.locationtech.jts.algorithm.RayCrossingCounter
Tests whether the point lies in or on
the ring, polygon
or multipolygon from which the processed segments were provided.
-
isPointInRing(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
+
isPointInRing(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
+Deprecated.
Tests whether a point lies inside or on a ring.
-
isPointInRing(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.NonRobustCGAlgorithms
-
-Computes whether a ring defined by an array of
Coordinate
is
- oriented counter-clockwise.
-
-
isPointwiseEqual(Edge) - Method in class org.locationtech.jts.geomgraph.Edge
+
isPointwiseEqual(Edge) - Method in class org.locationtech.jts.geomgraph.Edge
-
isPositive() - Method in class org.locationtech.jts.math.DD
+
isPositive() - Method in class org.locationtech.jts.math.DD
Tests whether this value is greater than 0.
-
isProper() - Method in class org.locationtech.jts.algorithm.LineIntersector
+
isProper() - Method in class org.locationtech.jts.algorithm.LineIntersector
Tests whether an intersection is proper.
-
isPrunable() - Method in class org.locationtech.jts.index.bintree.NodeBase
+
isPrunable() - Method in class org.locationtech.jts.index.bintree.NodeBase
-
isPrunable() - Method in class org.locationtech.jts.index.quadtree.NodeBase
+
isPrunable() - Method in class org.locationtech.jts.index.quadtree.NodeBase
-
isRectangle() - Method in class org.locationtech.jts.geom.Geometry
+
isRectangle() - Method in class org.locationtech.jts.geom.Geometry
-
isRectangle() - Method in class org.locationtech.jts.geom.Polygon
+
isRectangle() - Method in class org.locationtech.jts.geom.Polygon
Tests if a valid polygon is simple.
-
isRemoved() - Method in class org.locationtech.jts.planargraph.DirectedEdge
+
isRemoved() - Method in class org.locationtech.jts.planargraph.DirectedEdge
Tests whether this directed edge has been removed from its containing graph
-
isRemoved() - Method in class org.locationtech.jts.planargraph.Edge
+
isRemoved() - Method in class org.locationtech.jts.planargraph.Edge
Tests whether this edge has been removed from its containing graph
-
isRemoved() - Method in class org.locationtech.jts.planargraph.GraphComponent
+
isRemoved() - Method in class org.locationtech.jts.planargraph.GraphComponent
Tests whether this component has been removed from its containing graph
-
isRemoved() - Method in class org.locationtech.jts.planargraph.Node
+
isRemoved() - Method in class org.locationtech.jts.planargraph.Node
Tests whether this node has been removed from its containing graph
-
isRepeated() - Method in class org.locationtech.jts.index.kdtree.KdNode
+
isRepeated() - Method in class org.locationtech.jts.index.kdtree.KdNode
Tests whether more than one point with this value have been inserted (up to the tolerance)
-
isResultOfOp(Label, int) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
+
isResultOfOp(Label, int) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
-Tests whether a point with a given topological
Label
+
Tests whether a point with a given topological
Label
relative to two geometries is contained in
the result of overlaying the geometries using
a given overlay operation.
-
isResultOfOp(int, int, int) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
+
isResultOfOp(int, int, int) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
-