A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- a - Variable in class org.locationtech.jtstest.testrunner.TestCase
- A - Static variable in class org.locationtech.jts.geom.Dimension
-
Dimension value of a surface (2).
- abs() - Method in class org.locationtech.jts.math.DD
-
Returns the absolute value of this value.
- absoluteWktFile(File, TestRun) - Method in class org.locationtech.jtstest.testrunner.TestReader
- AbstractDrawTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- AbstractDrawTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.AbstractDrawTool
- AbstractNode - Class in org.locationtech.jts.index.strtree
-
A node of an
AbstractSTRtree
. - AbstractNode() - Constructor for class org.locationtech.jts.index.strtree.AbstractNode
-
Default constructor required for serialization.
- AbstractNode(int) - Constructor for class org.locationtech.jts.index.strtree.AbstractNode
-
Constructs an AbstractNode at the given level in the tree
- AbstractPreparedPolygonContains - Class in org.locationtech.jts.geom.prep
-
A base class containing the logic for computes the contains and covers spatial relationship predicates for a
PreparedPolygon
relative to all otherGeometry
classes. - AbstractPreparedPolygonContains(PreparedPolygon) - Constructor for class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
-
Creates an instance of this operation.
- AbstractStreamDrawTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- AbstractStreamDrawTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- AbstractSTRtree - Class in org.locationtech.jts.index.strtree
-
Base class for STRtree and SIRtree.
- AbstractSTRtree() - Constructor for class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Constructs an AbstractSTRtree with the default node capacity.
- AbstractSTRtree(int) - Constructor for class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Constructs an AbstractSTRtree with the specified maximum number of child nodes that a node may have
- AbstractSTRtree.IntersectsOp - Interface in org.locationtech.jts.index.strtree
-
A test for intersection between two bounds, necessary because subclasses of AbstractSTRtree have different implementations of bounds.
- aButtonPanel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aButtonPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aCopyButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aCopyButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- actionDeleteVertexButton() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- actionExchangeGeoms() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- actionExtractComponentButton() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- actionInspectGeometry() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- actionInspectGeometryDialog() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
-
Close the dialog on a button event
- activate() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- activate(GeometryEditPanel) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
-
Called when tool is activated.
- activate(GeometryEditPanel) - Method in interface org.locationtech.jtstest.testbuilder.ui.tools.Tool
- actualResult - Variable in class org.locationtech.jtstest.testrunner.Test
- actualResult(TestCaseEdit, String, String, String) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- aCutButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aCutButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- add(double) - Method in class org.locationtech.jts.math.DD
-
Returns a new DoubleDouble whose value is (this + y).
- add(double) - Method in class org.locationtech.jts.precision.CommonBits
- add(int, int, int) - Method in class org.locationtech.jts.geomgraph.Depth
- add(int, Coordinate, boolean) - Method in class org.locationtech.jts.geom.CoordinateList
-
Inserts the specified coordinate at the specified position in this list.
- add(Point2D, Point2D) - Static method in class org.locationtech.jtstest.testbuilder.ui.style.AWTUtil
- add(Shape) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- add(Class) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
-
Adds functions for all the static methods in the given class.
- add(Class) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
-
Adds functions for all the static methods in the given class.
- add(Comparable) - Method in class org.locationtech.jts.util.PriorityQueue
-
Insert into the priority queue.
- add(Object) - Method in class org.locationtech.jts.index.bintree.NodeBase
- add(Object) - Method in class org.locationtech.jts.index.quadtree.NodeBase
- add(Object) - Method in class org.locationtech.jts.util.ObjectCounter
- add(Object, boolean) - Method in class org.locationtech.jts.geom.CoordinateList
-
Adds a coordinate to the list.
- add(String) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
-
Adds functions for all the static methods in the given class.
- add(String) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
-
Adds functions for all the static methods in the given class.
- add(Collection) - Method in class org.locationtech.jts.dissolve.LineDissolver
-
Adds a collection of Geometries to be processed.
- add(Collection) - Method in class org.locationtech.jts.edgegraph.EdgeGraphBuilder
-
Adds the edges in a collection of
Geometry
s to the graph. - add(Collection) - Method in class org.locationtech.jts.operation.linemerge.LineMerger
-
Adds a collection of Geometries to be processed.
- add(Collection) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Adds a
Collection
ofGeometry
s to be sequenced. - add(Collection) - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Adds a collection of geometries to the edges to be polygonized.
- add(Collection) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- add(Collection) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
- add(Collection, Collection) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
Add a set of edges and nodes, which form a graph.
- add(List) - Method in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- add(List) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- add(List, Object) - Method in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- add(Coordinate) - Method in class org.locationtech.jts.algorithm.InteriorPointLine
- add(Coordinate) - Method in class org.locationtech.jts.algorithm.InteriorPointPoint
- add(Coordinate) - Method in class org.locationtech.jts.geom.CoordinateList
- add(Coordinate) - Method in class org.locationtech.jts.linearref.LinearGeometryBuilder
-
Adds a point to the current line.
- add(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- add(Coordinate[], boolean) - Method in class org.locationtech.jts.geom.CoordinateList
-
Adds an array of coordinates to the list.
- add(Coordinate[], boolean, boolean) - Method in class org.locationtech.jts.geom.CoordinateList
-
Adds an array of coordinates to the list.
- add(Coordinate[], boolean, int, int) - Method in class org.locationtech.jts.geom.CoordinateList
-
Adds a section of an array of coordinates to the list.
- add(Coordinate, boolean) - Method in class org.locationtech.jts.geom.CoordinateList
-
Adds a coordinate to the end of the list.
- add(Coordinate, boolean) - Method in class org.locationtech.jts.linearref.LinearGeometryBuilder
-
Adds a point to the current line.
- add(Coordinate, int) - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Adds an intersection into the list, if it isn't already there.
- add(Coordinate, int, double) - Method in class org.locationtech.jts.geomgraph.EdgeIntersectionList
-
Adds an intersection into the list, if it isn't already there.
- add(Geometry) - Method in class org.locationtech.jts.algorithm.Centroid
-
Adds a Geometry to the centroid total.
- add(Geometry) - Method in class org.locationtech.jts.algorithm.InteriorPointArea
-
Tests the interior vertices (if any) defined by an areal Geometry for the best inside point.
- add(Geometry) - Method in class org.locationtech.jts.algorithm.InteriorPointPoint
-
Tests the point(s) defined by a Geometry for the best inside point.
- add(Geometry) - Method in class org.locationtech.jts.dissolve.LineDissolver
-
Adds a
Geometry
to be dissolved. - add(Geometry) - Method in class org.locationtech.jts.edgegraph.EdgeGraphBuilder
-
Adds the edges of a Geometry to the graph.
- add(Geometry) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- add(Geometry) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- add(Geometry) - Method in class org.locationtech.jts.operation.linemerge.LineMerger
-
Adds a Geometry to be processed.
- add(Geometry) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Adds a
Geometry
to be sequenced. - add(Geometry) - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Add a
Geometry
to the edges to be polygonized. - add(Geometry) - Method in class org.locationtech.jts.precision.CommonBitsRemover
-
Add a geometry to the set of geometries whose common bits are being computed.
- add(IntersectionMatrix) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Adds one matrix to another.
- add(LinearRing) - Method in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- add(LineSegment) - Method in class org.locationtech.jts.simplify.LineSegmentIndex
- add(LineString) - Method in class org.locationtech.jts.dissolve.LineDissolver
- add(LineString) - Method in class org.locationtech.jts.edgegraph.EdgeGraphBuilder
- add(LineString) - Method in class org.locationtech.jts.operation.linemerge.LineMerger
- add(LineString) - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Adds a linestring to the graph of polygon edges.
- add(Polygon) - Method in class org.locationtech.jts.algorithm.Centroid
- add(Edge) - Method in class org.locationtech.jts.geomgraph.EdgeList
-
Insert an edge unless it is already in the list
- add(EdgeEnd) - Method in class org.locationtech.jts.geomgraph.Node
-
Add the edge to the list of edges at this node
- add(EdgeEnd) - Method in class org.locationtech.jts.geomgraph.NodeMap
-
Adds a node for the start point of this EdgeEnd (if one does not already exist in this map).
- add(EdgeEnd) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- add(Edge, Object) - Method in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- add(Label) - Method in class org.locationtech.jts.geomgraph.Depth
- add(Node, Stack) - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
-
Adds the argument node and all its out edges to the subgraph
- add(PlanarGraph) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
Add a complete graph.
- add(SweepLineInterval) - Method in class org.locationtech.jts.index.sweepline.SweepLineIndex
- add(DD) - Method in class org.locationtech.jts.math.DD
-
Returns a new DoubleDouble whose value is (this + y).
- add(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
- add(OrientedCoordinateArray, SegmentString) - Method in class org.locationtech.jts.noding.SegmentStringDissolver
- add(SegmentString) - Method in class org.locationtech.jts.noding.MCIndexNoder
- add(LineMergeDirectedEdge) - Method in class org.locationtech.jts.operation.linemerge.EdgeString
-
Adds a directed edge which is known to form part of this line.
- add(DirectedEdge) - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Adds a
DirectedEdge
which is known to form part of this ring. - add(DirectedEdge) - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Adds a new member to this DirectedEdgeStar.
- add(DirectedEdge) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Adds the Edge to this PlanarGraph; only subclasses can add DirectedEdges, to ensure the edges added are of the right class.
- add(Edge) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Adds the Edge and its DirectedEdges with this PlanarGraph.
- add(Edge) - Method in class org.locationtech.jts.planargraph.Subgraph
-
Adds an
Edge
to the subgraph. - add(Node) - Method in class org.locationtech.jts.planargraph.NodeMap
-
Adds a node to the map, replacing any that is already at that location.
- add(Node) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Adds a node to the map, replacing any that is already at that location.
- add(TaggedLineString) - Method in class org.locationtech.jts.simplify.LineSegmentIndex
- add(GeometryFunction) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
-
Adds a function if it does not currently exist in the registry, or replaces the existing one with the same signature.
- add(GeometryFunction) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
-
Adds a function if it does not currently exist in the registry, or replaces the existing one with the same signature.
- add(Testable) - Method in class org.locationtech.jtstest.test.TestCaseList
- add(TestCaseList) - Method in class org.locationtech.jtstest.test.TestCaseList
- add(TestCaseEdit, int) - Method in class org.locationtech.jtstest.test.TestCaseList
- add(Style) - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleList
- add(Style, StyleList.StyleFilter) - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleList
- add(Test) - Method in class org.locationtech.jtstest.testrunner.TestCase
-
Adds a Test to the TestCase.
- addAll(Collection) - Method in class org.locationtech.jts.geomgraph.EdgeList
- addAll(Collection, boolean) - Method in class org.locationtech.jts.geom.CoordinateList
-
Add an array of coordinates
- addAllItems(List) - Method in class org.locationtech.jts.index.bintree.NodeBase
- addAllItems(List) - Method in class org.locationtech.jts.index.quadtree.NodeBase
- addAllItemsFromOverlapping(Envelope, List) - Method in class org.locationtech.jts.index.quadtree.NodeBase
- addAllItemsFromOverlapping(Interval, Collection) - Method in class org.locationtech.jts.index.bintree.NodeBase
-
Adds items in the tree which potentially overlap the query interval to the given collection.
- addBevelJoin(LineSegment, LineSegment) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Adds a bevel join connecting the two offset segments around a reflex corner.
- addBounds(Boundable, List, GeometryFactory) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- addCase(Geometry[]) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- addCase(Geometry[], String) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- addCase(TestCaseEdit) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- addChangeListener(JToggleButton, int) - Method in class org.locationtech.jtstest.testbuilder.LayerControlList
- addChildBoundable(Boundable) - Method in class org.locationtech.jts.index.strtree.AbstractNode
-
Adds either an AbstractNode, or if this is a leaf node, a data object (wrapped in an ItemBoundable)
- addCollapsedNodes() - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Adds nodes for any collapsed edge pairs.
- addCollection(GeometryCollection) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- addCollection(GeometryCollection) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- addCollinear(boolean) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- addCommonBits(Geometry) - Method in class org.locationtech.jts.precision.CommonBitsRemover
-
Adds the common coordinate bits back into a Geometry.
- addComponent(List) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
-
Adds a geometry component of the currently selected type, to the currently selected geometry.
- addComponents(Geometry, List) - Static method in class org.locationtech.jtstest.function.ConversionFunctions
- addConstraintVertices() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- addCornerFillet(Coordinate, Coordinate, Coordinate, int, double) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Add points for a circular fillet around a reflex corner.
- addCurve(Coordinate[], int, int) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
-
Creates a
SegmentString
for a coordinate list which is a raw offset curve, and adds it to the list of buffer curves. - addDirectedFillet(Coordinate, double, double, int, double) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Adds points for a circular fillet arc between two specified angles.
- addEdge(Coordinate[], boolean, CoordinateList) - Static method in class org.locationtech.jts.operation.polygonize.EdgeRing
- addEdge(Coordinate, Coordinate) - Method in class org.locationtech.jts.edgegraph.EdgeGraph
-
Adds an edge between the coordinates orig and dest to this graph.
- addEdge(LineString) - Method in class org.locationtech.jts.operation.linemerge.LineMergeGraph
-
Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.
- addEdge(LineString) - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Add a
LineString
forming an edge of the polygon graph. - addEdge(Edge) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Add an Edge computed externally.
- addEdge(Edge, Object) - Method in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- addEdgeCoordinates(SegmentNode, SegmentNode, CoordinateList) - Method in class org.locationtech.jts.noding.SegmentNodeList
- addEdges(List) - Method in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- addEdges(List) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
-
Add a set of edges to the graph.
- addEdges(List) - Method in class org.locationtech.jts.operation.overlay.EdgeSetNoder
- addEdges(List, Object) - Method in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- addEdges(Node, Stack, Subgraph) - Method in class org.locationtech.jts.planargraph.algorithm.ConnectedSubgraphFinder
-
Adds the argument node and all its out edges to the subgraph.
- addEndpoint(boolean) - Method in class org.locationtech.jts.operation.IsSimpleOp.EndpointInfo
- addEndpoint(Map, Coordinate, boolean) - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Add an endpoint to the map, creating an entry for it if none exists
- addEndpoint(Coordinate) - Method in class org.locationtech.jts.operation.BoundaryOp
- addEndpoints() - Method in class org.locationtech.jts.geomgraph.EdgeIntersectionList
-
Adds entries for the first and last points of the edge to the list
- addEndpoints() - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Adds nodes for the first and last points of the edge
- addEndpoints(Coordinate[]) - Method in class org.locationtech.jts.algorithm.InteriorPointLine
- addEndpoints(Geometry) - Method in class org.locationtech.jts.algorithm.InteriorPointLine
-
Tests the endpoint vertices defined by a linear Geometry for the best inside point.
- addFacetSequences(CoordinateSequence, List) - Static method in class org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder
- addFileButton - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- addFileButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- addFirstSegment() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- addGeometryFunctionListener(GeometryFunctionListener) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- addGeometryListener(GeometryListener) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- addHole(Coordinate[]) - Method in class org.locationtech.jts.algorithm.Centroid
- addHole(LinearRing) - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Adds a hole to the polygon formed by this ring.
- addHole(Polygon, LinearRing) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- addHole(EdgeRing) - Method in class org.locationtech.jts.geomgraph.EdgeRing
- addHole(EdgeRing) - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Adds a hole to the polygon formed by this ring.
- addHoles(int, double, double, double, List) - Method in class org.locationtech.jts.shape.fractal.SierpinskiCarpetBuilder
- addInfo(String) - Method in class org.locationtech.jtstest.testbuilder.InfoPanel
- addInsideTurn(int, boolean) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Adds the offset points for an inside (concave) turn.
- addInterior(Coordinate[]) - Method in class org.locationtech.jts.algorithm.InteriorPointLine
- addInterior(Geometry) - Method in class org.locationtech.jts.algorithm.InteriorPointLine
-
Tests the interior vertices (if any) defined by a linear Geometry for the best inside point.
- addIntersection(LineIntersector, int, int, int) - Method in class org.locationtech.jts.geomgraph.Edge
-
Add an EdgeIntersection for intersection intIndex.
- addIntersection(LineIntersector, int, int, int) - Method in class org.locationtech.jts.noding.NodedSegmentString
-
Add an SegmentNode for intersection intIndex.
- addIntersection(Coordinate, int) - Method in interface org.locationtech.jts.noding.NodableSegmentString
-
Adds an intersection node for a given point and segment to this segment string.
- addIntersection(Coordinate, int) - Method in class org.locationtech.jts.noding.NodedSegmentString
-
Adds an intersection node for a given point and segment to this segment string.
- addIntersectionNode(Coordinate, int) - Method in class org.locationtech.jts.noding.NodedSegmentString
-
Adds an intersection node for a given point and segment to this segment string.
- addIntersections(LineIntersector, int, int) - Method in class org.locationtech.jts.geomgraph.Edge
-
Adds EdgeIntersections for one or both intersections found for a segment of an edge to the edge intersection list.
- addIntersections(LineIntersector, int, int) - Method in class org.locationtech.jts.noding.NodedSegmentString
-
Adds EdgeIntersections for one or both intersections found for a segment of an edge to the edge intersection list.
- addIntersections(Edge, int, Edge, int) - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
-
This method is called by clients of the EdgeIntersector class to test for and add intersections for two segments of the edges being intersected.
- addLastSegment() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Add last offset point
- addLimitedMitreJoin(LineSegment, LineSegment, double, double) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Adds a limited mitre join connecting the two reflex offset segments.
- addLine(Coordinate[]) - Method in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.IntervalIndexedGeometry
- addLine(CoordinateList) - Method in class org.locationtech.jts.dissolve.LineDissolver
- addLine(LineString) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
- addLineEndCap(Coordinate, Coordinate) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Add an end cap around point p1, terminating a line segment coming from p0
- addLineSegments(Coordinate[]) - Method in class org.locationtech.jts.algorithm.Centroid
-
Adds the line segments defined by an array of coordinates to the linear centroid accumulators.
- addLineString(Geometry, Coordinate[]) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- addLineString(LineString) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- addLineString(LineString) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- addMitreJoin(Coordinate, LineSegment, LineSegment, double) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Adds a mitre join connecting the two reflex offset segments.
- addNextSegment(Coordinate, boolean) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- addNode(Coordinate) - Method in class org.locationtech.jts.geomgraph.NodeMap
-
This method expects that a node has a coordinate value.
- addNode(Coordinate) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- addNode(Node) - Method in class org.locationtech.jts.geomgraph.NodeMap
- addNode(Node) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- addOption(Option) - Method in class org.locationtech.jtstest.command.CommandLine
-
adds an option for an existing option spec
- addOption(Option) - Method in class org.locationtech.jtstest.command.OptionSpec
- addOptionSpec(OptionSpec) - Method in class org.locationtech.jtstest.command.CommandLine
- addOutEdge(DirectedEdge) - Method in class org.locationtech.jts.planargraph.Node
-
Adds an outgoing DirectedEdge to this Node.
- addOutsideTurn(int, boolean) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Adds the offset points for an outside (convex) turn
- addPoint(Coordinate) - Method in class org.locationtech.jts.algorithm.Centroid
-
Adds a point to the point centroid accumulator.
- addPoint(Coordinate) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Add a point computed externally.
- addPoint(Geometry, Coordinate) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- addPoint(Point) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Add a Point to the graph.
- addPoint(Point) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
-
Add a Point to the graph.
- addPoints(Edge, boolean, boolean) - Method in class org.locationtech.jts.geomgraph.EdgeRing
- addPolygon(Geometry) - Method in class org.locationtech.jts.algorithm.InteriorPointArea
-
Finds an interior point of a Polygon.
- addPolygon(Polygon) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- addPolygon(Polygon) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- addPolygonRing(Coordinate[], double, int, int, int) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
-
Adds an offset curve for a polygon ring.
- addPolygonRing(Geometry, Coordinate[]) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- addPolygonRing(LinearRing, int, int) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Adds a polygon ring to the graph.
- addPt(Coordinate) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- addPts(Coordinate[], boolean) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- addReachable(Node) - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
-
Adds all nodes and edges reachable from this node to the subgraph.
- addReachable(Node, Subgraph) - Method in class org.locationtech.jts.planargraph.algorithm.ConnectedSubgraphFinder
-
Adds all nodes and edges reachable from this node to the subgraph.
- addReverseSubpath(DirectedEdge, ListIterator, boolean) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
- addSegment(Coordinate, Coordinate) - Method in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- addSegments(Coordinate[], boolean) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- addSelfIntersectionNode(int, Coordinate, int) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Add a node for a self-intersection.
- addSelfIntersectionNodes(int) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- addShell(Coordinate[]) - Method in class org.locationtech.jts.algorithm.Centroid
- addSide(int, Coordinate, Coordinate) - Method in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- addSnappedNode(NodedSegmentString, int) - Method in class org.locationtech.jts.noding.snapround.HotPixel
-
Adds a new node (equal to the snap pt) to the specified segment if the segment passes through the hot pixel
- addSpatialFunctionPanelListener(SpatialFunctionPanelListener) - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- addSpatialFunctionPanelListener(SpatialFunctionPanelListener) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- addSplitEdges(Collection) - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Creates new edges for all the edges that the intersections in this list split the parent edge into.
- addSplitEdges(List) - Method in class org.locationtech.jts.geomgraph.EdgeIntersectionList
-
Creates new edges for all the edges that the intersections in this list split the parent edge into.
- addTestCase(Geometry[], String) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- addTestCase(TestCase) - Method in class org.locationtech.jtstest.testrunner.TestRun
- addTestPts(Geometry) - Method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- addText(String) - Method in class org.locationtech.jts.io.gml2.GMLHandler.Handler
-
Caches text for the future
- addToIndex(SegmentString) - Method in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector
- addToListMapAndList(String, Object, Map, List) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- addToMonoChains(SegmentString, List) - Method in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector
- addToResult(LineSegment) - Method in class org.locationtech.jts.simplify.TaggedLineString
- addToRing(Point2D) - Method in class org.locationtech.jts.awt.PolygonShape
- addTreeModelListener(TreeModelListener) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
-
Adds a listener for the TreeModelEvent posted after the tree changes.
- addTriangle(Coordinate, Coordinate, Coordinate, boolean) - Method in class org.locationtech.jts.algorithm.Centroid
- addValidPanelListener(ValidPanelListener) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- addWatch(Object) - Static method in class org.locationtech.jts.util.Debug
-
Adds an object to be watched.
- AdjacentVertexFilter(Coordinate) - Constructor for class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder.AdjacentVertexFilter
- AdjacentVertexFinder - Class in org.locationtech.jtstest.testbuilder.geom
-
Locates all vertices in a geometry which are adjacent to a given vertex.
- AdjacentVertexFinder(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
- AdjacentVertexFinder.AdjacentVertexFilter - Class in org.locationtech.jtstest.testbuilder.geom
- adjVertices - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- adjVerts - Variable in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder.AdjacentVertexFilter
- affineTransform - Variable in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- AffineTransformation - Class in org.locationtech.jts.geom.util
-
Represents an affine transformation on the 2D Cartesian plane.
- AffineTransformation() - Constructor for class org.locationtech.jts.geom.util.AffineTransformation
-
Constructs a new identity transformation
- AffineTransformation(double[]) - Constructor for class org.locationtech.jts.geom.util.AffineTransformation
-
Constructs a new transformation whose matrix has the specified values.
- AffineTransformation(double, double, double, double, double, double) - Constructor for class org.locationtech.jts.geom.util.AffineTransformation
-
Constructs a new transformation whose matrix has the specified values.
- AffineTransformation(Coordinate, Coordinate, Coordinate, Coordinate, Coordinate, Coordinate) - Constructor for class org.locationtech.jts.geom.util.AffineTransformation
-
Constructs a transformation which maps the given source points into the given destination points.
- AffineTransformation(AffineTransformation) - Constructor for class org.locationtech.jts.geom.util.AffineTransformation
-
Constructs a transformation which is a copy of the given one.
- AffineTransformationBuilder - Class in org.locationtech.jts.geom.util
-
Builds an
AffineTransformation
defined by a set of control vectors. - AffineTransformationBuilder(Coordinate, Coordinate, Coordinate, Coordinate, Coordinate, Coordinate) - Constructor for class org.locationtech.jts.geom.util.AffineTransformationBuilder
-
Constructs a new builder for the transformation defined by the given set of control point mappings.
- AffineTransformationFactory - Class in org.locationtech.jts.geom.util
-
Supports creating
AffineTransformation
s defined by various kinds of inputs and transformation mapping rules. - AffineTransformationFactory() - Constructor for class org.locationtech.jts.geom.util.AffineTransformationFactory
- AffineTransformationFunctions - Class in org.locationtech.jtstest.function
- AffineTransformationFunctions() - Constructor for class org.locationtech.jtstest.function.AffineTransformationFunctions
- aLabel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aLabelPanel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- allOptionsPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- ALLOW_OLD_JTS_MULTIPOINT_SYNTAX - Static variable in class org.locationtech.jts.io.WKTReader
- allowedKeys - Static variable in class org.locationtech.jtstest.testrunner.Parameters
- allowSnappingToSourceVertices - Variable in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
- allPositionsEqual(int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- allPositionsEqual(int, int) - Method in class org.locationtech.jts.geomgraph.Label
- allString() - Static method in class org.locationtech.jts.util.Memory
- ALTITUDE_MODE_ABSOLUTE - Static variable in class org.locationtech.jts.io.kml.KMLWriter
-
The KML standard value
absolute
for use inKMLWriter.setAltitudeMode(String)
. - ALTITUDE_MODE_CLAMPTOGROUND - Static variable in class org.locationtech.jts.io.kml.KMLWriter
-
The KML standard value
clampToGround
for use inKMLWriter.setAltitudeMode(String)
. - ALTITUDE_MODE_RELATIVETOGROUND - Static variable in class org.locationtech.jts.io.kml.KMLWriter
-
The KML standard value
relativeToGround
for use inKMLWriter.setAltitudeMode(String)
. - altitudeMode - Variable in class org.locationtech.jts.io.kml.KMLWriter
- angle - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- angle() - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the angle that the vector defined by this segment makes with the X-axis.
- angle() - Method in class org.locationtech.jts.math.Vector2D
- angle(Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
-
Returns the angle that the vector from (0,0) to p, relative to the positive X-axis.
- angle(Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
-
Returns the angle of the vector from p0 to p1, relative to the positive X-axis.
- angle(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
- Angle - Class in org.locationtech.jts.algorithm
-
Utility functions for working with angles.
- Angle() - Constructor for class org.locationtech.jts.algorithm.Angle
- ANGLE - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- angleBetween(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
-
Returns the unoriented smallest angle between two vectors.
- angleBetweenOriented(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
-
Returns the oriented smallest angle between two vectors.
- angleBisector(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the point at which the bisector of the angle ABC cuts the segment AC.
- angleBisectors(Geometry) - Static method in class org.locationtech.jtstest.function.TriangleFunctions
- angleOrientation - Variable in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- angleTo(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
- aoi - Variable in class org.locationtech.jtstest.testbuilder.geom.ComponentLocater
- aPanel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aPasteButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aPasteButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- app - Static variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- AppConstants - Class in org.locationtech.jtstest.testbuilder
- AppConstants() - Constructor for class org.locationtech.jtstest.testbuilder.AppConstants
- AppCursors - Class in org.locationtech.jtstest.testbuilder
- AppCursors() - Constructor for class org.locationtech.jtstest.testbuilder.AppCursors
- appendCoordinate(Coordinate, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Coordinate
to<Point>
format, then appends it to the writer. - appendCoordinate(Coordinate, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Coordinate
to<Point>
format, then appends it to the writer. - appendCoordinate(CoordinateSequence, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Appends the i'th coordinate from the sequence to the writer
- appendCoordinate(CoordinateSequence, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Appends the i'th coordinate from the sequence to the writer
- appendGeometryCollectionTaggedText(GeometryCollection, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
GeometryCollection
to <GeometryCollection Tagged Text> format, then appends it to the writer. - appendGeometryCollectionTaggedText(GeometryCollection, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
GeometryCollection
to <GeometryCollection Tagged Text> format, then appends it to the writer. - appendGeometryCollectionText(GeometryCollection, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
GeometryCollection
to <GeometryCollectionText> format, then appends it to the writer. - appendGeometryCollectionText(GeometryCollection, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
GeometryCollection
to <GeometryCollectionText> format, then appends it to the writer. - appendGeometryTaggedText(Geometry, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Geometry
to <Geometry Tagged Text> format, then appends it to the writer. - appendGeometryTaggedText(Geometry, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Geometry
to <Geometry Tagged Text> format, then appends it to the writer. - appendLinearRingTaggedText(LinearRing, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
LinearRing
to <LinearRing Tagged Text> format, then appends it to the writer. - appendLinearRingTaggedText(LinearRing, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
LinearRing
to <LinearRing Tagged Text> format, then appends it to the writer. - appendLineString(LineString, int, boolean, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
LineString
to <LineString Text> format, then appends it to the writer. - appendLineStringTaggedText(LineString, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
LineString
to <LineString Tagged Text> format, then appends it to the writer. - appendLineStringTaggedText(LineString, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
LineString
to <LineString Tagged Text> format, then appends it to the writer. - appendLineStringText(LineString, int, boolean, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
LineString
to <LineString Text> format, then appends it to the writer. - appendMultiLineStringTaggedText(MultiLineString, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
MultiLineString
to <MultiLineString Tagged Text> format, then appends it to the writer. - appendMultiLineStringTaggedText(MultiLineString, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
MultiLineString
to <MultiLineString Tagged Text> format, then appends it to the writer. - appendMultiLineStringText(MultiLineString, int, boolean, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
MultiLineString
to <MultiLineString Text> format, then appends it to the writer. - appendMultiLineStringText(MultiLineString, int, boolean, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
MultiLineString
to <MultiLineString Text> format, then appends it to the writer. - appendMultiPointTaggedText(MultiPoint, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
MultiPoint
to <MultiPoint Tagged Text> format, then appends it to the writer. - appendMultiPointTaggedText(MultiPoint, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
MultiPoint
to <MultiPoint Tagged Text> format, then appends it to the writer. - appendMultiPointText(MultiPoint, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
MultiPoint
to <MultiPoint Text> format, then appends it to the writer. - appendMultiPointText(MultiPoint, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
MultiPoint
to <MultiPoint Text> format, then appends it to the writer. - appendMultiPolygonTaggedText(MultiPolygon, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
MultiPolygon
to <MultiPolygon Tagged Text> format, then appends it to the writer. - appendMultiPolygonTaggedText(MultiPolygon, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
MultiPolygon
to <MultiPolygon Tagged Text> format, then appends it to the writer. - appendMultiPolygonText(MultiPolygon, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
MultiPolygon
to <MultiPolygon Text> format, then appends it to the writer. - appendMultiPolygonText(MultiPolygon, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
MultiPolygon
to <MultiPolygon Text> format, then appends it to the writer. - appendPathEnd(Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
- appendPathStart(boolean, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
- appendPoint(Coordinate, int, Writer, PrecisionModel) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Coordinate
to <Point Text> format, then appends it to the writer. - appendPointTaggedText(Coordinate, int, Writer, PrecisionModel) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Coordinate
to <Point Tagged Text> format, then appends it to the writer. - appendPointTaggedText(Coordinate, int, Writer, PrecisionModel) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Coordinate
to <Point Tagged Text> format, then appends it to the writer. - appendPointText(Coordinate, int, Writer, PrecisionModel) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Coordinate
to <Point Text> format, then appends it to the writer. - appendPolygon(Polygon, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Polygon
to <Polygon Tagged Text> format, then appends it to the writer. - appendPolygonPath(Polygon, int, boolean, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
- appendPolygonPolygon(Polygon, int, boolean, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Polygon
to <Polygon Text> format, then appends it to the writer. - appendPolygonTaggedText(Polygon, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Polygon
to <Polygon Tagged Text> format, then appends it to the writer. - appendPolygonText(Polygon, int, boolean, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Polygon
to <Polygon Text> format, then appends it to the writer. - appendRing(PolygonShape, Coordinate[]) - Method in class org.locationtech.jts.awt.ShapeWriter
- appendSequencePath(CoordinateSequence, int, boolean, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
LineString
to <LineString Text> format, then appends it to the writer. - appendSequencePoints(CoordinateSequence, int, boolean, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
- appendSequenceText(CoordinateSequence, int, boolean, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
LineString
to <LineString Text> format, then appends it to the writer. - appIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- apply(Collection, CollectionUtil.Function) - Static method in class org.locationtech.jts.util.CollectionUtil
-
Executes a function on each item in a Collection but does not accumulate the result
- apply(CoordinateFilter) - Method in class org.locationtech.jts.geom.Geometry
-
Performs an operation with or on this
Geometry
's coordinates. - apply(CoordinateFilter) - Method in class org.locationtech.jts.geom.GeometryCollection
- apply(CoordinateFilter) - Method in class org.locationtech.jts.geom.LineString
- apply(CoordinateFilter) - Method in class org.locationtech.jts.geom.Point
- apply(CoordinateFilter) - Method in class org.locationtech.jts.geom.Polygon
- apply(CoordinateSequenceFilter) - Method in class org.locationtech.jts.geom.Geometry
-
Performs an operation on the coordinates in this
Geometry
'sCoordinateSequence
s. - apply(CoordinateSequenceFilter) - Method in class org.locationtech.jts.geom.GeometryCollection
- apply(CoordinateSequenceFilter) - Method in class org.locationtech.jts.geom.LineString
- apply(CoordinateSequenceFilter) - Method in class org.locationtech.jts.geom.Point
- apply(CoordinateSequenceFilter) - Method in class org.locationtech.jts.geom.Polygon
- apply(GeometryComponentFilter) - Method in class org.locationtech.jts.geom.Geometry
-
Performs an operation with or on this Geometry and its component Geometry's.
- apply(GeometryComponentFilter) - Method in class org.locationtech.jts.geom.GeometryCollection
- apply(GeometryComponentFilter) - Method in class org.locationtech.jts.geom.LineString
- apply(GeometryComponentFilter) - Method in class org.locationtech.jts.geom.Point
- apply(GeometryComponentFilter) - Method in class org.locationtech.jts.geom.Polygon
- apply(GeometryFilter) - Method in class org.locationtech.jts.geom.Geometry
-
Performs an operation with or on this
Geometry
and its subelementGeometry
s (if any). - apply(GeometryFilter) - Method in class org.locationtech.jts.geom.GeometryCollection
- apply(GeometryFilter) - Method in class org.locationtech.jts.geom.LineString
- apply(GeometryFilter) - Method in class org.locationtech.jts.geom.Point
- apply(GeometryFilter) - Method in class org.locationtech.jts.geom.Polygon
- applyTo(Geometry) - Method in class org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor
- AppStrings - Class in org.locationtech.jtstest.testbuilder
- AppStrings() - Constructor for class org.locationtech.jtstest.testbuilder.AppStrings
- aRB - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- ARC - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- ARCM - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- ARCZ - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- area - Variable in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- area() - Method in class org.locationtech.jts.geom.Triangle
-
Computes the 2D area of this triangle.
- area(Collection) - Static method in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- area(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the 2D area of a triangle.
- area(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- area(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.GeometryNode
- area(Boundable) - Static method in class org.locationtech.jts.index.strtree.BoundablePair
- Area - Class in org.locationtech.jts.algorithm
-
Functions for computing area.
- Area() - Constructor for class org.locationtech.jts.algorithm.Area
- AREA_DIFF_TOL - Static variable in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- area2(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Centroid
-
Returns twice the signed area of the triangle p1-p2-p3.
- area3D() - Method in class org.locationtech.jts.geom.Triangle
-
Computes the 3D area of this triangle.
- area3D(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the 3D area of a triangle.
- areaBasePt - Variable in class org.locationtech.jts.algorithm.Centroid
- areaDiff(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- areaGreaterThan(Geometry, double) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- areaLessThan(Geometry, double) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- areAllTestsPassed(TestCase) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- areaPtLocator - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
- AreaSimilarityMeasure - Class in org.locationtech.jts.algorithm.match
-
Measures the degree of similarity between two
Geometry
s using the area of intersection between the geometries. - AreaSimilarityMeasure() - Constructor for class org.locationtech.jts.algorithm.match.AreaSimilarityMeasure
- areasum2 - Variable in class org.locationtech.jts.algorithm.Centroid
- areaValidate(Geometry, Geometry) - Method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- areaZero(Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- arg - Variable in class org.locationtech.jts.operation.GeometryGraphOperation
-
The operation args into an array so they can be accessed by index
- arg - Variable in class org.locationtech.jts.operation.relate.RelateComputer
- argConverter - Variable in class org.locationtech.jtstest.geomop.GeometryFunctionOperation
- argCount - Variable in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- argDoc - Variable in class org.locationtech.jtstest.command.OptionSpec
- argGeom - Variable in class org.locationtech.jts.operation.buffer.BufferOp
- argIndex - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
- args - Variable in class org.locationtech.jts.util.Debug
- args - Variable in class org.locationtech.jtstest.command.Option
- args - Variable in class org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
- ArgumentConverter - Class in org.locationtech.jtstest.geomop
- ArgumentConverter() - Constructor for class org.locationtech.jtstest.geomop.ArgumentConverter
- arguments - Static variable in class org.locationtech.jtstest.testrunner.Parameters
- arguments - Variable in class org.locationtech.jtstest.testrunner.Test
- arguments(String) - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- armLengthRatio - Variable in class org.locationtech.jts.geom.util.SineStarFactory
- arrayAdd(ArrayList, Object, int) - Static method in class org.locationtech.jtstest.test.TestCaseList
-
A shim for ArrayList.add(Object, int)
- ArrayListVisitor - Class in org.locationtech.jts.index
- ArrayListVisitor() - Constructor for class org.locationtech.jts.index.ArrayListVisitor
- ARROW_ALPHA - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- ArrowEndpointStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- ArrowEndpointStyle(Color, boolean, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- arrowheadPath(Point2D, Point2D, Point2D, double, double) - Static method in class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- ArrowLineStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- ArrowLineStyle(Color) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- aScrollPane - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- asLinearRing() - Method in class org.locationtech.jts.simplify.TaggedLineString
- asLineString() - Method in class org.locationtech.jts.simplify.TaggedLineString
- Assert - Class in org.locationtech.jts.util
-
A utility for making programming assertions.
- Assert() - Constructor for class org.locationtech.jts.util.Assert
- assertEquals(Object, Object, String) - Method in class org.locationtech.jtstest.test.TestCase
- assertEqualsExact(Geometry, Geometry, String) - Method in class org.locationtech.jtstest.test.TestCase
- AssertionFailedException - Exception in org.locationtech.jts.util
-
Thrown when the application is in an inconsistent state.
- AssertionFailedException() - Constructor for exception org.locationtech.jts.util.AssertionFailedException
-
Creates an
AssertionFailedException
. - AssertionFailedException(String) - Constructor for exception org.locationtech.jts.util.AssertionFailedException
-
Creates a
AssertionFailedException
with the given detail message. - assertTrue(boolean, String) - Method in class org.locationtech.jtstest.test.TestCase
- assignHolesToShells(ArrayList, ArrayList) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
- assignHolesToShells(List, List) - Static method in class org.locationtech.jts.operation.polygonize.Polygonizer
- assignHoleToShell(EdgeRing, List) - Static method in class org.locationtech.jts.operation.polygonize.Polygonizer
- aTextArea - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- aTextArea_keyTyped(KeyEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- atLeastNCoordinatesOrNothing(int, Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Returns either the given coordinate array if its length is greater than the given amount, or an empty coordinate array.
- atStart - Variable in class org.locationtech.jts.geom.GeometryCollectionIterator
-
Indicates whether or not the first element (the root
GeometryCollection
) has been returned. - attributeParamOffset(GeometryFunction) - Static method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- attrs - Variable in class org.locationtech.jts.io.gml2.GMLHandler.Handler
- average(double, double) - Static method in class org.locationtech.jts.math.MathUtil
-
Computes the average of two numbers.
- average(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
- averageNormal(CoordinateSequence) - Method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
-
Computes an average normal vector from a list of polygon coordinates.
- averagePoint(CoordinateSequence) - Method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
-
Computes a point which is the average of all coordinates in a sequence.
- avg(double, double) - Static method in class org.locationtech.jts.algorithm.InteriorPointArea
- avg(double, double) - Static method in class org.locationtech.jts.index.strtree.STRtree
- aWktFile - Variable in class org.locationtech.jtstest.testrunner.TestCase
- AWTUtil - Class in org.locationtech.jtstest.testbuilder.ui.style
- AWTUtil() - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.AWTUtil
- AXIS_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- AXIS_WIDTH - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- AxisPlaneCoordinateSequence - Class in org.locationtech.jts.operation.distance3d
-
A CoordinateSequence wrapper which projects 3D coordinates into one of the three Cartesian axis planes, using the standard orthonormal projection (i.e.
- AxisPlaneCoordinateSequence(CoordinateSequence, int[]) - Constructor for class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
B
- b - Variable in class org.locationtech.jtstest.testrunner.TestCase
- BADgetConverter(Viewport) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- BAND_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- bandColor - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- bandColor - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- bandFinished() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractDrawTool
- bandFinished() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- bandFinished() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- base - Variable in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- baseGeom - Variable in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
- BaseGeometryFunction - Class in org.locationtech.jtstest.geomfunction
-
A base for implementations of
GeometryFunction
which provides most of the required structure. - BaseGeometryFunction - Class in org.locationtech.jtstest.geomop
-
A base for implementations of
GeometryFunction
which provides most of the required structure. - BaseGeometryFunction(String, String[], Class[], Class) - Constructor for class org.locationtech.jtstest.geomop.BaseGeometryFunction
- BaseGeometryFunction(String, String, String[], Class[], Class) - Constructor for class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- BaseGeometryFunction(String, String, String[], Class[], Class) - Constructor for class org.locationtech.jtstest.geomop.BaseGeometryFunction
- BaseGeometryFunction(String, String, String, String[], Class[], Class) - Constructor for class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- BasePointShapeFactory() - Constructor for class org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory
-
Creates a new factory for points with default size.
- BasePointShapeFactory(double) - Constructor for class org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory
-
Creates a factory for points of given size.
- basePt - Variable in class org.locationtech.jts.math.Plane3D
- basePt - Variable in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder.AdjacentVertexFilter
- basePt - Variable in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- basePt - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- baseSegStrings - Variable in class org.locationtech.jts.noding.SimpleSegmentSetMutualIntersector
- baseURL - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- BasicExample - Class in org.locationtech.jtsexample.geom
-
Shows basic ways of creating and operating on geometries
- BasicExample() - Constructor for class org.locationtech.jtsexample.geom.BasicExample
- BasicPreparedGeometry - Class in org.locationtech.jts.geom.prep
-
A base class for
PreparedGeometry
subclasses. - BasicPreparedGeometry(Geometry) - Constructor for class org.locationtech.jts.geom.prep.BasicPreparedGeometry
- BasicSegmentString - Class in org.locationtech.jts.noding
-
Represents a list of contiguous line segments, and supports noding the segments.
- BasicSegmentString(Coordinate[], Object) - Constructor for class org.locationtech.jts.noding.BasicSegmentString
-
Creates a new segment string from a list of vertices.
- BasicStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- BasicStyle() - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.BasicStyle
- BasicStyle(Color, Color) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.BasicStyle
- BasicTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- BasicTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- BasicTool(Cursor) - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- bButtonPanel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bButtonPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bCopyButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bCopyButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- bCutButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bCutButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- bdyNodes - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- BEHIND - Static variable in class org.locationtech.jts.triangulate.quadedge.Vertex
- BestMatchVisitor(Coordinate, double) - Constructor for class org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- BETWEEN - Static variable in class org.locationtech.jts.triangulate.quadedge.Vertex
- BEYOND - Static variable in class org.locationtech.jts.triangulate.quadedge.Vertex
- biasedExponent() - Method in class org.locationtech.jts.index.quadtree.DoubleBits
-
Determines the exponent for the number
- BidirectionalComparator() - Constructor for class org.locationtech.jts.geom.CoordinateArrays.BidirectionalComparator
- BIG_ENDIAN - Static variable in class org.locationtech.jts.io.ByteOrderValues
- binaryIcon - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel.GeometryFunctionCellRenderer
- binaryIcon - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel.GeometryFunctionRenderer
- binaryUnion(List) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Unions a list of geometries by treating the list as a flattened binary tree, and performing a cascaded union on the tree.
- binaryUnion(List, int, int) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Unions a section of a list using a recursive binary union on each half of the section.
- bInc - Variable in class org.locationtech.jtstest.util.HSBPalette
- Bintree - Class in org.locationtech.jts.index.bintree
-
An
BinTree
(or "Binary Interval Tree") is a 1-dimensional version of a quadtree. - Bintree() - Constructor for class org.locationtech.jts.index.bintree.Bintree
- bisector(Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- bLabel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bLabelPanel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bLo - Variable in class org.locationtech.jtstest.util.HSBPalette
- bnRule - Variable in class org.locationtech.jts.operation.BoundaryOp
- BooleanResult - Class in org.locationtech.jtstest.testrunner
- BooleanResult(boolean) - Constructor for class org.locationtech.jtstest.testrunner.BooleanResult
- BooleanResult(Boolean) - Constructor for class org.locationtech.jtstest.testrunner.BooleanResult
- border1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- border1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- border1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- border1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- border1 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- border2 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- border3 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- border3 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- border4 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- border4 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- borderLayout - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- borderLayout - Variable in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.LayerListPanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- borderLayout1 - Variable in class org.locationtech.jtstest.testbuilder.TestListPanel
- borderLayout1 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.LayerListPanel
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- borderLayout2 - Variable in class org.locationtech.jtstest.testbuilder.TestListPanel
- borderLayout3 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- borderLayout3 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- borderLayout3 - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- Boundable - Interface in org.locationtech.jts.index.strtree
-
A spatial object in an AbstractSTRtree.
- boundable1 - Variable in class org.locationtech.jts.index.strtree.BoundablePair
- boundable2 - Variable in class org.locationtech.jts.index.strtree.BoundablePair
- BoundablePair - Class in org.locationtech.jts.index.strtree
-
A pair of
Boundable
s, whose leaf items support a distance metric between them. - BoundablePair(Boundable, Boundable, ItemDistance) - Constructor for class org.locationtech.jts.index.strtree.BoundablePair
- BoundablePairDistanceComparator - Class in org.locationtech.jts.index.strtree
-
The Class BoundablePairDistanceComparator.
- BoundablePairDistanceComparator(boolean) - Constructor for class org.locationtech.jts.index.strtree.BoundablePairDistanceComparator
-
Instantiates a new boundable pair distance comparator.
- boundablesAtLevel(int) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- boundablesAtLevel(int, AbstractNode, Collection) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- boundary(Geometry) - Static method in class org.locationtech.jtstest.function.BoundaryFunctions
- boundary(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- BOUNDARY - Static variable in class org.locationtech.jts.geom.Location
-
The location value for the boundary of a geometry.
- boundaryDistanceTolerance - Variable in class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
- boundaryDistanceTolerance - Variable in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- boundaryEndpoint(Geometry) - Static method in class org.locationtech.jtstest.function.BoundaryFunctions
- BoundaryFunctions - Class in org.locationtech.jtstest.function
- BoundaryFunctions() - Constructor for class org.locationtech.jtstest.function.BoundaryFunctions
- boundaryLineString(LineString) - Method in class org.locationtech.jts.operation.BoundaryOp
- boundaryMod2(Geometry) - Static method in class org.locationtech.jtstest.function.BoundaryFunctions
- boundaryMonoValentEnd(Geometry) - Static method in class org.locationtech.jtstest.function.BoundaryFunctions
- boundaryMultiLineString(MultiLineString) - Method in class org.locationtech.jts.operation.BoundaryOp
- boundaryMultiValentEnd(Geometry) - Static method in class org.locationtech.jtstest.function.BoundaryFunctions
- boundaryNodeRule - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
- BoundaryNodeRule - Interface in org.locationtech.jts.algorithm
-
An interface for rules which determine whether node points which are in boundaries of
Lineal
geometry components are in the boundary of the parent geometry collection. - BoundaryNodeRule.EndPointBoundaryNodeRule - Class in org.locationtech.jts.algorithm
-
A
BoundaryNodeRule
which specifies that any points which are endpoints of lineal components are in the boundary of the parent geometry. - BoundaryNodeRule.Mod2BoundaryNodeRule - Class in org.locationtech.jts.algorithm
-
A
BoundaryNodeRule
specifies that points are in the boundary of a lineal geometry iff the point lies on the boundary of an odd number of components. - BoundaryNodeRule.MonoValentEndPointBoundaryNodeRule - Class in org.locationtech.jts.algorithm
-
A
BoundaryNodeRule
which determines that only endpoints with valency of exactly 1 are on the boundary. - BoundaryNodeRule.MultiValentEndPointBoundaryNodeRule - Class in org.locationtech.jts.algorithm
-
A
BoundaryNodeRule
which determines that only endpoints with valency greater than 1 are on the boundary. - boundaryNodes - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
- BoundaryOp - Class in org.locationtech.jts.operation
-
Computes the boundary of a
Geometry
. - BoundaryOp(Geometry) - Constructor for class org.locationtech.jts.operation.BoundaryOp
- BoundaryOp(Geometry, BoundaryNodeRule) - Constructor for class org.locationtech.jts.operation.BoundaryOp
- boundaryRule - Variable in class org.locationtech.jts.algorithm.PointLocator
- BoundingOctagonComponentFilter(OctagonalEnvelope) - Constructor for class org.locationtech.jts.geom.OctagonalEnvelope.BoundingOctagonComponentFilter
- bounds - Variable in class org.locationtech.jts.index.strtree.AbstractNode
- bounds - Variable in class org.locationtech.jts.index.strtree.ItemBoundable
- bounds - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- BOX_PAD - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- BOX_SPACER - Static variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- BoxBandTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- BoxBandTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- BoxBandTool(Cursor) - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- BoxDeleteComponentOperation(Envelope) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteComponentOperation
- BoxDeleteVertexOperation(Envelope) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteVertexOperation
- boxLayout1 - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- bPanel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bPasteButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bPasteButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- bRB - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- breakIf(boolean) - Static method in class org.locationtech.jts.util.Debug
- breakIfEqual(Object, Object) - Static method in class org.locationtech.jts.util.Debug
- breakIfEqual(Coordinate, Coordinate, double) - Static method in class org.locationtech.jts.util.Debug
- bScrollPane - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bTextArea - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- bTextArea_keyTyped(KeyEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- btnCancel - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- btnCancel - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- btnCancel_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- btnCancel_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- btnClearMark - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- btnClearMark_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- btnClearResult - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- btnCopy - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- btnCopy - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- btnCopy_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.InspectorPanel
- btnDeleteCase_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- btnEditVertex - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- btnEditVertex_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- btnEraseGeom - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- btnEraseGeom_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- btnExpand - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- btnExpand_actionPerformed() - Method in class org.locationtech.jtstest.testbuilder.InspectorPanel
- btnGrpmodelType - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- btnLoad - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- btnLoad_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- btnNext - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- btnOk - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- btnOk - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- btnOk_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- btnOk_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- btnPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- btnPrev - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- btnRepeat - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- btnRunTests - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- btnRunTests_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- btnSelect_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- btnSetMark - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- btnSetMark_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- btnSetPrecisionModel - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- btnSimple - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- btnSimple_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- btnValidate - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- btnValidate_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- btnZoom - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- btnZoom_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.InspectorPanel
- btnZoomNext_actionPerformed(ActionEvent, int) - Method in class org.locationtech.jtstest.testbuilder.InspectorPanel
- buf - Variable in class org.locationtech.jts.io.WKBWriter
- buf - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- buf1 - Variable in class org.locationtech.jts.io.ByteOrderDataInStream
- buf4 - Variable in class org.locationtech.jts.io.ByteOrderDataInStream
- buf8 - Variable in class org.locationtech.jts.io.ByteOrderDataInStream
- bufDistance - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- buffer - Variable in class org.locationtech.jts.io.ByteArrayInStream
- buffer(double) - Method in class org.locationtech.jts.geom.Geometry
-
Computes a buffer area around this geometry having the given width.
- buffer(double, int) - Method in class org.locationtech.jts.geom.Geometry
-
Computes a buffer area around this geometry having the given width and with a specified accuracy of approximation for circular arcs.
- buffer(double, int, int) - Method in class org.locationtech.jts.geom.Geometry
-
Computes a buffer area around this geometry having the given width and with a specified accuracy of approximation for circular arcs, and using a specified end cap style.
- buffer(Geometry, double) - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
- buffer(Geometry, double) - Method in class org.locationtech.jts.precision.CommonBitsOp
-
Computes the buffer a geometry, using enhanced precision.
- buffer(Geometry, double) - Static method in class org.locationtech.jts.precision.EnhancedPrecisionOp
-
Computes the buffer of a
Geometry
, using enhanced precision. - buffer(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- bufferAndInverse(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- BufferBuilder - Class in org.locationtech.jts.operation.buffer
-
Builds the buffer geometry for a given input geometry and precision model.
- BufferBuilder(BufferParameters) - Constructor for class org.locationtech.jts.operation.buffer.BufferBuilder
-
Creates a new BufferBuilder
- bufferByChains(Geometry, double, int) - Static method in class org.locationtech.jtstest.function.BufferByUnionFunctions
- bufferByComponents(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferByUnionFunctions
- bufferBySegments(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferByUnionFunctions
-
Buffer polygons by buffering the individual boundary segments and either unioning or differencing them.
- BufferByUnionFunctions - Class in org.locationtech.jtstest.function
- BufferByUnionFunctions() - Constructor for class org.locationtech.jtstest.function.BufferByUnionFunctions
- bufferCurve(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- BufferCurveMaximumDistanceFinder - Class in org.locationtech.jts.operation.buffer.validate
-
Finds the approximate maximum distance from a buffer curve to the originating geometry.
- BufferCurveMaximumDistanceFinder(Geometry) - Constructor for class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter - Class in org.locationtech.jts.operation.buffer.validate
- BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter - Class in org.locationtech.jts.operation.buffer.validate
- bufferCurveWithParams(Geometry, Double, Integer, Integer, Integer, Double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- bufferDescription - Static variable in class org.locationtech.jtstest.function.BufferFunctions
- bufferDistanceError(int) - Static method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Computes the maximum distance error due to a given level of approximation to a true arc.
- BufferDistanceValidator - Class in org.locationtech.jts.operation.buffer.validate
-
Validates that a given buffer curve lies an appropriate distance from the input generating it.
- BufferDistanceValidator(Geometry, double, Geometry) - Constructor for class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- bufferEach(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- bufferFixedPrecision(PrecisionModel) - Method in class org.locationtech.jts.operation.buffer.BufferOp
- BufferFunctions - Class in org.locationtech.jtstest.function
- BufferFunctions() - Constructor for class org.locationtech.jtstest.function.BufferFunctions
- BufferInputLineSimplifier - Class in org.locationtech.jts.operation.buffer
-
Simplifies a buffer input line to remove concavities with shallow depth.
- BufferInputLineSimplifier(Coordinate[]) - Constructor for class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- bufferLineSimplifier(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- bufferMitredJoin(Geometry, double) - Static method in class org.locationtech.jtstest.function.TestCaseGeometryFunctions
- bufferMitredJoin(Geometry, double) - Static method in class org.locationtech.jtstest.geomop.TestCaseGeometryFunctions
- bufferOp(Geometry, double) - Static method in class org.locationtech.jts.operation.buffer.BufferOp
-
Computes the buffer of a geometry for a given buffer distance.
- bufferOp(Geometry, double, int) - Static method in class org.locationtech.jts.operation.buffer.BufferOp
-
Computes the buffer for a geometry for a given buffer distance and accuracy of approximation.
- bufferOp(Geometry, double, int, int) - Static method in class org.locationtech.jts.operation.buffer.BufferOp
-
Computes the buffer for a geometry for a given buffer distance and accuracy of approximation.
- bufferOp(Geometry, double, BufferParameters) - Static method in class org.locationtech.jts.operation.buffer.BufferOp
-
Computes the buffer for a geometry for a given buffer distance and accuracy of approximation.
- BufferOp - Class in org.locationtech.jts.operation.buffer
-
Computes the buffer of a geometry, for both positive and negative buffer distances.
- BufferOp(Geometry) - Constructor for class org.locationtech.jts.operation.buffer.BufferOp
-
Initializes a buffer computation for the given geometry
- BufferOp(Geometry, BufferParameters) - Constructor for class org.locationtech.jts.operation.buffer.BufferOp
-
Initializes a buffer computation for the given geometry with the given set of parameters
- bufferOriginalPrecision() - Method in class org.locationtech.jts.operation.buffer.BufferOp
- BufferParameters - Class in org.locationtech.jts.operation.buffer
-
A value class containing the parameters which specify how a buffer should be constructed.
- BufferParameters() - Constructor for class org.locationtech.jts.operation.buffer.BufferParameters
-
Creates a default set of parameters
- BufferParameters(int) - Constructor for class org.locationtech.jts.operation.buffer.BufferParameters
-
Creates a set of parameters with the given quadrantSegments value.
- BufferParameters(int, int) - Constructor for class org.locationtech.jts.operation.buffer.BufferParameters
-
Creates a set of parameters with the given quadrantSegments and endCapStyle values.
- BufferParameters(int, int, int, double) - Constructor for class org.locationtech.jts.operation.buffer.BufferParameters
-
Creates a set of parameters with the given parameter values.
- bufferReducedPrecision() - Method in class org.locationtech.jts.operation.buffer.BufferOp
- bufferReducedPrecision(int) - Method in class org.locationtech.jts.operation.buffer.BufferOp
- BufferResultMatcher - Class in org.locationtech.jtstest.testrunner
-
A
ResultMatcher
which compares the results of buffer operations for equality, up to the given tolerance. - BufferResultMatcher() - Constructor for class org.locationtech.jtstest.testrunner.BufferResultMatcher
- BufferResultValidator - Class in org.locationtech.jts.operation.buffer.validate
-
Validates that the result of a buffer operation is geometrically correct, within a computed tolerance.
- BufferResultValidator(Geometry, double, Geometry) - Constructor for class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- BufferSubgraph - Class in org.locationtech.jts.operation.buffer
-
A connected subset of the graph of
DirectedEdge
s andNode
s. - BufferSubgraph() - Constructor for class org.locationtech.jts.operation.buffer.BufferSubgraph
- bufferUnion(List) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- bufferUnion(Geometry, Geometry) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- bufferUnion(Geometry, Geometry) - Method in class org.locationtech.jts.operation.union.UnionInteracting
- bufferValidated(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- bufferValidatedGeom(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- BufferValidatedGeometryOperation - Class in org.locationtech.jtstest.geomop
-
A
GeometryOperation
which validates the results of theGeometry
buffer() method. - BufferValidatedGeometryOperation() - Constructor for class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- BufferValidatedGeometryOperation(GeometryMethodOperation) - Constructor for class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
-
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. - bufferWithParams(Geometry, Double, Integer, Integer, Integer, Double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- bufferWithSimplify(Geometry, Double, Double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- bufParams - Variable in class org.locationtech.jts.operation.buffer.BufferBuilder
- bufParams - Variable in class org.locationtech.jts.operation.buffer.BufferOp
- bufParams - Variable in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- bufParams - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- build() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Creates parent nodes, grandparent nodes, and so forth up to the root node, for the data that has been inserted into the tree.
- build(int) - Method in class org.locationtech.jts.operation.overlay.LineBuilder
- build(int) - Method in class org.locationtech.jts.operation.overlay.PointBuilder
-
Computes the Point geometries which will appear in the result, given the specified overlay operation.
- build(Collection) - Static method in class org.locationtech.jts.edgegraph.EdgeGraphBuilder
- build(Geometry) - Static method in class org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder
- build(GeometryGraph) - Method in class org.locationtech.jts.operation.relate.RelateNodeGraph
- build(PolygonizeDirectedEdge) - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
- buildBufferLineSimplifiedSet(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- buildCurveSet(Geometry, double, BufferParameters) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- buildEdgeRings(Collection) - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
-
Form DirectedEdges in graph into Minimal EdgeRings.
- buildEdgeStringsForIsolatedLoops() - Method in class org.locationtech.jts.operation.linemerge.LineMerger
- buildEdgeStringsForNonDegree2Nodes() - Method in class org.locationtech.jts.operation.linemerge.LineMerger
- buildEdgeStringsForObviousStartNodes() - Method in class org.locationtech.jts.operation.linemerge.LineMerger
- buildEdgeStringsForUnprocessedNodes() - Method in class org.locationtech.jts.operation.linemerge.LineMerger
- buildEdgeStringsStartingAt(Node) - Method in class org.locationtech.jts.operation.linemerge.LineMerger
- buildEdgeStringStartingWith(LineMergeDirectedEdge) - Method in class org.locationtech.jts.operation.linemerge.LineMerger
- buildExtent(IntervalRTreeNode, IntervalRTreeNode) - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeBranchNode
- buildGeometry(Collection) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Build an appropriate
Geometry
,MultiGeometry
, orGeometryCollection
to contain theGeometry
s in it. - buildGeometry(List, Geometry) - Static method in class org.locationtech.jtstest.function.FunctionsUtil
- buildGeometry(Geometry[]) - Static method in class org.locationtech.jtstest.function.FunctionsUtil
- buildGeometry(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.FunctionsUtil
- buildIndex() - Method in class org.locationtech.jts.index.sweepline.SweepLineIndex
-
Because Delete Events have a link to their corresponding Insert event, it is possible to compute exactly the range of events which must be compared to a given Insert event object.
- buildIndex() - Method in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- buildKdTree(Geometry, double) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- buildLevel(List, List) - Method in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- buildLine(HalfEdge) - Method in class org.locationtech.jts.dissolve.LineDissolver
-
Builds a line starting from the given edge.
- buildLine(Coordinate[]) - Static method in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- buildLines() - Method in class org.locationtech.jts.dissolve.LineDissolver
-
For each edge in stack (which must originate at a node) extracts the line it initiates.
- buildLines(int) - Method in class org.locationtech.jts.operation.overlay.LineBuilder
- buildMaximalEdgeRings(Collection) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
for all DirectedEdges in result, form them into MaximalEdgeRings
- buildMinimalEdgeRings(List, List, List) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
- buildMinimalRings() - Method in class org.locationtech.jts.operation.overlay.MaximalEdgeRing
- buildQuadtree(Geometry) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- buildRing(HalfEdge) - Method in class org.locationtech.jts.dissolve.LineDissolver
- buildRoot() - Method in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- buildSequencedGeometry(List) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Builds a geometry (
LineString
orMultiLineString
) representing the sequence. - buildSTRtree(Geometry) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- buildSubgraphs(List, PolygonBuilder) - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
-
Completes the building of the input subgraphs by depth-labelling them, and adds them to the PolygonBuilder.
- buildTree() - Method in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- built - Variable in class org.locationtech.jts.index.strtree.AbstractSTRtree
- busyDialog - Variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- BusyDialog - Class in org.locationtech.jtstest.testbuilder
-
An indicator that the app is performing a long operation.
- BusyDialog() - Constructor for class org.locationtech.jtstest.testbuilder.BusyDialog
-
Creates a BusyDialog
- BusyDialog.Executable - Interface in org.locationtech.jtstest.testbuilder
- button - Variable in class org.locationtech.jtstest.testbuilder.LayerControlList.CheckBoxEditor
- button - Variable in class org.locationtech.jtstest.testbuilder.LayerControlList.RadioButtonEditor
- button1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- bWktFile - Variable in class org.locationtech.jtstest.testrunner.TestCase
- ByteArrayInStream - Class in org.locationtech.jts.io
-
Allows an array of bytes to be used as an
InStream
. - ByteArrayInStream(byte[]) - Constructor for class org.locationtech.jts.io.ByteArrayInStream
-
Creates a new stream based on the given buffer.
- byteArrayOS - Variable in class org.locationtech.jts.io.WKBWriter
- byteArrayOutStream - Variable in class org.locationtech.jts.io.WKBWriter
- byteOrder - Variable in class org.locationtech.jts.io.ByteOrderDataInStream
- byteOrder - Variable in class org.locationtech.jts.io.WKBWriter
- ByteOrderDataInStream - Class in org.locationtech.jts.io
-
Allows reading a stream of Java primitive datatypes from an underlying
InStream
, with the representation being in either common byte ordering. - ByteOrderDataInStream() - Constructor for class org.locationtech.jts.io.ByteOrderDataInStream
- ByteOrderDataInStream(InStream) - Constructor for class org.locationtech.jts.io.ByteOrderDataInStream
- ByteOrderValues - Class in org.locationtech.jts.io
-
Methods to read and write primitive Java datatypes from/to byte sequences, allowing the byte order to be specified
- ByteOrderValues() - Constructor for class org.locationtech.jts.io.ByteOrderValues
- bytesToHex(byte[]) - Static method in class org.locationtech.jts.io.WKBWriter
-
Deprecated.
C
- cachedTree - Variable in class org.locationtech.jts.operation.distance.IndexedFacetDistance
- cancel() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- cancel() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
-
Close the dialog
- cancel() - Method in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- cancel() - Method in interface org.locationtech.jtstest.testbuilder.ui.render.Renderer
-
Informs this process that it can stop rendering, because the rendered context will not be displayed.
- cancel() - Method in class org.locationtech.jtstest.testbuilder.ui.render.RendererSwingWorker
- cancelDuplicateResultEdges() - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
If both a dirEdge and its sym are marked as being in the result, cancel them out.
- CAP_BUTT - Static variable in class org.locationtech.jts.operation.buffer.BufferOp
-
Deprecated.use BufferParameters
- CAP_FLAT - Static variable in class org.locationtech.jts.operation.buffer.BufferOp
-
Deprecated.use BufferParameters
- CAP_FLAT - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
Specifies a flat line buffer end cap style.
- CAP_ROUND - Static variable in class org.locationtech.jts.operation.buffer.BufferOp
-
Deprecated.use BufferParameters
- CAP_ROUND - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
Specifies a round line buffer end cap style.
- CAP_SQUARE - Static variable in class org.locationtech.jts.operation.buffer.BufferOp
-
Deprecated.use BufferParameters
- CAP_SQUARE - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
Specifies a square line buffer end cap style.
- capitalize(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Capitalizes the given string.
- capStyleItems - Static variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- capStyleValues - Static variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- CascadedPolygonUnion - Class in org.locationtech.jts.operation.union
-
Provides an efficient method of unioning a collection of
Polygonal
geometries. - CascadedPolygonUnion(Collection) - Constructor for class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Creates a new instance to union the given collection of
Geometry
s. - caseFactory - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- caseIndex - Variable in class org.locationtech.jtstest.testrunner.TestCase
- caseList - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- CaseList(TestBuilderModel.CaseList.CaseFactory) - Constructor for class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- casePrecisionModelPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- cases() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- categorizedFunctions - Variable in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- categorizedGeometryFunctions - Variable in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- categorizedScalarFunctions - Variable in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- category - Variable in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- category - Variable in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- cbCapStyle - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- cbJoinStyle - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- cbMagnifyTopo - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- cbMagnifyTopo - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- cbr - Variable in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- cbr - Variable in class org.locationtech.jts.precision.CommonBitsOp
- cbStretchTopo_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- ccFilter - Variable in class org.locationtech.jts.precision.CommonBitsRemover
- ceil() - Method in class org.locationtech.jts.math.DD
-
Returns the smallest (closest to negative infinity) value that is not less than the argument and is equal to a mathematical integer.
- CellRenderer() - Constructor for class org.locationtech.jtstest.testbuilder.LayerCheckBoxList.CellRenderer
- center(Component, Component) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
-
Centers the first component on the second
- centerOnScreen(Component) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
-
Centers the component on the screen
- centerOnWindow(Component) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
-
Centers the component on its window
- centre - Variable in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- centre - Variable in class org.locationtech.jts.index.bintree.Node
- centre - Variable in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- centre() - Method in class org.locationtech.jts.geom.Envelope
-
Computes the coordinate of the centre of this envelope (as long as it is non-null
- centre(Envelope) - Static method in class org.locationtech.jts.algorithm.InteriorPointArea
-
Returns the centre point of the envelope.
- centrex - Variable in class org.locationtech.jts.index.quadtree.Node
- centreX(Envelope) - Static method in class org.locationtech.jts.index.strtree.STRtree
- centrey - Variable in class org.locationtech.jts.index.quadtree.Node
- centreY - Variable in class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- centreY(Envelope) - Static method in class org.locationtech.jts.index.strtree.STRtree
- centroid - Variable in class org.locationtech.jts.algorithm.InteriorPointLine
- centroid - Variable in class org.locationtech.jts.algorithm.InteriorPointPoint
- centroid() - Method in class org.locationtech.jts.geom.Triangle
-
Computes the centroid (centre of mass) of this triangle.
- centroid(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the centroid (centre of mass) of a triangle.
- centroid(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- centroid(Geometry) - Static method in class org.locationtech.jtstest.function.TriangleFunctions
- Centroid - Class in org.locationtech.jts.algorithm
-
Computes the centroid of a
Geometry
of any dimension. - Centroid(Geometry) - Constructor for class org.locationtech.jts.algorithm.Centroid
-
Creates a new instance for computing the centroid of a geometry
- centroid3(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Centroid
-
Computes three times the centroid of the triangle p1-p2-p3.
- cg3 - Variable in class org.locationtech.jts.algorithm.Centroid
- CGAlgorithms - Class in org.locationtech.jts.algorithm
-
Deprecated.See Length, Area, Distance, Orientation, PointLocation
- CGAlgorithms() - Constructor for class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.
- CGAlgorithms3D - Class in org.locationtech.jts.algorithm
-
Basic computational geometry algorithms for geometry and coordinates defined in 3-dimensional Cartesian space.
- CGAlgorithms3D() - Constructor for class org.locationtech.jts.algorithm.CGAlgorithms3D
- CGAlgorithmsDD - Class in org.locationtech.jts.algorithm
-
Implements basic computational geometry algorithms using
DD
arithmetic. - CGAlgorithmsDD() - Constructor for class org.locationtech.jts.algorithm.CGAlgorithmsDD
- chainIndex - Variable in class org.locationtech.jts.geomgraph.index.MonotoneChain
- chainOp - Variable in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- chainOp - Variable in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- chainOp - Variable in class org.locationtech.jtstest.geomop.PreparedGeometryOperation
- chainOp - Variable in class org.locationtech.jtstest.geomop.TeeGeometryOperation
- changePM(Geometry, PrecisionModel) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
-
Duplicates a geometry to one that uses a different PrecisionModel, without changing any coordinate values.
- changePrecisionModel - Variable in class org.locationtech.jts.precision.GeometryPrecisionReducer
- changePrecisionModel - Variable in class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.
- changePrecisionModel(PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- changeToLines - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- CHAR_HEIGHT_APPROX - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- CHAR_WIDTH_APPROX - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- characters(char[], int, int) - Method in class org.locationtech.jts.io.gml2.GMLHandler
- characters(char[], int, int) - Method in class org.locationtech.jtsexample.io.gml2.KMLHandler
- chars(char, int) - Static method in class org.locationtech.jts.util.StringUtil
- check(int) - Method in class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
-
Tests whether the result geometry is consistent
- checkAll() - Method in class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
- checkAllPrepOps(Geometry, Geometry) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- checkArea() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- checkAreaLabelsConsistent(int) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- checkbox - Variable in class org.locationtech.jtstest.testbuilder.LayerCheckBoxList.CellRenderer
- CheckBoxEditor(JCheckBox) - Constructor for class org.locationtech.jtstest.testbuilder.LayerControlList.CheckBoxEditor
- CheckBoxRenderer() - Constructor for class org.locationtech.jtstest.testbuilder.LayerControlList.CheckBoxRenderer
- checkClosedRing(LinearRing) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkClosedRings(Polygon) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkCollapse(Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.noding.NodingValidator
- checkCollapses() - Method in class org.locationtech.jts.noding.NodingValidator
-
Checks if a segment string contains a segment pattern a-b-a (which implies a self-intersection)
- checkCollapses(SegmentString) - Method in class org.locationtech.jts.noding.NodingValidator
- checkConnectedInteriors(GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkConsistentArea(GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Checks that the arrangement of edges in a polygonal geometry graph forms a consistent area.
- checkContainment(Geometry, Geometry) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- checkContains(PreparedGeometry, Geometry) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- checkContainsProperly(PreparedGeometry, Geometry) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- checkCorrectness(Collection) - Method in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- checkCorrectness(Collection) - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- checkCovers(PreparedGeometry, Geometry) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- checkDD(Coordinate, Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
- checkDistance() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- checkDistance(Geometry, double, Geometry) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- checkEmpty(Geometry) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- checkEndPtVertexIntersections() - Method in class org.locationtech.jts.noding.NodingValidator
-
Checks for intersections between an endpoint of a segment string and an interior vertex of another segment string
- checkEndPtVertexIntersections(Coordinate, Collection) - Method in class org.locationtech.jts.noding.NodingValidator
- checkEnvelope() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- checkExpectedEmpty() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- checkForRightmostCoordinate(DirectedEdge) - Method in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- checkGeometryType() - Method in class org.locationtech.jts.linearref.LocationIndexedLine
- checkHolesInShell(Polygon, GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Tests that each hole is inside the polygon shell.
- checkHolesNotNested(Polygon, GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Tests that no hole is nested inside another hole.
- checkInteriorIntersections() - Method in class org.locationtech.jts.noding.FastNodingValidator
- checkInteriorIntersections() - Method in class org.locationtech.jts.noding.NodingValidator
-
Checks all pairs of segments for intersections at an interior point of a segment
- checkInteriorIntersections(SegmentString, int, SegmentString, int) - Method in class org.locationtech.jts.noding.NodingValidator
- checkInteriorIntersections(SegmentString, SegmentString) - Method in class org.locationtech.jts.noding.NodingValidator
- checkIntersectionWithLineStrings(List) - Method in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- checkIntersectionWithSegments(LineString) - Method in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- checkIntersects(PreparedGeometry, Geometry) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- checkInvalidCoordinates(Coordinate[]) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkInvalidCoordinates(Polygon) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkMaximumDistance(Geometry, Geometry, double) - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
-
Checks that the furthest distance from the buffer curve to the input is less than the given maximum distance.
- checkMinimumDistance(Geometry, Geometry, double) - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
-
Checks that two geometries are at least a minimum distance apart.
- checkNegativeValid() - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- checkNoSelfIntersectingRing(EdgeIntersectionList) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Check that a ring does not self-intersect, except at its endpoints.
- checkNoSelfIntersectingRings(GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Check that there is no ring which self-intersects (except of course at its endpoints).
- checkNotGeometryCollection(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Throws an exception if
g
's class isGeometryCollection
. - checkNumArgs(String[]) - Method in class org.locationtech.jtstest.command.OptionSpec
- checkPolygonal() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- checkPositiveValid() - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- checkRobustInCircle(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
-
Checks if the computed value for isInCircle is correct, using double-double precision arithmetic.
- checkSegment(LineString, CoordinateSequence, int) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- checkSegmentDistance(Coordinate, Coordinate) - Method in class org.locationtech.jts.precision.SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter
- checkShellInsideHole(LinearRing, LinearRing, GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
This routine checks to see if a shell is properly contained in a hole.
- checkShellNotNested(LinearRing, Polygon, GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Check if a shell is incorrectly nested within a polygon.
- checkShellsNotNested(MultiPolygon, GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Tests that no element polygon is wholly in the interior of another element polygon.
- checkSplitEdgesCorrectness(List) - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Checks the correctness of the set of split edges corresponding to this edge.
- checkTooFewPoints(GeometryGraph) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkTriangleSize(Coordinate[]) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleCoordinatesVisitor
- checkValid() - Method in class org.locationtech.jts.geomgraph.EdgeNodingValidator
-
Checks whether the supplied edges are correctly noded.
- checkValid() - Method in class org.locationtech.jts.noding.FastNodingValidator
-
Checks for an intersection and throws a TopologyException if one is found.
- checkValid() - Method in class org.locationtech.jts.noding.NodingValidator
- checkValid(int) - Method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- checkValid(int, Coordinate) - Method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- checkValid(Collection) - Static method in class org.locationtech.jts.geomgraph.EdgeNodingValidator
-
Checks whether the supplied
Edge
s are correctly noded. - checkValid(Geometry) - Method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- checkValid(Geometry) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkValid(GeometryCollection) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkValid(LinearRing) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Checks validity of a LinearRing.
- checkValid(LineString) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Checks validity of a LineString.
- checkValid(MultiPoint) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Checks validity of a MultiPoint.
- checkValid(MultiPolygon) - Method in class org.locationtech.jts.operation.valid.IsValidOp
- checkValid(Point) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Checks validity of a Point.
- checkValid(Polygon) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Checks the validity of a polygon.
- checkVertex(LineString, CoordinateSequence, int) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- checkVertexDistance(Coordinate) - Method in class org.locationtech.jts.precision.SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter
- childBoundables - Variable in class org.locationtech.jts.index.strtree.AbstractNode
- children - Variable in class org.locationtech.jts.io.gml2.GMLHandler.Handler
- children - Variable in class org.locationtech.jtstest.testbuilder.GeometryNode
- chooseFilenameWithConfirm(Component, JFileChooser) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- chooser - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- Circle() - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Circle
-
Creates a new factory for points with default size.
- Circle(double) - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Circle
-
Creates a factory for points of given size.
- circleCenter(Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
Computes the centre of the circumcircle of this vertex and two others.
- CircleEndpointStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- CircleEndpointStyle(Color, boolean, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- CircleEndpointStyle(Color, double, boolean, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- circumcentre() - Method in class org.locationtech.jts.geom.Triangle
-
Computes the circumcentre of this triangle.
- circumcentre(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the circumcentre of a triangle.
- circumcentre(Geometry) - Static method in class org.locationtech.jtstest.function.TriangleFunctions
- circumRadiusRatio(Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
Computes the value of the ratio of the circumradius to shortest edge.
- clamp(double, double, double) - Static method in class org.locationtech.jts.math.MathUtil
-
Clamps a double value to a given range.
- clamp(int, int, int) - Static method in class org.locationtech.jts.math.MathUtil
-
Clamps an int value to a given range.
- clamp(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Ensures the indexes are valid for a given linear
Geometry
. - clampIndex(double) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Computes a valid index for this line by clamping the given index to the valid range of index values
- clampIndex(LinearLocation) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Computes a valid index for this line by clamping the given index to the valid range of index values
- classify(Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- ClassUtil - Class in org.locationtech.jtstest.util
- ClassUtil() - Constructor for class org.locationtech.jtstest.util.ClassUtil
- clean(String, String) - Static method in class org.locationtech.jtstest.util.GeometryTextCleaner
- clean(Geometry) - Method in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- clean(GeometryCollection) - Method in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- clean(LinearRing) - Method in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- clean(LineString) - Method in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- clean(MultiLineString) - Method in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- clean(MultiPolygon) - Method in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- clean(Polygon) - Method in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- CleanDuplicatePoints - Class in org.locationtech.jtstest.clean
- CleanDuplicatePoints() - Constructor for class org.locationtech.jtstest.clean.CleanDuplicatePoints
- cleanHex(String) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- cleanRing(Coordinate[]) - Method in class org.locationtech.jts.algorithm.ConvexHull
- cleanWKT(String) - Static method in class org.locationtech.jtstest.util.GeometryTextCleaner
- clear() - Method in class org.locationtech.jts.util.PriorityQueue
-
Make the priority queue logically empty.
- clear() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- clear() - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker.ThreadVar
- clear(int) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- clearFunction() - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- clearFunctionWorker() - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
- clearIcon - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- clearIcon - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- clearIcon - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- clearIcon - Variable in class org.locationtech.jtstest.testbuilder.TestListPanel.TestListCellRenderer
- clearIndicator() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- clearParsingProblems() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- clearParsingProblems() - Method in class org.locationtech.jtstest.testrunner.TestReader
- clearResult() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- clearResult() - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
- clearResult() - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- clearResultButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- clearResults() - Method in class org.locationtech.jtstest.testbuilder.RelatePanel
- clearShape(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- clearToolButtons() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- clearVisitedEdges() - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
- clickCoord - Variable in class org.locationtech.jtstest.testbuilder.GeometryPopupMenu
- clickCountToFinish - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- clip(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayFunctions
- clipEnv - Variable in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
- clipGeometryCollection(Geometry, Envelope) - Static method in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
- ClipImage - Class in org.locationtech.jtstest.testbuilder.ui
- ClipImage(byte[]) - Constructor for class org.locationtech.jtstest.testbuilder.ui.ClipImage
- CLOCKWISE - Static variable in class org.locationtech.jts.algorithm.Angle
-
Constant representing clockwise orientation
- CLOCKWISE - Static variable in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.A value that indicates an orientation of clockwise, or a right turn.
- CLOCKWISE - Static variable in class org.locationtech.jts.algorithm.Orientation
-
A value that indicates an orientation of clockwise, or a right turn.
- clone() - Method in class org.locationtech.jts.geom.Coordinate
- clone() - Method in class org.locationtech.jts.geom.CoordinateList
-
Returns a deep copy of this CoordinateList instance.
- clone() - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.Geometry
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.GeometryCollection
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.LineString
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.Point
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.Polygon
-
Deprecated.
- clone() - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Clones this transformation
- clone() - Method in class org.locationtech.jts.linearref.LinearLocation
-
Deprecated.
- clone() - Method in class org.locationtech.jts.math.DD
-
Creates and returns a copy of this value.
- clone() - Method in class org.locationtech.jts.math.Vector2D
-
Creates a copy of this vector
- clone() - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- clone() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
-
Deprecated.
- cloneGeometry(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- close() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
close the stream
- close() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- closeRing - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- closeRing() - Method in class org.locationtech.jts.geom.CoordinateList
-
Ensure this coordList is a ring, by adding the start point if necessary
- closeRing() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- closeRing() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- closestAxisPlane() - Method in class org.locationtech.jts.math.Plane3D
-
Computes the axis plane that this plane lies closest to.
- closestLocations() - Method in class org.locationtech.jts.operation.distance.DistanceOp
-
Deprecated.renamed to nearestLocations
- closestPoint(Coordinate) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the closest point on this line segment to another point.
- ClosestPointExample - Class in org.locationtech.jtsexample.operation.distance
-
Example of computing distance and closest points between geometries using the DistanceOp class.
- ClosestPointExample() - Constructor for class org.locationtech.jtsexample.operation.distance.ClosestPointExample
- closestPoints() - Method in class org.locationtech.jts.operation.distance.DistanceOp
-
Deprecated.renamed to nearestPoints
- closestPoints(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.distance.DistanceOp
-
Deprecated.renamed to nearestPoints
- closestPoints(LineSegment) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the closest points on two line segments.
- closingSegLengthFactor - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
The Closing Segment Length Factor controls how long "closing segments" are.
- clz - Variable in class org.locationtech.jts.geom.util.GeometryExtracter
- cmdButtonPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- cmdOptionArgList(CommandLine, String) - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- coerce(Object, Class) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- coll - Variable in class org.locationtech.jtstest.testbuilder.GeometryCollectionNode
- collapseLine() - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- collectBoundaryTouchEdge(DirectedEdge, int, List) - Method in class org.locationtech.jts.operation.overlay.LineBuilder
-
Collect edges from Area inputs which should be in the result but which have not been included in a result area.
- CollectionUtil - Class in org.locationtech.jts.util
-
Utilities for processing
Collection
s. - CollectionUtil() - Constructor for class org.locationtech.jts.util.CollectionUtil
- CollectionUtil.Function - Interface in org.locationtech.jts.util
- collectLineEdge(DirectedEdge, int, List) - Method in class org.locationtech.jts.operation.overlay.LineBuilder
-
Collect line edges which are in the result.
- collectLines(int) - Method in class org.locationtech.jts.operation.overlay.LineBuilder
- collectStats(Envelope) - Method in class org.locationtech.jts.index.quadtree.Quadtree
- collectStats(Interval) - Method in class org.locationtech.jts.index.bintree.Bintree
- COLLINEAR - Static variable in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.A value that indicates an orientation of collinear, or no turn (straight).
- COLLINEAR - Static variable in class org.locationtech.jts.algorithm.LineIntersector
- COLLINEAR - Static variable in class org.locationtech.jts.algorithm.Orientation
-
A value that indicates an orientation of collinear, or no turn (straight).
- COLLINEAR_INTERSECTION - Static variable in class org.locationtech.jts.algorithm.LineIntersector
-
Indicates that line segments intersect in a line segment
- color - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- color - Variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- color - Variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- color - Variable in class org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- color - Variable in class org.locationtech.jtstest.testbuilder.ui.style.DataLabelStyle
- color - Variable in class org.locationtech.jtstest.testbuilder.ui.style.MidArrowLineStyle
- color - Variable in class org.locationtech.jtstest.testbuilder.ui.style.PolygonStructureStyle
- color - Variable in class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- color - Variable in class org.locationtech.jtstest.testbuilder.ui.style.VertexStyle
- color(int, int) - Method in class org.locationtech.jtstest.util.HSBPalette
- ColorUtil - Class in org.locationtech.jtstest.testbuilder.ui
- ColorUtil() - Constructor for class org.locationtech.jtstest.testbuilder.ui.ColorUtil
- comb(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- combine() - Method in class org.locationtech.jts.geom.util.GeometryCombiner
-
Computes the combination of the input geometries to produce the most appropriate
Geometry
orGeometryCollection
- combine(double, double) - Static method in class org.locationtech.jts.algorithm.match.SimilarityMeasureCombiner
- combine(Collection) - Static method in class org.locationtech.jts.geom.util.GeometryCombiner
-
Combines a collection of geometries.
- combine(Geometry, Geometry) - Static method in class org.locationtech.jts.geom.util.GeometryCombiner
-
Combines two geometries.
- combine(Geometry, Geometry) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- combine(Geometry, Geometry, Geometry) - Static method in class org.locationtech.jts.geom.util.GeometryCombiner
-
Combines three geometries.
- COMMA - Static variable in class org.locationtech.jts.io.WKTReader
- commandLine - Static variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- commandLine - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- CommandLine - Class in org.locationtech.jtstest.command
-
A class to parse Unix (and DOS/Win)-style application command-lines
- CommandLine() - Constructor for class org.locationtech.jtstest.command.CommandLine
- CommandLine(char) - Constructor for class org.locationtech.jtstest.command.CommandLine
- comments - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- commitChanges(JTable) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
- commonBits - Variable in class org.locationtech.jts.precision.CommonBits
- CommonBits - Class in org.locationtech.jts.precision
-
Determines the maximum number of common most-significant bits in the mantissa of one or numbers.
- CommonBits() - Constructor for class org.locationtech.jts.precision.CommonBits
- CommonBitsOp - Class in org.locationtech.jts.precision
-
Provides versions of Geometry spatial functions which use common bit removal to reduce the likelihood of robustness problems.
- CommonBitsOp() - Constructor for class org.locationtech.jts.precision.CommonBitsOp
-
Creates a new instance of class, which reshifts result
Geometry
s. - CommonBitsOp(boolean) - Constructor for class org.locationtech.jts.precision.CommonBitsOp
-
Creates a new instance of class, specifying whether the result
Geometry
s should be reshifted. - CommonBitsRemover - Class in org.locationtech.jts.precision
-
Removes common most-significant mantissa bits from one or more
Geometry
s. - CommonBitsRemover() - Constructor for class org.locationtech.jts.precision.CommonBitsRemover
- CommonBitsRemover.CommonCoordinateFilter - Class in org.locationtech.jts.precision
- CommonBitsRemover.Translater - Class in org.locationtech.jts.precision
- commonBitsX - Variable in class org.locationtech.jts.precision.CommonBitsRemover.CommonCoordinateFilter
- commonBitsY - Variable in class org.locationtech.jts.precision.CommonBitsRemover.CommonCoordinateFilter
- commonCoord - Variable in class org.locationtech.jts.precision.CommonBitsRemover
- CommonCoordinateFilter() - Constructor for class org.locationtech.jts.precision.CommonBitsRemover.CommonCoordinateFilter
- commonHalfPlane(int, int) - Static method in class org.locationtech.jts.geomgraph.Quadrant
-
Returns the right-hand quadrant of the halfplane defined by the two quadrants, or -1 if the quadrants are opposite, or the quadrant if they are identical.
- commonMantissaBitsCount - Variable in class org.locationtech.jts.precision.CommonBits
- commonSignExp - Variable in class org.locationtech.jts.precision.CommonBits
- comparator - Variable in class org.locationtech.jts.index.strtree.SIRtree
- compare(double, double) - Static method in class org.locationtech.jts.geom.Coordinate.DimensionalComparator
-
Compare two
double
s, allowing for NaN values. - compare(double, double) - Static method in class org.locationtech.jts.geom.CoordinateSequenceComparator
-
Compare two
double
s, allowing for NaN values. - compare(int, double) - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
- compare(int, Coordinate, Coordinate) - Static method in class org.locationtech.jts.noding.SegmentPointComparator
-
Compares two
Coordinate
s for their relative position along a segment lying in the specifiedOctant
. - compare(Object, Object) - Method in class org.locationtech.jts.algorithm.ConvexHull.RadialComparator
- compare(Object, Object) - Method in class org.locationtech.jts.geom.Coordinate.DimensionalComparator
-
Compares two
Coordinate
s along to the number of dimensions specified. - compare(Object, Object) - Method in class org.locationtech.jts.geom.CoordinateArrays.BidirectionalComparator
- compare(Object, Object) - Method in class org.locationtech.jts.geom.CoordinateArrays.ForwardComparator
- compare(Object, Object) - Method in class org.locationtech.jts.geom.CoordinateSequenceComparator
-
Compares two
CoordinateSequence
s for relative order. - compare(Object, Object) - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode.NodeComparator
- compare(Object, Object) - Method in class org.locationtech.jts.operation.polygonize.EdgeRing.EnvelopeComparator
- compare(Object, Object) - Method in class org.locationtech.jtstest.function.SortingFunctions.GeometryAreaComparator
- compare(Object, Object) - Method in class org.locationtech.jtstest.function.SortingFunctions.GeometryLengthComparator
- compare(Collection, Collection) - Method in class org.locationtech.jts.geom.Geometry
-
Returns the first non-zero result of
compareTo
encountered as the twoCollection
s are iterated over. - compare(Coordinate[], Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Compares two
Coordinate
arrays in the forward direction of their coordinates, using lexicographic ordering. - compare(BoundablePair, BoundablePair) - Method in class org.locationtech.jts.index.strtree.BoundablePairDistanceComparator
- compareAngularDirection(HalfEdge) - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Implements the total order relation:
- compareCoordinate(CoordinateSequence, CoordinateSequence, int, int) - Method in class org.locationtech.jts.geom.CoordinateSequenceComparator
-
Compares the same coordinate of two
CoordinateSequence
s along the given number of dimensions. - compareDirection(EdgeEnd) - Method in class org.locationtech.jts.geomgraph.EdgeEnd
-
Implements the total order relation:
- compareDirection(DirectedEdge) - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns 1 if this DirectedEdge has a greater angle with the positive x-axis than b", 0 if the DirectedEdges are collinear, and -1 otherwise.
- compareDoubles(double, double) - Static method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- compareLocationValues(int, int, double) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Compares this object with the specified index values for order.
- compareLocationValues(int, int, double, int, int, double) - Static method in class org.locationtech.jts.linearref.LinearLocation
-
Compares two sets of location values for order.
- compareOriented(Coordinate[], boolean, Coordinate[], boolean) - Static method in class org.locationtech.jts.noding.OrientedCoordinateArray
- compareTo(Class, Class) - Static method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- compareTo(Class, Class) - Static method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- compareTo(Object) - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Compares edges which originate at the same vertex based on the angle they make at their origin vertex with the positive X-axis.
- compareTo(Object) - Method in class org.locationtech.jts.geom.Coordinate
-
Compares this
Coordinate
with the specifiedCoordinate
for order. - compareTo(Object) - Method in class org.locationtech.jts.geom.Envelope
-
Compares two envelopes using lexicographic ordering.
- compareTo(Object) - Method in class org.locationtech.jts.geom.Geometry
-
Returns whether this
Geometry
is greater than, equal to, or less than anotherGeometry
. - compareTo(Object) - Method in class org.locationtech.jts.geom.LineSegment
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class org.locationtech.jts.geom.PrecisionModel
-
Compares this
PrecisionModel
object with the specified object for order. - compareTo(Object) - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- compareTo(Object) - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
- compareTo(Object) - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
-
Events are ordered first by their x-value, and then by their eventType.
- compareTo(Object) - Method in class org.locationtech.jts.index.strtree.BoundablePair
-
Compares two pairs based on their minimum distances
- compareTo(Object) - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
-
ProjectionEvents are ordered first by their x-value, and then by their eventType.
- compareTo(Object) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class org.locationtech.jts.math.DD
-
Compares two DoubleDouble objects numerically.
- compareTo(Object) - Method in class org.locationtech.jts.noding.OrientedCoordinateArray
-
Compares two
OrientedCoordinateArray
s for their relative order - compareTo(Object) - Method in class org.locationtech.jts.noding.SegmentNode
- compareTo(Object) - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
-
BufferSubgraphs are compared on the x-value of their rightmost Coordinate.
- compareTo(Object) - Method in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater.DepthSegment
-
Defines a comparison operation on DepthSegments which orders them left to right.
- compareTo(Object) - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns 1 if this DirectedEdge has a greater angle with the positive x-axis than b", 0 if the DirectedEdges are collinear, and -1 otherwise.
- compareTo(Object) - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- compareTo(Object) - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- compareTo(Object, CoordinateSequenceComparator) - Method in class org.locationtech.jts.geom.Geometry
-
Returns whether this
Geometry
is greater than, equal to, or less than anotherGeometry
, using the givenCoordinateSequenceComparator
. - compareToSameClass(Object) - Method in class org.locationtech.jts.geom.Geometry
-
Returns whether this
Geometry
is greater than, equal to, or less than anotherGeometry
having the same class. - compareToSameClass(Object) - Method in class org.locationtech.jts.geom.GeometryCollection
- compareToSameClass(Object) - Method in class org.locationtech.jts.geom.LineString
- compareToSameClass(Object) - Method in class org.locationtech.jts.geom.Point
- compareToSameClass(Object) - Method in class org.locationtech.jts.geom.Polygon
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class org.locationtech.jts.geom.Geometry
-
Returns whether this
Geometry
is greater than, equal to, or less than anotherGeometry
of the same class. - compareToSameClass(Object, CoordinateSequenceComparator) - Method in class org.locationtech.jts.geom.GeometryCollection
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class org.locationtech.jts.geom.LineString
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class org.locationtech.jts.geom.Point
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class org.locationtech.jts.geom.Polygon
- compareValue(int, int) - Static method in class org.locationtech.jts.noding.SegmentPointComparator
- compareX(LineSegment, LineSegment) - Method in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater.DepthSegment
-
Compare two collinear segments for left-most ordering.
- component - Variable in class org.locationtech.jts.operation.distance.GeometryLocation
- component - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
-
The Geometry component containing the location
- component - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- componentBuffers(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferByUnionFunctions
- ComponentCoordinateExtracter - Class in org.locationtech.jts.geom.util
-
Extracts a single representative
Coordinate
from each connected component of aGeometry
. - ComponentCoordinateExtracter(List) - Constructor for class org.locationtech.jts.geom.util.ComponentCoordinateExtracter
-
Constructs a LineExtracterFilter with a list in which to store LineStrings found.
- componentIndex - Variable in class org.locationtech.jts.linearref.LinearIterator
- componentIndex - Variable in class org.locationtech.jts.linearref.LinearLocation
- ComponentLocater - Class in org.locationtech.jtstest.testbuilder.geom
-
Locates the components of a Geometry which lie in a target area.
- ComponentLocater(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.geom.ComponentLocater
- componentPath - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
-
The path of indexes to the component containing the location
- componentResized() - Method in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- components - Variable in class org.locationtech.jtstest.testbuilder.geom.ComponentLocater
- components(Geometry) - Static method in class org.locationtech.jtstest.function.SortingFunctions
- ComponentStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- ComponentStyle() - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.ComponentStyle
- componentType(GeometryLocation) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- compose(AffineTransformation) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates this transformation to be the composition of this transformation with the given
AffineTransformation
. - composeBefore(AffineTransformation) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates this transformation to be the composition of a given
AffineTransformation
with this transformation. - comps - Variable in class org.locationtech.jts.geom.util.GeometryExtracter
- comps - Variable in class org.locationtech.jts.geom.util.LineStringExtracter
- comps - Variable in class org.locationtech.jts.geom.util.PolygonExtracter
- compute() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- compute() - Method in class org.locationtech.jts.geom.util.AffineTransformationBuilder
-
Computes the transformation matrix by solving the two systems of linear equations defined by the control point mappings, if this is possible.
- compute() - Method in class org.locationtech.jts.precision.MinimumClearance
- compute() - Method in class org.locationtech.jts.precision.SimpleMinimumClearance
- compute(Geometry, Geometry) - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- computeA(double, double) - Static method in class org.locationtech.jts.geom.OctagonalEnvelope
- computeAreaEnv - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- computeB(double, double) - Static method in class org.locationtech.jts.geom.OctagonalEnvelope
- computeBoundaryCoordinates(MultiLineString) - Method in class org.locationtech.jts.operation.BoundaryOp
- computeBoundaryDistanceTolerance(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- computeBoundingBox() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- computeBounds() - Method in class org.locationtech.jts.index.strtree.AbstractNode
-
Returns a representation of space that encloses this Boundable, preferably not much bigger than this Boundable's boundary yet fast to test for intersection with the bounds of other Boundables.
- computeBounds() - Method in class org.locationtech.jts.index.strtree.STRtree.STRtreeNode
- computeC(double, double, Coordinate) - Static method in class org.locationtech.jts.algorithm.MinimumDiameter
- computeCentre() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- computeCirclePoints() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- computeCollinearIntersection(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
- computeContainmentDistance() - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeContainmentDistance(int, GeometryLocation[]) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeContainmentDistance(List, List, GeometryLocation[]) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeContainmentDistance(GeometryLocation, Polygon, GeometryLocation[]) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeConvexHull() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- computeConvexRingMinDiameter(Coordinate[]) - Method in class org.locationtech.jts.algorithm.MinimumDiameter
-
Compute the width information for a ring of
Coordinate
s. - computeDepth(int) - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
- computeDepthParity() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Traverses the polygonized edge rings in the graph and computes the depth parity (odd or even) relative to the exterior of the graph.
- computeDepthParity(PolygonizeDirectedEdge) - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Traverses all connected edges, computing the depth parity of the associated polygons.
- computeDepths(int, int, int) - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
-
Compute the DirectedEdge depths for a subsequence of the edge array.
- computeDepths(DirectedEdge) - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- computeDepths(DirectedEdge) - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
-
Compute depths for all dirEdges via breadth-first traversal of nodes in graph
- computeDirectedLabel() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
-
Compute the label in the appropriate orientation for this DirEdge
- computeDisjointIM(IntersectionMatrix) - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
If the Geometries are disjoint, we need to enter their dimension and boundary dimension in the Ext rows in the IM
- computeDistance(Geometry, Coordinate, PointPairDistance) - Static method in class org.locationtech.jts.algorithm.distance.DistanceToPoint
- computeDistance(Geometry, Coordinate, PointPairDistance) - Static method in class org.locationtech.jts.operation.buffer.validate.DistanceToPointFinder
- computeDistance(LineSegment, Coordinate, PointPairDistance) - Static method in class org.locationtech.jts.algorithm.distance.DistanceToPoint
- computeDistance(LineSegment, Coordinate, PointPairDistance) - Static method in class org.locationtech.jts.operation.buffer.validate.DistanceToPointFinder
- computeDistance(LineString, Coordinate, PointPairDistance) - Static method in class org.locationtech.jts.algorithm.distance.DistanceToPoint
- computeDistance(LineString, Coordinate, PointPairDistance) - Static method in class org.locationtech.jts.operation.buffer.validate.DistanceToPointFinder
- computeDistance(Polygon, Coordinate, PointPairDistance) - Static method in class org.locationtech.jts.algorithm.distance.DistanceToPoint
- computeDistance(Polygon, Coordinate, PointPairDistance) - Static method in class org.locationtech.jts.operation.buffer.validate.DistanceToPointFinder
- computeEdgeDistance(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.LineIntersector
-
Computes the "edge distance" of an intersection point p along a segment.
- computeEdgeEndLabels(BoundaryNodeRule) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- computeEdgeEnds(Iterator) - Method in class org.locationtech.jts.operation.relate.EdgeEndBuilder
- computeEdgeEnds(Edge, List) - Method in class org.locationtech.jts.operation.relate.EdgeEndBuilder
-
Creates stub edges for all the intersections in this Edge (if any) and inserts them into the graph.
- computeEdgeIntersections(GeometryGraph, LineIntersector, boolean) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- computeEnvelopeInModel() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- computeEnvelopeInternal() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the minimum and maximum x and y values in this
Geometry
, or a nullEnvelope
if thisGeometry
is empty. - computeEnvelopeInternal() - Method in class org.locationtech.jts.geom.GeometryCollection
- computeEnvelopeInternal() - Method in class org.locationtech.jts.geom.LineString
- computeEnvelopeInternal() - Method in class org.locationtech.jts.geom.Point
- computeEnvelopeInternal() - Method in class org.locationtech.jts.geom.Polygon
- computeFacetDistance() - Method in class org.locationtech.jts.operation.distance.DistanceOp
-
Computes distance between facets (lines and points) of input geometries.
- computeFacetSequences(Geometry) - Static method in class org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder
-
Creates facet sequences
- computeGeometry() - Method in class org.locationtech.jts.operation.buffer.BufferOp
- computeGeometry(List, List, List, int) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
- computeHole() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Computes whether this ring is a hole.
- computeIM() - Method in class org.locationtech.jts.operation.relate.RelateComputer
- computeIM(IntersectionMatrix) - Method in class org.locationtech.jts.geomgraph.Edge
-
Update the IM with the contribution for this component.
- computeIM(IntersectionMatrix) - Method in class org.locationtech.jts.geomgraph.GraphComponent
-
compute the contribution to an IM for this component
- computeIM(IntersectionMatrix) - Method in class org.locationtech.jts.geomgraph.Node
-
Basic nodes do not compute IMs
- computeIM(IntersectionMatrix) - Method in class org.locationtech.jts.operation.relate.RelateNode
-
Update the IM with the contribution for this component.
- computeInteracting() - Method in class org.locationtech.jts.operation.union.UnionInteracting
- computeInteracting(Geometry) - Method in class org.locationtech.jts.operation.union.UnionInteracting
- computeIntersect(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.LineIntersector
- computeIntersect(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
- computeIntersection(Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Compute the intersection of a point p and the line p1-p2.
- computeIntersection(Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
- computeIntersection(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Computes the intersection of the lines p1-p2 and p3-p4.
- computeIntersectionNodes(int) - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
Insert nodes for all intersections on the edges of a Geometry.
- computeIntersectionNodes(GeometryGraph, int) - Method in class org.locationtech.jts.operation.relate.RelateNodeGraph
-
Insert nodes for all intersections on the edges of a Geometry.
- computeIntersections(Collection) - Static method in class org.locationtech.jts.noding.FastNodingValidator
- computeIntersections(List, List, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.EdgeSetIntersector
-
Computes all mutual intersections between two sets of edges.
- computeIntersections(List, List, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SimpleEdgeSetIntersector
- computeIntersections(List, List, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- computeIntersections(List, List, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- computeIntersections(List, SegmentIntersector, boolean) - Method in class org.locationtech.jts.geomgraph.index.EdgeSetIntersector
-
Computes all self-intersections between edges in a set of edges, allowing client to choose whether self-intersections are computed.
- computeIntersections(List, SegmentIntersector, boolean) - Method in class org.locationtech.jts.geomgraph.index.SimpleEdgeSetIntersector
- computeIntersections(List, SegmentIntersector, boolean) - Method in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- computeIntersections(List, SegmentIntersector, boolean) - Method in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- computeIntersections(MonotoneChain, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChain
- computeIntersections(SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- computeIntersections(SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- computeIntersections(SweepLineSegment, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SweepLineSegment
- computeIntersectionSnaps(Collection) - Method in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
-
Snaps segments to nodes created by segment intersections.
- computeIntersects(Edge, Edge, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SimpleEdgeSetIntersector
-
Performs a brute-force comparison of every segment in each Edge.
- computeIntersects(MonotoneChainEdge, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- computeIntersects(SegmentString, SegmentString) - Method in class org.locationtech.jts.noding.SimpleNoder
- computeIntersectsForChain(int, int, MonotoneChainEdge, int, int, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- computeIntersectsForChain(int, MonotoneChainEdge, int, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- computeInterval(int, Interval) - Method in class org.locationtech.jts.index.bintree.Key
- computeIntLineIndex() - Method in class org.locationtech.jts.algorithm.LineIntersector
- computeIntLineIndex(int) - Method in class org.locationtech.jts.algorithm.LineIntersector
- computeKey(int, Envelope) - Method in class org.locationtech.jts.index.quadtree.Key
- computeKey(Envelope) - Method in class org.locationtech.jts.index.quadtree.Key
-
return a square envelope containing the argument envelope, whose extent is a power of two and which is based at a power of 2
- computeKey(Interval) - Method in class org.locationtech.jts.index.bintree.Key
-
return a square envelope containing the argument envelope, whose extent is a power of two and which is based at a power of 2
- computeLabel(BoundaryNodeRule) - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- computeLabel(BoundaryNodeRule) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
-
This computes the overall edge label for the set of edges in this EdgeStubBundle.
- computeLabelling() - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Compute initial labelling for all DirectedEdges at each node.
- computeLabelling(GeometryGraph[]) - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
-
Compute the labelling for all dirEdges in this star, as well as the overall labelling
- computeLabelling(GeometryGraph[]) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- computeLabelOn(int, BoundaryNodeRule) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
-
Compute the overall ON location for the list of EdgeStubs.
- computeLabelsFromDepths() - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Update the labels for edges according to their depths.
- computeLabelSide(int, int) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
-
To compute the summary label for a side, the algorithm is: FOR all edges IF any edge's location is INTERIOR for the side, side location = INTERIOR ELSE IF there is at least one EXTERIOR attribute, side location = EXTERIOR ELSE side location = NULL
Note that it is possible for two sides to have apparently contradictory information i.e. - computeLabelSides(int) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
-
Compute the labelling for each side
- computeLevel(Interval) - Static method in class org.locationtech.jts.index.bintree.Key
- computeLine(LinearLocation, LinearLocation) - Method in class org.locationtech.jts.linearref.ExtractLineByLocation
-
Assumes input is valid (e.g.
- computeLinear(LinearLocation, LinearLocation) - Method in class org.locationtech.jts.linearref.ExtractLineByLocation
-
Assumes input is valid (e.g.
- computeLineBufferCurve(Coordinate[], OffsetSegmentGenerator) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- computeLineLineDistance(FacetSequence) - Method in class org.locationtech.jts.operation.distance.FacetSequence
- computeLocation(Coordinate, Geometry) - Method in class org.locationtech.jts.algorithm.PointLocator
- computeMaxMidpointDistance(Geometry) - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- computeMaxNodeDegree() - Method in class org.locationtech.jts.geomgraph.EdgeRing
- computeMaxVertexDistance(Geometry) - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- ComputeMCCoordinateSequenceFilter(SimpleMinimumClearance, Coordinate) - Constructor for class org.locationtech.jts.precision.SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter
- computeMergedLocation(Label, int) - Method in class org.locationtech.jts.geomgraph.Node
-
The location for a given eltIndex for a node will be one of { null, INTERIOR, BOUNDARY }.
- computeMinDistance() - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeMinDistance() - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistance(Geometry, Geometry, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistance(LineString, LineString, GeometryLocation[]) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeMinDistance(LineString, Point, GeometryLocation[]) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeMinDistanceLineLine(LineString, LineString, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistanceLinePoint(LineString, Point, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistanceLines(List, List, GeometryLocation[]) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeMinDistanceLinesPoints(List, List, GeometryLocation[]) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeMinDistanceMultiMulti(Geometry, Geometry, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistanceOneMulti(Geometry, Geometry, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistanceOneMulti(PlanarPolygon3D, Geometry, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistancePointPoint(Point, Point, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistancePoints(List, List, GeometryLocation[]) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- computeMinDistancePolygonLine(PlanarPolygon3D, LineString, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistancePolygonPoint(PlanarPolygon3D, Point, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- computeMinDistancePolygonPolygon(PlanarPolygon3D, Polygon, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Computes distance between two polygons.
- computeMinDistancePolygonRings(PlanarPolygon3D, Polygon, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Compute distance between a polygon and the rings of another.
- computeMinimumDiameter() - Method in class org.locationtech.jts.algorithm.MinimumDiameter
- computeMinimumSegmentLength(Coordinate[]) - Method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
- computeNextCCWEdges(Node, long) - Static method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Computes the next edge pointers going CCW around the given node, for the given edgering label.
- computeNextCWEdges() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
- computeNextCWEdges(Node) - Static method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
- computeNodedEdges(List, PrecisionModel) - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
- computeNodeDepth(Node) - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
- computeNodes(Collection) - Method in class org.locationtech.jts.noding.IteratedNoder
-
Fully nodes a list of
SegmentString
s, i.e. - computeNodes(Collection) - Method in class org.locationtech.jts.noding.MCIndexNoder
- computeNodes(Collection) - Method in interface org.locationtech.jts.noding.Noder
-
Computes the noding for a collection of
SegmentString
s. - computeNodes(Collection) - Method in class org.locationtech.jts.noding.ScaledNoder
- computeNodes(Collection) - Method in class org.locationtech.jts.noding.SimpleNoder
- computeNodes(Collection) - Method in class org.locationtech.jts.noding.SinglePassNoder
-
Computes the noding for a collection of
SegmentString
s. - computeNodes(Collection) - Method in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- computeNodes(Collection) - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- computeOctPts(Coordinate[]) - Method in class org.locationtech.jts.algorithm.ConvexHull
- computeOctRing(Coordinate[]) - Method in class org.locationtech.jts.algorithm.ConvexHull
- computeOffsetCurve(Coordinate[], boolean, OffsetSegmentGenerator) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- computeOffsetPoints(Coordinate, Coordinate, double, List) - Method in class org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator
-
Generates the two points which are offset from the midpoint of the segment (p0, p1) by the offsetDistance.
- computeOffsetSegment(LineSegment, int, double, LineSegment) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Compute an offset segment for an input segment on a given side and at a given distance.
- computeOrientation(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Computes the orientation of a point q to the directed line segment p1-p2.
- computeOrientedDistance(Geometry, Geometry, PointPairDistance) - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- computeOverlaps(int, int, MonotoneChain, int, int, MonotoneChainOverlapAction) - Method in class org.locationtech.jts.index.chain.MonotoneChain
- computeOverlaps(MonotoneChain, MonotoneChainOverlapAction) - Method in class org.locationtech.jts.index.chain.MonotoneChain
-
Determine all the line segments in two chains which may overlap, and process them.
- computeOverlaps(SweepLineOverlapAction) - Method in class org.locationtech.jts.index.sweepline.SweepLineIndex
- computeOverlay(int) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
- computeOverlaySnapTolerance(Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
-
Estimates the snap tolerance for a Geometry, taking into account its precision model.
- computeOverlaySnapTolerance(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
- computePassed() - Method in class org.locationtech.jtstest.testrunner.Test
- computePointCurve(Coordinate, OffsetSegmentGenerator) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- computePointLineDistance(Coordinate, FacetSequence) - Method in class org.locationtech.jts.operation.distance.FacetSequence
- computePoints(DirectedEdge) - Method in class org.locationtech.jts.geomgraph.EdgeRing
-
Collect all the points from the DirectedEdges of this ring into a contiguous list
- computePolygons(List) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
- computeProperIntersectionIM(SegmentIntersector, IntersectionMatrix) - Method in class org.locationtech.jts.operation.relate.RelateComputer
- computeQuadLevel(Envelope) - Static method in class org.locationtech.jts.index.quadtree.Key
- computeResult() - Method in class org.locationtech.jts.dissolve.LineDissolver
- computeResultPrecision(Geometry) - Method in class org.locationtech.jts.precision.CommonBitsOp
-
If required, returning the result to the original precision if required.
- computeRing() - Method in class org.locationtech.jts.geomgraph.EdgeRing
-
Compute a LinearRing from the point list previously collected.
- computeRingBufferCurve(Coordinate[], int, OffsetSegmentGenerator) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- computeSegmentForLine(double, double, double) - Static method in class org.locationtech.jts.algorithm.MinimumDiameter
- computeSelect(Envelope, int, int, MonotoneChainSelectAction) - Method in class org.locationtech.jts.index.chain.MonotoneChain
- computeSelfNodes(LineIntersector, boolean) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Compute self-nodes, taking advantage of the Geometry type to minimize the number of intersection tests.
- computeSelfNodes(LineIntersector, boolean, boolean) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Compute self-nodes, taking advantage of the Geometry type to minimize the number of intersection tests.
- computeSequence() - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
- computeSimple(Geometry) - Method in class org.locationtech.jts.operation.IsSimpleOp
- computeSingleSidedBufferCurve(Coordinate[], boolean, OffsetSegmentGenerator) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- computeSizeBasedSnapTolerance(Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
- computeSnaps(Collection, Collection) - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
-
Computes nodes introduced as a result of snapping segments to snap points (hot pixels)
- computeSnaps(NodedSegmentString, Collection) - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- computeSnapTolerance() - Method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- computeSnapTolerance(Coordinate[]) - Method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
-
Computes the snap tolerance based on the input geometries.
- computeSplitEdges(List) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- computeVertexEnvelope(Collection) - Static method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- computeVertexSnaps(Collection) - Method in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
-
Snaps segments to all vertices.
- computeVertexSnaps(Collection) - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
-
Computes nodes introduced as a result of snapping segments to vertices of other segments
- computeVertexSnaps(NodedSegmentString) - Method in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
-
Snaps segments to the vertices of a Segment String.
- computeVertexSnaps(NodedSegmentString, NodedSegmentString) - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
-
Performs a brute-force comparison of every segment in each
SegmentString
. - computeWidthConvex(Geometry) - Method in class org.locationtech.jts.algorithm.MinimumDiameter
- condense(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- confirmOverwrite(Component, File) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- conformingDelaunayEdges(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- conformingDelaunayEdgesWithTolerance(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- conformingDelaunayTriangles(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- conformingDelaunayTrianglesWithTolerance(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- ConformingDelaunayTriangulationBuilder - Class in org.locationtech.jts.triangulate
-
A utility class which creates Conforming Delaunay Triangulations from collections of points and linear constraints, and extract the resulting triangulation edges or triangles as geometries.
- ConformingDelaunayTriangulationBuilder() - Constructor for class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- ConformingDelaunayTriangulator - Class in org.locationtech.jts.triangulate
-
Computes a Conforming Delaunay Triangulation over a set of sites and a set of linear constraints.
- ConformingDelaunayTriangulator(Collection, double) - Constructor for class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Creates a Conforming Delaunay Triangulation based on the given unconstrained initial vertices.
- connect(QuadEdge, QuadEdge) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Creates a new QuadEdge connecting the destination of a to the origin of b, in such a way that all three have the same left face after the connection is complete.
- connect(QuadEdge, QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Creates a new QuadEdge connecting the destination of a to the origin of b, in such a way that all three have the same left face after the connection is complete.
- ConnectedElementLocationFilter - Class in org.locationtech.jts.operation.distance
-
A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g.
- ConnectedElementLocationFilter(List) - Constructor for class org.locationtech.jts.operation.distance.ConnectedElementLocationFilter
- ConnectedElementPointFilter - Class in org.locationtech.jts.operation.distance
-
Extracts a single point from each connected element in a Geometry (e.g.
- ConnectedElementPointFilter(List) - Constructor for class org.locationtech.jts.operation.distance.ConnectedElementPointFilter
- ConnectedInteriorTester - Class in org.locationtech.jts.operation.valid
- ConnectedInteriorTester(GeometryGraph) - Constructor for class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- ConnectedSubgraphFinder - Class in org.locationtech.jts.planargraph.algorithm
-
Finds all connected
Subgraph
s of aPlanarGraph
. - ConnectedSubgraphFinder(PlanarGraph) - Constructor for class org.locationtech.jts.planargraph.algorithm.ConnectedSubgraphFinder
- ConsistentAreaTester - Class in org.locationtech.jts.operation.valid
-
Checks that a
GeometryGraph
representing an area (aPolygon
orMultiPolygon
) has consistent semantics for area geometries. - ConsistentAreaTester(GeometryGraph) - Constructor for class org.locationtech.jts.operation.valid.ConsistentAreaTester
-
Creates a new tester for consistent areas.
- ConsistentPolygonRingChecker - Class in org.locationtech.jts.operation.overlay
-
Tests whether the polygon rings in a
GeometryGraph
are consistent. - ConsistentPolygonRingChecker(PlanarGraph) - Constructor for class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
- constraint - Variable in class org.locationtech.jts.triangulate.ConstraintVertex
- ConstraintEnforcementException - Exception in org.locationtech.jts.triangulate
-
Indicates a failure during constraint enforcement.
- ConstraintEnforcementException(String) - Constructor for exception org.locationtech.jts.triangulate.ConstraintEnforcementException
-
Creates a new instance with a given message.
- ConstraintEnforcementException(String, Coordinate) - Constructor for exception org.locationtech.jts.triangulate.ConstraintEnforcementException
-
Creates a new instance with a given message and approximate location.
- constraintLines - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- ConstraintSplitPointFinder - Interface in org.locationtech.jts.triangulate
-
An interface for strategies for determining the location of split points on constraint segments.
- ConstraintVertex - Class in org.locationtech.jts.triangulate
-
A vertex in a Constrained Delaunay Triangulation.
- ConstraintVertex(Coordinate) - Constructor for class org.locationtech.jts.triangulate.ConstraintVertex
-
Creates a new constraint vertex
- ConstraintVertexFactory - Interface in org.locationtech.jts.triangulate
-
An interface for factories which create a
ConstraintVertex
- constraintVertexMap - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- construct() - Method in class org.locationtech.jtstest.testbuilder.ui.render.RendererSwingWorker
- construct() - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
-
Compute the value to be returned by the
get
method. - ConstructionExample - Class in org.locationtech.jtsexample.geom
-
Examples of constructing Geometries programmatically.
- ConstructionExample() - Constructor for class org.locationtech.jtsexample.geom.ConstructionExample
- ConstructionFunctions - Class in org.locationtech.jtstest.function
- ConstructionFunctions() - Constructor for class org.locationtech.jtstest.function.ConstructionFunctions
- contains(double) - Method in class org.locationtech.jts.index.bintree.Interval
- contains(double, double) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- contains(double, double) - Method in class org.locationtech.jts.awt.PolygonShape
- contains(double, double) - Method in class org.locationtech.jts.geom.Envelope
-
Tests if the given point lies in or on the envelope.
- contains(double, double) - Method in class org.locationtech.jts.index.bintree.Interval
- contains(double, double, double, double) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- contains(double, double, double, double) - Method in class org.locationtech.jts.awt.PolygonShape
- contains(Point2D) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- contains(Point2D) - Method in class org.locationtech.jts.awt.PolygonShape
- contains(Rectangle2D) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- contains(Rectangle2D) - Method in class org.locationtech.jts.awt.PolygonShape
- contains(String) - Method in class org.locationtech.jtstest.testrunner.Parameters
-
Returns true if key is one of the parameters.
- contains(String, String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns true if substring is indeed a substring of string.
- contains(Coordinate) - Method in class org.locationtech.jts.geom.Envelope
-
Tests if the given point lies in or on the envelope.
- contains(Coordinate) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- contains(Envelope) - Method in class org.locationtech.jts.geom.Envelope
-
Tests if the
Envelope other
lies wholely inside thisEnvelope
(inclusive of the boundary). - contains(Envelope, Coordinate, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- contains(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry contains the argument geometry.
- contains(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- contains(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
contains a given geometry. - contains(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygon
- contains(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonContains
-
Tests whether this PreparedPolygon contains a given geometry.
- contains(Geometry) - Method in class org.locationtech.jts.operation.predicate.RectangleContains
- contains(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- contains(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryOperation.PreparedGeometryOp
- contains(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation.PreparedGeometryOp
- contains(OctagonalEnvelope) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- contains(Polygon, Geometry) - Static method in class org.locationtech.jts.operation.predicate.RectangleContains
-
Tests whether a rectangle contains a given geometry.
- contains(PreparedPolygon, Geometry) - Static method in class org.locationtech.jts.geom.prep.PreparedPolygonContains
-
Computes the contains predicate between a
PreparedPolygon
and aGeometry
. - contains(Interval) - Method in class org.locationtech.jts.index.bintree.Interval
- contains(DirectedEdge) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Tests whether this graph contains the given
DirectedEdge
- contains(Edge) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Tests whether this graph contains the given
Edge
- contains(Edge) - Method in class org.locationtech.jts.planargraph.Subgraph
-
Tests whether an
Edge
is contained in this subgraph - contains(QuadEdge[], Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Tests whether the point pt is contained in the triangle defined by 3
QuadEdge
es. - contains(Vertex[], Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Tests whether the point pt is contained in the triangle defined by 3
Vertex
es. - containsAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- containsBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- containsIgnoreCase(String, String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns true if substring is indeed a substring of string.
- containsInModel(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- containsPoint - Variable in class org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor
- containsPoint() - Method in class org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor
-
Reports whether it can be concluded that a corner point of the rectangle is contained in the geometry, or whether further testing is required.
- containsPoint(Coordinate) - Method in class org.locationtech.jts.geomgraph.EdgeRing
-
This method will cause the ring to be computed.
- containsPoint(Coordinate) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
Checks the current set of shells (with their associated holes) to see if any of them contain the point.
- containsPointInPolygon(Coordinate, Polygon) - Static method in class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
-
Determines whether a point lies in a
Polygon
. - containsProperly(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- containsProperly(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
properly contains a given geometry. - containsProperly(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygon
- containsProperly(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonContainsProperly
-
Tests whether this PreparedPolygon containsProperly a given geometry.
- containsProperly(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryOperation.PreparedGeometryOp
- containsProperly(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- containsProperly(PreparedPolygon, Geometry) - Static method in class org.locationtech.jts.geom.prep.PreparedPolygonContainsProperly
-
Computes the containsProperly predicate between a
PreparedPolygon
and aGeometry
. - contentPane - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- context - Variable in class org.locationtech.jts.index.chain.MonotoneChain
- context - Variable in class org.locationtech.jtstest.testbuilder.GeometryNode
- convArg - Variable in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- ConversionFunctions - Class in org.locationtech.jtstest.function
- ConversionFunctions() - Constructor for class org.locationtech.jtstest.function.ConversionFunctions
- convert(Class[], Object[]) - Method in class org.locationtech.jtstest.geomop.ArgumentConverter
- convert(Class, Object) - Method in class org.locationtech.jtstest.geomop.ArgumentConverter
- convertArg(Class, Object, Object[]) - Method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- convertArgFromString(Class, String, Object[]) - Method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- convertArgs(Class[], Object[], Object[]) - Method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- convertArgs(List) - Method in class org.locationtech.jtstest.testrunner.Test
- convertArgToGeomOrString(String) - Method in class org.locationtech.jtstest.testrunner.Test
- convertDouble(String) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- converterCache - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- convertFromString(Class, String) - Method in class org.locationtech.jtstest.geomop.ArgumentConverter
- convertInteger(String) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- convertMaximalToMinimalEdgeRings(List) - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Convert the maximal edge rings found by the initial graph traversal into the minimal edge rings required by JTS polygon topology rules.
- convertSegStrings(Iterator) - Static method in class org.locationtech.jts.operation.buffer.BufferBuilder
- convertToGML(Geometry) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- convertToPolygon(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- convertToWKB(Geometry) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- convertToWKT(Geometry, boolean) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- convexHull - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- convexHull() - Method in class org.locationtech.jts.geom.Geometry
-
Computes the smallest convex
Polygon
that contains all the points in theGeometry
. - convexHull() - Method in class org.locationtech.jts.geom.Polygon
- convexHull(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- ConvexHull - Class in org.locationtech.jts.algorithm
-
Computes the convex hull of a
Geometry
. - ConvexHull(Coordinate[], GeometryFactory) - Constructor for class org.locationtech.jts.algorithm.ConvexHull
-
Create a new convex hull construction for the input
Coordinate
array. - ConvexHull(Geometry) - Constructor for class org.locationtech.jts.algorithm.ConvexHull
-
Create a new convex hull construction for the input
Geometry
. - ConvexHull.RadialComparator - Class in org.locationtech.jts.algorithm
-
Compares
Coordinate
s for their angle and distance relative to an origin. - convexHullPts - Variable in class org.locationtech.jts.algorithm.MinimumDiameter
- coord - Variable in class org.locationtech.jts.geomgraph.EdgeIntersection
- coord - Variable in class org.locationtech.jts.geomgraph.Node
- coord - Variable in class org.locationtech.jts.noding.SegmentNode
- coord - Variable in class org.locationtech.jtstest.testbuilder.CoordinateNode
- coord(double, double) - Method in class org.locationtech.jts.util.GeometricShapeFactory
- coordArrayType - Static variable in class org.locationtech.jts.geom.CoordinateArrays
- coordArrayType - Static variable in class org.locationtech.jts.geom.CoordinateList
- coordDataMap - Variable in class org.locationtech.jts.triangulate.VertexTaggedGeometryDataMapper
- Coordinate - Class in org.locationtech.jts.geom
-
A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.
- Coordinate() - Constructor for class org.locationtech.jts.geom.Coordinate
-
Constructs a
Coordinate
at (0,0,NaN). - Coordinate(double, double) - Constructor for class org.locationtech.jts.geom.Coordinate
-
Constructs a
Coordinate
at (x,y,NaN). - Coordinate(double, double, double) - Constructor for class org.locationtech.jts.geom.Coordinate
-
Constructs a
Coordinate
at (x,y,z). - Coordinate(Coordinate) - Constructor for class org.locationtech.jts.geom.Coordinate
-
Constructs a
Coordinate
having the same (x,y,z) values asother
. - COORDINATE_ARRAY_TYPE - Static variable in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- COORDINATE_SEPARATOR - Static variable in class org.locationtech.jts.io.kml.KMLWriter
- Coordinate.DimensionalComparator - Class in org.locationtech.jts.geom
-
Compares two
Coordinate
s, allowing for either a 2-dimensional or 3-dimensional comparison, and handling NaN values correctly. - CoordinateArrayFilter - Class in org.locationtech.jts.util
-
A
CoordinateFilter
that creates an array containing every coordinate in aGeometry
. - CoordinateArrayFilter(int) - Constructor for class org.locationtech.jts.util.CoordinateArrayFilter
-
Constructs a
CoordinateArrayFilter
. - CoordinateArrays - Class in org.locationtech.jts.geom
-
Useful utility functions for handling Coordinate arrays
- CoordinateArrays() - Constructor for class org.locationtech.jts.geom.CoordinateArrays
- CoordinateArrays.BidirectionalComparator - Class in org.locationtech.jts.geom
-
A
Comparator
forCoordinate
arrays modulo their directionality. - CoordinateArrays.ForwardComparator - Class in org.locationtech.jts.geom
-
A
Comparator
forCoordinate
arrays in the forward direction of their coordinates, using lexicographic ordering. - CoordinateArraySequence - Class in org.locationtech.jts.geom.impl
-
A
CoordinateSequence
backed by an array ofCoordinate
s. - CoordinateArraySequence(int) - Constructor for class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Constructs a sequence of a given size, populated with new
Coordinate
s. - CoordinateArraySequence(int, int) - Constructor for class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Constructs a sequence of a given size, populated with new
Coordinate
s. - CoordinateArraySequence(Coordinate[]) - Constructor for class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Constructs a sequence based on the given array of
Coordinate
s (the array is not copied). - CoordinateArraySequence(Coordinate[], int) - Constructor for class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Constructs a sequence based on the given array of
Coordinate
s (the array is not copied). - CoordinateArraySequence(CoordinateSequence) - Constructor for class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Creates a new sequence based on a deep copy of the given
CoordinateSequence
. - CoordinateArraySequenceFactory - Class in org.locationtech.jts.geom.impl
-
Creates
CoordinateSequence
s represented as an array ofCoordinate
s. - CoordinateArraySequenceFactory() - Constructor for class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
- CoordinateCountFilter - Class in org.locationtech.jts.util
-
A
CoordinateFilter
that counts the total number of coordinates in aGeometry
. - CoordinateCountFilter() - Constructor for class org.locationtech.jts.util.CoordinateCountFilter
- CoordinateFilter - Interface in org.locationtech.jts.geom
-
An interface for classes which use the values of the coordinates in a
Geometry
. - CoordinateList - Class in org.locationtech.jts.geom
-
A list of
Coordinate
s, which may be set to prevent repeated coordinates from occurring in the list. - CoordinateList() - Constructor for class org.locationtech.jts.geom.CoordinateList
-
Constructs a new list without any coordinates
- CoordinateList(Coordinate[]) - Constructor for class org.locationtech.jts.geom.CoordinateList
-
Constructs a new list from an array of Coordinates, allowing repeated points.
- CoordinateList(Coordinate[], boolean) - Constructor for class org.locationtech.jts.geom.CoordinateList
-
Constructs a new list from an array of Coordinates, allowing caller to specify if repeated points are to be removed.
- CoordinateNode - Class in org.locationtech.jtstest.testbuilder
-
Coordinate is the only leaf node now, but could be refactored into a LeafNode class.
- CoordinateNode(Coordinate) - Constructor for class org.locationtech.jtstest.testbuilder.CoordinateNode
- CoordinateNode(Coordinate, int, double) - Constructor for class org.locationtech.jtstest.testbuilder.CoordinateNode
- CoordinateOperation() - Constructor for class org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
- CoordinatePrecisionReducerFilter - Class in org.locationtech.jts.precision
-
Reduces the precision of the
Coordinate
s in aCoordinateSequence
to match the suppliedPrecisionModel
. - CoordinatePrecisionReducerFilter(PrecisionModel) - Constructor for class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
-
Creates a new precision reducer filter.
- coordinates - Variable in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- coordinates - Variable in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- coordinates - Variable in class org.locationtech.jts.geom.Point
-
The
Coordinate
wrapped by thisPoint
. - coordinates - Variable in class org.locationtech.jts.operation.linemerge.EdgeString
- coordinates - Variable in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- coordinates - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- coordinateSeparator - Static variable in class org.locationtech.jts.io.gml2.GMLWriter
- CoordinateSequence - Interface in org.locationtech.jts.geom
-
The internal representation of a list of coordinates inside a Geometry.
- CoordinateSequenceComparator - Class in org.locationtech.jts.geom
-
Compares two
CoordinateSequence
s. - CoordinateSequenceComparator() - Constructor for class org.locationtech.jts.geom.CoordinateSequenceComparator
-
Creates a comparator which will test all dimensions.
- CoordinateSequenceComparator(int) - Constructor for class org.locationtech.jts.geom.CoordinateSequenceComparator
-
Creates a comparator which will test only the specified number of dimensions.
- coordinateSequenceFactory - Variable in class org.locationtech.jts.geom.GeometryFactory
- CoordinateSequenceFactory - Interface in org.locationtech.jts.geom
-
A factory to create concrete instances of
CoordinateSequence
s. - CoordinateSequenceFilter - Interface in org.locationtech.jts.geom
-
An interface for classes which process the coordinates in a
CoordinateSequence
. - CoordinateSequenceOperation() - Constructor for class org.locationtech.jts.geom.util.GeometryEditor.CoordinateSequenceOperation
- CoordinateSequences - Class in org.locationtech.jts.geom
-
Utility functions for manipulating
CoordinateSequence
s - CoordinateSequences() - Constructor for class org.locationtech.jts.geom.CoordinateSequences
- coordList - Variable in class org.locationtech.jts.linearref.LinearGeometryBuilder
- coordList - Variable in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- coordList - Variable in class org.locationtech.jts.shape.fractal.SierpinskiCarpetBuilder
- coordList - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleCoordinatesVisitor
- coordRef - Variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
-
A soft reference to the Coordinate[] representation of this sequence.
- coords - Variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
-
The packed coordinate array
- coords - Variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
-
The packed coordinate array
- coords - Variable in class org.locationtech.jts.geom.util.ComponentCoordinateExtracter
- coordsPerLine - Variable in class org.locationtech.jts.io.WKTWriter
- coordsPerLine - Variable in class org.locationtech.jtstest.util.io.SVGWriter
- coordTrans(double, double, Coordinate) - Method in class org.locationtech.jts.util.GeometricShapeFactory
- copy() - Method in class org.locationtech.jts.geom.Coordinate
- copy() - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns a deep copy of this collection.
- copy() - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.Creates a deep copy of the DefaultCoordinateSequence
- copy() - Method in class org.locationtech.jts.geom.Geometry
-
Creates and returns a full copy of this
Geometry
object (including all coordinates contained by it). - copy() - Method in class org.locationtech.jts.geom.GeometryCollection
-
Creates and returns a full copy of this
GeometryCollection
object. - copy() - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Creates a deep copy of the CoordinateArraySequence
- copy() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- copy() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
- copy() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
- copy() - Method in class org.locationtech.jts.geom.LinearRing
- copy() - Method in class org.locationtech.jts.geom.LineString
-
Creates and returns a full copy of this
LineString
object. - copy() - Method in class org.locationtech.jts.geom.MultiLineString
- copy() - Method in class org.locationtech.jts.geom.MultiPoint
- copy() - Method in class org.locationtech.jts.geom.MultiPolygon
- copy() - Method in class org.locationtech.jts.geom.Point
-
Creates and returns a full copy of this
Point
object. - copy() - Method in class org.locationtech.jts.geom.Polygon
-
Creates and returns a full copy of this
Polygon
object. - copy() - Method in class org.locationtech.jts.linearref.LinearLocation
-
Copies this location
- copy() - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- copy() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinate
- copy() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- copy(ActionEvent, int) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- copy(Coordinate[]) - Static method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- copy(CoordinateSequence) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
-
Convenience method which provides a standard way of copying
CoordinateSequence
s - copy(CoordinateSequence) - Static method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- copy(CoordinateSequence, int, CoordinateSequence, int, int) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
Copies a section of a
CoordinateSequence
to anotherCoordinateSequence
. - copy(DD) - Static method in class org.locationtech.jts.math.DD
-
Creates a new DoubleDouble with the value of the argument.
- copyArgs(Object[], int, double) - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- copyButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- copyButton - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- copyCase() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- copyCase() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- copyCaseIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- copyComponentToClipboard(Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- copyCoord(CoordinateSequence, int, CoordinateSequence, int) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
Copies a coordinate of a
CoordinateSequence
to anotherCoordinateSequence
. - copyCoordinates(Coordinate[]) - Static method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- copyDeep(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Creates a deep copy of the argument
Coordinate
array. - copyDeep(Coordinate[], int, Coordinate[], int, int) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Creates a deep copy of a given section of a source
Coordinate
array into a destination Coordinate array. - copyFile(File, File) - Static method in class org.locationtech.jtstest.util.FileUtil
-
Copies the source file to the destination filename.
- copyIcon - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- copyIcon - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- copyIcon - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- copyImage(Graphics) - Method in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- copyNodesAndLabels(int) - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
Copy all nodes from an arg geometry into this graph.
- copyNodesAndLabels(GeometryGraph, int) - Method in class org.locationtech.jts.operation.relate.RelateNodeGraph
-
Copy all nodes from an arg geometry into this graph.
- copyPoints(int) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Copy all nodes from an arg geometry into this graph.
- copyResult(boolean) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- copyResultToTest() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- copyright - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- copyScaled(Coordinate, Coordinate) - Method in class org.locationtech.jts.noding.snapround.HotPixel
- copySymDepths(DirectedEdge) - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
- copyToClipboard(Object, boolean) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- copyToTestButton - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- copyToTestButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- copyToTestIcon - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- corner - Variable in class org.locationtech.jts.noding.snapround.HotPixel
-
The corners of the hot pixel, in the order: 10 23
- count - Variable in class org.locationtech.jts.index.kdtree.KdNode
- count - Variable in class org.locationtech.jts.io.WKBHexFileReader
- count - Variable in class org.locationtech.jts.io.WKTFileReader
- count - Variable in class org.locationtech.jts.operation.Counter
-
The value of the count
- count - Variable in class org.locationtech.jts.util.ObjectCounter.Counter
- count - Variable in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- count - Variable in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher.VertexInMaskCountCoordinateFilter
- count() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Gets the count of intersections found.
- count() - Method in class org.locationtech.jts.util.ObjectCounter.Counter
- count(Object) - Method in class org.locationtech.jts.util.ObjectCounter
- counter - Variable in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.SegmentVisitor
- Counter - Class in org.locationtech.jts.operation
-
Stores an integer count, for use as a Map entry.
- Counter() - Constructor for class org.locationtech.jts.operation.Counter
- Counter() - Constructor for class org.locationtech.jts.util.ObjectCounter.Counter
- Counter(int) - Constructor for class org.locationtech.jts.util.ObjectCounter.Counter
- COUNTERCLOCKWISE - Static variable in class org.locationtech.jts.algorithm.Angle
-
Constant representing counterclockwise orientation
- COUNTERCLOCKWISE - Static variable in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.A value that indicates an orientation of counterclockwise, or a left turn.
- COUNTERCLOCKWISE - Static variable in class org.locationtech.jts.algorithm.Orientation
-
A value that indicates an orientation of counterclockwise, or a left turn.
- counts - Variable in class org.locationtech.jts.util.ObjectCounter
- countSegment(Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RayCrossingCounter
-
Counts a segment
- coveredBy(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry is covered by the argument geometry.
- coveredBy(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- coveredBy(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
is covered by a given geometry. - coveredBy(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- coveredBy(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- coveredByAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- coveredByBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- covers(double, double) - Method in class org.locationtech.jts.geom.Envelope
-
Tests if the given point lies in or on the envelope.
- covers(Coordinate) - Method in class org.locationtech.jts.geom.Envelope
-
Tests if the given point lies in or on the envelope.
- covers(Envelope) - Method in class org.locationtech.jts.geom.Envelope
-
Tests if the
Envelope other
lies wholely inside thisEnvelope
(inclusive of the boundary). - covers(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry covers the argument geometry.
- covers(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- covers(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
covers a given geometry. - covers(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygon
- covers(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonCovers
-
Tests whether this PreparedPolygon covers a given geometry.
- covers(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- covers(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- covers(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryOperation.PreparedGeometryOp
- covers(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation.PreparedGeometryOp
- covers(PreparedPolygon, Geometry) - Static method in class org.locationtech.jts.geom.prep.PreparedPolygonCovers
-
Computes the covers predicate between a
PreparedPolygon
and aGeometry
. - coversAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- coversBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- create() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- create() - Method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
- create() - Method in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
- create() - Static method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
- create() - Method in interface org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList.CaseFactory
- create(double[], int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- create(double, double) - Static method in class org.locationtech.jts.math.Vector2D
-
Creates a new vector with given X and Y components.
- create(double, double, double) - Static method in class org.locationtech.jts.math.Vector3D
-
Creates a new vector with given X and Y components.
- create(float[], int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- create(int, int) - Method in interface org.locationtech.jts.geom.CoordinateSequenceFactory
-
Creates a
CoordinateSequence
of the specified size and dimension. - create(int, int) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- create(int, int) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
-
The created sequence dimension is clamped to be <= 3.
- create(int, int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- create(int, int) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequenceFactory
- create(Map<String, Object>, GeometryFactory) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- create(Coordinate) - Static method in class org.locationtech.jts.math.Vector2D
-
Creates a vector from a
Coordinate
. - create(Coordinate) - Static method in class org.locationtech.jts.math.Vector3D
-
Creates a vector from a
Coordinate
. - create(Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- create(Coordinate[]) - Method in interface org.locationtech.jts.geom.CoordinateSequenceFactory
-
Returns a
CoordinateSequence
based on the given array. - create(Coordinate[]) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.Returns a DefaultCoordinateSequence based on the given array (the array is not copied).
- create(Coordinate[]) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
-
Returns a
CoordinateArraySequence
based on the given array (the array is not copied). - create(Coordinate[]) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- create(Coordinate[]) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequenceFactory
-
Returns an ExtendedCoordinateSequence based on the given array -- the array is used directly if it is an instance of ExtendedCoordinate[]; otherwise it is copied.
- create(Coordinate, int, double) - Static method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- create(Coordinate, Coordinate) - Method in class org.locationtech.jts.edgegraph.EdgeGraph
- create(Coordinate, Coordinate) - Static method in class org.locationtech.jts.edgegraph.HalfEdge
-
Creates a HalfEdge pair representing an edge between two vertices located at coordinates p0 and p1.
- create(Coordinate, Coordinate) - Static method in class org.locationtech.jts.math.Vector2D
-
Creates a vector with the direction and magnitude of the difference between the to and from
Coordinate
s. - create(CoordinateSequence) - Method in interface org.locationtech.jts.geom.CoordinateSequenceFactory
-
Creates a
CoordinateSequence
which is a copy of the givenCoordinateSequence
. - create(CoordinateSequence) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- create(CoordinateSequence) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
- create(CoordinateSequence) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- create(CoordinateSequence) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequenceFactory
- create(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedGeometryFactory
-
Creates a new
PreparedGeometry
appropriate for the argumentGeometry
. - create(GeometryFactory) - Method in class org.locationtech.jts.io.gml2.GMLHandler.Handler
- create(Geometry, boolean) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
- create(Geometry, GeometryContext) - Static method in class org.locationtech.jtstest.testbuilder.GeometryNode
- create(Node) - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
-
Creates the subgraph consisting of all edges reachable from this node.
- create(Vector2D) - Static method in class org.locationtech.jts.math.Vector2D
-
Creates a new vector from an existing one.
- create_J(Geometry) - Static method in class org.locationtech.jtstest.function.JTSFunctions
- create_S(Geometry) - Static method in class org.locationtech.jtstest.function.JTSFunctions
- create_T(Geometry) - Static method in class org.locationtech.jtstest.function.JTSFunctions
- createAllIntersectionsFinder(LineIntersector) - Static method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Creates an intersection finder which finds all interior intersections.
- createAnyIntersectionFinder(LineIntersector) - Static method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Creates an intersection finder which tests if there is at least one interior intersection.
- createAOI(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.geom.ComponentLocater
- createArc(double, double) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Creates an elliptical arc, as a
LineString
. - createArcPolygon(double, double) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Creates an elliptical arc polygon.
- createButton(String, String, ActionListener) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- createButton(String, ImageIcon, ActionListener) - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- createButton(ImageIcon, String, ActionListener) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- createCircle() - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Creates a circular or elliptical
Polygon
. - createCircle() - Static method in class org.locationtech.jtsexample.geom.prep.PreparedGeometryExample
- createCircle(Coordinate) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Creates a CW circle around a point
- createCircle(Coordinate, double) - Static method in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- createCircleGrid(int) - Static method in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- createClosedRing(CoordinateSequenceFactory, CoordinateSequence, int) - Static method in class org.locationtech.jts.geom.CoordinateSequences
- createCmdLine() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- createCommandLine() - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- createConstraintSegments(Geometry) - Static method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- createConstraintSegments(LineString, List) - Static method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- createCoord(double, double) - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- createCoord(double, double) - Method in class org.locationtech.jts.shape.random.RandomPointsBuilder
- createCoordinate(List<Number>) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createCoordinateSequence(List<List<Number>>) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createCoordinateSequence(Coordinate[]) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
-
Convenience method which provides standard way of creating a
CoordinateSequence
- createCRS(int) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
- createEdge(Coordinate) - Method in class org.locationtech.jts.dissolve.DissolveEdgeGraph
- createEdge(Coordinate) - Method in class org.locationtech.jts.edgegraph.EdgeGraph
-
Creates a single HalfEdge.
- createEdgeEndForNext(Edge, List, EdgeIntersection, EdgeIntersection) - Method in class org.locationtech.jts.operation.relate.EdgeEndBuilder
-
Create a StubEdge for the edge after the intersection eiCurr.
- createEdgeEndForPrev(Edge, List, EdgeIntersection, EdgeIntersection) - Method in class org.locationtech.jts.operation.relate.EdgeEndBuilder
-
Create a EdgeStub for the edge before the intersection eiCurr.
- createEdgeSetIntersector() - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- createEditor(GeometryFactory, PrecisionModel) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
- createEllipse() - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Creates an elliptical
Polygon
. - createEmptyResult(int, Geometry, Geometry, GeometryFactory) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Creates an empty result geometry of the appropriate dimension, based on the given overlay operation and the dimensions of the inputs.
- createEmptyResultGeometry() - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
-
Gets the standard result for an empty buffer.
- createExpanded(Node, Interval) - Static method in class org.locationtech.jts.index.bintree.Node
- createExpanded(Node, Envelope) - Static method in class org.locationtech.jts.index.quadtree.Node
- createFactory(GeometryFactory, PrecisionModel) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
- createFileFilter(String, String) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
-
Example usage:
- createFormatter(int) - Static method in class org.locationtech.jts.io.kml.KMLWriter
-
Creates the
DecimalFormat
used to writedouble
s with a sufficient number of decimal places. - createFormatter(PrecisionModel) - Static method in class org.locationtech.jts.io.WKTWriter
-
Creates the
DecimalFormat
used to writedouble
s with a sufficient number of decimal places. - createFormatter(PrecisionModel) - Static method in class org.locationtech.jtstest.util.io.SVGWriter
-
Creates the
DecimalFormat
used to writedouble
s with a sufficient number of decimal places. - CreateFractalShapeFunctions - Class in org.locationtech.jtstest.function
- CreateFractalShapeFunctions() - Constructor for class org.locationtech.jtstest.function.CreateFractalShapeFunctions
- createFrame(Envelope) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- createFromBaseLines(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.util.AffineTransformationFactory
-
Creates an AffineTransformation defined by a mapping between two baselines.
- createFromControlVectors(Coordinate[], Coordinate[]) - Static method in class org.locationtech.jts.geom.util.AffineTransformationFactory
-
Creates an AffineTransformation defined by a set of control vectors.
- createFromControlVectors(Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.util.AffineTransformationFactory
-
Creates an AffineTransformation defined by a single control vector.
- createFromControlVectors(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.util.AffineTransformationFactory
-
Creates an AffineTransformation defined by a pair of control vectors.
- createFromControlVectors(Coordinate, Coordinate, Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.util.AffineTransformationFactory
-
Creates a transformation from a set of three control vectors.
- createFullArgs(Geometry, Object[]) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
-
Creates an arg array which includes the target geometry as the first argument
- createFullArgs(Geometry, Object[]) - Static method in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
-
Creates an arg array which includes the target geometry as the first argument
- createFunction(Method) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- createFunction(Method) - Static method in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- createFunctions(Class) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
-
Create
GeometryFunction
s for all the static methods in the given class - createFunctions(Class) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
-
Create
GeometryFunction
s for all the static methods in the given class - createGeometry(Geometry) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a deep copy of the input
Geometry
. - createGeometryCollection() - Method in class org.locationtech.jts.geom.GeometryFactory
- createGeometryCollection(Map<String, Object>, GeometryFactory) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createGeometryCollection(Geometry[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a GeometryCollection using the given Geometries; a null or empty array will create an empty GeometryCollection.
- createGeometryOperation(ClassLoader, String) - Static method in class org.locationtech.jtstest.testrunner.GeometryOperationLoader
-
If anything bad happens while creating the geometry operation, just print a message and fail
- createGifFile(String, Geometry, Geometry, Geometry, boolean, int, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- createGifFile(String, Geometry, Geometry, Geometry, boolean, int, int, boolean) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- createHigherLevels(List, int) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Creates the levels higher than the given level
- createHtmlFile(String, String) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- createIntersectionCounter(LineIntersector) - Static method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Creates an intersection finder which counts all interior intersections.
- createKeyMap(Object) - Method in class org.locationtech.jtstest.function.DoubleKeyMap
- createLinearRing() - Method in class org.locationtech.jts.geom.GeometryFactory
- createLinearRing(Coordinate[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a
LinearRing
using the givenCoordinate
s. - createLinearRing(CoordinateSequence) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a
LinearRing
using the givenCoordinateSequence
. - createLinearRing(CoordinateSequence) - Method in class org.locationtech.jtsexample.io.gml2.FixingGeometryFactory
- createLineString() - Method in class org.locationtech.jts.geom.GeometryFactory
- createLineString(Map<String, Object>, GeometryFactory) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createLineString(Coordinate[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a LineString using the given Coordinates.
- createLineString(CoordinateSequence) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a LineString using the given CoordinateSequence.
- createList(Object, Object) - Static method in class org.locationtech.jts.geom.util.GeometryCombiner
-
Creates a list from two items
- createList(Object, Object, Object) - Static method in class org.locationtech.jts.geom.util.GeometryCombiner
-
Creates a list from two items
- createMenuItemSelectable(JMenuItem, String, boolean, ActionListener) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- createMessage(String, Object[]) - Static method in exception org.locationtech.jtstest.testrunner.JTSTestReflectionException
- createModel(DoubleKeyMap) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- createMultiLineString() - Method in class org.locationtech.jts.geom.GeometryFactory
- createMultiLineString(Map<String, Object>, GeometryFactory) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createMultiLineString(LineString[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a MultiLineString using the given LineStrings; a null or empty array will create an empty MultiLineString.
- createMultiPoint() - Method in class org.locationtech.jts.geom.GeometryFactory
- createMultiPoint(Map<String, Object>, GeometryFactory) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createMultiPoint(Coordinate[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Deprecated.
- createMultiPoint(CoordinateSequence) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a
MultiPoint
using the points in the givenCoordinateSequence
. - createMultiPoint(Point[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a
MultiPoint
using the givenPoint
s. - createMultiPointFromCoords(Coordinate[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a
MultiPoint
using the givenCoordinate
s. - createMultiPolygon() - Method in class org.locationtech.jts.geom.GeometryFactory
- createMultiPolygon(Map<String, Object>, GeometryFactory) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createMultiPolygon(Polygon[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.
- createNaN() - Static method in class org.locationtech.jts.math.DD
- createNew - Variable in class org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelEvent
- createNew() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- createNewCase() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- createNode(int) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- createNode(int) - Method in class org.locationtech.jts.index.strtree.SIRtree
- createNode(int) - Method in class org.locationtech.jts.index.strtree.STRtree
- createNode(Coordinate) - Method in class org.locationtech.jts.geomgraph.NodeFactory
-
The basic node constructor does not allow for incident edges
- createNode(Coordinate) - Method in class org.locationtech.jts.operation.overlay.OverlayNodeFactory
- createNode(Coordinate) - Method in class org.locationtech.jts.operation.relate.RelateNodeFactory
- createNode(Envelope) - Static method in class org.locationtech.jts.index.quadtree.Node
- createNode(Interval) - Static method in class org.locationtech.jts.index.bintree.Node
- createOn(QuadEdgeSubdivision) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Creates
QuadEdgeTriangle
s for all facets of aQuadEdgeSubdivision
representing a triangulation. - createPanelImage(JPanel) - Method in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- createParentBoundables(List, int) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Sorts the childBoundables then divides them into groups of size M, where M is the node capacity.
- createParentBoundables(List, int) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Creates the parent level for the given child level.
- createParentBoundablesFromVerticalSlice(List, int) - Method in class org.locationtech.jts.index.strtree.STRtree
- createParentBoundablesFromVerticalSlices(List[], int) - Method in class org.locationtech.jts.index.strtree.STRtree
- createPG(Geometry) - Static method in class org.locationtech.jtstest.function.PreparedGeometryFunctions
- createPNGFile(String, Geometry, Geometry, Geometry, int, int) - Method in class org.locationtech.jtstest.testbuilder.model.PNGWriter
- createPoint() - Method in class org.locationtech.jts.geom.GeometryFactory
- createPoint(Point2D) - Method in class org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class org.locationtech.jts.awt.PointShapeFactory.Circle
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in interface org.locationtech.jts.awt.PointShapeFactory
-
Creates a shape representing a
PointShapeFactory.Point
. - createPoint(Point2D) - Method in class org.locationtech.jts.awt.PointShapeFactory.Cross
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class org.locationtech.jts.awt.PointShapeFactory.Point
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class org.locationtech.jts.awt.PointShapeFactory.Square
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class org.locationtech.jts.awt.PointShapeFactory.Star
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class org.locationtech.jts.awt.PointShapeFactory.Triangle
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class org.locationtech.jts.awt.PointShapeFactory.X
-
Creates a shape representing a point.
- createPoint(Map<String, Object>, GeometryFactory) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createPoint(Coordinate) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a Point using the given Coordinate.
- createPoint(CoordinateSequence) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a Point using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty Point.
- createPointFromInternalCoord(Coordinate, Geometry) - Method in class org.locationtech.jts.geom.Geometry
- createPointFromInternalCoord(Coordinate, Geometry) - Static method in class org.locationtech.jts.geom.GeometryFactory
- createPolygon() - Method in class org.locationtech.jts.geom.GeometryFactory
- createPolygon(Map<String, Object>, GeometryFactory) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- createPolygon(Coordinate[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Constructs a
Polygon
with the given exterior boundary. - createPolygon(CoordinateSequence) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Constructs a
Polygon
with the given exterior boundary. - createPolygon(LinearRing) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Constructs a
Polygon
with the given exterior boundary. - createPolygon(LinearRing, LinearRing[]) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Constructs a
Polygon
with the given exterior boundary and interior boundaries. - createPrecisionModel(Element) - Method in class org.locationtech.jtstest.testrunner.TestReader
- createRainbowIncremental(float, float, float) - Static method in class org.locationtech.jtstest.util.HSBPalette
- createRainbowSequential(int, float, float) - Static method in class org.locationtech.jtstest.util.HSBPalette
- createRandomCoord(Envelope) - Method in class org.locationtech.jts.shape.random.RandomPointsBuilder
- createRandomPoint() - Static method in class org.locationtech.jtsexample.geom.prep.PreparedGeometryExample
- createRandomPoint() - Static method in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- CreateRandomShapeFunctions - Class in org.locationtech.jtstest.function
- CreateRandomShapeFunctions() - Constructor for class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- createRectangle() - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Creates a rectangular
Polygon
. - createSegmentStrings(Geometry) - Static method in class org.locationtech.jtstest.function.NodingFunctions
- CreateShapeFunctions - Class in org.locationtech.jtstest.function
- CreateShapeFunctions() - Constructor for class org.locationtech.jtstest.function.CreateShapeFunctions
- createSineStar() - Method in class org.locationtech.jts.geom.util.SineStarFactory
-
Generates the geometry for the sine star
- createSiteVertices(Collection) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- createSplitEdge(EdgeIntersection, EdgeIntersection) - Method in class org.locationtech.jts.geomgraph.EdgeIntersectionList
-
Create a new "split edge" with the section of points between (and including) the two intersections.
- createSplitEdge(SegmentNode, SegmentNode) - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Create a new "split edge" with the section of points between (and including) the two intersections.
- createSquare(Coordinate) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Creates a CW square around a point
- createSquareHole(double, double, double) - Method in class org.locationtech.jts.shape.fractal.SierpinskiCarpetBuilder
- createSquircle() - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Creates a squircular
Polygon
. - createSubgraphs(PlanarGraph) - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
- createSubnode(int) - Method in class org.locationtech.jts.index.bintree.Node
- createSubnode(int) - Method in class org.locationtech.jts.index.quadtree.Node
- createSupercircle(double) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Creates a supercircular
Polygon
of a given positive power. - createTestBuilderRegistry() - Static method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- createTestCaseList(File) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- createTestCaseList(File[]) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- createTestCaseListFromDirectory(File) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- createTestRun(File, int) - Method in class org.locationtech.jtstest.testrunner.TestReader
- createTestRuns() - Method in class org.locationtech.jtstest.testrunner.TestEngine
-
Creates TestRun's, one for each test File.
- createToggleButton(String, ImageIcon, ActionListener) - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- createValidArea(Geometry) - Method in class org.locationtech.jts.densify.Densifier.DensifyTransformer
-
Creates a valid area geometry from one that possibly has bad topology (i.e.
- createValidArea(Geometry) - Method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier.DPTransformer
-
Creates a valid area geometry from one that possibly has bad topology (i.e.
- createValidArea(Geometry) - Method in class org.locationtech.jts.simplify.VWSimplifier.VWTransformer
-
Creates a valid area geometry from one that possibly has bad topology (i.e.
- createVertex(Coordinate) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- createVertex(Coordinate, Segment) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Creates a vertex on a constraint segment
- createVertex(Coordinate, Segment) - Method in interface org.locationtech.jts.triangulate.ConstraintVertexFactory
- createVertices(Geometry) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- cross() - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- Cross() - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Cross
-
Creates a new factory for points with default size.
- Cross(double) - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Cross
-
Creates a factory for points of given size.
- crosses(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry crosses the argument geometry.
- crosses(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- crosses(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
crosses a given geometry. - crosses(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- crossesAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- crossesBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- crossIcon - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- crossIcon - Variable in class org.locationtech.jtstest.testbuilder.TestListPanel.TestListCellRenderer
- crossingCount - Variable in class org.locationtech.jts.algorithm.RayCrossingCounter
- crossProduct(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
Computes the cross product k = u X v.
- csFactory - Variable in class org.locationtech.jts.io.WKBReader
- CURRENT_VERSION - Static variable in class org.locationtech.jts.JTSVersion
-
The current version number of the JTS API.
- currentCase() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- currentFunc - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- currentFunc - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- currentLine - Variable in class org.locationtech.jts.linearref.LinearIterator
-
Invariant: currentLine <> null if the iterator is pointing at a valid coordinate
- currentMethodName() - Static method in class org.locationtech.jtstest.util.StringUtil
- currentPathIterator - Variable in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- currentRenderer - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- currentSegment(double[]) - Method in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- currentSegment(float[]) - Method in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- currentTestCaseIndex - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- currentTool - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- currentVertexLoc - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- currGeomHandler - Variable in class org.locationtech.jtsexample.io.gml2.KMLHandler
- currNode - Variable in class org.locationtech.jts.noding.NodeVertexIterator
- currResult - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- currResult - Variable in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- currSegIndex - Variable in class org.locationtech.jts.noding.NodeVertexIterator
- cursor - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- cursorLocationString(Point2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- CURVE_VERTEX_SNAP_DISTANCE_FACTOR - Static variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Factor which controls how close curve vertices can be to be snapped
- curveBuilder - Variable in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- curveList - Variable in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- customElements - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- customPalette(Color, int) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- cutEdges - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- cutIcon - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
D
- dangles - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- dashStroke - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- data - Variable in class org.locationtech.jts.index.kdtree.KdNode
- data - Variable in class org.locationtech.jts.noding.BasicSegmentString
- data - Variable in class org.locationtech.jts.noding.NodedSegmentString
- data - Variable in class org.locationtech.jts.planargraph.GraphComponent
- data - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdge
- data - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- data - Variable in class org.locationtech.jts.triangulate.Segment
- DataLabelStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- DataLabelStyle() - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.DataLabelStyle
- DataLabelStyle(Color) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.DataLabelStyle
- DD - Class in org.locationtech.jts.math
-
Implements extended-precision floating-point numbers which maintain 106 bits (approximately 30 decimal digits) of precision.
- DD() - Constructor for class org.locationtech.jts.math.DD
-
Creates a new DoubleDouble with value 0.0.
- DD(double) - Constructor for class org.locationtech.jts.math.DD
-
Creates a new DoubleDouble with value x.
- DD(double, double) - Constructor for class org.locationtech.jts.math.DD
-
Creates a new DoubleDouble with value (hi, lo).
- DD(String) - Constructor for class org.locationtech.jts.math.DD
-
Creates a new DoubleDouble with value equal to the argument.
- DD(DD) - Constructor for class org.locationtech.jts.math.DD
-
Creates a new DoubleDouble with value equal to the argument.
- deactivate() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- deactivate() - Method in interface org.locationtech.jtstest.testbuilder.ui.tools.Tool
- debug - Static variable in class org.locationtech.jts.util.Debug
- Debug - Class in org.locationtech.jts.util
-
Provides routines to simplify and localize debugging output.
- Debug() - Constructor for class org.locationtech.jts.util.Debug
- DEBUG - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- DEBUG_LINE_TAG - Static variable in class org.locationtech.jts.util.Debug
- DEBUG_PROPERTY_NAME - Static variable in class org.locationtech.jts.util.Debug
- DEBUG_PROPERTY_VALUE_ON - Static variable in class org.locationtech.jts.util.Debug
- DEBUG_PROPERTY_VALUE_TRUE - Static variable in class org.locationtech.jts.util.Debug
- Debug.SegmentFindingFilter - Class in org.locationtech.jts.util
- debugOn - Static variable in class org.locationtech.jts.util.Debug
- debugPrint(Object) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- debugPrintln(Object) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- DECIMATION_DISTANCE - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
-
Choose a fairly conservative decimation distance to avoid visual artifacts
- decimationDistance - Variable in class org.locationtech.jts.awt.ShapeWriter
- decodeStartingVowels(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Decodes strings returned by #encodeStartingVowels
- decorationFilter - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- decoratorStyle - Variable in class org.locationtech.jtstest.testbuilder.ui.style.LayerStyle
- DEFAULT_ENVELOPE - Static variable in class org.locationtech.jtstest.function.FunctionsUtil
- DEFAULT_GRID_SIZE - Static variable in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- DEFAULT_MITRE_LIMIT - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
The default mitre limit Allows fairly pointy mitres.
- DEFAULT_NODE_CAPACITY - Static variable in class org.locationtech.jts.index.strtree.AbstractSTRtree
- DEFAULT_NODE_CAPACITY - Static variable in class org.locationtech.jts.index.strtree.STRtree
- DEFAULT_POINT_FACTORY - Static variable in class org.locationtech.jts.awt.ShapeWriter
-
The point shape factory used by default.
- DEFAULT_POINT_TRANSFORMATION - Static variable in class org.locationtech.jts.awt.ShapeWriter
-
The point transformation used by default.
- DEFAULT_POINTSIZE - Static variable in class org.locationtech.jtstest.function.CreateShapeFunctions
- DEFAULT_QUADRANT_SEGMENTS - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
The default number of facets into which to divide a fillet of 90 degrees.
- DEFAULT_SIMPLIFY_FACTOR - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
The default simplify factor Provides an accuracy of about 1%, which matches the accuracy of the default Quadrant Segments parameter.
- DEFAULT_SIZE - Static variable in class org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory
-
The default size of the shape
- defaultBorderColor - Static variable in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
- DefaultCoordinateSequence - Class in org.locationtech.jts.geom
-
Deprecated.no longer used
- DefaultCoordinateSequence(int) - Constructor for class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.Constructs a sequence of a given size, populated with new
Coordinate
s. - DefaultCoordinateSequence(Coordinate[]) - Constructor for class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.Constructs a DefaultCoordinateSequence based on the given array (the array is not copied).
- DefaultCoordinateSequence(CoordinateSequence) - Constructor for class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.Creates a new sequence based on a deep copy of the given
CoordinateSequence
. - DefaultCoordinateSequenceFactory - Class in org.locationtech.jts.geom
-
Deprecated.no longer used
- DefaultCoordinateSequenceFactory() - Constructor for class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- defaultMatcher - Variable in class org.locationtech.jtstest.testrunner.BufferResultMatcher
- defaultOp - Variable in class org.locationtech.jtstest.geomop.GeometryFunctionOperation
- defaultOp - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- defaultOp - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- defaultParamNames(Method) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- defaultResultMatcher - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- defaultResultMatcher - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- degree - Variable in class org.locationtech.jts.operation.IsSimpleOp.EndpointInfo
- degree() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Computes the degree of the origin vertex.
- delaunayEdges(Geometry) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- delaunayEdgesWithTolerance(Geometry, double) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- delaunayTriangles(Geometry) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- delaunayTrianglesWithTolerance(Geometry, double) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- delaunayTrianglesWithToleranceNoError(Geometry, double) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- DelaunayTriangulationBuilder - Class in org.locationtech.jts.triangulate
-
A utility class which creates Delaunay Triangulations from collections of points and extract the resulting triangulation edges or triangles as geometries.
- DelaunayTriangulationBuilder() - Constructor for class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Creates a new triangulation builder.
- delegate - Variable in class org.locationtech.jts.io.gml2.GMLHandler
- delete() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Marks this quadedge as being deleted.
- delete() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- delete(Geometry, Envelope) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter
- delete(Geometry, LineString, int) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter
- delete(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Deletes a quadedge from the subdivision.
- DELETE - Static variable in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- DELETE - Static variable in class org.locationtech.jts.index.sweepline.SweepLineEvent
- DELETE - Static variable in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- deleteAllEdges(Node) - Static method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Deletes all edges at a node
- deleteAllTestCasesMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- deleteAllTestCasesMenuItem_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- deleteButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- deleteCase() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- deleteComponents(Geometry, Envelope) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter
- deleteCutEdges() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Finds and removes all cut edges from the graph.
- deleteDangles() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Marks all edges from the graph which are "dangles".
- deleteEventIndex - Variable in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- deleteEventIndex - Variable in class org.locationtech.jts.index.sweepline.SweepLineEvent
- deleteFiles(String) - Static method in class org.locationtech.jtstest.util.FileUtil
-
Deletes the files in the directory, but does not remove the directory.
- deleteFirstTag(String) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- deleteIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- deleteLastTag(String) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- deleteShallowConcavities() - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
-
Uses a sliding window containing 3 vertices to detect shallow angles in which the middle vertex can be deleted, since it does not affect the shape of the resulting buffer in a significant way.
- DeleteVertexOperation(LineString, int) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter.DeleteVertexOperation
- DeleteVertexTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
-
Deletes vertices within a selection box from a geometry component
- DeleteVertexTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.DeleteVertexTool
- deleteVertices(Geometry, Envelope) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter
- deList - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- deltaX() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
The X component of the distance between the orig and dest vertices.
- deltaY() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
The Y component of the distance between the orig and dest vertices.
- densifiedDiscreteHausdorffDistanceLine(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.DistanceFunctions
- Densifier - Class in org.locationtech.jts.densify
-
Densifies a
Geometry
by inserting extra vertices along the line segments contained in the geometry. - Densifier(Geometry) - Constructor for class org.locationtech.jts.densify.Densifier
-
Creates a new densifier instance.
- Densifier.DensifyTransformer - Class in org.locationtech.jts.densify
- densify(Geometry, double) - Static method in class org.locationtech.jts.densify.Densifier
-
Densifies a geometry using a given distance tolerance, and respecting the input geometry's
PrecisionModel
. - densify(Geometry, double) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- densify(Geometry, double) - Static method in class org.locationtech.jtstest.function.TestCaseGeometryFunctions
- densify(Geometry, double) - Static method in class org.locationtech.jtstest.geomop.TestCaseGeometryFunctions
- DENSIFY_FRACTION - Static variable in class org.locationtech.jts.algorithm.match.HausdorffSimilarityMeasure
- densifyFrac - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
-
Value of 0.0 indicates that no densification should take place
- densifyPoints(Coordinate[], double, PrecisionModel) - Static method in class org.locationtech.jts.densify.Densifier
-
Densifies a coordinate sequence.
- DensifyTransformer(double) - Constructor for class org.locationtech.jts.densify.Densifier.DensifyTransformer
- depth - Variable in class org.locationtech.jts.geomgraph.Depth
- depth - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
-
The depth of each side (position) of this edge.
- depth - Variable in class org.locationtech.jts.geomgraph.Edge
- depth() - Method in class org.locationtech.jts.index.bintree.Bintree
- depth() - Method in class org.locationtech.jts.index.bintree.NodeBase
- depth() - Method in class org.locationtech.jts.index.quadtree.NodeBase
- depth() - Method in class org.locationtech.jts.index.quadtree.Quadtree
-
Returns the number of levels in the tree.
- depth() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- depth() - Method in class org.locationtech.jts.index.strtree.STRtree
-
Returns the number of items in the tree.
- depth(AbstractNode) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- Depth - Class in org.locationtech.jts.geomgraph
-
A Depth object records the topological depth of the sides of an Edge for up to two Geometries.
- Depth() - Constructor for class org.locationtech.jts.geomgraph.Depth
- depthAtLocation(int) - Static method in class org.locationtech.jts.geomgraph.Depth
- depthDelta - Variable in class org.locationtech.jts.geomgraph.Edge
- depthDelta(Label) - Static method in class org.locationtech.jts.operation.buffer.BufferBuilder
-
Compute the change in depth as an edge is crossed from R to L
- depthFactor(int, int) - Static method in class org.locationtech.jts.geomgraph.DirectedEdge
-
Computes the factor for the change in depth when moving from one location to another.
- DepthSegment(LineSegment, int) - Constructor for class org.locationtech.jts.operation.buffer.SubgraphDepthLocater.DepthSegment
- description - Variable in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- description - Variable in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- description - Variable in class org.locationtech.jtstest.test.TestCase
- description - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- description - Variable in class org.locationtech.jtstest.testrunner.Test
- description - Variable in class org.locationtech.jtstest.testrunner.TestCase
- description - Variable in class org.locationtech.jtstest.testrunner.TestRun
- description() - Method in annotation type org.locationtech.jtstest.geomfunction.Metadata
- DESCRIPTION_SUFFIX - Static variable in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- dest() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Gets the destination coordinate of this edge.
- dest() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the vertex for the edge's destination
- dest0 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- dest1 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- dest2 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- deStar - Variable in class org.locationtech.jts.planargraph.Node
-
The collection of DirectedEdges that leave this Node
- DESTINATION - Static variable in class org.locationtech.jts.triangulate.quadedge.Vertex
- destPt - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- det(double, double, double, double) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the determinant of a 2x2 matrix.
- determineBoundary(BoundaryNodeRule, int) - Static method in class org.locationtech.jts.geomgraph.GeometryGraph
-
This method implements the Boundary Determination Rule for determining whether a component (node or edge) that appears multiple times in elements of a MultiGeometry is in the boundary or the interior of the Geometry
The SFS uses the "Mod-2 Rule", which this function implements
An alternative (and possibly more intuitive) rule would be the "At Most One Rule": isInBoundary = (componentCount == 1) - diagDown0 - Variable in class org.locationtech.jts.algorithm.RectangleLineIntersector
- diagDown1 - Variable in class org.locationtech.jts.algorithm.RectangleLineIntersector
- diagonalSize(Envelope) - Static method in class org.locationtech.jts.algorithm.match.HausdorffSimilarityMeasure
- diagramEnv - Variable in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
- diagUp0 - Variable in class org.locationtech.jts.algorithm.RectangleLineIntersector
- diagUp1 - Variable in class org.locationtech.jts.algorithm.RectangleLineIntersector
- dialogPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- diameter - Variable in class org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- DIAMETER - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- diff(double, double) - Static method in class org.locationtech.jts.algorithm.Angle
-
Computes the unoriented smallest difference between two angles.
- difference(String, String, PrecisionModel) - Method in class org.locationtech.jtsexample.geom.PrecisionModelExample
- difference(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Computes a
Geometry
representing the closure of the point-set of the points contained in thisGeometry
that are not contained in theother
Geometry. - difference(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- difference(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- difference(Geometry, Geometry) - Method in class org.locationtech.jts.precision.CommonBitsOp
-
Computes the set-theoretic difference of two
Geometry
s, using enhanced precision. - difference(Geometry, Geometry) - Static method in class org.locationtech.jts.precision.EnhancedPrecisionOp
-
Computes the set-theoretic difference of two
Geometry
s, using enhanced precision. - difference(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions
- difference(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayEnhancedPrecisionFunctions
- difference(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayFunctions
- difference(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayNoSnapFunctions
- DIFFERENCE - Static variable in class org.locationtech.jts.operation.overlay.OverlayOp
-
The code for the Difference overlay operation.
- differenceBA(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions
- differenceBA(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayEnhancedPrecisionFunctions
- differenceBA(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayFunctions
- differenceBA(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayNoSnapFunctions
- dim - Variable in class org.locationtech.jts.util.GeometricShapeFactory
- dimension - Variable in class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
The actual dimension of the coordinates in the sequence.
- dimension - Variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
-
The dimensions of the coordinates hold in the packed array
- dimension - Variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- Dimension - Class in org.locationtech.jts.geom
-
Provides constants representing the dimensions of a point, a curve and a surface.
- Dimension() - Constructor for class org.locationtech.jts.geom.Dimension
- DimensionalComparator() - Constructor for class org.locationtech.jts.geom.Coordinate.DimensionalComparator
-
Creates a comparator for 2 dimensional coordinates.
- DimensionalComparator(int) - Constructor for class org.locationtech.jts.geom.Coordinate.DimensionalComparator
-
Creates a comparator for 2 or 3 dimensional coordinates, depending on the value provided.
- dimensionLimit - Variable in class org.locationtech.jts.geom.CoordinateSequenceComparator
-
The number of dimensions to test
- Dimensions() - Constructor for class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- dimensionsToTest - Variable in class org.locationtech.jts.geom.Coordinate.DimensionalComparator
- DirectedEdge - Class in org.locationtech.jts.geomgraph
- DirectedEdge - Class in org.locationtech.jts.planargraph
-
Represents a directed edge in a
PlanarGraph
. - DirectedEdge(Edge, boolean) - Constructor for class org.locationtech.jts.geomgraph.DirectedEdge
- DirectedEdge(Node, Node, Coordinate, boolean) - Constructor for class org.locationtech.jts.planargraph.DirectedEdge
-
Constructs a DirectedEdge connecting the
from
node to theto
node. - directedEdges - Variable in class org.locationtech.jts.operation.linemerge.EdgeString
- DirectedEdgeStar - Class in org.locationtech.jts.geomgraph
-
A DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.
- DirectedEdgeStar - Class in org.locationtech.jts.planargraph
- DirectedEdgeStar() - Constructor for class org.locationtech.jts.geomgraph.DirectedEdgeStar
- DirectedEdgeStar() - Constructor for class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Constructs a DirectedEdgeStar with no edges.
- directoryChooser - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- directoryExists(String) - Static method in class org.locationtech.jtstest.util.FileUtil
-
Returns true if the given directory exists.
- dirEdge - Variable in class org.locationtech.jts.planargraph.Edge
-
The two DirectedEdges associated with this Edge.
- dirEdgeIterator() - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Returns an Iterator over the DirectedEdges in this PlanarGraph, in the order in which they were added.
- dirEdgeIterator() - Method in class org.locationtech.jts.planargraph.Subgraph
-
Returns an
Iterator
over theDirectedEdge
s in this graph, in the order in which they were added. - dirEdgeList - Variable in class org.locationtech.jts.operation.buffer.BufferSubgraph
- dirEdges - Variable in class org.locationtech.jts.planargraph.PlanarGraph
- dirEdges - Variable in class org.locationtech.jts.planargraph.Subgraph
- dis - Variable in class org.locationtech.jts.io.WKBReader
- DISCONNECTED_INTERIOR - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that the interior of a polygon is disjoint (often caused by set of contiguous holes splitting the polygon into two parts)
- disconnectedRingcoord - Variable in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- discreteHausdorffDistance(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.DistanceFunctions
- DiscreteHausdorffDistance - Class in org.locationtech.jts.algorithm.distance
-
An algorithm for computing a distance metric which is an approximation to the Hausdorff Distance based on a discretization of the input
Geometry
. - DiscreteHausdorffDistance(Geometry, Geometry) - Constructor for class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter - Class in org.locationtech.jts.algorithm.distance
- DiscreteHausdorffDistance.MaxPointDistanceFilter - Class in org.locationtech.jts.algorithm.distance
- discreteHausdorffDistanceLine(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.DistanceFunctions
- discreteOrientedHausdorffDistance(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.DistanceFunctions
- discreteOrientedHausdorffDistanceLine(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.DistanceFunctions
- disjoint(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry is disjoint from the argument geometry.
- disjoint(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Standard implementation for all geometries.
- disjoint(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
is disjoint from a given geometry. - disjoint(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- disjoint(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- disjointAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- disjointBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- displaceFromCorner(Coordinate, Coordinate, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- displaceFromCornerAwayFromArms(Coordinate, Coordinate, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
-
Displaces a vertex from a corner, with angle limiting used to ensure that the displacement is not close to the arms of the corner.
- displaceFromCornerOriginal(Coordinate, Coordinate, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- displaceFromFlatCorner(Coordinate, Coordinate, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- displaceFromPoint(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- displaceFromSeg(LineSegment, double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- displaceFromVertex(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- displayAAndBCheckBox - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- displayAAndBCheckBox_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- displayHelp() - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- displayInfo(String) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- displayInfo(String, boolean) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- displayInfo(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- DisplayParameters - Class in org.locationtech.jtstest.testbuilder.model
- DisplayParameters() - Constructor for class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- dissolve(Collection) - Method in class org.locationtech.jts.noding.SegmentStringDissolver
-
Dissolve all
SegmentString
s in the inputCollection
- dissolve(Geometry) - Static method in class org.locationtech.jts.dissolve.LineDissolver
-
Dissolves the linear components in a geometry.
- dissolve(Geometry) - Static method in class org.locationtech.jtstest.function.DissolveFunctions
- dissolve(Geometry) - Static method in class org.locationtech.jtstest.function.LineHandlingFunctions
- dissolve(SegmentString) - Method in class org.locationtech.jts.noding.SegmentStringDissolver
-
Dissolve the given
SegmentString
. - DissolveEdgeGraph - Class in org.locationtech.jts.dissolve
-
A graph containing
DissolveHalfEdge
s. - DissolveEdgeGraph() - Constructor for class org.locationtech.jts.dissolve.DissolveEdgeGraph
- DissolveFunctions - Class in org.locationtech.jtstest.function
- DissolveFunctions() - Constructor for class org.locationtech.jtstest.function.DissolveFunctions
- DissolveHalfEdge - Class in org.locationtech.jts.dissolve
-
A HalfEdge which carries information required to support
LineDissolver
. - DissolveHalfEdge(Coordinate) - Constructor for class org.locationtech.jts.dissolve.DissolveHalfEdge
- dist - Variable in class org.locationtech.jts.geomgraph.EdgeIntersection
- dist - Variable in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- distance - Variable in class org.locationtech.jts.algorithm.distance.PointPairDistance
- distance - Variable in class org.locationtech.jts.index.strtree.BoundablePair
- distance - Variable in class org.locationtech.jts.operation.buffer.BufferOp
- distance - Variable in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- distance - Variable in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- distance - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- distance - Variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- distance - Variable in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- distance - Variable in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- distance() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- distance() - Method in class org.locationtech.jts.index.strtree.BoundablePair
-
Computes the distance between the
Boundable
s in this pair. - distance() - Method in class org.locationtech.jts.operation.distance.DistanceOp
-
Report the distance between the nearest points on the input geometries.
- distance() - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Report the distance between the nearest points on the input geometries.
- distance(Coordinate) - Method in class org.locationtech.jts.geom.Coordinate
-
Computes the 2-dimensional Euclidean distance to another location.
- distance(Coordinate) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the distance between this line segment and a given point.
- distance(Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms3D
- distance(Envelope) - Method in class org.locationtech.jts.geom.Envelope
-
Computes the distance between this and another
Envelope
. - distance(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Returns the minimum distance between this
Geometry
and anotherGeometry
. - distance(Geometry, Geometry) - Static method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- distance(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.distance.DistanceOp
-
Compute the distance between the nearest points of two geometries.
- distance(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.distance.IndexedFacetDistance
-
Computes the distance between two geometries using the indexed approach.
- distance(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Compute the distance between the nearest points of two geometries.
- distance(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.DistanceFunctions
- distance(Geometry, Geometry, double) - Static method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- distance(LineSegment) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the distance between this line segment and another segment.
- distance(ItemBoundable, ItemBoundable) - Method in class org.locationtech.jts.index.strtree.GeometryItemDistance
-
Computes the distance between two
Geometry
items, using theGeometry.distance(Geometry)
method. - distance(ItemBoundable, ItemBoundable) - Method in interface org.locationtech.jts.index.strtree.ItemDistance
-
Computes the distance between two items.
- distance(ItemBoundable, ItemBoundable) - Method in class org.locationtech.jts.operation.distance.IndexedFacetDistance.FacetSequenceDistance
- distance(ItemBoundable, ItemBoundable) - Method in class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- distance(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
-
Computes the distance between this vector and another one.
- distance(FacetSequence) - Method in class org.locationtech.jts.operation.distance.FacetSequence
- distance(FacetSequence, FacetSequence) - Method in class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- distance(Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- Distance - Class in org.locationtech.jts.algorithm
-
Functions to compute distance between basic geometric structures.
- Distance() - Constructor for class org.locationtech.jts.algorithm.Distance
- distance3D(Coordinate) - Method in class org.locationtech.jts.geom.Coordinate
-
Computes the 3-dimensional Euclidean distance to another location.
- Distance3DOp - Class in org.locationtech.jts.operation.distance3d
-
Find two points on two 3D
Geometry
s which lie within a given distance, or else are the nearest points on the geometries (in which case this also provides the distance between the geometries). - Distance3DOp(Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Constructs a DistanceOp that computes the distance and nearest points between the two specified geometries.
- Distance3DOp(Geometry, Geometry, double) - Constructor for class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Constructs a DistanceOp that computes the distance and nearest points between the two specified geometries.
- DistanceFunctions - Class in org.locationtech.jtstest.function
- DistanceFunctions() - Constructor for class org.locationtech.jtstest.function.DistanceFunctions
- distanceLineLine(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Computes the distance from a line segment AB to a line segment CD Note: NON-ROBUST!
- DistanceOp - Class in org.locationtech.jts.operation.distance
-
Find two points on two
Geometry
s which lie within a given distance, or else are the nearest points on the geometries (in which case this also provides the distance between the geometries). - DistanceOp(Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.distance.DistanceOp
-
Constructs a DistanceOp that computes the distance and nearest points between the two specified geometries.
- DistanceOp(Geometry, Geometry, double) - Constructor for class org.locationtech.jts.operation.distance.DistanceOp
-
Constructs a DistanceOp that computes the distance and nearest points between the two specified geometries.
- distancePerpendicular(Coordinate) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the perpendicular distance between the (infinite) line defined by this line segment and a point.
- distancePointLine(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Computes the distance from a point to a sequence of line segments.
- distancePointLine(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Computes the distance from a point p to a line segment AB Note: NON-ROBUST!
- distancePointLinePerpendicular(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Computes the perpendicular distance from a point p to the (infinite) line containing the points AB
- distancePointSegment(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms3D
- distanceSegmentSegment(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms3D
-
Computes the distance between two 3D segments.
- distanceTol - Variable in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- distanceTolerance - Variable in class org.locationtech.jts.densify.Densifier.DensifyTransformer
- distanceTolerance - Variable in class org.locationtech.jts.densify.Densifier
- distanceTolerance - Variable in class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
- distanceTolerance - Variable in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier
- distanceTolerance - Variable in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier.DPTransformer
- distanceTolerance - Variable in class org.locationtech.jts.simplify.TaggedLinesSimplifier
- distanceTolerance - Variable in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- distanceTolerance - Variable in class org.locationtech.jts.simplify.VWSimplifier
- distanceTolerance - Variable in class org.locationtech.jts.simplify.VWSimplifier.VWTransformer
- DistanceToPoint - Class in org.locationtech.jts.algorithm.distance
-
Computes the Euclidean distance (L2 metric) from a
Coordinate
to aGeometry
. - DistanceToPoint() - Constructor for class org.locationtech.jts.algorithm.distance.DistanceToPoint
- DistanceToPointFinder - Class in org.locationtech.jts.operation.buffer.validate
-
Computes the Euclidean distance (L2 metric) from a Point to a Geometry.
- DistanceToPointFinder() - Constructor for class org.locationtech.jts.operation.buffer.validate.DistanceToPointFinder
- distanceToSeg(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- distSeg - Static variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- divide(double) - Method in class org.locationtech.jts.math.DD
-
Computes a new DoubleDouble whose value is (this / y).
- divide(double) - Method in class org.locationtech.jts.math.Vector2D
-
Divides the vector by a scalar value.
- divide(double) - Method in class org.locationtech.jts.math.Vector3D
- divide(DD) - Method in class org.locationtech.jts.math.DD
-
Computes a new DoubleDouble whose value is (this / y).
- dNext() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the next CCW edge around (into) the destination of this edge.
- DO_INTERSECT - Static variable in class org.locationtech.jts.algorithm.LineIntersector
- doBreak() - Static method in class org.locationtech.jts.util.Debug
- doc - Variable in class org.locationtech.jtstest.command.OptionSpec
- documentEnd - Variable in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- documentStart - Variable in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- doLeft - Variable in class org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator
- done - Variable in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- DONT_INTERSECT - Static variable in class org.locationtech.jts.algorithm.LineIntersector
-
These are deprecated, due to ambiguous naming
- DONTCARE - Static variable in class org.locationtech.jts.geom.Dimension
-
Dimension value for any dimension (= {FALSE, TRUE}).
- doPopUp(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.PopupClickListener
- doRemoveDuplicatePoints - Variable in class org.locationtech.jts.awt.ShapeWriter
-
If true, decimation will be used to reduce the number of vertices by removing consecutive duplicates.
- doRight - Variable in class org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator
- dot(Coordinate, Coordinate) - Static method in class org.locationtech.jts.math.Vector3D
-
Computes the 3D dot-product of two
Coordinate
s. - dot(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.math.Vector3D
-
Computes the dot product of the 3D vectors AB and CD.
- dot(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
-
Computes the dot-product of two vectors
- dot(Vector3D) - Method in class org.locationtech.jts.math.Vector3D
-
Computes the dot-product of two vectors
- dot(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
Computes the inner or dot product
- Double(double[], int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new packed coordinate sequence
- Double(float[], int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new packed coordinate sequence out of a float coordinate array
- Double(int, int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new empty packed coordinate sequence of a given size and dimension
- Double(Coordinate[]) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new packed coordinate sequence out of a coordinate array
- Double(Coordinate[], int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new packed coordinate sequence out of a coordinate array
- DOUBLE - Static variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- DOUBLE_FACTORY - Static variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- DoubleBits - Class in org.locationtech.jts.index.quadtree
-
DoubleBits manipulates Double numbers by using bit manipulation and bit-field extraction.
- DoubleBits(double) - Constructor for class org.locationtech.jts.index.quadtree.DoubleBits
- DoubleKeyMap - Class in org.locationtech.jtstest.function
- DoubleKeyMap() - Constructor for class org.locationtech.jtstest.function.DoubleKeyMap
- DoubleResult - Class in org.locationtech.jtstest.testrunner
- DoubleResult(Double) - Constructor for class org.locationtech.jtstest.testrunner.DoubleResult
- doubleValue() - Method in class org.locationtech.jts.math.DD
-
Converts this value to the nearest double-precision number.
- DouglasPeuckerLineSimplifier - Class in org.locationtech.jts.simplify
-
Simplifies a linestring (sequence of points) using the standard Douglas-Peucker algorithm.
- DouglasPeuckerLineSimplifier(Coordinate[]) - Constructor for class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
- DouglasPeuckerSimplifier - Class in org.locationtech.jts.simplify
-
Simplifies a
Geometry
using the Douglas-Peucker algorithm. - DouglasPeuckerSimplifier(Geometry) - Constructor for class org.locationtech.jts.simplify.DouglasPeuckerSimplifier
-
Creates a simplifier for a given geometry.
- DouglasPeuckerSimplifier.DPTransformer - Class in org.locationtech.jts.simplify
- downIcon - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- DP_SAFE_EPSILON - Static variable in class org.locationtech.jts.algorithm.CGAlgorithmsDD
-
A value which is safely greater than the relative round-off error in double-precision numbers
- dPrev() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the next CW edge around (into) the destination of this edge.
- DPTransformer(boolean, double) - Constructor for class org.locationtech.jts.simplify.DouglasPeuckerSimplifier.DPTransformer
- DRAW_GEOM - Static variable in class org.locationtech.jtstest.testbuilder.AppCursors
- drawAxes(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- drawBandLines - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- drawDottedGrid(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- drawFixedGrid(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- drawGridLines(Graphics2D, double, double, double) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- drawGridSizeLabel(Graphics2D, int) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- drawHighlightedVertex(Graphics2D, Coordinate, Color) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- drawHighlightedVertices(Graphics2D, List, Color) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- DrawingGrid - Class in org.locationtech.jtstest.testbuilder.model
- DrawingGrid() - Constructor for class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- DrawingGrid(int) - Constructor for class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- drawLinedGrid(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- drawLineStringBIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawLineStringButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawLineStringButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- drawLineStringIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawMagnifyMask(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
-
Draws a mask surround to indicate that geometry is being visually altered
- drawMark(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- drawPointBIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawPointButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawPointButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- drawPointIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawPolygonBIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawPolygonButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawPolygonButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- drawPolygonIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawRect(Graphics, Point, Point) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- drawRectangleBIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawRectangleButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawRectangleButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- drawRectangleIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- drawScaleMarks(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
-
Not very pleasing
- drawShapeXOR(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- drawShapeXOR(Graphics2D, Shape, String, Point) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- drawStringAlignCenter(Graphics2D, String, int, int) - Static method in class org.locationtech.jtstest.testbuilder.ui.GraphicsUtil
- drawVertexShadow(Graphics2D, Coordinate, Color) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- drawVertices(GeneralPath) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- dropListener - Variable in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
- dump() - Method in class org.locationtech.jts.math.DD
-
Dumps the components of this number to a string.
- DUPLICATE_RINGS - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that a polygonal geometry contains two rings which are identical
- dx - Variable in class org.locationtech.jts.geomgraph.EdgeEnd
- dy - Variable in class org.locationtech.jts.geomgraph.EdgeEnd
- dynamicCall(String, String, Class[], Object[]) - Static method in class org.locationtech.jtstest.util.ClassUtil
E
- e - Variable in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- E - Static variable in class org.locationtech.jts.math.DD
-
The value nearest to the constant e (the natural logarithm base).
- edge - Variable in class org.locationtech.jts.geomgraph.EdgeEnd
- edge - Variable in class org.locationtech.jts.geomgraph.EdgeIntersectionList
- edge - Variable in class org.locationtech.jts.geomgraph.index.SweepLineSegment
- edge - Variable in class org.locationtech.jts.noding.NodeVertexIterator
- edge - Variable in class org.locationtech.jts.noding.SegmentNodeList
- edge - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- Edge - Class in org.locationtech.jts.geomgraph
- Edge - Class in org.locationtech.jts.planargraph
-
Represents an undirected edge of a
PlanarGraph
. - Edge() - Constructor for class org.locationtech.jts.planargraph.Edge
-
Constructs an Edge whose DirectedEdges are not yet set.
- Edge(Coordinate[]) - Constructor for class org.locationtech.jts.geomgraph.Edge
- Edge(Coordinate[], Label) - Constructor for class org.locationtech.jts.geomgraph.Edge
- Edge(DirectedEdge, DirectedEdge) - Constructor for class org.locationtech.jts.planargraph.Edge
-
Constructs an Edge initialized with the given DirectedEdges, and for each DirectedEdge: sets the Edge, sets the symmetric DirectedEdge, and adds this Edge to its from-Node.
- EDGE_COINCIDENCE_TOL_FACTOR - Static variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- edgeCoincidenceTolerance - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- EdgeConnectedTriangleTraversal - Class in org.locationtech.jts.triangulate.quadedge
-
A framework to visit sets of edge-connected
QuadEdgeTriangle
s in breadth-first order - EdgeConnectedTriangleTraversal() - Constructor for class org.locationtech.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
- edgeDirection - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- EdgeEnd - Class in org.locationtech.jts.geomgraph
-
Models the end of an edge incident on a node.
- EdgeEnd(Edge) - Constructor for class org.locationtech.jts.geomgraph.EdgeEnd
- EdgeEnd(Edge, Coordinate, Coordinate) - Constructor for class org.locationtech.jts.geomgraph.EdgeEnd
- EdgeEnd(Edge, Coordinate, Coordinate, Label) - Constructor for class org.locationtech.jts.geomgraph.EdgeEnd
- EdgeEndBuilder - Class in org.locationtech.jts.operation.relate
- EdgeEndBuilder() - Constructor for class org.locationtech.jts.operation.relate.EdgeEndBuilder
- EdgeEndBundle - Class in org.locationtech.jts.operation.relate
-
A collection of
EdgeEnd
s which obey the following invariant: They originate at the same node and have the same direction. - EdgeEndBundle(BoundaryNodeRule, EdgeEnd) - Constructor for class org.locationtech.jts.operation.relate.EdgeEndBundle
- EdgeEndBundle(EdgeEnd) - Constructor for class org.locationtech.jts.operation.relate.EdgeEndBundle
- EdgeEndBundleStar - Class in org.locationtech.jts.operation.relate
-
An ordered list of
EdgeEndBundle
s around aRelateNode
. - EdgeEndBundleStar() - Constructor for class org.locationtech.jts.operation.relate.EdgeEndBundleStar
-
Creates a new empty EdgeEndBundleStar
- edgeEndList - Variable in class org.locationtech.jts.geomgraph.PlanarGraph
- edgeEnds - Variable in class org.locationtech.jts.operation.relate.EdgeEndBundle
- EdgeEndStar - Class in org.locationtech.jts.geomgraph
-
A EdgeEndStar is an ordered list of EdgeEnds around a node.
- EdgeEndStar() - Constructor for class org.locationtech.jts.geomgraph.EdgeEndStar
- EdgeGraph - Class in org.locationtech.jts.edgegraph
-
A graph comprised of
HalfEdge
s. - EdgeGraph() - Constructor for class org.locationtech.jts.edgegraph.EdgeGraph
- EdgeGraphBuilder - Class in org.locationtech.jts.edgegraph
-
Builds an edge graph from geometries containing edges.
- EdgeGraphBuilder() - Constructor for class org.locationtech.jts.edgegraph.EdgeGraphBuilder
- EdgeIntersection - Class in org.locationtech.jts.geomgraph
-
Represents a point on an edge which intersects with another edge.
- EdgeIntersection(Coordinate, int, double) - Constructor for class org.locationtech.jts.geomgraph.EdgeIntersection
- EdgeIntersectionList - Class in org.locationtech.jts.geomgraph
-
A list of edge intersections along an
Edge
. - EdgeIntersectionList(Edge) - Constructor for class org.locationtech.jts.geomgraph.EdgeIntersectionList
- edgeIterator() - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Returns an Iterator over the Edges in this PlanarGraph, in the order in which they were added.
- edgeIterator() - Method in class org.locationtech.jts.planargraph.Subgraph
-
Returns an
Iterator
over theEdge
s in this graph, in the order in which they were added. - edgeList - Variable in class org.locationtech.jts.geomgraph.EdgeEndStar
-
A list of all outgoing edges in the result, in CCW order
- edgeList - Variable in class org.locationtech.jts.operation.buffer.BufferBuilder
- edgeList - Variable in class org.locationtech.jts.operation.overlay.OverlayOp
- EdgeList - Class in org.locationtech.jts.geomgraph
-
A EdgeList is a list of Edges.
- EdgeList() - Constructor for class org.locationtech.jts.geomgraph.EdgeList
- edgeMap - Variable in class org.locationtech.jts.geomgraph.EdgeEndStar
-
A map which maintains the edges in sorted order around the node
- EdgeNodingValidator - Class in org.locationtech.jts.geomgraph
-
Validates that a collection of
Edge
s is correctly noded. - EdgeNodingValidator(Collection) - Constructor for class org.locationtech.jts.geomgraph.EdgeNodingValidator
-
Creates a new validator for the given collection of
Edge
s. - edgeRing - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
- edgeRing - Variable in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
- EdgeRing - Class in org.locationtech.jts.geomgraph
- EdgeRing - Class in org.locationtech.jts.operation.polygonize
-
Represents a ring of
PolygonizeDirectedEdge
s which form a ring of a polygon. - EdgeRing(GeometryFactory) - Constructor for class org.locationtech.jts.operation.polygonize.EdgeRing
- EdgeRing(DirectedEdge, GeometryFactory) - Constructor for class org.locationtech.jts.geomgraph.EdgeRing
- EdgeRing.EnvelopeComparator - Class in org.locationtech.jts.operation.polygonize
-
Compares EdgeRings based on their envelope, using the standard lexicographic ordering.
- edges - Variable in class org.locationtech.jts.geomgraph.EdgeList
- edges - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- edges - Variable in class org.locationtech.jts.geomgraph.Node
- edges - Variable in class org.locationtech.jts.geomgraph.PlanarGraph
- edges - Variable in class org.locationtech.jts.planargraph.PlanarGraph
- edges - Variable in class org.locationtech.jts.planargraph.Subgraph
- EdgeSetIntersector - Class in org.locationtech.jts.geomgraph.index
-
An EdgeSetIntersector computes all the intersections between the edges in the set.
- EdgeSetIntersector() - Constructor for class org.locationtech.jts.geomgraph.index.EdgeSetIntersector
- EdgeSetNoder - Class in org.locationtech.jts.operation.overlay
-
Nodes a set of edges.
- EdgeSetNoder(LineIntersector) - Constructor for class org.locationtech.jts.operation.overlay.EdgeSetNoder
- EdgeString - Class in org.locationtech.jts.operation.linemerge
-
A sequence of
LineMergeDirectedEdge
s forming one of the lines that will be output by the line-merging process. - EdgeString(GeometryFactory) - Constructor for class org.locationtech.jts.operation.linemerge.EdgeString
-
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString
- edgeStrings - Variable in class org.locationtech.jts.operation.linemerge.LineMerger
- edit(Coordinate[], Geometry) - Method in class org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
-
Edits the array of
Coordinate
s from aGeometry
. - edit(Coordinate[], Geometry) - Method in class org.locationtech.jts.precision.PrecisionReducerCoordinateOperation
- edit(Coordinate[], Geometry) - Method in class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer.PrecisionReducerCoordinateOperation
-
Deprecated.
- edit(Coordinate[], Geometry) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteVertexOperation
- edit(Coordinate[], Geometry) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter.DeleteVertexOperation
- edit(Coordinate[], Geometry) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter.InsertVertexOperation
- edit(Coordinate[], Geometry) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexMover.MoveVertexOperation
- edit(Coordinate[], Geometry) - Method in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover.MoveVerticesOperation
- edit(CoordinateSequence, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryEditor.CoordinateSequenceOperation
-
Edits a
CoordinateSequence
from aGeometry
. - edit(Geometry, GeometryFactory) - Method in class org.locationtech.jts.geom.util.GeometryEditor.CoordinateOperation
- edit(Geometry, GeometryFactory) - Method in class org.locationtech.jts.geom.util.GeometryEditor.CoordinateSequenceOperation
- edit(Geometry, GeometryFactory) - Method in interface org.locationtech.jts.geom.util.GeometryEditor.GeometryEditorOperation
-
Edits a Geometry by returning a new Geometry with a modification.
- edit(Geometry, GeometryFactory) - Method in class org.locationtech.jts.geom.util.GeometryEditor.NoOpGeometryOperation
- edit(Geometry, GeometryFactory) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteComponentOperation
- edit(Geometry, GeometryEditor.GeometryEditorOperation) - Method in class org.locationtech.jts.geom.util.GeometryEditor
-
Edit the input
Geometry
with the given edit operation. - EDIT_VERTEX - Static variable in class org.locationtech.jtstest.testbuilder.AppCursors
- editCtlPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- editFrameLayout - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- editFramePanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- editGeometryCollection(GeometryCollection, GeometryEditor.GeometryEditorOperation) - Method in class org.locationtech.jts.geom.util.GeometryEditor
- editGeomIndex - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- editGroupPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- editInternal(Geometry, GeometryEditor.GeometryEditorOperation) - Method in class org.locationtech.jts.geom.util.GeometryEditor
- editMode - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- editMode - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- editMode - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- editPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- editPanel() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- editPanel_geometryChanged(GeometryEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- editPanel_geometryChanged(GeometryEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- editPanel_mouseMoved(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- editPolygon(Polygon, GeometryEditor.GeometryEditorOperation) - Method in class org.locationtech.jts.geom.util.GeometryEditor
- EditVertexTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- EditVertexTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- eiList - Variable in class org.locationtech.jts.geomgraph.Edge
- ellipse(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- ellipseRotate(Geometry, int, double) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- elt - Variable in class org.locationtech.jts.geomgraph.Label
- emitNamespace - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- EMPTY - Static variable in class org.locationtech.jts.io.WKTReader
- enableExecuteControl(boolean) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- enableUpdate(int, boolean) - Method in class org.locationtech.jtstest.testbuilder.LayerControlList
- encodeStartingVowels(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Replaces vowels that start words with a special code
- end - Variable in class org.locationtech.jts.index.chain.MonotoneChain
- end - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- end - Variable in class org.locationtech.jtstest.testrunner.TestEngine
- endCapStyle - Variable in class org.locationtech.jts.operation.buffer.BufferParameters
- endCapStyle - Variable in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- endElement(String, String, String) - Method in class org.locationtech.jts.io.gml2.GMLHandler
- endElement(String, String, String) - Method in class org.locationtech.jtsexample.io.gml2.KMLHandler
-
SAX handler - handle state information and transitions based on ending elements.
- endGeomTag(String, Writer) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- EndianDataInputStream - Class in org.locationtech.jtstest.testbuilder.io.shapefile
-
A class that gives most of the functionality of DataInputStream, but is endian aware.
- EndianDataInputStream(InputStream) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
Creates new EndianDataInputStream
- endLine() - Method in class org.locationtech.jts.linearref.LinearGeometryBuilder
-
Terminate the current LineString.
- ENDPOINT_BOUNDARY_RULE - Static variable in interface org.locationtech.jts.algorithm.BoundaryNodeRule
-
The Endpoint Boundary Node Rule.
- ENDPOINT_OFFSET - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- EndPointBoundaryNodeRule() - Constructor for class org.locationtech.jts.algorithm.BoundaryNodeRule.EndPointBoundaryNodeRule
- EndpointInfo(Coordinate) - Constructor for class org.locationtech.jts.operation.IsSimpleOp.EndpointInfo
- endpointMap - Variable in class org.locationtech.jts.operation.BoundaryOp
- endRing() - Method in class org.locationtech.jts.awt.PolygonShape
- enforceConstraints() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Enforces the supplied constraints into the triangulation.
- enforceGabriel(Collection) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- engine - Variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- engine - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- EnhancedPrecisionOp - Class in org.locationtech.jts.precision
-
Provides versions of Geometry spatial functions which use enhanced precision techniques to reduce the likelihood of robustness problems.
- EnhancedPrecisionOp() - Constructor for class org.locationtech.jts.precision.EnhancedPrecisionOp
- EnhancedPrecisionOpExample - Class in org.locationtech.jtsexample.precision
-
Example of using
EnhancedPrecisionOp
to avoid robustness problems - EnhancedPrecisionOpExample() - Constructor for class org.locationtech.jtsexample.precision.EnhancedPrecisionOpExample
- ensureExtent(Envelope, double) - Static method in class org.locationtech.jts.index.quadtree.Quadtree
-
Ensure that the envelope for the inserted item has non-zero extents.
- ensureExtent(Interval, double) - Static method in class org.locationtech.jts.index.bintree.Bintree
-
Ensure that the Interval for the inserted item has non-zero extents.
- ensureValidRing(CoordinateSequenceFactory, CoordinateSequence) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
Ensures that a CoordinateSequence forms a valid ring, returning a new closed sequence of the correct length if required.
- env - Variable in class org.locationtech.jts.geomgraph.Edge
- env - Variable in class org.locationtech.jts.index.chain.MonotoneChain
- env - Variable in class org.locationtech.jts.index.quadtree.Key
- env - Variable in class org.locationtech.jts.index.quadtree.Node
- env - Variable in class org.locationtech.jts.operation.buffer.BufferSubgraph
- env - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteComponentOperation
- env - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteVertexOperation
- envelope - Variable in class org.locationtech.jts.geom.Geometry
-
The bounding box of this
Geometry
. - envelope(Collection) - Static method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Computes the
Envelope
of a collection ofCoordinate
s. - envelope(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Computes the envelope of the coordinates.
- envelope(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- Envelope - Class in org.locationtech.jts.geom
-
Defines a rectangular region of the 2D coordinate plane.
- Envelope() - Constructor for class org.locationtech.jts.geom.Envelope
-
Creates a null
Envelope
. - Envelope(double, double, double, double) - Constructor for class org.locationtech.jts.geom.Envelope
-
Creates an
Envelope
for a region defined by maximum and minimum values. - Envelope(Coordinate) - Constructor for class org.locationtech.jts.geom.Envelope
-
Creates an
Envelope
for a region defined by a single Coordinate. - Envelope(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.geom.Envelope
-
Creates an
Envelope
for a region defined by two Coordinates. - Envelope(Envelope) - Constructor for class org.locationtech.jts.geom.Envelope
-
Create an
Envelope
from an existing Envelope. - envelopeCentre(Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- EnvelopeComparator() - Constructor for class org.locationtech.jts.operation.polygonize.EdgeRing.EnvelopeComparator
- envelopeCovers(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Determines whether the envelope of this geometry covers the Geometry g.
- EnvelopeIntersectsVisitor - Class in org.locationtech.jts.operation.predicate
-
Tests whether it can be concluded that a rectangle intersects a geometry, based on the relationship of the envelope(s) of the geometry.
- EnvelopeIntersectsVisitor(Envelope) - Constructor for class org.locationtech.jts.operation.predicate.EnvelopeIntersectsVisitor
- envelopeLowerLeft(Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- envelopesIntersect(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Determines whether a Geometry g interacts with this geometry by testing the geometry envelopes.
- EnvelopeUtil - Class in org.locationtech.jtstest.testbuilder.geom
- EnvelopeUtil() - Constructor for class org.locationtech.jtstest.testbuilder.geom.EnvelopeUtil
- eol - Variable in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- EPS - Static variable in class org.locationtech.jts.math.DD
-
The smallest representable relative difference between two {link @ DoubleDouble} values
- EPSG_PREFIX - Static variable in class org.locationtech.jts.io.geojson.GeoJsonWriter
- equal(Coordinate, Coordinate, double) - Method in class org.locationtech.jts.geom.Geometry
- equalInZ(Coordinate, double) - Method in class org.locationtech.jts.geom.Coordinate
-
Tests if another coordinate has the same value for Z, within a tolerance.
- EqualityResultMatcher - Class in org.locationtech.jtstest.testrunner
-
A
ResultMatcher
which compares result for equality, up to the given tolerance. - EqualityResultMatcher() - Constructor for class org.locationtech.jtstest.testrunner.EqualityResultMatcher
- equals(Object) - Method in class org.locationtech.jts.geom.Coordinate
-
Returns
true
ifother
has the same values for the x and y ordinates. - equals(Object) - Method in class org.locationtech.jts.geom.Envelope
- equals(Object) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry is structurally and numerically equal to a given
Object
. - equals(Object) - Method in class org.locationtech.jts.geom.LineSegment
-
Returns
true
ifother
has the same values for its points. - equals(Object) - Method in class org.locationtech.jts.geom.PrecisionModel
- equals(Object) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Tests if an object is an AffineTransformation and has the same matrix as this transformation.
- equals(Object) - Method in class org.locationtech.jts.geomgraph.Edge
-
equals is defined to be:
- equals(Object) - Method in class org.locationtech.jts.index.strtree.Interval
- equals(Object) - Method in class org.locationtech.jts.math.Vector2D
-
Tests if a vector o has the same values for the x and y components.
- equals(Object) - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
-
Two functions are the same if they have the same signature (name, parameter types and return type).
- equals(Object) - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Two functions are the same if they have the same name, parameter types and return type.
- equals(Object) - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
-
Two functions are the same if they have the same signature (name, parameter types and return type).
- equals(Object) - Method in interface org.locationtech.jtstest.geomop.GeometryFunction
-
Two functions are the same if they have the same name, parameter types and return type.
- equals(Object, Object) - Static method in class org.locationtech.jts.util.Assert
-
Throws an
AssertionFailedException
if the given objects are not equal, according to theequals
method. - equals(Object, Object, String) - Static method in class org.locationtech.jts.util.Assert
-
Throws an
AssertionFailedException
with the given message if the given objects are not equal, according to theequals
method. - equals(Coordinate[], Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Returns true if the two arrays are identical, both null, or pointwise equal (as compared using Coordinate#equals)
- equals(Coordinate[], Coordinate[], Comparator) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Returns true if the two arrays are identical, both null, or pointwise equal, using a user-defined
Comparator
forCoordinate
s - equals(Coordinate, Coordinate) - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Tests whether this edge has the given orig and dest vertices.
- equals(Coordinate, Coordinate, double) - Static method in class org.locationtech.jts.util.Debug
- equals(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry is topologically equal to the argument geometry.
- equals(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- equals(DD) - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is equal to another DoubleDouble value.
- equals(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- equals(Vertex, double) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- equals(Result, double) - Method in class org.locationtech.jtstest.testrunner.BooleanResult
- equals(Result, double) - Method in class org.locationtech.jtstest.testrunner.DoubleResult
- equals(Result, double) - Method in class org.locationtech.jtstest.testrunner.GeometryResult
- equals(Result, double) - Method in class org.locationtech.jtstest.testrunner.IntegerResult
- equals(Result, double) - Method in interface org.locationtech.jtstest.testrunner.Result
- equals2D(Coordinate) - Method in class org.locationtech.jts.geom.Coordinate
-
Returns whether the planar projections of the two
Coordinate
s are equal. - equals2D(Coordinate, double) - Method in class org.locationtech.jts.geom.Coordinate
-
Tests if another coordinate has the same values for the X and Y ordinates.
- equals3D(Coordinate) - Method in class org.locationtech.jts.geom.Coordinate
-
Tests if another coordinate has the same values for the X, Y and Z ordinates.
- equalsAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- equalsBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- equalsExact(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Returns true if the two
Geometry
s are exactly equal. - equalsExact(Geometry, double) - Method in class org.locationtech.jts.geom.Geometry
-
Returns true if the two
Geometry
s are exactly equal, up to a specified distance tolerance. - equalsExact(Geometry, double) - Method in class org.locationtech.jts.geom.GeometryCollection
- equalsExact(Geometry, double) - Method in class org.locationtech.jts.geom.LineString
- equalsExact(Geometry, double) - Method in class org.locationtech.jts.geom.MultiLineString
- equalsExact(Geometry, double) - Method in class org.locationtech.jts.geom.MultiPoint
- equalsExact(Geometry, double) - Method in class org.locationtech.jts.geom.MultiPolygon
- equalsExact(Geometry, double) - Method in class org.locationtech.jts.geom.Point
- equalsExact(Geometry, double) - Method in class org.locationtech.jts.geom.Polygon
- equalsNonOriented(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Tests if this quadedge and another have the same line segment geometry, regardless of orientation.
- equalsNorm(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether two geometries are exactly equal in their normalized forms.
- equalsOriented(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Tests if this quadedge and another have the same line segment geometry with the same orientation.
- equalsTopo(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry is topologically equal to the argument geometry as defined by the SFS
equals
predicate. - equalsTopo(LineSegment) - Method in class org.locationtech.jts.geom.LineSegment
-
Returns
true
ifother
is topologically equal to this LineSegment (e.g. - equalsTopo(Segment) - Method in class org.locationtech.jts.triangulate.Segment
-
Determines whether two segments are topologically equal.
- equalsWithTolerance(double, double, double) - Static method in class org.locationtech.jts.util.NumberUtil
- erase(Image) - Method in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- errMsg - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- errMsg - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Messages corresponding to error codes
- error(SAXParseException) - Method in class org.locationtech.jts.io.gml2.GMLHandler
- ERROR - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Deprecated.
- errorIndicator - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- errorIndicator - Variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- errorLocation - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- errorLocation - Variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- errorMsg - Variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- errorType - Variable in class org.locationtech.jts.operation.valid.TopologyValidationError
- escapeHTML(String) - Static method in class org.locationtech.jtstest.util.StringUtil
- euclideanDist - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- eval(Geometry) - Method in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
-
Evaluate the contains or covers relationship for the given geometry.
- eventListeners - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- events - Variable in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- events - Variable in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- events - Variable in class org.locationtech.jts.index.sweepline.SweepLineIndex
- eventType - Variable in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- eventType - Variable in class org.locationtech.jts.index.sweepline.SweepLineEvent
- example1() - Method in class org.locationtech.jtsexample.geom.PrecisionModelExample
- example2() - Method in class org.locationtech.jtsexample.geom.PrecisionModelExample
- exception - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- exception - Variable in class org.locationtech.jtstest.testrunner.Test
- ExceptionFormatter - Class in org.locationtech.jtstest.util
- ExceptionFormatter() - Constructor for class org.locationtech.jtstest.util.ExceptionFormatter
- exchange() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- exchangeButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- exchangeButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- exchangeGeometry() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- exchangeGeomsIcon - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- execButton - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- execButton - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- execButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- execButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- execFunction(GeometryFunction, boolean) - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- execFunction(GeometryFunction, boolean) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- execRepeatFunction(int) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- execToNewButton - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- execToNewButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- executable - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- execute() - Method in class org.locationtech.jts.noding.FastNodingValidator
- execute() - Method in interface org.locationtech.jtstest.testbuilder.BusyDialog.Executable
- execute(Object) - Method in interface org.locationtech.jts.util.CollectionUtil.Function
- execute(String, BusyDialog.Executable) - Method in class org.locationtech.jtstest.testbuilder.BusyDialog
-
Runs the Executable and displays the BusyDialog.
- expand(File) - Static method in class org.locationtech.jtstest.util.FilesUtil
- expand(Collection) - Static method in class org.locationtech.jtstest.util.FilesUtil
- expand(Boundable, Boundable, PriorityQueue, double) - Method in class org.locationtech.jts.index.strtree.BoundablePair
- expandBy(double) - Method in class org.locationtech.jts.geom.Envelope
-
Expands this envelope by a given distance in all directions.
- expandBy(double) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- expandBy(double, double) - Method in class org.locationtech.jts.geom.Envelope
-
Expands this envelope by a given distance in all directions.
- expandEnvelope(Envelope) - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Expands the given
Envelope
to include the coordinates in the sequence. - expandEnvelope(Envelope) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- expandEnvelope(Envelope) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- expandEnvelope(Envelope) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
- expandEnvelope(Envelope) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
- expandEnvelope(Envelope) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- expandEnvelope(Envelope) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- expandToInclude(double, double) - Method in class org.locationtech.jts.geom.Envelope
-
Enlarges this
Envelope
so that it contains the given point. - expandToInclude(double, double) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- expandToInclude(Coordinate) - Method in class org.locationtech.jts.geom.Envelope
-
Enlarges this
Envelope
so that it contains the givenCoordinate
. - expandToInclude(Coordinate) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- expandToInclude(CoordinateSequence) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- expandToInclude(Envelope) - Method in class org.locationtech.jts.geom.Envelope
-
Enlarges this
Envelope
so that it contains theother
Envelope. - expandToInclude(Envelope) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- expandToInclude(Geometry) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- expandToInclude(OctagonalEnvelope) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- expandToInclude(Interval) - Method in class org.locationtech.jts.index.bintree.Interval
- expandToInclude(Interval) - Method in class org.locationtech.jts.index.strtree.Interval
- expandToQueue(PriorityQueue, double) - Method in class org.locationtech.jts.index.strtree.BoundablePair
-
For a pair which is not a leaf (i.e.
- expectedBoundary - Variable in class org.locationtech.jtstest.test.TestCase
- expectedCentroid - Variable in class org.locationtech.jtstest.test.TestCase
- expectedConvexHull - Variable in class org.locationtech.jtstest.test.TestCase
- expectedDifference - Variable in class org.locationtech.jtstest.test.TestCase
- expectedIM - Variable in class org.locationtech.jtstest.test.TestCase
- expectedImDocumentListener - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- expectedIntersection - Variable in class org.locationtech.jtstest.test.TestCase
- expectedIntersectionMatrixChanged() - Method in class org.locationtech.jtstest.testbuilder.RelatePanel
- expectedPredicateResult(TestCaseEdit, String, String, String) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- expectedResult - Variable in class org.locationtech.jtstest.testrunner.Test
- expectedSymDifference - Variable in class org.locationtech.jtstest.test.TestCase
- expectedUnion - Variable in class org.locationtech.jtstest.test.TestCase
- exponent(double) - Static method in class org.locationtech.jts.index.quadtree.DoubleBits
- EXPONENT_BIAS - Static variable in class org.locationtech.jts.index.quadtree.DoubleBits
- extend(CoordinateSequenceFactory, CoordinateSequence, int) - Static method in class org.locationtech.jts.geom.CoordinateSequences
- ExtendedCoordinate - Class in org.locationtech.jtsexample.geom
- ExtendedCoordinate() - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinate
-
Default constructor
- ExtendedCoordinate(double, double, double, double) - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinate
- ExtendedCoordinate(Coordinate) - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinate
- ExtendedCoordinate(ExtendedCoordinate) - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinate
- ExtendedCoordinateExample - Class in org.locationtech.jtsexample.geom
- ExtendedCoordinateExample() - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinateExample
- ExtendedCoordinateSequence - Class in org.locationtech.jtsexample.geom
-
Demonstrates how to implement a CoordinateSequence for a new kind of coordinate (an
ExtendedCoordinate
in this example). - ExtendedCoordinateSequence(int) - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
-
Constructs a sequence of a given size, populated with new
ExtendedCoordinate
s. - ExtendedCoordinateSequence(Coordinate[]) - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
-
Constructor that makes a copy of an array of Coordinates.
- ExtendedCoordinateSequence(CoordinateSequence) - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
-
Constructor that makes a copy of a CoordinateSequence.
- ExtendedCoordinateSequence(ExtendedCoordinate[]) - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
-
Copy constructor -- simply aliases the input array, for better performance.
- ExtendedCoordinateSequenceFactory - Class in org.locationtech.jtsexample.geom
-
Creates ExtendedCoordinateSequenceFactory internally represented as an array of
ExtendedCoordinate
s. - ExtendedCoordinateSequenceFactory() - Constructor for class org.locationtech.jtsexample.geom.ExtendedCoordinateSequenceFactory
- extension(String) - Static method in class org.locationtech.jtstest.util.FileUtil
- EXTENSION_SEPARATOR - Static variable in class org.locationtech.jtstest.util.FileUtil
- extent - Variable in class org.locationtech.jts.shape.GeometricShapeBuilder
- extentLocator - Variable in class org.locationtech.jts.shape.random.RandomPointsBuilder
- EXTERIOR - Static variable in class org.locationtech.jts.geom.Location
-
The location value for the exterior of a geometry.
- extract(Collection) - Method in class org.locationtech.jts.operation.union.UnaryUnionOp
- extract(Coordinate[], int, int) - Static method in class org.locationtech.jts.geom.CoordinateArrays
- extract(Geometry) - Method in class org.locationtech.jts.operation.union.UnaryUnionOp
- extract(Geometry, Class) - Static method in class org.locationtech.jts.geom.util.GeometryExtracter
-
Extracts the components of type clz from a
Geometry
and returns them in aList
. - extract(Geometry, Class, List) - Static method in class org.locationtech.jts.geom.util.GeometryExtracter
-
Extracts the components of type clz from a
Geometry
and adds them to the providedList
. - extract(Geometry, LinearLocation, LinearLocation) - Static method in class org.locationtech.jts.linearref.ExtractLineByLocation
-
Computes the subline of a
LineString
between twoLinearLocation
s on the line. - extract(LinearLocation, LinearLocation) - Method in class org.locationtech.jts.linearref.ExtractLineByLocation
-
Extracts a subline of the input.
- extractByEnvelope(Envelope, Geometry, List) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- extractCategory(String) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- extractChain(LineString, int, int) - Static method in class org.locationtech.jtstest.function.LineHandlingFunctions
- extractChains(Geometry, int) - Static method in class org.locationtech.jtstest.function.LineHandlingFunctions
- extractComponentButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- extractComponents(Geometry, Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.LayerList
- extractComponentsToTestCase(Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- extractComponentsToTestCase(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- ExtractComponentTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
-
Extracts a component of a geometry to a new Test Case
- ExtractComponentTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.ExtractComponentTool
- extractCoordinates(List) - Static method in class org.locationtech.jts.simplify.TaggedLineString
- extractCoordinates(Geometry) - Static method in class org.locationtech.jts.algorithm.ConvexHull
- extractDescription(Method) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- extractElements(Geometry, boolean) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- extractElements(Geometry, boolean[], boolean) - Method in class org.locationtech.jts.operation.union.UnionInteracting
- extractElements(Geometry, List) - Method in class org.locationtech.jts.geom.util.GeometryCombiner
- extractFactory(Collection) - Static method in class org.locationtech.jts.geom.util.GeometryCombiner
-
Extracts the GeometryFactory used by the geometries in a collection
- extractLine(double, double) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Computes the
LineString
for the interval on the line between the given indices. - extractLine(Geometry, double, double) - Static method in class org.locationtech.jtstest.function.LinearReferencingFunctions
- extractLine(LinearLocation, LinearLocation) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Computes the
LineString
for the interval on the line between the given indices. - ExtractLineByLocation - Class in org.locationtech.jts.linearref
-
Extracts the subline of a linear
Geometry
between twoLinearLocation
s on the line. - ExtractLineByLocation(Geometry) - Constructor for class org.locationtech.jts.linearref.ExtractLineByLocation
- extractLines(Collection) - Method in class org.locationtech.jts.noding.snapround.GeometryNoder
- extractLines(Geometry) - Static method in class org.locationtech.jtstest.function.LineHandlingFunctions
- extractLineStrings(Geometry[], Envelope) - Method in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- extractLinework(Geometry) - Method in class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
-
Extracts linework for polygonal components.
- extractLocationGeometry(List) - Method in class org.locationtech.jtstest.testbuilder.model.LayerList
- extractNodedSegmentStrings(Geometry) - Static method in class org.locationtech.jts.noding.SegmentStringUtil
-
Extracts all linear components from a given
Geometry
toSegmentString
s. - extractNonCoveredResultNodes(int) - Method in class org.locationtech.jts.operation.overlay.PointBuilder
-
Determines nodes which are in the result, and creates
Point
s for them. - extractOnlyPolygonal - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- extractParamNames(Method) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
-
Java doesn't permit accessing the original code parameter names, unfortunately.
- extractParamTypes(Method) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- extractParamTypes(Method) - Static method in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- extractPoint(double) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Computes the
Coordinate
for the point on the line at the given index. - extractPoint(double, double) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Computes the
Coordinate
for the point on the line at the given index, offset by the given distance. - extractPoint(Geometry, double) - Static method in class org.locationtech.jtstest.function.LinearReferencingFunctions
- extractPoint(LinearLocation) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Computes the
Coordinate
for the point on the line at the given index. - extractPoint(LinearLocation, double) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Computes the
Coordinate
for the point on the line at the given index, offset by the given distance. - extractPoints(LineString, double, List) - Method in class org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator
- extractPolygons(List, boolean) - Static method in class org.locationtech.jts.operation.polygonize.Polygonizer
- extractSegments(Geometry) - Static method in class org.locationtech.jtstest.function.LineHandlingFunctions
- extractSegmentStrings(Geometry) - Static method in class org.locationtech.jts.noding.SegmentStringUtil
-
Extracts all linear components from a given
Geometry
toSegmentString
s. - extractSignificantDigits(boolean, int[]) - Method in class org.locationtech.jts.math.DD
-
Extracts the significant digits in the decimal representation of the argument.
- extractTargetCoordinates(Geometry) - Method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
- extractTestFilenames(CommandLine) - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- extractUniqueCoordinates(Geometry) - Static method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Extracts the unique
Coordinate
s from the givenGeometry
. - extremalPts - Variable in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- extrude - Variable in class org.locationtech.jts.io.kml.KMLWriter
F
- FACET_SEQUENCE_SIZE - Static variable in class org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder
- facetDistance(Object[]) - Static method in class org.locationtech.jts.operation.distance.IndexedFacetDistance
- FacetLocater - Class in org.locationtech.jtstest.testbuilder.geom
-
Locates the paths to facets (vertices and segments) of a
Geometry
which are within a given tolerance of a query point. - FacetLocater(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- FacetSequence - Class in org.locationtech.jts.operation.distance
-
Represents a sequence of facets (points or line segments) of a
Geometry
specified by a subsequence of aCoordinateSequence
. - FacetSequence(CoordinateSequence, int) - Constructor for class org.locationtech.jts.operation.distance.FacetSequence
-
Creates a new sequence for a single point from a CoordinateSequence.
- FacetSequence(CoordinateSequence, int, int) - Constructor for class org.locationtech.jts.operation.distance.FacetSequence
-
Creates a new section based on a CoordinateSequence.
- FacetSequenceDistance() - Constructor for class org.locationtech.jts.operation.distance.IndexedFacetDistance.FacetSequenceDistance
- FacetSequenceTreeBuilder - Class in org.locationtech.jts.operation.distance
- FacetSequenceTreeBuilder() - Constructor for class org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder
- facingPlane - Variable in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- fact - Static variable in class org.locationtech.jts.noding.NodingValidator
- fact - Static variable in class org.locationtech.jts.util.Debug
- fact - Variable in class org.locationtech.jtsexample.io.gml2.KMLHandler
- fact - Static variable in class org.locationtech.jtsexample.linearref.LinearRefExample
- fact - Static variable in class org.locationtech.jtsexample.operation.distance.ClosestPointExample
- fact - Variable in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- factory - Variable in class org.locationtech.jts.algorithm.InteriorPointArea
- factory - Variable in class org.locationtech.jts.dissolve.LineDissolver
- factory - Variable in class org.locationtech.jts.geom.Geometry
-
The
GeometryFactory
used to create this Geometry - factory - Variable in class org.locationtech.jts.geom.util.GeometryEditor
-
The factory used to create the modified Geometry.
- factory - Variable in class org.locationtech.jts.geom.util.GeometryTransformer
- factory - Variable in class org.locationtech.jts.io.WKBReader
- factory - Variable in class org.locationtech.jts.operation.linemerge.EdgeString
- factory - Variable in class org.locationtech.jts.operation.linemerge.LineMerger
- factory - Variable in class org.locationtech.jts.operation.linemerge.LineSequencer
- factory - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- factory - Variable in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
- failed - Variable in class org.locationtech.jtstest.test.TestCase
- failedMsg - Variable in class org.locationtech.jtstest.test.TestCase
- FALSE - Static variable in class org.locationtech.jts.geom.Dimension
-
Dimension value of the empty geometry (-1).
- farthestPoints(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- FastNodingValidator - Class in org.locationtech.jts.noding
-
Validates that a collection of
SegmentString
s is correctly noded. - FastNodingValidator(Collection) - Constructor for class org.locationtech.jts.noding.FastNodingValidator
-
Creates a new noding validator for a given set of linework.
- FastSegmentSetIntersectionFinder - Class in org.locationtech.jts.noding
-
Finds if two sets of
SegmentString
s intersect. - FastSegmentSetIntersectionFinder(Collection) - Constructor for class org.locationtech.jts.noding.FastSegmentSetIntersectionFinder
-
Creates an intersection finder against a given set of segment strings.
- fatalError(SAXParseException) - Method in class org.locationtech.jts.io.gml2.GMLHandler
- fetchTriangleToVisit(QuadEdge, Stack, boolean, Set) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Stores the edges for a visited triangle.
- file - Variable in class org.locationtech.jts.io.WKBHexFileReader
- file - Variable in class org.locationtech.jts.io.WKTFileReader
- file - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- fileAndDirectoryChooser - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- fileChooser - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- fileCode - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- FileDrop - Class in org.locationtech.jtstest.testbuilder.ui.dnd
-
This class makes it easy to drag and drop files from the operating system to a Java program.
- FileDrop(Component, boolean, FileDrop.Listener) - Constructor for class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a default border and the option to recursively set drop targets.
- FileDrop(Component, Border, boolean, FileDrop.Listener) - Constructor for class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a specified border and the option to recursively set drop targets.
- FileDrop(Component, Border, FileDrop.Listener) - Constructor for class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a specified border
- FileDrop(Component, FileDrop.Listener) - Constructor for class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructs a
FileDrop
with a default light-blue border and, if c is aContainer
, recursively sets all elements contained within as drop targets, though only the top level container will change borders. - FileDrop(PrintStream, Component, boolean, FileDrop.Listener) - Constructor for class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a default border, debugging optionally turned on and the option to recursively set drop targets.
- FileDrop(PrintStream, Component, Border, boolean, FileDrop.Listener) - Constructor for class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Full constructor with a specified border and debugging optionally turned on.
- FileDrop(PrintStream, Component, Border, FileDrop.Listener) - Constructor for class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a specified border and debugging optionally turned on.
- FileDrop(PrintStream, Component, FileDrop.Listener) - Constructor for class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a default border and debugging optionally turned on.
- FileDrop.Listener - Interface in org.locationtech.jtstest.testbuilder.ui.dnd
-
Implement this inner interface to listen for when files are dropped.
- fileLength - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- fileList - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- fileList_valueChanged(ListSelectionEvent) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- fileListModel - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- filename - Variable in class org.locationtech.jtsexample.io.gml2.KMLReader
- filenames - Variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd.TestRunnerOptions
- filenames(File) - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- filenames(Collection) - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- filenamesDeep(File) - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- filenamesDeep(File) - Static method in class org.locationtech.jtstest.util.FilesUtil
- filesDropped(File[]) - Method in interface org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop.Listener
-
This method is called when files have been successfully dropped.
- FilesUtil - Class in org.locationtech.jtstest.util
- FilesUtil() - Constructor for class org.locationtech.jtstest.util.FilesUtil
- FileUtil - Class in org.locationtech.jtstest.util
-
Useful file utilities.
- FileUtil() - Constructor for class org.locationtech.jtstest.util.FileUtil
- FILL_BASIC - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- FILL_RAINBOW - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- FILL_RAINBOW_RANDOM - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- FILL_VARY - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- fillChildren() - Method in class org.locationtech.jtstest.testbuilder.GeometryCollectionNode
- fillChildren() - Method in class org.locationtech.jtstest.testbuilder.GeometryNode
- fillChildren() - Method in class org.locationtech.jtstest.testbuilder.LineStringNode
- fillChildren() - Method in class org.locationtech.jtstest.testbuilder.PointNode
- fillChildren() - Method in class org.locationtech.jtstest.testbuilder.PolygonNode
- fillColor - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- fillColor - Variable in class org.locationtech.jtstest.testbuilder.ui.style.BasicStyle
- filled - Variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- filled - Variable in class org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- filletAngleQuantum - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
The angle quantum with which to approximate a fillet curve (based on the input # of quadrant segments)
- fillType - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- fillType() - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- filter - Variable in class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- filter(Coordinate) - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- filter(Coordinate) - Method in interface org.locationtech.jts.geom.CoordinateFilter
-
Performs an operation with the
coord
. - filter(Coordinate) - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- filter(Coordinate) - Method in class org.locationtech.jts.precision.CommonBitsRemover.CommonCoordinateFilter
- filter(Coordinate) - Method in class org.locationtech.jts.precision.SimpleMinimumClearance.VertexCoordinateFilter
- filter(Coordinate) - Method in class org.locationtech.jts.util.CoordinateArrayFilter
- filter(Coordinate) - Method in class org.locationtech.jts.util.CoordinateCountFilter
- filter(Coordinate) - Method in class org.locationtech.jts.util.UniqueCoordinateArrayFilter
- filter(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher.VertexInMaskCountCoordinateFilter
- filter(CoordinateSequence, int) - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- filter(CoordinateSequence, int) - Method in interface org.locationtech.jts.geom.CoordinateSequenceFilter
-
Performs an operation on a coordinate in a
CoordinateSequence
. - filter(CoordinateSequence, int) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Transforms the i'th coordinate in the input sequence
- filter(CoordinateSequence, int) - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- filter(CoordinateSequence, int) - Method in class org.locationtech.jts.precision.CommonBitsRemover.Translater
- filter(CoordinateSequence, int) - Method in class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
-
Rounds the Coordinates in the sequence to match the PrecisionModel
- filter(CoordinateSequence, int) - Method in class org.locationtech.jts.precision.SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter
- filter(CoordinateSequence, int) - Method in class org.locationtech.jts.util.Debug.SegmentFindingFilter
- filter(CoordinateSequence, int) - Method in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder.AdjacentVertexFilter
- filter(CoordinateSequence, int) - Method in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- filter(CoordinateSequence, int) - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- filter(CoordinateSequence, int) - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearVerticesFilter
- filter(Geometry) - Method in interface org.locationtech.jts.geom.GeometryComponentFilter
-
Performs an operation with or on
geom
. - filter(Geometry) - Method in interface org.locationtech.jts.geom.GeometryFilter
-
Performs an operation with or on
geom
. - filter(Geometry) - Method in class org.locationtech.jts.geom.OctagonalEnvelope.BoundingOctagonComponentFilter
- filter(Geometry) - Method in class org.locationtech.jts.geom.util.ComponentCoordinateExtracter
- filter(Geometry) - Method in class org.locationtech.jts.geom.util.GeometryExtracter
- filter(Geometry) - Method in class org.locationtech.jts.geom.util.LinearComponentExtracter
- filter(Geometry) - Method in class org.locationtech.jts.geom.util.LineStringExtracter
- filter(Geometry) - Method in class org.locationtech.jts.geom.util.PointExtracter
- filter(Geometry) - Method in class org.locationtech.jts.geom.util.PolygonExtracter
- filter(Geometry) - Method in class org.locationtech.jts.operation.distance.ConnectedElementLocationFilter
- filter(Geometry) - Method in class org.locationtech.jts.operation.distance.ConnectedElementPointFilter
- filter(Geometry) - Method in class org.locationtech.jts.operation.overlay.validate.PolygonalLineworkExtracter
-
Filters out all linework for polygonal elements
- filter(Geometry) - Method in class org.locationtech.jts.operation.polygonize.Polygonizer.LineStringAdder
- filter(Geometry) - Method in class org.locationtech.jts.simplify.TopologyPreservingSimplifier.LineStringMapBuilderFilter
-
Filters linear geometries.
- filter(Geometry) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- filterCoordinates(Coordinate[]) - Static method in class org.locationtech.jts.util.UniqueCoordinateArrayFilter
-
Convenience method which allows running the filter over an array of
Coordinate
s. - filterCoveredNodeToPoint(Node) - Method in class org.locationtech.jts.operation.overlay.PointBuilder
-
Converts non-covered nodes to Point objects and adds them to the result.
- filterVertexLocations(Collection) - Static method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
-
Creates a list containing all the vertex
GeometryLocation
s in the input collection. - fin(Point2D, Point2D, double, double) - Static method in class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- find(String) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
-
Finds the first function which matches the given name.
- find(String) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
-
Finds the first function which matches the given name.
- find(String, int) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
-
Finds the first function which matches the given name and argument count.
- find(String, int) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
-
Finds the first function which matches the given name and argument count.
- find(String, Class[]) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
-
Finds the first function which matches the given signature.
- find(Coordinate) - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Finds the edge starting at the origin of this edge with the given dest vertex, if any.
- find(Coordinate) - Method in class org.locationtech.jts.geomgraph.NodeMap
- find(Coordinate) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- find(Coordinate) - Method in class org.locationtech.jts.planargraph.NodeMap
-
Returns the Node at the given location, or null if no Node was there.
- find(Envelope) - Method in class org.locationtech.jts.index.quadtree.Node
-
Returns the smallest existing node containing the envelope.
- find(Interval) - Method in class org.locationtech.jts.index.bintree.Node
-
Returns the smallest existing node containing the envelope.
- findAdjacentVertices(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- findAllIntersections - Variable in class org.locationtech.jts.noding.FastNodingValidator
- findAllIntersections - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinder
- findAllTypes - Variable in class org.locationtech.jts.noding.SegmentIntersectionDetector
- findAndClassifyIntersections(Geometry) - Method in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
- findBestFitPlane(Polygon) - Method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
-
Finds a best-fit plane for the polygon, by sampling a few points from the exterior ring.
- findBestMatchNode(Coordinate) - Method in class org.locationtech.jts.index.kdtree.KdTree
-
Finds the node in the tree which is the best match for a point being inserted.
- findChainEnd(Coordinate[], int) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainIndexer
- findChainEnd(Coordinate[], int) - Static method in class org.locationtech.jts.index.chain.MonotoneChainBuilder
-
Finds the index of the last point in a monotone chain starting at a given point.
- findClosestPoint(String, String) - Method in class org.locationtech.jtsexample.operation.distance.ClosestPointExample
- findCollapseIndex(SegmentNode, SegmentNode, int[]) - Method in class org.locationtech.jts.noding.SegmentNodeList
- findCollapsesFromExistingVertices(List) - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Adds nodes for any collapsed edge pairs which are pre-existing in the vertex list.
- findCollapsesFromInsertedNodes(List) - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Adds nodes for any collapsed edge pairs caused by inserted nodes Collapsed edge pairs occur when the same coordinate is inserted as a node both before and after an existing edge vertex.
- findComponents(Stack, Geometry, List) - Method in class org.locationtech.jtstest.testbuilder.geom.ComponentLocater
- findCoveredLineEdges() - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
-
Traverse the star of edges, maintaining the current location in the result area at this node (if any).
- findCoveredLineEdges() - Method in class org.locationtech.jts.operation.overlay.LineBuilder
-
Find and mark L edges which are "covered" by the result area (if any).
- findDifferentPoint(Coordinate[], Coordinate) - Static method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- findDirEdgesInRing(PolygonizeDirectedEdge) - Static method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Traverses a ring of DirectedEdges, accumulating them into a list.
- findDisjointShells(List) - Static method in class org.locationtech.jts.operation.polygonize.Polygonizer
- findDistance(Geometry) - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- findEdge() - Method in class org.locationtech.jts.triangulate.quadedge.LastFoundQuadEdgeLocator
- findEdge(List) - Method in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- findEdge(Coordinate, Coordinate) - Method in class org.locationtech.jts.edgegraph.EdgeGraph
-
Finds an edge in this graph with the given origin and destination, if one exists.
- findEdge(Coordinate, Coordinate) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
-
Returns the edge whose first two coordinates are p0 and p1
- findEdge(LineString) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- findEdgeEnd(Edge) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
-
Returns the EdgeEnd which has edge e as its base edge (MD 18 Feb 2002 - this should return a pair of edges)
- findEdgeIndex(Edge) - Method in class org.locationtech.jts.geomgraph.EdgeList
-
If the edge e is already in the list, return its index.
- findEdgeInSameDirection(Coordinate, Coordinate) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
-
Returns the edge which starts at p0 and whose first segment is parallel to p1
- findEdgeRing(PolygonizeDirectedEdge) - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
- findEdgeRingContaining(EdgeRing, List) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.
- findEdgeRingContaining(EdgeRing, List) - Static method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Find the innermost enclosing shell EdgeRing containing the argument EdgeRing, if any.
- findEdgesIncidentOnOrigin(QuadEdge) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeUtil
-
Gets all edges which are incident on the origin of the given edge.
- findEqualEdge(Edge) - Method in class org.locationtech.jts.geomgraph.EdgeList
-
If there is an edge equal to e already in the list, return it.
- finder - Variable in class org.locationtech.jts.operation.buffer.BufferSubgraph
- findFurthestPoint(Coordinate[], int, int, double[]) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- findIndex(ArrayList, Object) - Static method in class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
-
Finds a object in a list.
- findIndex(EdgeEnd) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- findInteriorIntersections(Collection, LineIntersector) - Method in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
-
Computes all interior intersections in the collection of
SegmentString
s, and returns theirCoordinate
s. - findInteriorIntersections(Collection, LineIntersector) - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
-
Computes all interior intersections in the collection of
SegmentString
s, and returns theirCoordinate
s. - findIntersecting(Collection, Geometry) - Static method in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- findIntersectionNodes(PolygonizeDirectedEdge, long) - Static method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Finds all nodes in a maximal edgering which are self-intersection nodes
- findLabeledEdgeRings(Collection) - Static method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Finds and labels all edgerings in the graph.
- findLocations(Stack, Geometry, List) - Method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- findLocations(Stack, Geometry, CoordinateSequence, List) - Method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- findLocations(Stack, Polygon, List) - Method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- findLocations(Geometry, List) - Method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- findLowestDegreeNode(Subgraph) - Static method in class org.locationtech.jts.operation.linemerge.LineSequencer
- findMatching(OrientedCoordinateArray, SegmentString) - Method in class org.locationtech.jts.noding.SegmentStringDissolver
- findMaxPerpDistance(Coordinate[], LineSegment, int) - Method in class org.locationtech.jts.algorithm.MinimumDiameter
- findNear(Collection, double, Envelope) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- findNearestPoint(Geometry, Coordinate, double) - Static method in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder
- findNearVertex(Coordinate[], int) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- findNearVertex(Coordinate[], int, LineString) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
-
Finds a single near vertex.
- findNearVertices() - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- findNearVertices(LineString) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- findNextNonDeletedIndex(int) - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
-
Finds the next non-deleted index, or the end of the point array if none
- findNode(Coordinate) - Method in class org.locationtech.jts.planargraph.PlanarGraph
- findNodePoints(Geometry) - Static method in class org.locationtech.jtstest.function.NodingFunctions
- findNodesOfDegree(int) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Returns all Nodes with the given number of Edges around it.
- findNonGabrielPoint(Segment) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Given a set of points stored in the kd-tree and a line segment defined by two points in this set, finds a
Coordinate
in the circumcircle of the line segment, if one exists. - findOuterShells(List) - Static method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
For each outer hole finds and includes a single outer shell.
- findPolygonContaining(Geometry, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- findProper - Variable in class org.locationtech.jts.noding.SegmentIntersectionDetector
- findPtNotNode(Coordinate[], LinearRing, GeometryGraph) - Static method in class org.locationtech.jts.operation.valid.IsValidOp
-
Find a point from the list of testCoords that is NOT a node in the edge for the list of searchCoords
- findResultAreaEdges(int) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Find all edges whose label indicates that they are in the result area(s), according to the operation being performed.
- findResultEdges() - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
-
Find all edges whose depths indicates that they are in the result area(s).
- findRightmostEdgeAtNode() - Method in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- findRightmostEdgeAtVertex() - Method in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- findSegmentIndexToSnap(Coordinate, CoordinateList) - Method in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
-
Finds a src segment which snaps to (is close to) the given snap point.
- findSegmentLocations(Stack, Geometry, CoordinateSequence, List) - Method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- findSequence(Subgraph) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
- findSequences() - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
- findShell(List) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
This method takes a list of MinimalEdgeRings derived from a MaximalEdgeRing, and tests whether they form a Polygon.
- findShellsAndHoles(List) - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
- findSingleNodePoint(Geometry) - Static method in class org.locationtech.jtstest.function.NodingFunctions
- findSnapForVertex(Coordinate, Coordinate[]) - Method in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
- findSplitPoint(Segment, Coordinate) - Method in interface org.locationtech.jts.triangulate.ConstraintSplitPointFinder
-
Finds a point at which to split an encroached segment to allow the original segment to appear as edges in a constrained Delaunay triangulation.
- findSplitPoint(Segment, Coordinate) - Method in class org.locationtech.jts.triangulate.MidpointSplitPointFinder
-
Gets the midpoint of the split segment
- findSplitPoint(Segment, Coordinate) - Method in class org.locationtech.jts.triangulate.NonEncroachingSplitPointFinder
-
A basic strategy for finding split points when nothing extra is known about the geometry of the situation.
- findStabbedSegments(Coordinate) - Method in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater
-
Finds all non-horizontal segments intersecting the stabbing line.
- findStabbedSegments(Coordinate, List, List) - Method in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater
-
Finds all non-horizontal segments intersecting the stabbing line in the list of dirEdges.
- findStabbedSegments(Coordinate, DirectedEdge, List) - Method in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater
-
Finds all non-horizontal segments intersecting the stabbing line in the input dirEdge.
- findStrategy(String, String) - Static method in class org.locationtech.jts.io.gml2.GeometryStrategies
- findSubgraph(Node) - Method in class org.locationtech.jts.planargraph.algorithm.ConnectedSubgraphFinder
- findUnvisitedBestOrientedDE(Node) - Static method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Finds an
DirectedEdge
for an unvisited edge (if any), choosing the dirEdge which preserves orientation, if possible. - findValidRings(List, List, List) - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
- findVertexLocations(Stack, Geometry, CoordinateSequence, List) - Method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- findVertices(Geometry, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
- finished() - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
-
Called on the event dispatching thread (not on the worker thread) after the
construct
method has returned. - finishGesture() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- fireFunctionExecuted(SpatialFunctionPanelEvent) - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- fireFunctionExecuted(SpatialFunctionPanelEvent) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- fireFunctionInvoked(GeometryFunctionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- fireFunctionSelected(GeometryFunctionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- fireGeometryChanged(GeometryEvent) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- fireSetHighlightPerformed(ValidPanelEvent) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- firstNComponents(Geometry, int) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- firstScalarParamIndex(Method) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- firstScalarParamIndex(GeometryFunction) - Static method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- FIXED - Static variable in class org.locationtech.jts.geom.PrecisionModel
-
Fixed Precision indicates that coordinates have a fixed number of decimal places.
- FixingGeometryFactory - Class in org.locationtech.jtsexample.io.gml2
-
A GeometryFactory extension which fixes structurally bad coordinate sequences used to create LinearRings.
- FixingGeometryFactory() - Constructor for class org.locationtech.jtsexample.io.gml2.FixingGeometryFactory
- fixInvalidLines - Variable in class org.locationtech.jts.linearref.LinearGeometryBuilder
- fixPolygonalTopology(Geometry) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
- flash(Geometry) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- flashPointGeom(Geometry) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- FLATNESS_FACTOR - Static variable in class org.locationtech.jts.awt.FontGlyphReader
- flatten(int, int) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
-
Flattens a section of the line between indexes
start
andend
, replacing them with a line between the endpoints. - flavors - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- flip() - Method in class org.locationtech.jts.geomgraph.Label
- flip() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- Float(double[], int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
-
Constructs a packed coordinate sequence from an array of
double
s - Float(float[], int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
-
Constructs a packed coordinate sequence from an array of
float
s - Float(int, int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
-
Constructs an empty packed coordinate sequence of a given size and dimension
- Float(Coordinate[], int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
-
Constructs a packed coordinate sequence out of a coordinate array
- FLOAT - Static variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- FLOAT_FACTORY - Static variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- FLOATING - Static variable in class org.locationtech.jts.geom.PrecisionModel
-
Floating precision corresponds to the standard Java double-precision floating-point representation, which is based on the IEEE-754 standard
- FLOATING_SINGLE - Static variable in class org.locationtech.jts.geom.PrecisionModel
-
Floating single precision corresponds to the standard Java single-precision floating-point representation, which is based on the IEEE-754 standard
- floor() - Method in class org.locationtech.jts.math.DD
-
Returns the largest (closest to positive infinity) value that is not greater than the argument and is equal to a mathematical integer.
- flowLayout - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- flowLayout - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- flowLayout1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- flowLayout1 - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- flowLayout1 - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- flowLayout2 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- fmt - Static variable in class org.locationtech.jtstest.testbuilder.CoordinateNode
- focusBackgroundColor - Static variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- focusBorder - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- FONT - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- FONT_LABEL - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- FONT_MONOSPACED - Static variable in class org.locationtech.jts.awt.FontGlyphReader
-
The font name of the Java logical font Monospaced.
- FONT_SANSERIF - Static variable in class org.locationtech.jts.awt.FontGlyphReader
-
The font name of the Java logical font SansSerif.
- FONT_SANSSERIF - Static variable in class org.locationtech.jts.awt.FontGlyphReader
-
The font name of the Java logical font SansSerif.
- FONT_SERIF - Static variable in class org.locationtech.jts.awt.FontGlyphReader
-
The font name of the Java logical font Serif.
- fontGlyph(Geometry, String, Font) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- fontGlyph(Geometry, String, String) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- fontGlyphMonospaced(Geometry, String) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- FontGlyphReader - Class in org.locationtech.jts.awt
-
Provides methods to read
Font
glyphs for strings intoPolygonal
geometry. - FontGlyphReader() - Constructor for class org.locationtech.jts.awt.FontGlyphReader
- fontGlyphSansSerif(Geometry, String) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- fontGlyphSerif(Geometry, String) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- fontGlyphSerifPointSize(Geometry, String, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- forceRepaint() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- format(double, int) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns d as a string truncated to the specified number of decimal places
- format(long) - Static method in class org.locationtech.jts.util.Memory
- format(String) - Static method in class org.locationtech.jtstest.util.io.MultiFormatReader
- FORMAT_GEOJSON - Static variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- FORMAT_GML - Static variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- FORMAT_UNKNOWN - Static variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- FORMAT_WKB - Static variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- FORMAT_WKT - Static variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- formatField(String, int) - Static method in class org.locationtech.jts.util.Debug
- formatOrdinate(double) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
- formatter - Variable in class org.locationtech.jts.io.WKTWriter
- formatter - Variable in class org.locationtech.jtstest.util.io.SVGWriter
- formatTooltip(JComponent) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
-
Changes the tooltip text of the JComponent to be multiline HTML.
- formatTooltips(Container) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
-
Changes the tooltip text of each component in the Container to be multiline HTML.
- formInitialDelaunay() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Computes the Delaunay triangulation of the initial sites.
- ForwardComparator() - Constructor for class org.locationtech.jts.geom.CoordinateArrays.ForwardComparator
- frame - Variable in class org.locationtech.jtstest.testbuilder.controller.ResultController
- frame - Variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- frame - Variable in class org.locationtech.jtstest.testbuilder.model.PNGWriter
- frameEnv - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- frameVertex - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- free() - Static method in class org.locationtech.jts.util.Memory
- freeString() - Static method in class org.locationtech.jts.util.Memory
- from - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- fromCommaDelimitedString(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Converts the comma-delimited string into a List of trimmed strings.
- fromLoc - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexMover.MoveVertexOperation
- fullTopologicalPredicate(Geometry) - Method in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
-
Computes the full topological predicate.
- fullTopologicalPredicate(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonContains
-
Computes the full topological contains predicate.
- fullTopologicalPredicate(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonCovers
-
Computes the full topological covers predicate.
- fun - Variable in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- funcListPanel - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- funcRegistry - Static variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- funcRegistry - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- funcRegistry - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- funcTimer - Variable in class org.locationtech.jtstest.testbuilder.controller.ResultController
- function - Variable in class org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
- functionChanged(GeometryFunction) - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- functionChanged(GeometryFunction) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- functionDescriptionHTML(GeometryFunction) - Static method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- functionExecuted(SpatialFunctionPanelEvent) - Method in interface org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelListener
- functionInvoked(GeometryFunctionEvent) - Method in interface org.locationtech.jtstest.testbuilder.event.GeometryFunctionListener
- functionLabel - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- functions - Variable in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- functions - Variable in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
- FUNCTIONS_SUFFIX - Static variable in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- FUNCTIONS_SUFFIX - Static variable in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- functionSelected(GeometryFunctionEvent) - Method in interface org.locationtech.jtstest.testbuilder.event.GeometryFunctionListener
- functionsPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- FunctionsUtil - Class in org.locationtech.jtstest.function
- FunctionsUtil() - Constructor for class org.locationtech.jtstest.function.FunctionsUtil
- FuzzyPointLocator - Class in org.locationtech.jts.operation.overlay.validate
-
Finds the most likely
Location
of a point relative to the polygonal components of a geometry, using a tolerance value. - FuzzyPointLocator(Geometry, double) - Constructor for class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
G
- g - Variable in class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
- g - Variable in class org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator
- g0 - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- g0 - Variable in class org.locationtech.jts.operation.union.UnionInteracting
- g1 - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- g1 - Variable in class org.locationtech.jts.operation.union.UnionInteracting
- GB - Static variable in class org.locationtech.jts.util.Memory
- ge(DD) - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is greater than or equals to another DoubleDouble value.
- generateExpectedValuesMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- GEOJSON_COORDINATES - Static variable in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- GEOJSON_FEATURECOLLECTION - Static variable in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- GeoJsonConstants - Class in org.locationtech.jts.io.geojson
-
Constants for GeoJSON objects
- GeoJsonConstants() - Constructor for class org.locationtech.jts.io.geojson.GeoJsonConstants
- GeoJsonMultiReader - Class in org.locationtech.jtstest.util.io
- GeoJsonMultiReader(GeometryFactory) - Constructor for class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- GeoJsonReader - Class in org.locationtech.jts.io.geojson
-
Reads a GeoJson Geometry from a JSON fragment into a
Geometry
. - GeoJsonReader() - Constructor for class org.locationtech.jts.io.geojson.GeoJsonReader
-
The default constructor uses the SRID from the Geojson CRS and the default
PrecisionModel
to create aGeometryFactory
. - GeoJsonReader(GeometryFactory) - Constructor for class org.locationtech.jts.io.geojson.GeoJsonReader
-
This constructor accepts a
GeometryFactory
that is used to create the output geometries and to override the GeoJson CRS. - GeoJsonWriter - Class in org.locationtech.jts.io.geojson
-
Writes
Geometry
s as JSON fragments in GeoJson format. - GeoJsonWriter() - Constructor for class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Constructs a GeoJsonWriter instance.
- GeoJsonWriter(int) - Constructor for class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Constructs a GeoJsonWriter instance specifying the number of decimals to use when encoding floating point numbers.
- geom - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- geom - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- geom - Variable in class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
- geom - Variable in class org.locationtech.jts.operation.BoundaryOp
- geom - Variable in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- geom - Variable in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- geom - Variable in class org.locationtech.jts.operation.distance.DistanceOp
- geom - Variable in class org.locationtech.jts.operation.distance3d.Distance3DOp
- geom - Variable in class org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- geom - Variable in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- geom - Variable in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- geom - Variable in class org.locationtech.jtstest.test.TestCase
- geom - Variable in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
- geom - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- geom - Variable in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder
- geom - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater
- geom - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- geom - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- geom - Variable in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- geom - Variable in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover
- GEOM_A - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_A_FILL_CLR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_A_HIGHLIGHT_CLR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_A_LINE_CLR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_B - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_B_FILL_CLR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_B_HIGHLIGHT_CLR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_B_LINE_CLR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_LABEL_A - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- GEOM_LABEL_B - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- GEOM_RESULT_FILL_CLR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GEOM_RESULT_LINE_CLR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- geomChanged() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- geomCont - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- geomCont - Variable in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- geomEditModel - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- GeometricObjectNode - Class in org.locationtech.jtstest.testbuilder
- GeometricObjectNode(String) - Constructor for class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- GeometricShapeBuilder - Class in org.locationtech.jts.shape
- GeometricShapeBuilder(GeometryFactory) - Constructor for class org.locationtech.jts.shape.GeometricShapeBuilder
- GeometricShapeFactory - Class in org.locationtech.jts.util
-
Computes various kinds of common geometric shapes.
- GeometricShapeFactory() - Constructor for class org.locationtech.jts.util.GeometricShapeFactory
-
Create a shape factory which will create shapes using the default
GeometryFactory
. - GeometricShapeFactory(GeometryFactory) - Constructor for class org.locationtech.jts.util.GeometricShapeFactory
-
Create a shape factory which will create shapes using the given
GeometryFactory
. - GeometricShapeFactory.Dimensions - Class in org.locationtech.jts.util
- geometries - Variable in class org.locationtech.jts.geom.GeometryCollection
-
Internal representation of this
GeometryCollection
. - geometry - Variable in class org.locationtech.jtstest.testbuilder.model.StaticGeometryContainer
- geometry - Variable in class org.locationtech.jtstest.testrunner.GeometryResult
- Geometry - Class in org.locationtech.jts.geom
-
A representation of a planar, linear vector geometry.
- Geometry(GeometryFactory) - Constructor for class org.locationtech.jts.geom.Geometry
-
Creates a new
Geometry
via the specified GeometryFactory. - GEOMETRY_FLAVOR - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- GEOMETRY_STROKE - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- GeometryAreaComparator() - Constructor for class org.locationtech.jtstest.function.SortingFunctions.GeometryAreaComparator
- GeometryBoxDeleter - Class in org.locationtech.jtstest.testbuilder.geom
-
Deletes vertices or components from a geometry which lie inside a given box.
- GeometryBoxDeleter() - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter
- GeometryBoxDeleter.BoxDeleteComponentOperation - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryBoxDeleter.BoxDeleteVertexOperation - Class in org.locationtech.jtstest.testbuilder.geom
- geometryChanged() - Method in class org.locationtech.jts.geom.Geometry
-
Notifies this geometry that its coordinates have been changed by an external party (for example, via a
CoordinateFilter
). - geometryChanged(GeometryEvent) - Method in interface org.locationtech.jtstest.testbuilder.model.GeometryListener
- geometryChangedAction() - Method in class org.locationtech.jts.geom.Geometry
-
Notifies this Geometry that its Coordinates have been changed by an external party.
- geometryChangedFilter - Static variable in class org.locationtech.jts.geom.Geometry
- GeometryCollection - Class in org.locationtech.jts.geom
-
Models a collection of
Geometry
s of arbitrary type and dimension. - GeometryCollection(Geometry[], GeometryFactory) - Constructor for class org.locationtech.jts.geom.GeometryCollection
- GeometryCollection(Geometry[], PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.GeometryCollection
-
Deprecated.Use GeometryFactory instead
- GEOMETRYCOLLECTION - Static variable in interface org.locationtech.jtstest.testbuilder.model.GeometryType
- GeometryCollectionIterator - Class in org.locationtech.jts.geom
- GeometryCollectionIterator(Geometry) - Constructor for class org.locationtech.jts.geom.GeometryCollectionIterator
-
Constructs an iterator over the given
Geometry
. - GeometryCollectionMapper - Class in org.locationtech.jts.geom.util
-
Maps the members of a
GeometryCollection
into another GeometryCollection via a defined mapping function. - GeometryCollectionMapper(GeometryMapper.MapOp) - Constructor for class org.locationtech.jts.geom.util.GeometryCollectionMapper
- GeometryCollectionNode - Class in org.locationtech.jtstest.testbuilder
- GeometryCollectionNode(GeometryCollection, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.GeometryCollectionNode
- GeometryCollectionShape - Class in org.locationtech.jts.awt
-
A
Shape
which contains a heterogeneous collection of other shapes representing JTSGeometry
s. - GeometryCollectionShape() - Constructor for class org.locationtech.jts.awt.GeometryCollectionShape
- GeometryCombiner - Class in org.locationtech.jts.geom.util
-
Combines
Geometry
s to produce aGeometryCollection
of the most appropriate type. - GeometryCombiner - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryCombiner(Collection) - Constructor for class org.locationtech.jts.geom.util.GeometryCombiner
-
Creates a new combiner for a collection of geometries
- GeometryCombiner(GeometryFactory) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- GeometryComponentFilter - Interface in org.locationtech.jts.geom
-
Geometry
classes support the concept of applying aGeometryComponentFilter
filter to theGeometry
. - GeometryContainer - Interface in org.locationtech.jtstest.testbuilder.model
- GeometryContainsPointVisitor - Class in org.locationtech.jts.operation.predicate
-
A visitor which tests whether it can be concluded that a geometry contains a vertex of a query geometry.
- GeometryContainsPointVisitor(Polygon) - Constructor for class org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor
- GeometryContext - Class in org.locationtech.jtstest.testbuilder
- GeometryContext(int) - Constructor for class org.locationtech.jtstest.testbuilder.GeometryContext
- GeometryDataUtil - Class in org.locationtech.jtstest.util
- GeometryDataUtil() - Constructor for class org.locationtech.jtstest.util.GeometryDataUtil
- GeometryDepiction - Class in org.locationtech.jtstest.testbuilder.model
- GeometryDepiction(Color, Color, Color) - Constructor for class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- GeometryEditControlPanel - Class in org.locationtech.jtstest.testbuilder
- GeometryEditControlPanel() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- GeometryEditModel - Class in org.locationtech.jtstest.testbuilder.model
-
Holds the current
TestCaseEdit
. - GeometryEditModel() - Constructor for class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- GeometryEditor - Class in org.locationtech.jts.geom.util
-
A class which supports creating new
Geometry
s which are modifications of existing ones, maintaining the same type structure. - GeometryEditor() - Constructor for class org.locationtech.jts.geom.util.GeometryEditor
-
Creates a new GeometryEditor object which will create edited
Geometry
s with the sameGeometryFactory
as the input Geometry. - GeometryEditor(GeometryFactory) - Constructor for class org.locationtech.jts.geom.util.GeometryEditor
-
Creates a new GeometryEditor object which will create edited
Geometry
s with the givenGeometryFactory
. - GeometryEditor.CoordinateOperation - Class in org.locationtech.jts.geom.util
-
A
GeometryEditor.GeometryEditorOperation
which edits the coordinate list of aGeometry
. - GeometryEditor.CoordinateSequenceOperation - Class in org.locationtech.jts.geom.util
- GeometryEditor.GeometryEditorOperation - Interface in org.locationtech.jts.geom.util
-
A interface which specifies an edit operation for Geometries.
- GeometryEditor.NoOpGeometryOperation - Class in org.locationtech.jts.geom.util
-
A GeometryEditorOperation which does not modify the input geometry.
- geometryEditPanel - Variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- geometryEditPanel - Variable in class org.locationtech.jtstest.testbuilder.model.PNGWriter
- GeometryEditPanel - Class in org.locationtech.jtstest.testbuilder
-
Panel which displays rendered geometries.
- GeometryEditPanel() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- GeometryEditPanel.GeometryEditPanelRenderer - Class in org.locationtech.jtstest.testbuilder
- GeometryEditPanel.PopupClickListener - Class in org.locationtech.jtstest.testbuilder
- GeometryEditPanelRenderer() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- GeometryEvent - Class in org.locationtech.jtstest.testbuilder.model
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- GeometryEvent(Object) - Constructor for class org.locationtech.jtstest.testbuilder.model.GeometryEvent
- GeometryExtracter - Class in org.locationtech.jts.geom.util
-
Extracts the components of a given type from a
Geometry
. - GeometryExtracter(Class, List) - Constructor for class org.locationtech.jts.geom.util.GeometryExtracter
-
Constructs a filter with a list in which to store the elements found.
- geometryFactory - Variable in class org.locationtech.jts.awt.ShapeReader
- geometryFactory - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- geometryFactory - Variable in class org.locationtech.jts.io.WKTReader
- geometryFactory - Variable in class org.locationtech.jts.operation.overlay.LineBuilder
- geometryFactory - Variable in class org.locationtech.jts.operation.overlay.PointBuilder
- geometryFactory - Variable in class org.locationtech.jts.operation.overlay.PolygonBuilder
- geometryFactory - Variable in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- geometryFactory - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- geometryFactory - Variable in class org.locationtech.jtstest.testrunner.TestReader
- GeometryFactory - Class in org.locationtech.jts.geom
-
Supplies a set of utility methods for building Geometry objects from lists of Coordinates.
- GeometryFactory() - Constructor for class org.locationtech.jts.geom.GeometryFactory
-
Constructs a GeometryFactory that generates Geometries having a floating PrecisionModel and a spatial-reference ID of 0.
- GeometryFactory(CoordinateSequenceFactory) - Constructor for class org.locationtech.jts.geom.GeometryFactory
-
Constructs a GeometryFactory that generates Geometries having the given CoordinateSequence implementation, a double-precision floating PrecisionModel and a spatial-reference ID of 0.
- GeometryFactory(PrecisionModel) - Constructor for class org.locationtech.jts.geom.GeometryFactory
-
Constructs a GeometryFactory that generates Geometries having the given
PrecisionModel
and the default CoordinateSequence implementation. - GeometryFactory(PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.GeometryFactory
-
Constructs a GeometryFactory that generates Geometries having the given
PrecisionModel
and spatial-reference ID, and the default CoordinateSequence implementation. - GeometryFactory(PrecisionModel, int, CoordinateSequenceFactory) - Constructor for class org.locationtech.jts.geom.GeometryFactory
-
Constructs a GeometryFactory that generates Geometries having the given PrecisionModel, spatial-reference ID, and CoordinateSequence implementation.
- GeometryFilter - Interface in org.locationtech.jts.geom
-
GeometryCollection
classes support the concept of applying aGeometryFilter
to theGeometry
. - GeometryFunction - Interface in org.locationtech.jtstest.geomfunction
-
A reification of a function which can be executed on a
Geometry
, possibly with other arguments. - GeometryFunction - Interface in org.locationtech.jtstest.geomop
-
A reification of a function which can be executed on a
Geometry
, possibly with other arguments. - GeometryFunctionCellRenderer() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel.GeometryFunctionCellRenderer
- GeometryFunctionEvent - Class in org.locationtech.jtstest.testbuilder.event
- GeometryFunctionEvent(GeometryFunction) - Constructor for class org.locationtech.jtstest.testbuilder.event.GeometryFunctionEvent
- GeometryFunctionInvocation - Class in org.locationtech.jtstest.geomfunction
- GeometryFunctionInvocation(GeometryFunction, Object[]) - Constructor for class org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
- GeometryFunctionListener - Interface in org.locationtech.jtstest.testbuilder.event
- GeometryFunctionListPanel - Class in org.locationtech.jtstest.testbuilder
- GeometryFunctionListPanel() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- GeometryFunctionListPanel.GeometryFunctionCellRenderer - Class in org.locationtech.jtstest.testbuilder
- GeometryFunctionOperation - Class in org.locationtech.jtstest.geomop
-
Invokes a function from registry or a Geometry method determined by a named operation with a list of arguments, the first of which is a
Geometry
. - GeometryFunctionOperation() - Constructor for class org.locationtech.jtstest.geomop.GeometryFunctionOperation
- GeometryFunctionOperation(GeometryFunctionRegistry) - Constructor for class org.locationtech.jtstest.geomop.GeometryFunctionOperation
- GeometryFunctionRegistry - Class in org.locationtech.jtstest.geomfunction
-
A registry to manage a collection of
GeometryFunction
s. - GeometryFunctionRegistry - Class in org.locationtech.jtstest.geomop
-
A registry to manage a collection of
GeometryFunction
s. - GeometryFunctionRegistry() - Constructor for class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- GeometryFunctionRegistry() - Constructor for class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
- GeometryFunctionRegistry(Class) - Constructor for class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- GeometryFunctionRegistry(Class) - Constructor for class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
- GeometryFunctionRenderer() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel.GeometryFunctionRenderer
- GeometryFunctions - Class in org.locationtech.jtstest.function
-
Implementations for various geometry functions.
- GeometryFunctions() - Constructor for class org.locationtech.jtstest.function.GeometryFunctions
- GeometryFunctionTreePanel - Class in org.locationtech.jtstest.testbuilder
- GeometryFunctionTreePanel() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- GeometryFunctionTreePanel.GeometryFunctionRenderer - Class in org.locationtech.jtstest.testbuilder
- GeometryFunctionUtil - Class in org.locationtech.jtstest.geomfunction
- GeometryFunctionUtil() - Constructor for class org.locationtech.jtstest.geomfunction.GeometryFunctionUtil
- GeometryGraph - Class in org.locationtech.jts.geomgraph
-
A GeometryGraph is a graph that models a given Geometry
- GeometryGraph(int, Geometry) - Constructor for class org.locationtech.jts.geomgraph.GeometryGraph
- GeometryGraph(int, Geometry, BoundaryNodeRule) - Constructor for class org.locationtech.jts.geomgraph.GeometryGraph
- GeometryGraphOperation - Class in org.locationtech.jts.operation
-
The base class for operations that require
GeometryGraph
s. - GeometryGraphOperation(Geometry) - Constructor for class org.locationtech.jts.operation.GeometryGraphOperation
- GeometryGraphOperation(Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.GeometryGraphOperation
- GeometryGraphOperation(Geometry, Geometry, BoundaryNodeRule) - Constructor for class org.locationtech.jts.operation.GeometryGraphOperation
- geometryIndex - Variable in class org.locationtech.jtstest.testrunner.Test
- GeometryInputDialog - Class in org.locationtech.jtstest.testbuilder
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- GeometryInputDialog() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- GeometryInputDialog(Frame, String, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- GeometryInspectorDialog - Class in org.locationtech.jtstest.testbuilder
- GeometryInspectorDialog() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryInspectorDialog
- GeometryInspectorDialog(Frame) - Constructor for class org.locationtech.jtstest.testbuilder.GeometryInspectorDialog
- GeometryInspectorDialog(Frame, String, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.GeometryInspectorDialog
- GeometryItemDistance - Class in org.locationtech.jts.index.strtree
-
An ItemDistance function for items which are
Geometry
s, using theGeometry.distance(Geometry)
method. - GeometryItemDistance() - Constructor for class org.locationtech.jts.index.strtree.GeometryItemDistance
- GeometryLengthComparator() - Constructor for class org.locationtech.jtstest.function.SortingFunctions.GeometryLengthComparator
- GeometryListener - Interface in org.locationtech.jtstest.testbuilder.model
- geometryListeners - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- GeometryLocation - Class in org.locationtech.jts.operation.distance
-
Represents the location of a point on a Geometry.
- GeometryLocation - Class in org.locationtech.jtstest.testbuilder.geom
-
Models the location of a point on a Geometry
- GeometryLocation(Geometry, int, Coordinate) - Constructor for class org.locationtech.jts.operation.distance.GeometryLocation
-
Constructs a GeometryLocation specifying a point on a geometry, as well as the segment that the point is on (or
GeometryLocation.INSIDE_AREA
if the point is not on a segment). - GeometryLocation(Geometry, Coordinate) - Constructor for class org.locationtech.jts.operation.distance.GeometryLocation
-
Constructs a GeometryLocation specifying a point inside an area geometry.
- GeometryLocation(Geometry, Geometry, int[]) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- GeometryLocation(Geometry, Geometry, int[], int, boolean, Coordinate) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- GeometryLocation(Geometry, Geometry, int, boolean, Coordinate) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- GeometryLocation(Geometry, Geometry, int, Coordinate) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- GeometryLocationsWriter - Class in org.locationtech.jtstest.testbuilder.ui
- GeometryLocationsWriter() - Constructor for class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- GeometryMapper - Class in org.locationtech.jts.geom.util
-
Methods to map various collections of
Geometry
s via defined mapping functions. - GeometryMapper() - Constructor for class org.locationtech.jts.geom.util.GeometryMapper
- GeometryMapper.MapOp - Interface in org.locationtech.jts.geom.util
-
An interface for geometry functions used for mapping.
- GeometryMatcher - Interface in org.locationtech.jtstest.geomop
-
An interface for classes which can determine whether two geometries match, within a given tolerance.
- GeometryMethodOperation - Class in org.locationtech.jtstest.geomop
-
Invokes a named operation on a set of arguments, the first of which is a
Geometry
. - GeometryMethodOperation() - Constructor for class org.locationtech.jtstest.geomop.GeometryMethodOperation
- geometryMethods - Variable in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- GeometryNode - Class in org.locationtech.jtstest.testbuilder
- GeometryNode(Geometry, int, String, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.GeometryNode
- GeometryNode(Geometry, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.GeometryNode
- GeometryNoder - Class in org.locationtech.jts.noding.snapround
-
Nodes the linework in a list of
Geometry
s using Snap-Rounding to a givenPrecisionModel
. - GeometryNoder(PrecisionModel) - Constructor for class org.locationtech.jts.noding.snapround.GeometryNoder
-
Creates a new noder which snap-rounds to a grid specified by the given
PrecisionModel
. - geometryOp - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- geometryOp - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- GeometryOperation - Interface in org.locationtech.jtstest.geomop
-
Interface for classes which execute operations on
Geometry
s. - GeometryOperationLoader - Class in org.locationtech.jtstest.testrunner
-
Loads a GeometryOperation class
- GeometryOperationLoader() - Constructor for class org.locationtech.jtstest.testrunner.GeometryOperationLoader
- GeometryPainter - Class in org.locationtech.jtstest.testbuilder.ui.render
- GeometryPainter() - Constructor for class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- GeometryPointLocater - Class in org.locationtech.jtstest.testbuilder.geom
-
Finds a vertex or a point on a segment of a Geometry which lies within a tolerance of a given point.
- GeometryPointLocater(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- GeometryPointLocater.NearestSegmentLocationFilter - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryPopupMenu - Class in org.locationtech.jtstest.testbuilder
- GeometryPopupMenu() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryPopupMenu
- GeometryPrecisionReducer - Class in org.locationtech.jts.precision
-
Reduces the precision of a
Geometry
according to the suppliedPrecisionModel
, ensuring that the result is topologically valid. - GeometryPrecisionReducer(PrecisionModel) - Constructor for class org.locationtech.jts.precision.GeometryPrecisionReducer
- GeometryPredicate - Interface in org.locationtech.jtstest.function
- GeometryResult - Class in org.locationtech.jtstest.testrunner
- GeometryResult(Geometry) - Constructor for class org.locationtech.jtstest.testrunner.GeometryResult
- geometrySignature(Geometry) - Method in class org.locationtech.jtstest.testbuilder.TestListPanel.TestListCellRenderer
- GeometrySnapper - Class in org.locationtech.jts.operation.overlay.snap
-
Snaps the vertices and segments of a
Geometry
to another Geometry's vertices. - GeometrySnapper(Geometry) - Constructor for class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
-
Creates a new snapper acting on the given geometry
- GeometryStrategies - Class in org.locationtech.jts.io.gml2
-
Container for GML2 Geometry parsing strategies which can be represented in JTS.
- GeometryStrategies() - Constructor for class org.locationtech.jts.io.gml2.GeometryStrategies
- GeometryStrategies.ParseStrategy - Interface in org.locationtech.jts.io.gml2
-
This set of strategies is not expected to be used directly outside of this distribution.
- GeometryStretcherView - Class in org.locationtech.jtstest.testbuilder.model
- GeometryStretcherView(GeometryEditModel) - Constructor for class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- GeometryStretcherView.StretchedGeometryContainer - Class in org.locationtech.jtstest.testbuilder.model
- geometryTag(String, String) - Method in class org.locationtech.jts.io.kml.KMLWriter
- geometryText(Geometry, int, String) - Static method in class org.locationtech.jtstest.testbuilder.GeometryNode
- GeometryTextCleaner - Class in org.locationtech.jtstest.util
-
Cleans text strings which are supposed to contain valid text for Geometries (either WKB, WKB, or GML)
- GeometryTextCleaner() - Constructor for class org.locationtech.jtstest.util.GeometryTextCleaner
- GeometryTransferable - Class in org.locationtech.jtstest.testbuilder.model
- GeometryTransferable(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- GeometryTransferable(Geometry, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- GeometryTransformer - Class in org.locationtech.jts.geom.util
- GeometryTransformer() - Constructor for class org.locationtech.jts.geom.util.GeometryTransformer
- GeometryTreeCellRenderer() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryTreePanel.GeometryTreeCellRenderer
- GeometryTreeModel - Class in org.locationtech.jtstest.testbuilder
- GeometryTreeModel(Geometry, int) - Constructor for class org.locationtech.jtstest.testbuilder.GeometryTreeModel
- GeometryTreePanel - Class in org.locationtech.jtstest.testbuilder
- GeometryTreePanel() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- GeometryTreePanel.GeometryTreeCellRenderer - Class in org.locationtech.jtstest.testbuilder
- geometryType - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- geometryType - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- GeometryType - Interface in org.locationtech.jtstest.testbuilder.model
- GeometryUtil - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryUtil() - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryUtil
- GeometryVertexDeleter - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryVertexDeleter() - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter
- GeometryVertexDeleter.DeleteVertexOperation - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryVertexInserter - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryVertexInserter() - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter
- GeometryVertexInserter.InsertVertexOperation - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryVertexMover - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryVertexMover() - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryVertexMover
- GeometryVertexMover.MoveVertexOperation - Class in org.locationtech.jtstest.testbuilder.geom
- GeometryVerticesMover - Class in org.locationtech.jtstest.testbuilder.topostretch
- GeometryVerticesMover(Geometry, Map) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover
- GeometryVerticesMover.MoveVerticesOperation - Class in org.locationtech.jtstest.testbuilder.topostretch
- geometryViewChanged() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- geomFact - Variable in class org.locationtech.jts.linearref.LinearGeometryBuilder
- geomFact - Variable in class org.locationtech.jts.noding.snapround.GeometryNoder
- geomFact - Variable in class org.locationtech.jts.operation.BoundaryOp
- geomFact - Variable in class org.locationtech.jts.operation.buffer.BufferBuilder
- geomFact - Variable in class org.locationtech.jts.operation.overlay.OverlayOp
- geomFact - Variable in class org.locationtech.jts.operation.union.PointGeometryUnion
- geomFact - Variable in class org.locationtech.jts.operation.union.UnaryUnionOp
- geomFact - Variable in class org.locationtech.jts.util.GeometricShapeFactory
- geomFact - Static variable in class org.locationtech.jtsexample.geom.prep.PreparedGeometryExample
- geomFact - Static variable in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- geomFact - Variable in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- geomFactory - Variable in class org.locationtech.jts.algorithm.ConvexHull
- geomFactory - Variable in class org.locationtech.jts.geom.util.GeometryCombiner
- geomFactory - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- geomFactory - Variable in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- geomFactory - Variable in class org.locationtech.jts.operation.union.UnionInteracting
- geomFactory - Variable in class org.locationtech.jts.shape.GeometricShapeBuilder
- geomFactory - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- geomFactory - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- geomFactory - Variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- geomFactory - Variable in class org.locationtech.jtstest.util.io.WKTOrWKBReader
- geomFuncPanel - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- geomGraph - Variable in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- geomGraph - Variable in class org.locationtech.jts.operation.valid.ConsistentAreaTester
- geomInspectorDlg - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- geomModel - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- geomModel - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- geomModel - Variable in class org.locationtech.jtstest.testbuilder.model.IndexedGeometryContainer
- geomModel - Variable in class org.locationtech.jtstest.testbuilder.model.ResultGeometryContainer
- geomModel() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- geomOp - Variable in class org.locationtech.jtstest.geomop.LoggingGeometryOperation
- geomOp - Variable in class org.locationtech.jtstest.testrunner.TestReader
- geomOp - Variable in class org.locationtech.jtstest.testrunner.TestRun
- geomPointsLen(Coordinate[]) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- geoms - Variable in class org.locationtech.jtsexample.io.gml2.KMLHandler
- geomStyle - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- geomStyle - Variable in class org.locationtech.jtstest.testbuilder.ui.style.LayerStyle
- geomTreePanel - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- geomType - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- gestureFinished() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- gestureFinished() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.DeleteVertexTool
- gestureFinished() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.ExtractComponentTool
- gestureFinished() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.RectangleTool
- get() - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
-
Return the value created by the
construct
method. - get() - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker.ThreadVar
- get(int) - Method in class org.locationtech.jts.geomgraph.EdgeList
- get(int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- get(int) - Method in class org.locationtech.jtstest.test.TestCaseList
- get(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Returns the value of one of this matrix entries.
- get(Object, Object) - Method in class org.locationtech.jtstest.function.DoubleKeyMap
- get(String) - Method in class org.locationtech.jtstest.testrunner.Parameters
-
Returns the value of the specified parameter, or null if there is no such key.
- getABTest(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getActualResult() - Method in class org.locationtech.jtstest.testrunner.Test
-
Computes the actual result and caches the result value.
- getAdjacentTriangleAcrossEdge(int) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getAdjacentTriangleEdgeIndex(int) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getAllowedArgs() - Method in class org.locationtech.jtstest.command.OptionSpec
- getAllTestFiles() - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Returns all the test files.
- getAngle() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns the angle that the start of this DirectedEdge makes with the positive x-axis, in radians.
- getArea() - Method in class org.locationtech.jts.geom.Envelope
-
Gets the area of this envelope.
- getArea() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the area of this
Geometry
. - getArea() - Method in class org.locationtech.jts.geom.GeometryCollection
-
Returns the area of this
GeometryCollection
- getArea() - Method in class org.locationtech.jts.geom.Polygon
-
Returns the area of this
Polygon
- getArea() - Method in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- getArg(int) - Method in class org.locationtech.jtstest.command.Option
- getArgAsInt(int) - Method in class org.locationtech.jtstest.command.Option
- getArgDesc() - Method in class org.locationtech.jtstest.command.OptionSpec
- getArgGeometry(int) - Method in class org.locationtech.jts.operation.GeometryGraphOperation
- getArgs() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
- getArgument(int) - Method in class org.locationtech.jtstest.testrunner.Test
- getArgumentCount() - Method in class org.locationtech.jtstest.testrunner.Test
- getBandColor() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- getBase() - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- getBisectorY() - Method in class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- getBisectorY(Polygon) - Static method in class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- getBit(int) - Method in class org.locationtech.jts.index.quadtree.DoubleBits
- getBit(long, int) - Static method in class org.locationtech.jts.precision.CommonBits
-
Extracts the i'th bit of a bitstring.
- getBoundable(int) - Method in class org.locationtech.jts.index.strtree.BoundablePair
-
Gets one of the member
Boundable
s in the pair (indexed by [0, 1]). - getBoundary() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the boundary, or an empty geometry of appropriate dimension if this
Geometry
is empty. - getBoundary() - Method in class org.locationtech.jts.geom.GeometryCollection
- getBoundary() - Method in class org.locationtech.jts.geom.LineString
-
Gets the boundary of this geometry.
- getBoundary() - Method in class org.locationtech.jts.geom.MultiLineString
-
Gets the boundary of this geometry.
- getBoundary() - Method in class org.locationtech.jts.geom.MultiPoint
-
Gets the boundary of this geometry.
- getBoundary() - Method in class org.locationtech.jts.geom.MultiPolygon
-
Computes the boundary of this geometry
- getBoundary() - Method in class org.locationtech.jts.geom.Point
-
Gets the boundary of this geometry.
- getBoundary() - Method in class org.locationtech.jts.geom.Polygon
-
Computes the boundary of this geometry
- getBoundary() - Method in class org.locationtech.jts.operation.BoundaryOp
- getBoundary(int, Coordinate, double) - Method in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- getBoundary(Geometry) - Static method in class org.locationtech.jts.operation.BoundaryOp
- getBoundary(Geometry, BoundaryNodeRule) - Static method in class org.locationtech.jts.operation.BoundaryOp
- getBoundaryDimension() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the dimension of this
Geometry
s inherent boundary. - getBoundaryDimension() - Method in class org.locationtech.jts.geom.GeometryCollection
- getBoundaryDimension() - Method in class org.locationtech.jts.geom.LinearRing
-
Returns
Dimension.FALSE
, since by definition LinearRings do not have a boundary. - getBoundaryDimension() - Method in class org.locationtech.jts.geom.LineString
- getBoundaryDimension() - Method in class org.locationtech.jts.geom.MultiLineString
- getBoundaryDimension() - Method in class org.locationtech.jts.geom.MultiPoint
- getBoundaryDimension() - Method in class org.locationtech.jts.geom.MultiPolygon
- getBoundaryDimension() - Method in class org.locationtech.jts.geom.Point
- getBoundaryDimension() - Method in class org.locationtech.jts.geom.Polygon
- getBoundaryNodeRule() - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- getBoundaryNodes() - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- getBoundaryNodes(int) - Method in class org.locationtech.jts.geomgraph.NodeMap
- getBoundaryPoints() - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- getBounds() - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- getBounds() - Method in class org.locationtech.jts.awt.PolygonShape
- getBounds() - Method in class org.locationtech.jts.index.strtree.AbstractNode
-
Gets the bounds of this node
- getBounds() - Method in interface org.locationtech.jts.index.strtree.Boundable
-
Returns a representation of space that encloses this Boundable, preferably not much bigger than this Boundable's boundary yet fast to test for intersection with the bounds of other Boundables.
- getBounds() - Method in class org.locationtech.jts.index.strtree.ItemBoundable
- getBounds() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- getBounds2D() - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- getBounds2D() - Method in class org.locationtech.jts.awt.PolygonShape
- getBox() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- getBufferParameters() - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
-
Gets the buffer parameters being used to generate the curve.
- getCachedCoords() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- getCaseIndex() - Method in class org.locationtech.jtstest.testrunner.TestCase
- getCases() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- getCases() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getCasesSize() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getCategories() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- getCategorizedGeometryFunctions() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- getCategorizedScalarFunctions() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- getCategory() - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- getCategory() - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Gets the category name of this function
- getCategory() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- getCategory() - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- getCellEditorValue() - Method in class org.locationtech.jtstest.testbuilder.LayerControlList.CheckBoxEditor
- getCellEditorValue() - Method in class org.locationtech.jtstest.testbuilder.LayerControlList.RadioButtonEditor
- getCentre() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
-
Gets the centre point of the computed Minimum Bounding Circle.
- getCentre() - Method in class org.locationtech.jts.index.quadtree.Key
- getCentre() - Method in class org.locationtech.jts.index.strtree.Interval
- getCentre() - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- getCentre() - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- getCentroid() - Method in class org.locationtech.jts.algorithm.Centroid
-
Gets the computed centroid.
- getCentroid() - Method in class org.locationtech.jts.geom.Geometry
-
Computes the centroid of this
Geometry
. - getCentroid(Geometry) - Static method in class org.locationtech.jts.algorithm.Centroid
-
Computes the centroid point of a geometry.
- getChains(Coordinate[]) - Static method in class org.locationtech.jts.index.chain.MonotoneChainBuilder
- getChains(Coordinate[], Object) - Static method in class org.locationtech.jts.index.chain.MonotoneChainBuilder
-
Return a list of the
MonotoneChain
s for the given list of coordinates. - getChainStartIndices(Coordinate[]) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainIndexer
- getChainStartIndices(Coordinate[]) - Static method in class org.locationtech.jts.index.chain.MonotoneChainBuilder
-
Return an array containing lists of start/end indexes of the monotone chains for the given list of coordinates.
- getChild(Object, int) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
-
Returns the child of parent at index index in the parent's child array.
- getChildAt(int) - Method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- getChildAt(int) - Method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- getChildAt(int) - Method in class org.locationtech.jtstest.testbuilder.GeometryNode
- getChildBoundables() - Method in class org.locationtech.jts.index.strtree.AbstractNode
-
Returns either child
AbstractNode
s, or if this is a leaf node, real data (wrapped inItemBoundable
s). - getChildCount() - Method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- getChildCount() - Method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- getChildCount() - Method in class org.locationtech.jtstest.testbuilder.GeometryNode
- getChildCount(Object) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
-
Returns the number of children of parent.
- getCircle() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
-
Gets a geometry which represents the Minimum Bounding Circle.
- getClassname(Class) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- getClassname(Class) - Static method in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- getClassname(Class) - Static method in class org.locationtech.jtstest.util.ClassUtil
- getCollapsedEdge() - Method in class org.locationtech.jts.geomgraph.Edge
- getColor() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- getColor() - Method in class org.locationtech.jtstest.testbuilder.ui.style.DataLabelStyle
- getCommon() - Method in class org.locationtech.jts.precision.CommonBits
- getCommonCoordinate() - Method in class org.locationtech.jts.precision.CommonBitsRemover.CommonCoordinateFilter
- getCommonCoordinate() - Method in class org.locationtech.jts.precision.CommonBitsRemover
-
The common bits of the Coordinates in the supplied Geometries.
- getComparator() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- getComparator() - Method in class org.locationtech.jts.index.strtree.SIRtree
- getComparator() - Method in class org.locationtech.jts.index.strtree.STRtree
- getComponent() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- getComponent() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- getComponent(int) - Method in class org.locationtech.jts.math.Vector2D
- getComponent(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.model.LayerList
- getComponentIndex() - Method in class org.locationtech.jts.linearref.LinearIterator
-
The component index of the vertex the iterator is currently at.
- getComponentIndex() - Method in class org.locationtech.jts.linearref.LinearLocation
-
Gets the component index for this location.
- getComponents(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.geom.ComponentLocater
- getComponents(Geometry) - Method in class org.locationtech.jtstest.testbuilder.geom.ComponentLocater
- getComponents(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.LayerList
- getComponentWithVisitedState(Iterator, boolean) - Static method in class org.locationtech.jts.planargraph.GraphComponent
-
Finds the first
GraphComponent
in aIterator
set which has the specified visited state. - getConnectedSubgraphs() - Method in class org.locationtech.jts.planargraph.algorithm.ConnectedSubgraphFinder
- getConstrainedLength(double) - Method in class org.locationtech.jts.triangulate.SplitSegment
- getConstraint() - Method in class org.locationtech.jts.triangulate.ConstraintVertex
-
Gets the external constraint object
- getConstraintSegments() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the
Segment
s which represent the constraints. - getContainer(int) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- getContents(Clipboard) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- getContents(String) - Static method in class org.locationtech.jtstest.testrunner.TestReader
-
Returns a List of the String's in the text file, one per line.
- getContents(String) - Static method in class org.locationtech.jtstest.util.FileUtil
-
Returns a List of the String's in the text file, one per line.
- getContext() - Method in class org.locationtech.jts.index.chain.MonotoneChain
- getContext() - Method in class org.locationtech.jts.planargraph.GraphComponent
-
Gets the user-defined data for this component.
- getConverter(Viewport) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- getConvexHull() - Method in class org.locationtech.jts.algorithm.ConvexHull
-
Returns a
Geometry
that represents the convex hull of the input geometry. - getConvexHull() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the convex hull of all the sites in the triangulation, including constraint vertices.
- getCoordinate() - Method in class org.locationtech.jts.algorithm.HCoordinate
- getCoordinate() - Method in class org.locationtech.jts.geom.Geometry
-
Returns a vertex of this
Geometry
(usually, but not necessarily, the first one). - getCoordinate() - Method in class org.locationtech.jts.geom.GeometryCollection
- getCoordinate() - Method in class org.locationtech.jts.geom.LineString
- getCoordinate() - Method in class org.locationtech.jts.geom.Point
- getCoordinate() - Method in class org.locationtech.jts.geom.Polygon
- getCoordinate() - Method in exception org.locationtech.jts.geom.TopologyException
- getCoordinate() - Method in class org.locationtech.jts.geomgraph.Edge
- getCoordinate() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- getCoordinate() - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- getCoordinate() - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
- getCoordinate() - Method in class org.locationtech.jts.geomgraph.GraphComponent
- getCoordinate() - Method in class org.locationtech.jts.geomgraph.Node
- getCoordinate() - Method in class org.locationtech.jts.index.kdtree.KdNode
-
Returns the location of this node
- getCoordinate() - Method in class org.locationtech.jts.noding.SegmentNode
-
Gets the
Coordinate
giving the location of this node. - getCoordinate() - Method in class org.locationtech.jts.noding.snapround.HotPixel
-
Gets the coordinate this hot pixel is based at.
- getCoordinate() - Method in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- getCoordinate() - Method in class org.locationtech.jts.operation.distance.GeometryLocation
-
Returns the
Coordinate
of this location. - getCoordinate() - Method in class org.locationtech.jts.operation.IsSimpleOp.EndpointInfo
- getCoordinate() - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- getCoordinate() - Method in class org.locationtech.jts.operation.valid.RepeatedPointTester
- getCoordinate() - Method in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Returns the location of this error (on the
Geometry
containing the error). - getCoordinate() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns the coordinate of the from-node.
- getCoordinate() - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns the coordinate for the node at which this star is based
- getCoordinate() - Method in class org.locationtech.jts.planargraph.Node
-
Returns the location of this Node.
- getCoordinate() - Method in exception org.locationtech.jts.triangulate.ConstraintEnforcementException
-
Gets the approximate location of this error.
- getCoordinate() - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- getCoordinate() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- getCoordinate() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- getCoordinate() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.Location
- getCoordinate(int) - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- getCoordinate(int) - Method in class org.locationtech.jts.geom.CoordinateList
- getCoordinate(int) - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns (possibly a copy of) the i'th coordinate in this sequence.
- getCoordinate(int) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.Get the Coordinate with index i.
- getCoordinate(int) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Get the Coordinate with index i.
- getCoordinate(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- getCoordinate(int) - Method in class org.locationtech.jts.geom.LineSegment
- getCoordinate(int) - Method in class org.locationtech.jts.geom.MultiPoint
-
Returns the
Coordinate
at the given position. - getCoordinate(int) - Method in class org.locationtech.jts.geomgraph.Edge
- getCoordinate(int) - Method in class org.locationtech.jts.geomgraph.EdgeRing
- getCoordinate(int) - Method in class org.locationtech.jts.noding.BasicSegmentString
- getCoordinate(int) - Method in class org.locationtech.jts.noding.NodedSegmentString
- getCoordinate(int) - Method in interface org.locationtech.jts.noding.SegmentString
- getCoordinate(int) - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- getCoordinate(int) - Method in class org.locationtech.jts.operation.distance.FacetSequence
- getCoordinate(int) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getCoordinate(int) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getCoordinate(int) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- getCoordinate(int, Coordinate) - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Copies the i'th coordinate in the sequence to the supplied
Coordinate
. - getCoordinate(int, Coordinate) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- getCoordinate(int, Coordinate) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- getCoordinate(int, Coordinate) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- getCoordinate(int, Coordinate) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getCoordinate(int, Coordinate) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- getCoordinate(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Gets the
Coordinate
along the given linearGeometry
which is referenced by this location. - getCoordinateCopy(int) - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns a copy of the i'th coordinate in this sequence.
- getCoordinateCopy(int) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.Get a copy of the Coordinate with index i.
- getCoordinateCopy(int) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Get a copy of the Coordinate with index i.
- getCoordinateCopy(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- getCoordinateCopy(int) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getCoordinateCopy(int) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- getCoordinateInternal(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
- getCoordinateInternal(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
- getCoordinateInternal(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
-
Returns a Coordinate representation of the specified coordinate, by always building a new Coordinate object
- getCoordinateMoves(List) - Method in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- getCoordinateN(int) - Method in class org.locationtech.jts.geom.LineString
- getCoordinates() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- getCoordinates() - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- getCoordinates() - Method in class org.locationtech.jts.geom.Geometry
-
Returns an array containing the values of all the vertices for this geometry.
- getCoordinates() - Method in class org.locationtech.jts.geom.GeometryCollection
-
Collects all coordinates of all subgeometries into an Array.
- getCoordinates() - Method in class org.locationtech.jts.geom.LineString
- getCoordinates() - Method in class org.locationtech.jts.geom.Point
- getCoordinates() - Method in class org.locationtech.jts.geom.Polygon
- getCoordinates() - Method in class org.locationtech.jts.geomgraph.Edge
- getCoordinates() - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- getCoordinates() - Method in class org.locationtech.jts.index.chain.MonotoneChain
-
Return the subsequence of coordinates forming this chain.
- getCoordinates() - Method in class org.locationtech.jts.io.WKTReader
-
Returns the next array of
Coordinate
s in the stream. - getCoordinates() - Method in class org.locationtech.jts.noding.BasicSegmentString
- getCoordinates() - Method in class org.locationtech.jts.noding.NodedSegmentString
- getCoordinates() - Method in interface org.locationtech.jts.noding.SegmentString
- getCoordinates() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- getCoordinates() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- getCoordinates() - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- getCoordinates() - Method in class org.locationtech.jts.operation.linemerge.EdgeString
- getCoordinates() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Computes the list of coordinates which are contained in this ring.
- getCoordinates() - Method in class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- getCoordinates() - Method in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- getCoordinates() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getCoordinates() - Method in class org.locationtech.jts.triangulate.VertexTaggedGeometryDataMapper
- getCoordinates() - Method in class org.locationtech.jts.util.CoordinateArrayFilter
-
Returns the gathered
Coordinate
s. - getCoordinates() - Method in class org.locationtech.jts.util.UniqueCoordinateArrayFilter
-
Returns the gathered
Coordinate
s. - getCoordinates() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
-
Gets the coordinates for the rectangle starting at the first point clicked.
- getCoordinates() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
-
Returns an empty List once the shape is cleared.
- getCoordinates(Geometry) - Static method in class org.locationtech.jts.geom.util.ComponentCoordinateExtracter
-
Extracts the linear components from a single geometry.
- getCoordinates(Geometry) - Static method in class org.locationtech.jts.operation.distance.ConnectedElementPointFilter
-
Returns a list containing a Coordinate from each Polygon, LineString, and Point found inside the specified geometry.
- getCoordinates(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- getCoordinateSequence() - Method in class org.locationtech.jts.geom.LineString
- getCoordinateSequence() - Method in class org.locationtech.jts.geom.Point
- getCoordinateSequenceFactory() - Method in class org.locationtech.jts.geom.GeometryFactory
- getCoordinatesNoLeftParen() - Method in class org.locationtech.jts.io.WKTReader
- getCoordinatesOfEnvelope() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
-
Getes the coordinates for the rectangle starting with the lower left point.
- getCount() - Method in class org.locationtech.jts.index.kdtree.KdNode
-
Returns the number of inserted points that are coincident at this location.
- getCount() - Method in class org.locationtech.jts.util.CoordinateCountFilter
-
Returns the result of the filtering.
- getCount() - Method in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher.VertexInMaskCountCoordinateFilter
- getCurrentCase() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- getCurrentCase() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getCurrentCaseIndex() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getCurrentTestable() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- getCurrentTestIndex() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- getCursor() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- getCursor() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- getCursor() - Method in interface org.locationtech.jtstest.testbuilder.ui.tools.Tool
- getCurves() - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
-
Computes the set of raw offset curves for the buffer.
- getCutEdges() - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Gets the list of cut edges found during polygonization.
- getDangles() - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Gets the list of dangling lines found during polygonization.
- getData() - Method in class org.locationtech.jts.index.kdtree.KdNode
-
Gets the user data object associated with this node.
- getData() - Method in class org.locationtech.jts.noding.BasicSegmentString
-
Gets the user-defined data for this segment string.
- getData() - Method in class org.locationtech.jts.noding.NodedSegmentString
-
Gets the user-defined data for this segment string.
- getData() - Method in interface org.locationtech.jts.noding.SegmentString
-
Gets the user-defined data for this segment string.
- getData() - Method in class org.locationtech.jts.planargraph.GraphComponent
-
Gets the user-defined data for this component.
- getData() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the external data value for this edge.
- getData() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the external data value for this triangle.
- getData() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the external data associated with this segment
- getData() - Method in class org.locationtech.jtsexample.operation.linemerge.LineMergeExample
- getDecoratorStyle() - Method in class org.locationtech.jtstest.testbuilder.ui.style.LayerStyle
- getDefaultCoordinateSequenceFactory() - Static method in class org.locationtech.jts.geom.GeometryFactory
- getDefaultResult(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getDegree() - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- getDegree() - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns the number of edges around the Node associated with this DirectedEdgeStar.
- getDegree() - Method in class org.locationtech.jts.planargraph.Node
-
Returns the number of edges around this Node.
- getDegree(Node, long) - Static method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
- getDegreeNonDeleted(Node) - Static method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
- getDeleteEventIndex() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- getDeleteEventIndex() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
- getDelta(int) - Method in class org.locationtech.jts.geomgraph.Depth
- getDepth() - Method in class org.locationtech.jts.geomgraph.Edge
- getDepth(int) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- getDepth(int, int) - Method in class org.locationtech.jts.geomgraph.Depth
- getDepth(Coordinate) - Method in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater
- getDepthDelta() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- getDepthDelta() - Method in class org.locationtech.jts.geomgraph.Edge
-
The depthDelta is the change in depth as an edge is crossed from R to L
- getDescription() - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- getDescription() - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Gets the description of this function
- getDescription() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- getDescription() - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- getDescription() - Method in interface org.locationtech.jtstest.test.Testable
- getDescription() - Method in class org.locationtech.jtstest.test.TestCase
- getDescription() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getDescription() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getDescription() - Method in class org.locationtech.jtstest.testrunner.Test
- getDescription() - Method in class org.locationtech.jtstest.testrunner.TestCase
- getDescription() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getDescriptionForXml(Testable) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getDescriptionForXmlFromGdbcTestCase(TestCase) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getDeterminant() - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Computes the determinant of the transformation matrix.
- getDiagram(GeometryFactory) - Method in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
-
Gets the faces of the computed diagram as a
GeometryCollection
ofPolygon
s, clipped as specified. - getDiameter() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
-
Gets a geometry representing the diameter of the computed Minimum Bounding Circle.
- getDiameter() - Method in class org.locationtech.jts.algorithm.MinimumDiameter
-
Gets a
LineString
which is a minimum diameter - getDiameter() - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- getDimension() - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns the dimension (number of ordinates in each coordinate) for this sequence.
- getDimension() - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- getDimension() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the dimension of this geometry.
- getDimension() - Method in class org.locationtech.jts.geom.GeometryCollection
- getDimension() - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- getDimension() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- getDimension() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- getDimension() - Method in class org.locationtech.jts.geom.LineString
- getDimension() - Method in class org.locationtech.jts.geom.MultiLineString
- getDimension() - Method in class org.locationtech.jts.geom.MultiPoint
- getDimension() - Method in class org.locationtech.jts.geom.MultiPolygon
- getDimension() - Method in class org.locationtech.jts.geom.Point
- getDimension() - Method in class org.locationtech.jts.geom.Polygon
- getDimension() - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getDimension() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- getDirectedCoordinate() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- getDirectedEdges() - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
- getDirectionPt() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns a point to which an imaginary line is drawn from the from-node to specify this DirectedEdge's orientation.
- getDirEdge(int) - Method in class org.locationtech.jts.planargraph.Edge
-
Returns one of the DirectedEdges associated with this Edge.
- getDirEdge(Node) - Method in class org.locationtech.jts.planargraph.Edge
-
Returns the
DirectedEdge
that starts from the given node, or null if the node is not one of the two nodes associated with this Edge. - getDissolved() - Method in class org.locationtech.jts.noding.SegmentStringDissolver
-
Gets the collection of dissolved (i.e.
- getDistance() - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- getDistance() - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
- getDistance() - Method in class org.locationtech.jts.index.strtree.BoundablePair
-
Gets the minimum possible distance between the Boundables in this pair.
- getDistance() - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- getDistance() - Method in class org.locationtech.jts.precision.MinimumClearance
-
Gets the Minimum Clearance distance.
- getDistance() - Method in class org.locationtech.jts.precision.SimpleMinimumClearance
- getDistance(Geometry) - Method in class org.locationtech.jts.operation.distance.IndexedFacetDistance
-
Computes the distance from the base geometry to the given geometry.
- getDistance(Geometry) - Static method in class org.locationtech.jts.precision.MinimumClearance
-
Computes the Minimum Clearance distance for the given Geometry.
- getDistance(Geometry) - Static method in class org.locationtech.jts.precision.SimpleMinimumClearance
- getDistancePoints() - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- getDocDesc() - Method in class org.locationtech.jtstest.command.OptionSpec
- getDocumentLocator() - Method in class org.locationtech.jts.io.gml2.GMLHandler
- getDouble() - Method in class org.locationtech.jts.index.quadtree.DoubleBits
- getDouble(byte[], int) - Static method in class org.locationtech.jts.io.ByteOrderValues
- getDouble(JTextField, Double) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- getDoubleOrNull(Object[], int) - Static method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- getDoubleOrNull(Object[], int) - Static method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- getDx() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- getDy() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- getEdge() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- getEdge() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- getEdge() - Method in class org.locationtech.jts.noding.SegmentNodeList
- getEdge() - Method in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- getEdge() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns this DirectedEdge's parent Edge, or null if it has none.
- getEdge(int) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getEdgeDirection() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns whether the direction of the parent Edge (if any) is the same as that of this Directed Edge.
- getEdgeDistance(int, int) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Computes the "edge distance" of an intersection point along the specified input line segment.
- getEdgeEnds() - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- getEdgeEnds() - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
- getEdgeIndex(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the index for the given edge of this triangle
- getEdgeIndex(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the index for the edge that starts at vertex v.
- getEdgeIntersectionList() - Method in class org.locationtech.jts.geomgraph.Edge
- getEdgeIterator() - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- getEdgeRing() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- getEdgeRings() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Computes the minimal EdgeRings formed by the edges in this graph.
- getEdges() - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- getEdges() - Method in class org.locationtech.jts.geomgraph.EdgeList
- getEdges() - Method in class org.locationtech.jts.geomgraph.EdgeRing
-
Returns the list of DirectedEdges that make up this EdgeRing
- getEdges() - Method in class org.locationtech.jts.geomgraph.Node
- getEdges() - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns the DirectedEdges, in ascending order by angle with the positive x-axis.
- getEdges() - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Returns the Edges that have been added to this PlanarGraph
- getEdges() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the collection of base
QuadEdge
s (one for every pair of vertices which is connected). - getEdges() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getEdges(GeometryFactory) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Gets the edges of the computed triangulation as a
MultiLineString
. - getEdges(GeometryFactory) - Method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Gets the edges of the computed triangulation as a
MultiLineString
. - getEdges(GeometryFactory) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the geometry for the edges in the subdivision as a
MultiLineString
containing 2-point lines. - getEdgesBetween(Node, Node) - Static method in class org.locationtech.jts.planargraph.Node
-
Returns all Edges that connect the two nodes (which are assumed to be different).
- getEdgeSegment(int, LineSegment) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getEmptyMultiPoint() - Method in class org.locationtech.jts.operation.BoundaryOp
- getEnd() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the end coordinate of the segment
- getEnd() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getEndCapStyle() - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Gets the end cap style.
- getEndIndex() - Method in class org.locationtech.jts.index.chain.MonotoneChain
- getEndIndex() - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Returns the index of the end of the line
- getEndIndex() - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Returns the index of the end of the line
- getEndLocation(Geometry) - Static method in class org.locationtech.jts.linearref.LinearLocation
-
Gets a location which refers to the end of a linear
Geometry
. - getEndpoint(int, int) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Gets an endpoint of an input segment.
- getEndPoint() - Method in class org.locationtech.jts.geom.LineString
- getEndPoints(Geometry) - Static method in class org.locationtech.jtsexample.technique.LineStringSelfIntersections
- getEndX() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the end X ordinate of the segment
- getEndY() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the end Y ordinate of the segment
- getEndZ() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the end Z ordinate of the segment
- getEntry(Style) - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleList
- getEntryIndex(Style) - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleList
- getEnvelope() - Method in class org.locationtech.jts.geom.Geometry
-
Gets a Geometry representing the envelope (bounding box) of this
Geometry
. - getEnvelope() - Method in class org.locationtech.jts.geomgraph.Edge
- getEnvelope() - Method in class org.locationtech.jts.index.chain.MonotoneChain
- getEnvelope() - Method in class org.locationtech.jts.index.quadtree.Key
- getEnvelope() - Method in class org.locationtech.jts.index.quadtree.Node
- getEnvelope() - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
-
Computes the envelope of the edges in the subgraph.
- getEnvelope() - Method in class org.locationtech.jts.operation.distance.FacetSequence
- getEnvelope() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the envelope of the Subdivision (including the frame).
- getEnvelope() - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- getEnvelope() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getEnvelope() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
-
Gets the envelope of the indicated rectangle, in model coordinates.
- getEnvelopeAll() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getEnvelopeInternal() - Method in class org.locationtech.jts.geom.Geometry
-
Gets an
Envelope
containing the minimum and maximum x and y values in thisGeometry
. - getEnvelopeOrDefault(Geometry) - Static method in class org.locationtech.jtstest.function.FunctionsUtil
- getEnvelopeResult() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getErrorIndicator() - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
-
Gets a geometry which indicates the location and nature of a validation failure.
- getErrorIndicator() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
-
Gets a geometry which indicates the location and nature of a validation failure.
- getErrorLocation() - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- getErrorLocation() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- getErrorMessage() - Method in class org.locationtech.jts.noding.FastNodingValidator
-
Returns an error message indicating the segments containing the intersection.
- getErrorMessage() - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- getErrorMessage() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- getErrorType() - Method in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Gets the type of this error.
- getException() - Method in class org.locationtech.jtstest.testrunner.Test
- getExceptionCount() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getExpectedBoundary() - Method in class org.locationtech.jtstest.test.TestCase
- getExpectedBoundary() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedConvexHull() - Method in class org.locationtech.jtstest.test.TestCase
- getExpectedConvexHull() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedDifference() - Method in class org.locationtech.jtstest.test.TestCase
- getExpectedDifference() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedIntersection() - Method in class org.locationtech.jtstest.test.TestCase
- getExpectedIntersection() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedIntersectionMatrix() - Method in class org.locationtech.jtstest.test.TestCase
- getExpectedIntersectionMatrix() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedResult() - Method in class org.locationtech.jtstest.testrunner.Test
- getExpectedSymDifference() - Method in class org.locationtech.jtstest.test.TestCase
- getExpectedSymDifference() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedUnion() - Method in class org.locationtech.jtstest.test.TestCase
- getExpectedUnion() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExponent() - Method in class org.locationtech.jts.index.quadtree.DoubleBits
-
Determines the exponent for the number
- getExtent() - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- getExteriorRing() - Method in class org.locationtech.jts.geom.Polygon
- getExtremalPoints() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
-
Gets the extremal points which define the computed Minimum Bounding Circle.
- getFactory() - Method in class org.locationtech.jts.geom.Geometry
-
Gets the factory which contains the context in which this geometry was created.
- getFactoryOrDefault(Geometry) - Static method in class org.locationtech.jtstest.function.FunctionsUtil
- getFactoryOrDefault(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.FunctionsUtil
- getFailedCount() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getFailedMsg() - Method in class org.locationtech.jtstest.test.TestCase
- getFailedMsg() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getFarthestPoints() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
-
Gets a geometry representing a line between the two farthest points in the input.
- getFillColor() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- getFillColor() - Method in class org.locationtech.jtstest.testbuilder.ui.style.BasicStyle
- getFromClipboard() - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- getFromNode() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns the node from which this DirectedEdge leaves.
- getFullString(Throwable) - Static method in class org.locationtech.jtstest.util.ExceptionFormatter
- getFunction() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
- getFunction() - Method in class org.locationtech.jtstest.testbuilder.event.GeometryFunctionEvent
- getFunction() - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- getFunction() - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- getFunction() - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- getFunctionFromNode(Object) - Static method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- getFunctionParams() - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- getFunctionParams() - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- getFunctionRegistry() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- getFunctions() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- getFunctions(String) - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- getGeometries() - Method in class org.locationtech.jtsexample.io.gml2.KMLHandler
- getGeometries() - Method in class org.locationtech.jtstest.test.TestCase
- getGeometries() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getGeometry() - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
- getGeometry() - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Gets the original
Geometry
which has been prepared. - getGeometry() - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- getGeometry() - Method in class org.locationtech.jts.io.gml2.GMLHandler
-
Gets the geometry parsed by this handler.
- getGeometry() - Method in class org.locationtech.jts.linearref.LinearGeometryBuilder
- getGeometry() - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Gets a geometry representing the polygons formed by the polygonization.
- getGeometry() - Method in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- getGeometry() - Method in class org.locationtech.jts.shape.fractal.SierpinskiCarpetBuilder
- getGeometry() - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- getGeometry() - Method in class org.locationtech.jts.shape.random.RandomPointsBuilder
- getGeometry() - Method in class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
-
Gets the
MultiPoint
containing the generated point - getGeometry() - Method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.GeometryCollectionNode
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.LineStringNode
- getGeometry() - Method in interface org.locationtech.jtstest.testbuilder.model.GeometryContainer
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView.StretchedGeometryContainer
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.model.IndexedGeometryContainer
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.model.ResultGeometryContainer
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.model.StaticGeometryContainer
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.PointNode
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.PolygonNode
- getGeometry() - Method in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- getGeometry() - Method in class org.locationtech.jtstest.testrunner.GeometryResult
- getGeometry(int) - Method in interface org.locationtech.jtstest.test.Testable
- getGeometry(int) - Method in class org.locationtech.jtstest.test.TestCase
- getGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- getGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getGeometry(List, int) - Static method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Gets the element at a given list index, or null if the index is out of range.
- getGeometry(Geometry) - Static method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometry
and returns them as either aLineString
orMultiLineString
. - getGeometry(Geometry) - Static method in class org.locationtech.jts.geom.util.LineStringExtracter
-
Extracts the
LineString
elements from a singleGeometry
and returns them as either aLineString
orMultiLineString
. - getGeometry(GeometryFactory) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getGeometry(Geometry, boolean) - Static method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometry
and returns them as either aLineString
orMultiLineString
. - getGeometryA() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- getGeometryA() - Method in class org.locationtech.jtstest.testrunner.TestCase
- getGeometryArgPairCode(Geometry, Geometry) - Static method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getGeometryB() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- getGeometryB() - Method in class org.locationtech.jtstest.testrunner.TestCase
- getGeometryCode(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getGeometryComponent() - Method in class org.locationtech.jts.operation.distance.GeometryLocation
-
Returns the geometry component on (or in) which this location occurs.
- getGeometryCount() - Method in class org.locationtech.jts.geomgraph.Label
- getGeometryEditControlPanel() - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- getGeometryEditModel() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getGeometryEditPanel() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- getGeometryEditPanel() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- getGeometryEditPanel() - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- getGeometryFactory() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- getGeometryFactory() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getGeometryFactory(Map<String, Object>) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
- getGeometryFromNode(Object) - Static method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- getGeometryFunctions() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- getGeometryIndex() - Method in class org.locationtech.jtstest.testrunner.Test
- getGeometryMethod(String, Object[], Object[]) - Method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- getGeometryN(int) - Method in class org.locationtech.jts.geom.Geometry
-
Returns an element
Geometry
from aGeometryCollection
(orthis
, if the geometry is not a collection). - getGeometryN(int) - Method in class org.locationtech.jts.geom.GeometryCollection
- getGeometryN(Geometry, int) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- getGeometryOperation() - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- getGeometryOperation() - Method in class org.locationtech.jtstest.testrunner.Test
- getGeometryOperation() - Method in class org.locationtech.jtstest.testrunner.TestReader
- getGeometryOperation() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getGeometryOperation() - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- getGeometryReturnType(String) - Static method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- getGeometryStyle() - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- getGeometryText(int) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- getGeometryTextA() - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- getGeometryTextB() - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- getGeometryTextClean(int) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- getGeometryType() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the name of this Geometry's actual class.
- getGeometryType() - Method in class org.locationtech.jts.geom.GeometryCollection
- getGeometryType() - Method in class org.locationtech.jts.geom.LinearRing
- getGeometryType() - Method in class org.locationtech.jts.geom.LineString
- getGeometryType() - Method in class org.locationtech.jts.geom.MultiLineString
- getGeometryType() - Method in class org.locationtech.jts.geom.MultiPoint
- getGeometryType() - Method in class org.locationtech.jts.geom.MultiPolygon
- getGeometryType() - Method in class org.locationtech.jts.geom.Point
- getGeometryType() - Method in class org.locationtech.jts.geom.Polygon
- getGeometryType() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getGeometryType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractDrawTool
- getGeometryType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- getGeometryType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineStringTool
- getGeometryType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.PointTool
- getGeometryType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.PolygonTool
- getGeometryType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.StreamPolygonTool
- getGeomIndex() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getGeomModel() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getGeomStyle() - Method in class org.locationtech.jtstest.testbuilder.ui.style.LayerStyle
- getGraph() - Method in class org.locationtech.jts.edgegraph.EdgeGraphBuilder
- getGraph() - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Gets the graph constructed to compute the overlay.
- getGraphics2D() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- getGridPrecisionModel() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
Gets a PrecisionModel corresponding to the grid size.
- getGridSize() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getGridSize() - Method in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- getGridSizeModel() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getHeight() - Method in class org.locationtech.jts.geom.Envelope
-
Returns the difference between the maximum and minimum y values.
- getHeight() - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- getHeightInModel() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getHeightInView() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getHoles(int, double, double, double) - Method in class org.locationtech.jts.shape.fractal.SierpinskiCarpetBuilder
- getHue(Color) - Static method in class org.locationtech.jtstest.testbuilder.ui.ColorUtil
- getIcon() - Method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- getIcon() - Method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- getIcon() - Method in class org.locationtech.jtstest.testbuilder.GeometryCollectionNode
- getIcon() - Method in class org.locationtech.jtstest.testbuilder.GeometryNode
- getIcon() - Method in class org.locationtech.jtstest.testbuilder.LinearRingNode
- getIcon() - Method in class org.locationtech.jtstest.testbuilder.LineStringNode
- getIcon() - Method in class org.locationtech.jtstest.testbuilder.PointNode
- getIcon() - Method in class org.locationtech.jtstest.testbuilder.PolygonNode
- getId() - Method in class org.locationtech.jts.index.chain.MonotoneChain
- getIM() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getIndex() - Method in class org.locationtech.jts.noding.MCIndexNoder
- getIndex() - Method in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector
-
Gets the index constructed over the base segment strings.
- getIndex() - Method in class org.locationtech.jts.simplify.TaggedLineSegment
- getIndex() - Method in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
- getIndex() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- getIndex() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- getIndex() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater
- getIndex() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- getIndex(int) - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns value of i modulo the number of edges in this DirectedEdgeStar (i.e.
- getIndex(DirectedEdge) - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns the zero-based index of the given DirectedEdge, after sorting in ascending order by angle with the positive x-axis.
- getIndex(Edge) - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns the zero-based index of the given Edge, after sorting in ascending order by angle with the positive x-axis.
- getIndex(Edge) - Method in class org.locationtech.jts.planargraph.Node
-
Returns the zero-based index of the given Edge, after sorting in ascending order by angle with the positive x-axis.
- getIndexAlongSegment(int, int) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Computes the index (order) of the intIndex'th intersection point in the direction of a specified input line segment
- getIndexOfChild(Object, Object) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
-
Returns the index of child in parent.
- getIndexOfChild(GeometricObjectNode) - Method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- getIndexOfChild(GeometricObjectNode) - Method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- getIndexOfChild(GeometricObjectNode) - Method in class org.locationtech.jtstest.testbuilder.GeometryNode
- getIndicatorCircle(Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- getIndices() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.Location
- getInfo(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getInitialVertices() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the sites (vertices) used to initialize the triangulation.
- getInputGeometry() - Method in class org.locationtech.jts.geom.util.GeometryTransformer
-
Utility function to make input geometry available
- getInputStream() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- getInsertEvent() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- getInsertEvent() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.DeleteVertexTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.ExtractComponentTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.InfoTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.LineStringTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.PointTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.PolygonTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.RectangleTool
- getInstance() - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.StreamPolygonTool
- getInstance() - Static method in class org.locationtech.jtstest.testrunner.Parameters
-
Returns the singleton.
- getInstance(String, Class) - Method in class org.locationtech.jtstest.testrunner.TestReader
-
Gets an instance of a class with the given name, and ensures that the class is assignable to a specified baseClass.
- getInt(byte[], int) - Static method in class org.locationtech.jts.io.ByteOrderValues
- getInteger(JTextField, Integer) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- getIntegerOrNull(Object[], int) - Static method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- getIntegerOrNull(Object[], int) - Static method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- getInteriorIntersection() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Gets the computed location of the intersection.
- getInteriorIntersections() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinderAdder
- getInteriorIntersections() - Method in class org.locationtech.jts.noding.IntersectionFinderAdder
-
Deprecated.
- getInteriorPoint() - Method in class org.locationtech.jts.algorithm.InteriorPointArea
-
Gets the computed interior point.
- getInteriorPoint() - Method in class org.locationtech.jts.algorithm.InteriorPointLine
- getInteriorPoint() - Method in class org.locationtech.jts.algorithm.InteriorPointPoint
- getInteriorPoint() - Method in class org.locationtech.jts.geom.Geometry
-
Computes an interior point of this
Geometry
. - getInteriorRingN(int) - Method in class org.locationtech.jts.geom.Polygon
- getIntersection() - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Gets the computed location of the intersection.
- getIntersection(int) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Returns the intIndex'th intersection point
- getIntersectionAlongSegment(int, int) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Computes the intIndex'th intersection point in the direction of a specified input line segment
- getIntersectionFinder() - Method in class org.locationtech.jts.geom.prep.PreparedLineString
- getIntersectionFinder() - Method in class org.locationtech.jts.geom.prep.PreparedPolygon
-
Gets the indexed intersection finder for this geometry.
- getIntersectionMatrix() - Method in class org.locationtech.jts.operation.relate.RelateOp
-
Gets the IntersectionMatrix for the spatial relationship between the input geometries.
- getIntersectionMatrix() - Method in interface org.locationtech.jtstest.test.Testable
- getIntersectionMatrix() - Method in class org.locationtech.jtstest.test.TestCase
- getIntersectionMatrix() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getIntersectionMatrix() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getIntersectionNum() - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Returns the number of intersection points found.
- getIntersections() - Method in class org.locationtech.jts.noding.FastNodingValidator
-
Gets a list of all intersections found.
- getIntersections() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Gets the intersections found.
- getIntersectionSegments() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Gets the endpoints of the intersecting segments.
- getIntersectionSegments() - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Gets the endpoints of the intersecting segments.
- getIntersectsOp() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- getIntersectsOp() - Method in class org.locationtech.jts.index.strtree.SIRtree
- getIntersectsOp() - Method in class org.locationtech.jts.index.strtree.STRtree
- getInterval() - Method in class org.locationtech.jts.index.bintree.Key
- getInterval() - Method in class org.locationtech.jts.index.bintree.Node
- getInterval() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
- getInvalidLocation() - Method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- getInvalidPoint() - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- getInvalidPoint() - Method in class org.locationtech.jts.operation.valid.ConsistentAreaTester
- getInvalidRingLines() - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Gets the list of lines forming invalid rings found during polygonization.
- getInverse() - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Computes the inverse of this transformation, if one exists.
- getItem() - Method in class org.locationtech.jts.index.strtree.ItemBoundable
- getItem() - Method in class org.locationtech.jts.index.sweepline.SweepLineInterval
- getItems() - Method in class org.locationtech.jts.index.ArrayListVisitor
- getItems() - Method in class org.locationtech.jts.index.bintree.NodeBase
- getItems() - Method in class org.locationtech.jts.index.quadtree.NodeBase
- getItems() - Method in class org.locationtech.jts.simplify.LineSegmentVisitor
- getItems(PriorityQueue<BoundablePair>) - Static method in class org.locationtech.jts.index.strtree.STRtree
- getJoinStyle() - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Gets the join style
- getJsonString(CoordinateSequence) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
- getKDT() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the
KdTree
which contains the vertices of the triangulation. - getLabel() - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- getLabel() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- getLabel() - Method in class org.locationtech.jts.geomgraph.EdgeRing
- getLabel() - Method in class org.locationtech.jts.geomgraph.GraphComponent
- getLabel() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Returns the identifier attached to this directed edge.
- getLabel() - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
- getLabel() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- getLastCoordinate() - Method in class org.locationtech.jts.linearref.LinearGeometryBuilder
- getLayer(int) - Method in class org.locationtech.jtstest.testbuilder.model.LayerList
- getLayerList() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getLayers() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getLayerStyle() - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- getLeft() - Method in class org.locationtech.jts.index.kdtree.KdNode
-
Returns the left node of the tree
- getLength() - Method in class org.locationtech.jts.algorithm.MinimumDiameter
-
Gets the length of the minimum diameter of the input Geometry
- getLength() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the length of this
Geometry
. - getLength() - Method in class org.locationtech.jts.geom.GeometryCollection
- getLength() - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the length of the line segment.
- getLength() - Method in class org.locationtech.jts.geom.LineString
-
Returns the length of this
LineString
- getLength() - Method in class org.locationtech.jts.geom.Polygon
-
Returns the perimeter of this
Polygon
- getLength() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the length of the geometry of this quadedge.
- getLength() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- getLength(Geometry) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler
- getLength(Geometry) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler
-
Calcuates the record length of this object.
- getLength(Geometry) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler
-
Calcuates the record length of this object.
- getLength(Geometry) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
- getLength(Geometry) - Method in interface org.locationtech.jtstest.testbuilder.io.shapefile.ShapeHandler
- getLength(Geometry, LinearLocation) - Static method in class org.locationtech.jts.linearref.LengthLocationMap
-
Computes the length for a given
LinearLocation
on a linearGeometry
. - getLength(LinearLocation) - Method in class org.locationtech.jts.linearref.LengthLocationMap
- getLevel() - Method in class org.locationtech.jts.index.bintree.Key
- getLevel() - Method in class org.locationtech.jts.index.quadtree.Key
- getLevel() - Method in class org.locationtech.jts.index.strtree.AbstractNode
-
Returns 0 if this node is a leaf, 1 if a parent of a leaf, and so on; the root node will have the highest level
- getLine() - Method in class org.locationtech.jts.linearref.LinearIterator
-
Gets the
LineString
component the iterator is current at. - getLine() - Method in class org.locationtech.jts.operation.linemerge.LineMergeEdge
-
Returns the LineString specifying the vertices of this edge.
- getLine() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeEdge
- getLine() - Method in class org.locationtech.jts.precision.MinimumClearance
-
Gets a LineString containing two points which are at the Minimum Clearance distance.
- getLine() - Method in class org.locationtech.jts.precision.SimpleMinimumClearance
- getLine(Geometry) - Static method in class org.locationtech.jts.precision.MinimumClearance
-
Gets a LineString containing two points which are at the Minimum Clearance distance for the given Geometry.
- getLine(Geometry) - Static method in class org.locationtech.jts.precision.SimpleMinimumClearance
- getLinearRing() - Method in class org.locationtech.jts.geomgraph.EdgeRing
- getLineColor() - Method in class org.locationtech.jtstest.testbuilder.ui.style.BasicStyle
- getLineCurve(Coordinate[], double) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
-
This method handles single points as well as LineStrings.
- getLineIntersector() - Method in class org.locationtech.jts.noding.IntersectionAdder
- getLineNumber() - Method in class org.locationtech.jtstest.testrunner.TestCase
- getLines(Collection, Collection) - Static method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometry
and adds them to the providedCollection
. - getLines(Collection, Collection, boolean) - Static method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometry
and adds them to the providedCollection
. - getLines(Geometry) - Static method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single geometry.
- getLines(Geometry) - Static method in class org.locationtech.jts.geom.util.LineStringExtracter
- getLines(Geometry, boolean) - Static method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single geometry.
- getLines(Geometry, Collection) - Static method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometry
and adds them to the providedCollection
. - getLines(Geometry, Collection, boolean) - Static method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometry
and adds them to the providedCollection
. - getLines(Geometry, List) - Static method in class org.locationtech.jts.geom.util.LineStringExtracter
- getLineSegment() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets a LineSegment modelling this segment.
- getLineSegment(int, LineSegment) - Method in class org.locationtech.jts.index.chain.MonotoneChain
-
Gets the line segment starting at
index
- getLineString() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Gets the coordinates for this ring as a
LineString
. - getLinework() - Method in class org.locationtech.jts.operation.overlay.validate.PolygonalLineworkExtracter
-
Gets the list of polygonal linework.
- getList() - Method in class org.locationtech.jtstest.test.TestCaseList
- getList() - Method in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel.GeometryFunctionCellRenderer
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.locationtech.jtstest.testbuilder.LayerCheckBoxList.CellRenderer
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.locationtech.jtstest.testbuilder.TestListPanel.TestListCellRenderer
- getLocation() - Method in class org.locationtech.jts.algorithm.RayCrossingCounter
-
Gets the
Location
of the point relative to the ring, polygon or multipolygon from which the processed segments were provided. - getLocation(double) - Method in class org.locationtech.jts.linearref.LengthLocationMap
-
Compute the
LinearLocation
corresponding to a length. - getLocation(double, boolean) - Method in class org.locationtech.jts.linearref.LengthLocationMap
-
Compute the
LinearLocation
corresponding to a length. - getLocation(int) - Method in class org.locationtech.jts.geomgraph.Label
- getLocation(int, int) - Method in class org.locationtech.jts.geomgraph.Depth
- getLocation(int, int) - Method in class org.locationtech.jts.geomgraph.Label
- getLocation(int, Coordinate, GeometryGraph[]) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- getLocation(Coordinate) - Method in class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
- getLocation(Coordinate, boolean, double) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- getLocation(Geometry, double) - Static method in class org.locationtech.jts.linearref.LengthLocationMap
-
Computes the
LinearLocation
for a given length along a linearGeometry
. - getLocation(Geometry, double, boolean) - Static method in class org.locationtech.jts.linearref.LengthLocationMap
-
Computes the
LinearLocation
for a given length along a linearGeometry
, with control over how the location is resolved at component endpoints. - getLocationForward(double) - Method in class org.locationtech.jts.linearref.LengthLocationMap
- getLocations() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- getLocations() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearVerticesFilter
- getLocations(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- getLocations(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater
- getLocations(Geometry) - Static method in class org.locationtech.jts.operation.distance.ConnectedElementLocationFilter
-
Returns a list containing a point from each Polygon, LineString, and Point found inside the specified geometry.
- getLong(byte[], int) - Static method in class org.locationtech.jts.io.ByteOrderValues
- getLowerLeftCornerInModel() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getM() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinate
- getMajor() - Method in class org.locationtech.jts.JTSVersion
-
Gets the major number of the release version.
- getMarkPoint() - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- getMatrixEntries() - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Gets an array containing the entries of the transformation matrix.
- getMax() - Method in class org.locationtech.jts.index.bintree.Interval
- getMax() - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
- getMax() - Method in class org.locationtech.jts.index.sweepline.SweepLineInterval
- getMaxA() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- getMaxB() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- getMaximumSegmentIndex() - Method in class org.locationtech.jts.geomgraph.Edge
- getMaximumSignificantDigits() - Method in class org.locationtech.jts.geom.PrecisionModel
-
Returns the maximum number of significant digits provided by this precision model.
- getMaxNodeDegree() - Method in class org.locationtech.jts.geomgraph.EdgeRing
- getMaxPointDistance() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- getMaxPointDistance() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- getMaxPointDistance() - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- getMaxPointDistance() - Method in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- getMaxX() - Method in class org.locationtech.jts.geom.Envelope
-
Returns the
Envelope
s maximum x-value. - getMaxX() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- getMaxX() - Method in class org.locationtech.jts.geomgraph.index.SweepLineSegment
- getMaxX(int) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- getMaxY() - Method in class org.locationtech.jts.geom.Envelope
-
Returns the
Envelope
s maximum y-value. - getMaxY() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- getMenuBar() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- getMergedLineStrings() - Method in class org.locationtech.jts.operation.linemerge.LineMerger
-
Gets the
LineString
s created by the merging process. - getMessage() - Method in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Gets an error message describing this error.
- getMin() - Method in class org.locationtech.jts.index.bintree.Interval
- getMin() - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
- getMin() - Method in class org.locationtech.jts.index.sweepline.SweepLineInterval
- getMinA() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- getMinB() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- getMinEdgeRing() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- getMinimumDiameter(Geometry) - Static method in class org.locationtech.jts.algorithm.MinimumDiameter
-
Gets the length of the minimum diameter enclosing a geometry
- getMinimumRectangle() - Method in class org.locationtech.jts.algorithm.MinimumDiameter
-
Gets the minimum rectangular
Polygon
which encloses the input geometry. - getMinimumRectangle(Geometry) - Static method in class org.locationtech.jts.algorithm.MinimumDiameter
-
Gets the minimum rectangle enclosing a geometry.
- getMinimumSize() - Method in class org.locationtech.jts.simplify.TaggedLineString
- getMinor() - Method in class org.locationtech.jts.JTSVersion
-
Gets the minor number of the release version.
- getMinSize() - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- getMinX() - Method in class org.locationtech.jts.geom.Envelope
-
Returns the
Envelope
s minimum x-value. - getMinX() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- getMinX() - Method in class org.locationtech.jts.geomgraph.index.SweepLineSegment
- getMinX(int) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- getMinY() - Method in class org.locationtech.jts.geom.Envelope
-
Returns the
Envelope
s minimum y-value. - getMinY() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- getMitreLimit() - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Gets the mitre ratio limit.
- getModel() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getModel() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- getModelEnv() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getModelSnapTolerance() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- getModelToViewTransform() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getModifiedCoordinates() - Method in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover
- getModifiedCoordinates() - Method in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
-
Gets the
Coordinate
s in each stretched geometry which were modified (if any). - getMonotoneChainEdge() - Method in class org.locationtech.jts.geomgraph.Edge
- getMonotoneChains() - Method in class org.locationtech.jts.noding.MCIndexNoder
- getName() - Method in class org.locationtech.jtstest.command.Option
- getName() - Method in class org.locationtech.jtstest.command.OptionSpec
- getName() - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- getName() - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Gets the name of this function
- getName() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- getName() - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- getName() - Method in interface org.locationtech.jtstest.geomop.GeometryFunction
-
Gets the name of this function
- getName() - Method in interface org.locationtech.jtstest.test.Testable
- getName() - Method in class org.locationtech.jtstest.test.TestCase
- getName() - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- getName() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getName() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getNameInfo() - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- getNearestPoint() - Method in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- getNearestPoint(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder
- getNearRingPoint(int) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- getNearVertices() - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- getNeighbours() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the neighbours of this triangle.
- getNestedPoint() - Method in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- getNext() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- getNext() - Method in class org.locationtech.jts.operation.linemerge.LineMergeDirectedEdge
-
Returns the directed edge that starts at this directed edge's end point, or null if there are zero or multiple directed edges starting there.
- getNext() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Returns the next directed edge in the EdgeRing that this directed edge is a member of.
- getNext(DirectedEdge) - Method in class org.locationtech.jts.geomgraph.EdgeRing
- getNext(DirectedEdge) - Method in class org.locationtech.jts.operation.overlay.MaximalEdgeRing
- getNext(DirectedEdge) - Method in class org.locationtech.jts.operation.overlay.MinimalEdgeRing
- getNextCloser() - Method in class org.locationtech.jts.io.WKTReader
-
Returns the next R_PAREN in the stream.
- getNextCloserOrComma() - Method in class org.locationtech.jts.io.WKTReader
-
Returns the next R_PAREN or COMMA in the stream.
- getNextCW(EdgeEnd) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- getNextCWEdge(DirectedEdge) - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns the
DirectedEdge
on the right-hand (CW) side of the givenDirectedEdge
(which must be a member of this DirectedEdgeStar). - getNextEdge(DirectedEdge) - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns the
DirectedEdge
on the left-hand (CCW) side of the givenDirectedEdge
(which must be a member of this DirectedEdgeStar). - getNextEmptyOrOpener() - Method in class org.locationtech.jts.io.WKTReader
-
Returns the next EMPTY or L_PAREN in the stream as uppercase text.
- getNextMin() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- getNextNumber() - Method in class org.locationtech.jts.io.WKTReader
-
Parses the next number in the stream.
- getNextWord() - Method in class org.locationtech.jts.io.WKTReader
-
Returns the next word in the stream.
- getNode() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- getNode() - Method in class org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- getNode(Coordinate) - Method in class org.locationtech.jts.operation.linemerge.LineMergeGraph
- getNode(Coordinate) - Method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
- getNode(Envelope) - Method in class org.locationtech.jts.index.quadtree.Node
-
Returns the subquad containing the envelope searchEnv.
- getNode(Interval) - Method in class org.locationtech.jts.index.bintree.Node
-
Returns the subnode containing the envelope.
- getNodeCapacity() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Returns the maximum number of child nodes that a node may have
- getNodeCount() - Method in class org.locationtech.jts.index.quadtree.NodeBase
- getNodedEdges() - Method in class org.locationtech.jts.operation.overlay.EdgeSetNoder
- getNodedSubstrings() - Method in class org.locationtech.jts.noding.IteratedNoder
- getNodedSubstrings() - Method in class org.locationtech.jts.noding.MCIndexNoder
- getNodedSubstrings() - Method in interface org.locationtech.jts.noding.Noder
-
Returns a
Collection
of fully nodedSegmentString
s. - getNodedSubstrings() - Method in class org.locationtech.jts.noding.ScaledNoder
- getNodedSubstrings() - Method in class org.locationtech.jts.noding.SimpleNoder
- getNodedSubstrings() - Method in class org.locationtech.jts.noding.SinglePassNoder
-
Returns a
Collection
of fully nodedSegmentString
s. - getNodedSubstrings() - Method in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- getNodedSubstrings() - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- getNodedSubstrings(Collection) - Static method in class org.locationtech.jts.noding.NodedSegmentString
-
Gets the
SegmentString
s which result from splitting this string at node points. - getNodedSubstrings(Collection, Collection) - Static method in class org.locationtech.jts.noding.NodedSegmentString
-
Adds the noded
SegmentString
s which result from splitting this string at node points. - getNodeIterator() - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- getNodeIterator() - Method in class org.locationtech.jts.operation.relate.RelateNodeGraph
- getNodeList() - Method in class org.locationtech.jts.noding.NodedSegmentString
- getNoder(PrecisionModel) - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
- getNodes() - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- getNodes() - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
- getNodes() - Method in class org.locationtech.jts.planargraph.PlanarGraph
- getNonSimpleLocation() - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Gets a coordinate for the location where the geometry fails to be simple.
- getNumArgs() - Method in class org.locationtech.jtstest.command.Option
- getNumGeometries() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the number of
Geometry
s in aGeometryCollection
(or 1, if the geometry is not a collection). - getNumGeometries() - Method in class org.locationtech.jts.geom.GeometryCollection
- getNumInteriorRing() - Method in class org.locationtech.jts.geom.Polygon
- getNumOptions() - Method in class org.locationtech.jtstest.command.OptionSpec
- getNumPoints() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the count of this
Geometry
s vertices. - getNumPoints() - Method in class org.locationtech.jts.geom.GeometryCollection
- getNumPoints() - Method in class org.locationtech.jts.geom.LineString
- getNumPoints() - Method in class org.locationtech.jts.geom.Point
- getNumPoints() - Method in class org.locationtech.jts.geom.Polygon
- getNumPoints() - Method in class org.locationtech.jts.geomgraph.Edge
- getObject() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- getOffsetCurve(Coordinate[], double) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- getOffsetX() - Method in class org.locationtech.jts.geom.PrecisionModel
-
Deprecated.Offsets are no longer used
- getOffsetY() - Method in class org.locationtech.jts.geom.PrecisionModel
-
Deprecated.Offsets are no longer used
- getOperation() - Method in class org.locationtech.jtstest.testrunner.Test
- getOpName() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getOpName() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getOpName() - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- getOppositeNode(Node) - Method in class org.locationtech.jts.planargraph.Edge
-
If
node
is one of the two nodes associated with this Edge, returns the other node; otherwise returns null. - getOption(int) - Method in class org.locationtech.jtstest.command.OptionSpec
- getOption(String) - Method in class org.locationtech.jtstest.command.CommandLine
- getOptions() - Method in class org.locationtech.jtstest.command.OptionSpec
- getOptions(String) - Method in class org.locationtech.jtstest.command.CommandLine
- getOptionSpec(String) - Method in class org.locationtech.jtstest.command.CommandLine
- getOrCreateABTest(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getOrdinate(int) - Method in class org.locationtech.jts.geom.Coordinate
-
Gets the ordinate value for the given index.
- getOrdinate(int, int) - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns the ordinate of a coordinate in this sequence.
- getOrdinate(int, int) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- getOrdinate(int, int) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- getOrdinate(int, int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
- getOrdinate(int, int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
- getOrdinate(int, int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- getOrdinate(int, int) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getOrdinate(int, int) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- getOutEdges() - Method in class org.locationtech.jts.planargraph.Node
-
Returns the collection of DirectedEdges that leave this Node.
- getOuterHole() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
- getOutgoingDegree() - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- getOutgoingDegree(EdgeRing) - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- getParameterNames() - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- getParameterNames() - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Gets the parameter names for this function
- getParameterNames() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- getParameterNames() - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- getParameterNames() - Method in interface org.locationtech.jtstest.geomop.GeometryFunction
-
Gets the parameter names for this function
- getParameterTypes() - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
-
Gets the types of the other function arguments, if any.
- getParameterTypes() - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Gets the types of the other function arguments, if any.
- getParameterTypes() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- getParameterTypes() - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
-
Gets the types of the other function arguments, if any.
- getParameterTypes() - Method in interface org.locationtech.jtstest.geomop.GeometryFunction
-
Gets the types of the other function arguments, if any.
- getParamValue(int) - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- getParamValue(int) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- getParent() - Method in class org.locationtech.jts.planargraph.Subgraph
-
Gets the
PlanarGraph
which this subgraph is part of. - getParent() - Method in class org.locationtech.jts.simplify.TaggedLineSegment
- getParent() - Method in class org.locationtech.jts.simplify.TaggedLineString
- getParentCoordinates() - Method in class org.locationtech.jts.simplify.TaggedLineString
- getParseExceptionCount() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getParsingProblems() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getParsingProblems() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getParsingProblems() - Method in class org.locationtech.jtstest.testrunner.TestReader
- getPassedCount() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getPatch() - Method in class org.locationtech.jts.JTSVersion
-
Gets the patch number of the release version.
- getPathIterator(AffineTransform) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- getPathIterator(AffineTransform) - Method in class org.locationtech.jts.awt.PolygonShape
- getPathIterator(AffineTransform, double) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- getPathIterator(AffineTransform, double) - Method in class org.locationtech.jts.awt.PolygonShape
- getPlane() - Method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- getPoint() - Method in class org.locationtech.jts.index.bintree.Key
- getPoint() - Method in class org.locationtech.jts.index.quadtree.Key
- getPointArray() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- getPointLocator() - Method in class org.locationtech.jts.geom.prep.PreparedPolygon
- getPointN(int) - Method in class org.locationtech.jts.geom.LineString
- getPoints(double) - Method in class org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator
-
Gets the computed offset points.
- getPoints(Geometry) - Static method in class org.locationtech.jts.geom.util.PointExtracter
- getPoints(Geometry, List) - Static method in class org.locationtech.jts.geom.util.PointExtracter
- getPolygon() - Method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- getPolygon() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Computes the
Polygon
formed by this ring and any contained holes. - getPolygonHoleN(Geometry, int) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- getPolygonHoles(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- getPolygonLines(Geometry) - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- getPolygons() - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
- getPolygons() - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Gets the list of polygons formed by the polygonization.
- getPolygons(Geometry) - Static method in class org.locationtech.jts.geom.util.PolygonExtracter
- getPolygons(Geometry, List) - Static method in class org.locationtech.jts.geom.util.PolygonExtracter
- getPolygonShell(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- getPotentialResultAreaEdges(DirectedEdgeStar, int) - Method in class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
- getPreciseCoordinate() - Method in class org.locationtech.jts.io.WKTReader
- getPrecisionModel() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the
PrecisionModel
used by theGeometry
. - getPrecisionModel() - Method in class org.locationtech.jts.geom.GeometryFactory
-
Returns the PrecisionModel that Geometries created by this factory will be associated with.
- getPrecisionModel() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- getPrecisionModel() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getPrecisionModel() - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- getPrecisionModel() - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- getPrecisionModel() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getPrimary() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the primary edge of this quadedge and its sym.
- getPrimaryEdges(boolean) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets all primary quadedges in the subdivision.
- getProperIntersectionPoint() - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- getProperIntersectionPoint() - Method in class org.locationtech.jts.noding.IntersectionAdder
- getQuadrant() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- getQuadrant() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns 0, 1, 2, or 3, indicating the quadrant in which this DirectedEdge's orientation lies.
- getQuadrantSegments() - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Gets the number of quadrant segments which will be used
- getRadius() - Method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
-
Gets the radius of the computed Minimum Bounding Circle.
- getRadius() - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- getRawCoordinates() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
-
Gets the underlying array containing the coordinate values.
- getRawCoordinates() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
-
Gets the underlying array containing the coordinate values.
- getRenderer() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getRepresentativePoints() - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Gets the list of representative points for this geometry.
- getResult() - Method in class org.locationtech.jts.dissolve.LineDissolver
-
Gets the dissolved result as a MultiLineString.
- getResult() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getResult() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getResult() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getResult() - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- getResultAreaEdges() - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- getResultCoordinates() - Method in class org.locationtech.jts.simplify.TaggedLineString
- getResultDisplayString(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getResultGeometry() - Method in class org.locationtech.jts.densify.Densifier
-
Gets the densified geometry.
- getResultGeometry() - Method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier
-
Gets the simplified geometry.
- getResultGeometry() - Method in class org.locationtech.jts.simplify.TopologyPreservingSimplifier
- getResultGeometry() - Method in class org.locationtech.jts.simplify.VWSimplifier
-
Gets the simplified geometry.
- getResultGeometry(double) - Method in class org.locationtech.jts.operation.buffer.BufferOp
-
Returns the buffer computed for a geometry for a given buffer distance.
- getResultGeometry(int) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Gets the result of the overlay for a given overlay operation.
- getResultGeometry(int) - Method in class org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- getResultGeometry(int) - Method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- getResultMatcher() - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- getResultMatcher() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getResultMatcher() - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- getResultSize() - Method in class org.locationtech.jts.simplify.TaggedLineString
- getResultValuePanel() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- getResultWKTPanel() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- getReturnType() - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- getReturnType() - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Gets the return type of this function
- getReturnType() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- getReturnType() - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- getReturnType() - Method in interface org.locationtech.jtstest.geomop.GeometryFunction
-
Gets the return type of this function
- getReturnType(String) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- getReturnType(String) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionOperation
- getReturnType(String) - Method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- getReturnType(String) - Method in interface org.locationtech.jtstest.geomop.GeometryOperation
-
Gets the class of the return type of the given operation.
- getReturnType(String) - Method in class org.locationtech.jtstest.geomop.LoggingGeometryOperation
- getReturnType(String) - Method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- getReturnType(String) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryOperation
- getReturnType(String) - Method in class org.locationtech.jtstest.geomop.TeeGeometryOperation
- getRight() - Method in class org.locationtech.jts.index.kdtree.KdNode
-
Returns the right node of the tree
- getRightmostCoordinate() - Method in class org.locationtech.jts.operation.buffer.BufferSubgraph
-
Gets the rightmost coordinate in the edges of the subgraph
- getRightmostEdge() - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- getRightmostSide(DirectedEdge, int) - Method in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- getRightmostSideOfSegment(DirectedEdge, int) - Method in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- getRing() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Returns this ring as a
LinearRing
, or null if an Exception occurs while creating it (such as a topology problem). - getRing() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Gets the
EdgeRing
this edge is a member of. - getRing(List) - Static method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getRing(Geometry) - Static method in class org.locationtech.jtstest.function.OrientationFunctions
- getRingCurve(Coordinate[], int, double) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
-
This method handles the degenerate cases of single points and lines, as well as rings.
- getRoot() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- getRoot() - Method in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
-
Returns the root of the tree.
- getRunDescription(TestCaseList) - Static method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getRunIndex() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getRunJava(String, TestBuilderModel) - Static method in class org.locationtech.jtstest.testbuilder.model.JavaTestWriter
- getRunWorkspace(TestCaseList) - Static method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getRunXml() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- getRunXml(TestCaseList, PrecisionModel) - Static method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getSafeEnvelope() - Method in class org.locationtech.jts.noding.snapround.HotPixel
-
Returns a "safe" envelope that is guaranteed to contain the hot pixel.
- getScalarFunctionPanel() - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- getScalarFunctions() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- getScale() - Method in class org.locationtech.jts.geom.PrecisionModel
-
Returns the scale factor used to specify a fixed precision model.
- getScale() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getScaleFormat() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getSegGen(double) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- getSegment() - Method in exception org.locationtech.jts.triangulate.quadedge.LocateFailureException
- getSegment(int) - Method in class org.locationtech.jts.simplify.TaggedLineString
- getSegment(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Gets a
LineSegment
representing the segment of the given linearGeometry
which contains this location. - getSegmentEnd() - Method in class org.locationtech.jts.linearref.LinearIterator
-
Gets the second
Coordinate
of the current segment. - getSegmentFraction() - Method in class org.locationtech.jts.linearref.LinearLocation
-
Gets the segment fraction for this location
- getSegmentIndex() - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
- getSegmentIndex() - Method in class org.locationtech.jts.linearref.LinearLocation
-
Gets the segment index for this location
- getSegmentIndex() - Method in class org.locationtech.jts.operation.distance.GeometryLocation
-
Returns the segment index for this location.
- getSegmentLength(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Gets the length of the segment in the given Geometry containing this location.
- getSegmentOctant(int) - Method in class org.locationtech.jts.noding.BasicSegmentString
-
Gets the octant of the segment starting at vertex
index
. - getSegmentOctant(int) - Method in class org.locationtech.jts.noding.NodedSegmentString
-
Gets the octant of the segment starting at vertex
index
. - getSegments() - Method in class org.locationtech.jts.simplify.TaggedLineString
- getSegmentSetIntersector() - Method in class org.locationtech.jts.noding.FastSegmentSetIntersectionFinder
-
Gets the segment set intersector used by this class.
- getSegmentStart() - Method in class org.locationtech.jts.linearref.LinearIterator
-
Gets the first
Coordinate
of the current segment. - getSelectedFiles(JFileChooser) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
-
Workaround for Swing bug: JFileChooser does not support multi-file selection See Sun bug database 4218431.
- getSelectedGeometry() - Method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- getSelectedTestFiles() - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Returns the selected test files.
- getSequencedLineStrings() - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Returns the
LineString
orMultiLineString
built by the sequencing process, if one exists. - getShape() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- getShape() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- getShape() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
-
Gets the shape for displaying the current state of the action.
- getShape() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- getShapeHandler(int) - Static method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- getShapeHandler(Geometry, int) - Static method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- getShapeType() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler
-
Get the type of shape stored (Shapefile.ARC)
- getShapeType() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler
-
Returns the shapefile shape type value for a point
- getShapeType() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler
-
Returns the shapefile shape type value for a point
- getShapeType() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
- getShapeType() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- getShapeType() - Method in interface org.locationtech.jtstest.testbuilder.io.shapefile.ShapeHandler
- getShapeType(Geometry, int) - Static method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- getShapeTypeDescription(int) - Static method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
-
Returns a string for the shape type of index.
- getShell() - Method in class org.locationtech.jts.geomgraph.EdgeRing
- getShell() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Gets the shell for this ring.
- getSignature() - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- getSignature() - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Gets a string representing the signature of this function.
- getSignature() - Method in class org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
- getSignature() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- getSimplifyFactor() - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Gets the simplify factor.
- getSize() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- getSortIndex() - Method in class org.locationtech.jts.geom.Geometry
- getSortIndex() - Method in class org.locationtech.jts.geom.GeometryCollection
- getSortIndex() - Method in class org.locationtech.jts.geom.LinearRing
- getSortIndex() - Method in class org.locationtech.jts.geom.LineString
- getSortIndex() - Method in class org.locationtech.jts.geom.MultiLineString
- getSortIndex() - Method in class org.locationtech.jts.geom.MultiPoint
- getSortIndex() - Method in class org.locationtech.jts.geom.MultiPolygon
- getSortIndex() - Method in class org.locationtech.jts.geom.Point
- getSortIndex() - Method in class org.locationtech.jts.geom.Polygon
- getSource() - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- getSpatialFunctionPanel() - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- getSpecialNumberString() - Method in class org.locationtech.jts.math.DD
-
Returns the string for this value if it has a known representation.
- getSplitCoordinates() - Method in class org.locationtech.jts.noding.SegmentNodeList
-
Gets the list of coordinates for the fully noded segment string, including all original segment string vertices and vertices introduced by nodes in this list.
- getSplitPoint() - Method in class org.locationtech.jts.triangulate.SplitSegment
- getSquareBaseLine() - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- getSquareExtent() - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- getSrid(Attributes, int) - Static method in class org.locationtech.jts.io.gml2.GeometryStrategies
- getSRID() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the ID of the Spatial Reference System used by the
Geometry
. - getSRID() - Method in class org.locationtech.jts.geom.GeometryFactory
-
Gets the SRID value defined for this factory.
- getStackTrace() - Method in class org.locationtech.jtstest.testbuilder.BusyDialog
- getStackTrace(Throwable) - Static method in class org.locationtech.jts.util.StringUtil
-
Returns an throwable's stack trace
- getStackTrace(Throwable) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns an throwable's stack trace
- getStackTrace(Throwable, int) - Static method in class org.locationtech.jts.util.StringUtil
- getStackTrace(Throwable, int) - Static method in class org.locationtech.jtstest.util.StringUtil
- getStart() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the start coordinate of the segment
- getStart() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getStartIndex() - Method in class org.locationtech.jts.index.chain.MonotoneChain
- getStartIndex() - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Returns the index of the start of the line
- getStartIndex() - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Returns the index of the start of the line
- getStartIndexes() - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- getStartPoint() - Method in class org.locationtech.jts.geom.LineString
- getStartX() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the start X ordinate of the segment
- getStartY() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the start Y ordinate of the segment
- getStartZ() - Method in class org.locationtech.jts.triangulate.Segment
-
Gets the start Z ordinate of the segment
- getStretchedGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- getStretchedVertex(double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
-
Gets the point which this near vertex will be stretched to (by a given distance)
- getStretchedVertices(int) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- getStretchSize() - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- getStringArrayClassField(Class, String) - Static method in class org.locationtech.jtstest.util.ClassUtil
- getStringClassField(Class, String) - Static method in class org.locationtech.jtstest.util.ClassUtil
- getStyle() - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- getSubdivision() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Gets the QuadEdgeSubdivision which models the computed triangulation.
- getSubdivision() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the
QuadEdgeSubdivision
which represents the triangulation. - getSubdivision() - Method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Gets the
QuadEdgeSubdivision
which models the computed triangulation. - getSubdivision() - Method in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
-
Gets the
QuadEdgeSubdivision
which models the computed diagram. - getSubnode(int) - Method in class org.locationtech.jts.index.bintree.Node
-
get the subnode for the index.
- getSubnode(int) - Method in class org.locationtech.jts.index.quadtree.Node
-
get the subquad for the index.
- getSubnodeIndex(Envelope, double, double) - Static method in class org.locationtech.jts.index.quadtree.NodeBase
-
Gets the index of the subquad that wholly contains the given envelope.
- getSubnodeIndex(Interval, double) - Static method in class org.locationtech.jts.index.bintree.NodeBase
-
Returns the index of the subnode that wholely contains the given interval.
- getSupportingSegment() - Method in class org.locationtech.jts.algorithm.MinimumDiameter
-
Gets the segment forming the base of the minimum diameter
- getSym() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
-
Each Edge gives rise to a pair of symmetric DirectedEdges, in opposite directions.
- getSym() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns the symmetric DirectedEdge -- the other DirectedEdge associated with this DirectedEdge's parent Edge.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.locationtech.jtstest.testbuilder.LayerControlList.CheckBoxEditor
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.locationtech.jtstest.testbuilder.LayerControlList.RadioButtonEditor
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.locationtech.jtstest.testbuilder.LayerControlList.CheckBoxRenderer
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.locationtech.jtstest.testbuilder.LayerControlList.RadioButtonRenderer
- getTestable() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getTestCase() - Method in class org.locationtech.jtstest.testrunner.Test
- getTestCaseCount() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getTestCaseList() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- getTestCasePanel() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- getTestCases() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getTestCount() - Method in class org.locationtech.jtstest.testrunner.TestCase
-
Returns the number of tests.
- getTestCount() - Method in class org.locationtech.jtstest.testrunner.TestEngine
-
Returns the total number of tests.
- getTestCount() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getTestFile() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getTestIndex() - Method in class org.locationtech.jtstest.testrunner.Test
- getTestJava(List) - Static method in class org.locationtech.jtstest.testbuilder.model.JavaTestWriter
- getTestList() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- getTestRun() - Method in class org.locationtech.jtstest.testrunner.TestCase
- getTestRunnerTestCase() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getTestRuns() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getTests() - Method in class org.locationtech.jtstest.testrunner.TestCase
- getTests() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getTests(TestRun) - Method in class org.locationtech.jtstest.testrunner.TestEngine
- getTestSVG(Testable) - Static method in class org.locationtech.jtstest.testbuilder.model.SVGTestWriter
- getTestXML(Geometry, String, String[], boolean) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getTestXML(Testable) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getTestXML(Testable, boolean) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getTestXML(TestCaseList) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getTestXML(TestRunnerTestCaseAdapter) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getText() - Method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- getText(int) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getText(Geometry, int) - Static method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- getTime() - Method in class org.locationtech.jts.util.Stopwatch
- getTimer() - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- getTimeString() - Method in class org.locationtech.jts.util.Stopwatch
- getTimeString(long) - Static method in class org.locationtech.jts.util.Stopwatch
- getTimeString(long) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Converts the milliseconds value into a String of the form "9d 22h 15m 8s".
- getTolerance() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the tolerance value used to construct the triangulation.
- getTolerance() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the vertex-equality tolerance value used in this subdivision
- getToleranceInModel() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getToNode() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns the node to which this DirectedEdge goes.
- getToolbar() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- getToolBar() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- getToolTipText(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getTopologyStretchSize() - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- getTopologySummary() - Method in class org.locationtech.jts.algorithm.LineIntersector
- getTransferData(DataFlavor) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- getTransferData(DataFlavor) - Method in class org.locationtech.jtstest.testbuilder.ui.ClipImage
- getTransferDataFlavors() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- getTransferDataFlavors() - Method in class org.locationtech.jtstest.testbuilder.ui.ClipImage
- getTransformation() - Method in class org.locationtech.jts.geom.util.AffineTransformationBuilder
-
Computes the
AffineTransformation
determined by the control point mappings, ornull
if the control vectors do not determine a well-defined transformation. - getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel.GeometryFunctionRenderer
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel.GeometryTreeCellRenderer
- getTriangleCoordinates(boolean) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the coordinates for each triangle in the subdivision as an array.
- getTriangleEdges() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleEdgesListVisitor
- getTriangleEdges(boolean) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets a list of the triangles in the subdivision, specified as an array of the primary quadedges around the triangle.
- getTriangleEdges(QuadEdge, QuadEdge[]) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the edges for the triangle to the left of the given
QuadEdge
. - getTriangles() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleCoordinatesVisitor
- getTriangles() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle.QuadEdgeTriangleBuilderVisitor
- getTriangles(GeometryFactory) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Gets the faces of the computed triangulation as a
GeometryCollection
ofPolygon
. - getTriangles(GeometryFactory) - Method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Gets the faces of the computed triangulation as a
GeometryCollection
ofPolygon
. - getTriangles(GeometryFactory) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the geometry for the triangles in a triangulated subdivision as a
GeometryCollection
of triangularPolygon
s. - getTrianglesAdjacentToVertex(int) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the triangles which are adjacent (include) to a given vertex of this triangle.
- getTriangleVertices() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleVertexListVisitor
- getTriangleVertices(boolean) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets a list of the triangles in the subdivision, specified as an array of the triangle
Vertex
es. - getTurn(double, double) - Static method in class org.locationtech.jts.algorithm.Angle
-
Returns whether an angle must turn clockwise or counterclockwise to overlap another angle.
- getType() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
-
Returns the type of packed coordinate sequences this factory builds, either PackedCoordinateSequenceFactory#Float or PackedCoordinateSequenceFactory#Double
- getType() - Method in class org.locationtech.jts.geom.PrecisionModel
-
Gets the type of this precision model
- getUserData() - Method in class org.locationtech.jts.geom.Geometry
-
Gets the user data object for this geometry, if any.
- getValidationError() - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Computes the validity of the geometry, and if not valid returns the validation error for the geometry, or null if the geometry is valid.
- getValue() - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
-
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
- getVersion() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- getVertex() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- getVertex(int) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- getVertex(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater
- getVertexCoordinate() - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- getVertexEdges() - Method in class org.locationtech.jts.edgegraph.EdgeGraph
- getVertexFactory() - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the ConstraintVertexFactory used to create new constraint vertices at split points.
- getVertexIndex() - Method in class org.locationtech.jts.linearref.LinearIterator
-
The vertex index of the vertex the iterator is currently at.
- getVertexUniqueEdges(boolean) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets a collection of
QuadEdge
s whose origin vertices are a unique set which includes all vertices in the subdivision. - getVertices() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the vertices for this triangle.
- getVertices() - Method in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder.AdjacentVertexFilter
- getVertices(boolean) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the unique
Vertex
es in the subdivision, including the frame vertices if desired. - getVertices(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
- getViewEnv() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getViewport() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- getViewport() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- getVoronoiCellPolygon(QuadEdge, GeometryFactory) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the Voronoi cell around a site specified by the origin of a QuadEdge.
- getVoronoiCellPolygons(GeometryFactory) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets a List of
Polygon
s for the Voronoi cells of this triangulation. - getVoronoiDiagram(GeometryFactory) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the cells in the Voronoi diagram for this triangulation.
- getWellKnownText(int) - Method in interface org.locationtech.jtstest.test.Testable
- getWellKnownText(int) - Method in class org.locationtech.jtstest.test.TestCase
- getWellKnownText(int) - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- getWellKnownText(int) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getWidth() - Method in class org.locationtech.jts.geom.Envelope
-
Returns the difference between the maximum and minimum x values.
- getWidth() - Method in class org.locationtech.jts.index.bintree.Interval
- getWidth() - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- getWidthCoordinate() - Method in class org.locationtech.jts.algorithm.MinimumDiameter
-
Gets the
Coordinate
forming one end of the minimum diameter - getWidthInModel() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getWidthInView() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- getWindingRule() - Method in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- getWKTorWKB(Geometry, boolean) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- getWorkspace() - Method in class org.locationtech.jtstest.testrunner.TestRun
- getX() - Method in class org.locationtech.jts.algorithm.HCoordinate
- getX() - Method in class org.locationtech.jts.geom.Point
- getX() - Method in class org.locationtech.jts.index.kdtree.KdNode
-
Returns the X coordinate of the node
- getX() - Method in class org.locationtech.jts.math.Vector2D
- getX() - Method in class org.locationtech.jts.math.Vector3D
- getX() - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- getX(int) - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns ordinate X (0) of the specified coordinate.
- getX(int) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- getX(int) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- getX(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- getX(int) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getX(int) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- getY() - Method in class org.locationtech.jts.algorithm.HCoordinate
- getY() - Method in class org.locationtech.jts.geom.Point
- getY() - Method in class org.locationtech.jts.index.kdtree.KdNode
-
Returns the Y coordinate of the node
- getY() - Method in class org.locationtech.jts.math.Vector2D
- getY() - Method in class org.locationtech.jts.math.Vector3D
- getY() - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- getY(int) - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns ordinate Y (1) of the specified coordinate.
- getY(int) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- getY(int) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- getY(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- getY(int) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getY(int) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- getZ() - Method in class org.locationtech.jts.math.Vector3D
- getZ() - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- getZ(int) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- gf - Variable in class org.locationtech.jts.io.geojson.GeoJsonReader
- gf - Variable in class org.locationtech.jts.io.gml2.GMLHandler
- GML_ATTR_SRSNAME - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_BOX - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_COORD - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_COORD_X - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_COORD_Y - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_COORD_Z - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_COORDINATES - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_GEOMETRY_MEMBER - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_INNER_BOUNDARY_IS - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_LINEARRING - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_LINESTRING - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_LINESTRING_MEMBER - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_MULTI_GEOMETRY - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_MULTI_LINESTRING - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_MULTI_POINT - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_MULTI_POLYGON - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_NAMESPACE - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_OUTER_BOUNDARY_IS - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_POINT - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_POINT_MEMBER - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_POLYGON - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_POLYGON_MEMBER - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GML_PREFIX - Static variable in class org.locationtech.jts.io.gml2.GMLConstants
- GMLConstants - Class in org.locationtech.jts.io.gml2
-
Various constant strings associated with GML format.
- GMLConstants() - Constructor for class org.locationtech.jts.io.gml2.GMLConstants
- GMLHandler - Class in org.locationtech.jts.io.gml2
-
A SAX
DefaultHandler
which buildsGeometry
s from GML2-formatted geometries. - GMLHandler(GeometryFactory, ErrorHandler) - Constructor for class org.locationtech.jts.io.gml2.GMLHandler
-
Creates a new handler.
- GMLHandler.Handler - Class in org.locationtech.jts.io.gml2
-
This class is intended to log the SAX activity within a given element until its termination.
- GMLReader - Class in org.locationtech.jts.io.gml2
-
Reads a GML2 geometry from an XML fragment into a
Geometry
. - GMLReader() - Constructor for class org.locationtech.jts.io.gml2.GMLReader
- GMLWriter - Class in org.locationtech.jts.io.gml2
-
Writes
Geometry
s as XML fragments in GML2 format. - GMLWriter() - Constructor for class org.locationtech.jts.io.gml2.GMLWriter
-
Creates a writer which outputs GML with default settings.
- GMLWriter(boolean) - Constructor for class org.locationtech.jts.io.gml2.GMLWriter
-
Creates a writer which may emit the GML namespace prefix declaration in the geometry root element.
- grahamScan(Coordinate[]) - Method in class org.locationtech.jts.algorithm.ConvexHull
-
Uses the Graham Scan algorithm to compute the convex hull vertices.
- graph - Variable in class org.locationtech.jts.dissolve.LineDissolver
- graph - Variable in class org.locationtech.jts.edgegraph.EdgeGraphBuilder
- graph - Variable in class org.locationtech.jts.operation.buffer.BufferBuilder
- graph - Variable in class org.locationtech.jts.operation.linemerge.LineMerger
- graph - Variable in class org.locationtech.jts.operation.linemerge.LineSequencer
- graph - Variable in class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
- graph - Variable in class org.locationtech.jts.operation.overlay.OverlayOp
- graph - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- graph - Variable in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- graph - Variable in class org.locationtech.jts.planargraph.algorithm.ConnectedSubgraphFinder
- GraphComponent - Class in org.locationtech.jts.geomgraph
-
A GraphComponent is the parent class for the objects' that form a graph.
- GraphComponent - Class in org.locationtech.jts.planargraph
-
The base class for all graph component classes.
- GraphComponent() - Constructor for class org.locationtech.jts.geomgraph.GraphComponent
- GraphComponent() - Constructor for class org.locationtech.jts.planargraph.GraphComponent
- GraphComponent(Label) - Constructor for class org.locationtech.jts.geomgraph.GraphComponent
- GraphicsUtil - Class in org.locationtech.jtstest.testbuilder.ui
- GraphicsUtil() - Constructor for class org.locationtech.jtstest.testbuilder.ui.GraphicsUtil
- gray(int) - Static method in class org.locationtech.jtstest.testbuilder.ui.ColorUtil
- grid - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- grid - Variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- grid(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- GRID_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- GRID_MAJOR_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- GRID_MAJOR_FACTOR - Static variable in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- GRID_MAJOR_LINE_CLR - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- GRID_MINOR_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- GRID_MINOR_LINE_CLR - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- GRID_SIZE - Static variable in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- gridBagLayout1 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- gridBagLayout2 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- gridBagLayout2 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- gridBagLayout2 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- gridBagLayout2 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- gridBagLayout2 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- gridBagLayout2 - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- gridBagLayout2 - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- gridBagLayout3 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- gridBagLayout3 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- gridBagLayout4 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- gridBagLayout4 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- gridBagLayout4 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- gridBagLayout5 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- gridBagLayout5 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- gridLayout1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- gridLayout1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- gridLayout1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- gridLayout1 - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- gridLayout1 - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- gridLayout1 - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- gridLayout2 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- gridLayout2 - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- gridLayout2 - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- gridMagnitudeModel() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
Gets the magnitude (power of 10) for the basic grid size.
- gridPM - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- gridRenderer - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- GridRenderer - Class in org.locationtech.jtstest.testbuilder.ui.render
- GridRenderer(Viewport, DrawingGrid) - Constructor for class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- gridSize - Variable in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- gridSize() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- gridSizeFormat - Variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- gt(DD) - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is greater than another DoubleDouble value.
- GuiUtil - Class in org.locationtech.jtstest.testrunner
-
Useful GUI utilities
- GuiUtil() - Constructor for class org.locationtech.jtstest.testrunner.GuiUtil
- gutterFraction - Variable in class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
H
- h1 - Variable in class org.locationtech.jtstest.util.HSBPalette
- HalfEdge - Class in org.locationtech.jts.edgegraph
-
Represents a directed component of an edge in an
EdgeGraph
. - HalfEdge(Coordinate) - Constructor for class org.locationtech.jts.edgegraph.HalfEdge
-
Creates an edge originating from a given coordinate.
- haltonOrdinate(int, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- haltonPoints(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- haltonPoints57(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- haltonPointsWithBases(Geometry, int, int, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- HAND - Static variable in class org.locationtech.jtstest.testbuilder.AppCursors
- handler - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- Handler(GeometryStrategies.ParseStrategy, Attributes) - Constructor for class org.locationtech.jts.io.gml2.GMLHandler.Handler
- hasArea(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.GeometryNode
- hasBadInputIntersection(TaggedLineString, int[], LineSegment) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- hasBadIntersection(TaggedLineString, int[], LineSegment) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- hasBadOutputIntersection(LineSegment) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- hasChildren() - Method in class org.locationtech.jts.index.bintree.NodeBase
- hasChildren() - Method in class org.locationtech.jts.index.quadtree.NodeBase
- hasClosedEndpointIntersection(GeometryGraph) - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Tests that no edge intersection is the endpoint of a closed line.
- hasDuplicateRings() - Method in class org.locationtech.jts.operation.valid.ConsistentAreaTester
-
Checks for two duplicate rings in an area.
- hasGeometryResult(GeometryFunction) - Static method in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- hasGeometryResult(GeometryFunction) - Static method in class org.locationtech.jtstest.geomop.GeometryFunctionRegistry
- hashCode() - Method in class org.locationtech.jts.geom.Coordinate
-
Gets a hashcode for this coordinate.
- hashCode() - Method in class org.locationtech.jts.geom.Envelope
- hashCode() - Method in class org.locationtech.jts.geom.Geometry
-
Gets a hash code for the Geometry.
- hashCode() - Method in class org.locationtech.jts.geom.LineSegment
-
Gets a hashcode for this object.
- hashCode() - Method in class org.locationtech.jts.math.Vector2D
-
Gets a hashcode for this vector.
- hashCode(double) - Static method in class org.locationtech.jts.geom.Coordinate
-
Computes a hash code for a double value, using the algorithm from Joshua Bloch's book Effective Java"
- hashtable - Variable in class org.locationtech.jtstest.testrunner.Parameters
- hasInterior - Variable in class org.locationtech.jts.noding.IntersectionAdder
- hasInteriorIntersection() - Method in class org.locationtech.jts.noding.IntersectionAdder
-
An interior intersection is an intersection which is in the interior of some segment.
- hasInteriorIntersection(LineIntersector, Coordinate, Coordinate) - Method in class org.locationtech.jts.noding.NodingValidator
- hasInteriorIntersection(LineSegment, LineSegment) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- hasIntersection - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
-
These variables keep track of what types of intersections were found during ALL edges that have been intersected.
- hasIntersection - Variable in class org.locationtech.jts.noding.IntersectionAdder
-
These variables keep track of what types of intersections were found during ALL edges that have been intersected.
- hasIntersection - Variable in class org.locationtech.jts.noding.SegmentIntersectionDetector
- hasIntersection - Variable in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- hasIntersection() - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Tests whether the input geometries intersect.
- hasIntersection() - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- hasIntersection() - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Tests whether an intersection was found.
- hasIntersection() - Method in class org.locationtech.jts.noding.IntersectionAdder
- hasIntersection() - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Tests whether an intersection was found.
- hasItems() - Method in class org.locationtech.jts.index.bintree.NodeBase
- hasItems() - Method in class org.locationtech.jts.index.quadtree.NodeBase
- hasLength(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.GeometryNode
- hasLocation(int[], int) - Static method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- hasNarrowConcaveAngle - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- hasNarrowConcaveAngle() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Tests whether the input has a narrow concave angle (relative to the offset distance).
- hasNext() - Method in class org.locationtech.jts.geom.GeometryCollectionIterator
-
Tests whether any geometry elements remain to be returned.
- hasNext() - Method in class org.locationtech.jts.linearref.LinearIterator
-
Tests whether there are any vertices left to iterator over.
- hasNext() - Method in class org.locationtech.jts.noding.NodeVertexIterator
- hasNonEmptyElements(Geometry[]) - Static method in class org.locationtech.jts.geom.Geometry
-
Returns true if the array contains any non-empty
Geometry
s. - hasNonEndpointIntersection(GeometryGraph) - Method in class org.locationtech.jts.operation.IsSimpleOp
-
For all edges, check if there are any intersections which are NOT at an endpoint.
- hasNonProperIntersection - Variable in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
- hasNonProperIntersection - Variable in class org.locationtech.jts.noding.SegmentIntersectionDetector
- hasNonProperIntersection() - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Tests whether a non-proper intersection was found.
- hasNullElements(Object[]) - Static method in class org.locationtech.jts.geom.Geometry
-
Returns true if the array contains any
null
elements. - hasOption() - Method in class org.locationtech.jtstest.command.OptionSpec
- hasOption(String) - Method in class org.locationtech.jtstest.command.CommandLine
- hasParseErrors() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- hasProper - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- hasProper - Variable in class org.locationtech.jts.noding.IntersectionAdder
- hasProperInterior - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- hasProperInterior - Variable in class org.locationtech.jts.noding.IntersectionAdder
- hasProperInteriorIntersection() - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
-
A proper interior intersection is a proper intersection which is not contained in the set of boundary nodes set for this SegmentIntersector.
- hasProperInteriorIntersection() - Method in class org.locationtech.jts.noding.IntersectionAdder
-
A proper interior intersection is a proper intersection which is not contained in the set of boundary nodes set for this SegmentIntersector.
- hasProperIntersection - Variable in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
- hasProperIntersection - Variable in class org.locationtech.jts.noding.SegmentIntersectionDetector
- hasProperIntersection() - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
-
A proper intersection is an intersection which is interior to at least two line segments.
- hasProperIntersection() - Method in class org.locationtech.jts.noding.IntersectionAdder
-
A proper intersection is an intersection which is interior to at least two line segments.
- hasProperIntersection() - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Tests whether a proper intersection was found.
- hasRepeatedPoint(Coordinate[]) - Method in class org.locationtech.jts.operation.valid.RepeatedPointTester
- hasRepeatedPoint(Geometry) - Method in class org.locationtech.jts.operation.valid.RepeatedPointTester
- hasRepeatedPoint(GeometryCollection) - Method in class org.locationtech.jts.operation.valid.RepeatedPointTester
- hasRepeatedPoint(Polygon) - Method in class org.locationtech.jts.operation.valid.RepeatedPointTester
- hasRepeatedPoints(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Returns whether #equals returns true for any two consecutive Coordinates in the given array.
- hasSegment - Variable in class org.locationtech.jts.util.Debug.SegmentFindingFilter
- hasSegment() - Method in class org.locationtech.jts.util.Debug.SegmentFindingFilter
- hasSegment(Geometry, Coordinate, Coordinate) - Static method in class org.locationtech.jts.util.Debug
- hasSegmentIntersection - Variable in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
- hasSequence(Subgraph) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Tests whether a complete unique path exists in a graph using Euler's Theorem.
- hasShell() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Tests whether this ring has a shell assigned to it.
- hasSRID - Variable in class org.locationtech.jts.io.WKBReader
- hasTooFewPoints - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
- hasTooFewPoints() - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
This constructor is used by clients that wish to add Edges explicitly, rather than adding a Geometry.
- hasUnvisitedShellEdge(List) - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
-
Check if any shell ring has an unvisited edge.
- hasVertexInBox(Coordinate[]) - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteVertexOperation
- HausdorffSimilarityMeasure - Class in org.locationtech.jts.algorithm.match
-
Measures the degree of similarity between two
Geometry
s using the Hausdorff distance metric. - HausdorffSimilarityMeasure() - Constructor for class org.locationtech.jts.algorithm.match.HausdorffSimilarityMeasure
- hBase - Variable in class org.locationtech.jtstest.util.HSBPalette
- HCoordinate - Class in org.locationtech.jts.algorithm
-
Represents a homogeneous coordinate in a 2-D coordinate space.
- HCoordinate() - Constructor for class org.locationtech.jts.algorithm.HCoordinate
- HCoordinate(double, double) - Constructor for class org.locationtech.jts.algorithm.HCoordinate
- HCoordinate(double, double, double) - Constructor for class org.locationtech.jts.algorithm.HCoordinate
- HCoordinate(HCoordinate, HCoordinate) - Constructor for class org.locationtech.jts.algorithm.HCoordinate
- HCoordinate(Coordinate) - Constructor for class org.locationtech.jts.algorithm.HCoordinate
- HCoordinate(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.algorithm.HCoordinate
-
Constructs a homogeneous coordinate which is the intersection of the lines define by the homogenous coordinates represented by two
Coordinate
s. - HCoordinate(Coordinate, Coordinate, Coordinate, Coordinate) - Constructor for class org.locationtech.jts.algorithm.HCoordinate
- HEAD_ANGLE - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- HEAD_ANGLE - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.MidArrowLineStyle
- HEAD_ANGLE_RAD - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- HEAD_COS - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- HEAD_LENGTH - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- HEAD_LENGTH - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.MidArrowLineStyle
- HEAD_SIN - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- height - Variable in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- HEIGHT - Static variable in class org.locationtech.jtstest.function.JTSFunctions
- HEIGHT_FACTOR - Static variable in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
-
The height of an equilateral triangle of side one
- hexToBytes(String) - Static method in class org.locationtech.jts.io.WKBReader
-
Converts a hexadecimal string to a byte array.
- hexToInt(char) - Static method in class org.locationtech.jts.io.WKBReader
- hi - Variable in class org.locationtech.jts.math.DD
-
The high-order component of the double-double precision value.
- HIGHLIGHT_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- HIGHLIGHT_FILL_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- HIGHLIGHT_SIZE - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- highlightEnd - Variable in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- highlightStart - Variable in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- hInc - Variable in class org.locationtech.jtstest.util.HSBPalette
- hiY - Variable in class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- HOLE_OUTSIDE_SHELL - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that a hole of a polygon lies partially or completely in the exterior of the shell
- holeList - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- holes - Variable in class org.locationtech.jts.geom.Polygon
-
The interior boundaries, if any.
- holes - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- holes - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- horizontalBisector(Geometry) - Method in class org.locationtech.jts.algorithm.InteriorPointArea
- hotPixel - Variable in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- HotPixel - Class in org.locationtech.jts.noding.snapround
-
Implements a "hot pixel" as used in the Snap Rounding algorithm.
- HotPixel(Coordinate, double, LineIntersector) - Constructor for class org.locationtech.jts.noding.snapround.HotPixel
-
Creates a new hot pixel, using a given scale factor.
- HotPixelSnapAction(HotPixel, SegmentString, int) - Constructor for class org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- hotPixelVertexIndex - Variable in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- hRange - Variable in class org.locationtech.jtstest.util.HSBPalette
- HSBPalette - Class in org.locationtech.jtstest.util
- HSBPalette(int, float, float, int, float, float, int, float, float) - Constructor for class org.locationtech.jtstest.util.HSBPalette
- html(Testable, int, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlForAB(TestCaseEdit, int, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlForBinaryPredicates(TestCaseEdit, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlForPredicateTest(TestCaseEdit, int, String, String, String) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlForRelateTest(TestCaseEdit, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlForSpatialFunctionTest(TestCaseEdit, int, int, String, String, String) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlForTests(TestCaseEdit, int, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlImageHtmlTextTable(String, String, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlImageTextTable(String, String, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- htmlTitle(PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- HtmlWriter - Class in org.locationtech.jtstest.testbuilder.model
-
An object that creates an .html file describing the test cases.
- HtmlWriter() - Constructor for class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- HtmlWriter.MapAndList - Class in org.locationtech.jtstest.testbuilder.model
I
- icon - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- icon(String) - Static method in class org.locationtech.jtstest.testbuilder.IconLoader
- ICON_COLLECTION - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_COLLECTION_B - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_LINEARRING - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_LINEARRING_B - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_LINESTRING - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_LINESTRING_B - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_POINT - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_POINT_B - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_POLYGON - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- ICON_POLYGON_B - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- IconLoader - Class in org.locationtech.jtstest.testbuilder
-
Gets an icon from this class' package.
- IconLoader() - Constructor for class org.locationtech.jtstest.testbuilder.IconLoader
- id - Variable in class org.locationtech.jts.index.chain.MonotoneChain
- idCounter - Variable in class org.locationtech.jts.noding.MCIndexNoder
- IdentityPointTransformation - Class in org.locationtech.jts.awt
-
Copies point ordinates with no transformation.
- IdentityPointTransformation() - Constructor for class org.locationtech.jts.awt.IdentityPointTransformation
- ignorableWhitespace(char[], int, int) - Method in class org.locationtech.jts.io.gml2.GMLHandler
- ignorableWhitespace(char[], int, int) - Method in class org.locationtech.jtsexample.io.gml2.KMLHandler
- ignoreInvalidLines - Variable in class org.locationtech.jts.linearref.LinearGeometryBuilder
- im - Variable in class org.locationtech.jts.operation.relate.RelateComputer
- im - Variable in class org.locationtech.jtstest.test.TestCase
- image - Variable in class org.locationtech.jtstest.testbuilder.ui.ClipImage
- image - Variable in class org.locationtech.jtstest.testbuilder.ui.render.RendererSwingWorker
- image - Variable in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- IMAGE_FORMAT_NAME_PNG - Static variable in class org.locationtech.jtstest.testbuilder.ui.ImageUtil
- IMAGE_HEIGHT - Static variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- IMAGE_HEIGHT - Static variable in class org.locationtech.jtstest.testbuilder.model.PNGWriter
- IMAGE_WIDTH - Static variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- IMAGE_WIDTH - Static variable in class org.locationtech.jtstest.testbuilder.model.PNGWriter
- imageLabel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- ImageUtil - Class in org.locationtech.jtstest.testbuilder.ui
- ImageUtil() - Constructor for class org.locationtech.jtstest.testbuilder.ui.ImageUtil
- incDel - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- incentre(Geometry) - Static method in class org.locationtech.jtstest.function.TriangleFunctions
- inCentre() - Method in class org.locationtech.jts.geom.Triangle
-
Computes the incentre of this triangle.
- inCentre(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the incentre of a triangle.
- includeProper - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- includeSRID - Variable in class org.locationtech.jts.io.WKBWriter
- increasingDirection(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Determines which orientation of the
Coordinate
array is (overall) increasing. - increment() - Method in class org.locationtech.jts.index.kdtree.KdNode
- increment() - Method in class org.locationtech.jts.util.ObjectCounter.Counter
- IncrementalDelaunayTriangulator - Class in org.locationtech.jts.triangulate
-
Computes a Delaunay Triangulation of a set of
Vertex
es, using an incremental insertion algorithm. - IncrementalDelaunayTriangulator(QuadEdgeSubdivision) - Constructor for class org.locationtech.jts.triangulate.IncrementalDelaunayTriangulator
-
Creates a new triangulator using the given
QuadEdgeSubdivision
. - IND_CIRCLE_RADIUS - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- indent(int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
- indent(int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
- indent(String, int) - Static method in class org.locationtech.jtstest.util.StringUtil
- INDENT - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- INDENT - Static variable in class org.locationtech.jts.io.WKTWriter
- INDENT - Static variable in class org.locationtech.jtstest.util.io.SVGWriter
- INDENT_SIZE - Variable in class org.locationtech.jts.io.kml.KMLWriter
- indentCoords(int, int, Writer) - Method in class org.locationtech.jts.io.WKTWriter
- indentCoords(int, int, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
- indentTabStr - Variable in class org.locationtech.jts.io.WKTWriter
- indentTabStr - Variable in class org.locationtech.jtstest.util.io.SVGWriter
- index - Variable in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator
- index - Variable in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.IntervalIndexedGeometry
- index - Variable in class org.locationtech.jts.geom.GeometryCollectionIterator
-
The index of the
Geometry
that will be returned whennext
is called. - index - Variable in class org.locationtech.jts.noding.MCIndexNoder
- index - Variable in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector
-
The
SpatialIndex
used should be something that supports envelope (range) queries efficiently (such as aQuadtree
orSTRtree
. - index - Variable in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper
- index - Variable in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- index - Variable in class org.locationtech.jts.simplify.LineSegmentIndex
- index - Variable in class org.locationtech.jts.simplify.TaggedLineSegment
- index - Variable in class org.locationtech.jtsexample.technique.PreparedGeometryIndex
- index - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
-
The index of the vertex or segment the location occurs on
- index - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.Location
- index - Variable in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- index - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView.StretchedGeometryContainer
- index - Variable in class org.locationtech.jtstest.testbuilder.model.IndexedGeometryContainer
- index(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Orientation
-
Returns the orientation index of the direction of the point
q
relative to a directed infinite line specified byp1-p2
. - indexBuilt - Variable in class org.locationtech.jts.index.sweepline.SweepLineIndex
- IndexedFacetDistance - Class in org.locationtech.jts.operation.distance
-
Computes the distance between the facets (segments and vertices) of two
Geometry
s using a Branch-and-Bound algorithm. - IndexedFacetDistance(Geometry) - Constructor for class org.locationtech.jts.operation.distance.IndexedFacetDistance
-
Creates a new distance-finding instance for a given target
Geometry
. - IndexedFacetDistance.FacetSequenceDistance - Class in org.locationtech.jts.operation.distance
-
Tests whether the base geometry lies within a specified distance of the given geometry.
- IndexedGeometryContainer - Class in org.locationtech.jtstest.testbuilder.model
- IndexedGeometryContainer(GeometryEditModel, int) - Constructor for class org.locationtech.jtstest.testbuilder.model.IndexedGeometryContainer
- IndexedNestedRingTester - Class in org.locationtech.jts.operation.valid
-
Tests whether any of a set of
LinearRing
s are nested inside another ring in the set, using a spatial index to speed up the comparisons. - IndexedNestedRingTester(GeometryGraph) - Constructor for class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- IndexedPointInAreaLocator - Class in org.locationtech.jts.algorithm.locate
-
Determines the
Location
ofCoordinate
s relative to an areal geometry, using indexing for efficiency. - IndexedPointInAreaLocator(Geometry) - Constructor for class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator
-
Creates a new locator for a given
Geometry
. - IndexedPointInAreaLocator.IntervalIndexedGeometry - Class in org.locationtech.jts.algorithm.locate
- IndexedPointInAreaLocator.SegmentVisitor - Class in org.locationtech.jts.algorithm.locate
- indexHtml(List, Map, PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- indexLength - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- indexMap - Variable in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- indexOf(Coordinate) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Computes the minimum index for a point on the line.
- indexOf(Coordinate) - Method in class org.locationtech.jts.linearref.LengthIndexOfPoint
-
Find the nearest location along a linear
Geometry
to a given point. - indexOf(Coordinate) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Computes the index for a given point on the line.
- indexOf(Coordinate) - Method in class org.locationtech.jts.linearref.LocationIndexOfPoint
-
Find the nearest location along a linear
Geometry
to a given point. - indexOf(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Returns the index of
coordinate
incoordinates
. - indexOf(Geometry, Coordinate) - Static method in class org.locationtech.jts.linearref.LengthIndexOfPoint
- indexOf(Geometry, Coordinate) - Static method in class org.locationtech.jts.linearref.LocationIndexOfPoint
- indexOfAfter(Coordinate, double) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Finds the index for a point on the line which is greater than the given index.
- indexOfAfter(Coordinate, double) - Method in class org.locationtech.jts.linearref.LengthIndexOfPoint
-
Finds the nearest index along the linear
Geometry
to a givenCoordinate
after the specified minimum index. - indexOfAfter(Coordinate, LinearLocation) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Finds the index for a point on the line which is greater than the given index.
- indexOfAfter(Coordinate, LinearLocation) - Method in class org.locationtech.jts.linearref.LocationIndexOfPoint
-
Find the nearest
LinearLocation
along the linearGeometry
to a givenCoordinate
after the specified minimumLinearLocation
. - indexOfAfter(Geometry, Coordinate, double) - Static method in class org.locationtech.jts.linearref.LengthIndexOfPoint
- indexOfAfter(Geometry, Coordinate, LinearLocation) - Static method in class org.locationtech.jts.linearref.LocationIndexOfPoint
- indexOfFromStart(Coordinate, double) - Method in class org.locationtech.jts.linearref.LengthIndexOfPoint
- indexOfFromStart(Coordinate, LinearLocation) - Method in class org.locationtech.jts.linearref.LocationIndexOfPoint
- indexOfIgnoreParentheses(char, String, int) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns the position of the first occurrence of the given character found in s starting at start.
- indexString(int) - Static method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- indicator - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.OperationMonitorManager
- INDICATOR_FILL_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- INDICATOR_LINE_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- IndicatorTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- IndicatorTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- IndicatorTool(Cursor) - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- indicesOf(Geometry) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Computes the indices for a subline of the line.
- indicesOf(Geometry) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Computes the indices for a subline of the line.
- indicesOf(Geometry) - Method in class org.locationtech.jts.linearref.LocationIndexOfLine
- indicesOf(Geometry, Geometry) - Static method in class org.locationtech.jts.linearref.LocationIndexOfLine
-
MD - this algorithm has been extracted into a class because it is intended to validate that the subline truly is a subline, and also to use the internal vertex information to unambiguously locate the subline.
- infoButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- infoButton_actionPerformed() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- infoIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- InfoPanel - Class in org.locationtech.jtstest.testbuilder
- InfoPanel() - Constructor for class org.locationtech.jtstest.testbuilder.InfoPanel
- InfoTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- InfoTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.InfoTool
- init() - Method in class org.locationtech.jts.geom.Envelope
-
Initialize to a null
Envelope
. - init() - Method in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- init() - Method in class org.locationtech.jts.simplify.TaggedLineString
- init() - Method in class org.locationtech.jts.triangulate.quadedge.LastFoundQuadEdgeLocator
- init() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- init(double) - Method in class org.locationtech.jts.math.DD
- init(double) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- init(double, double) - Method in class org.locationtech.jts.index.bintree.Interval
- init(double, double) - Method in class org.locationtech.jts.math.DD
- init(double, double, double, double) - Method in class org.locationtech.jts.geom.Envelope
-
Initialize an
Envelope
for a region defined by maximum and minimum values. - init(int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- init(String, String, String, String, String, Geometry, Geometry, Geometry, Geometry, Geometry, Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- init(Collection) - Method in class org.locationtech.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
-
Called to initialize the traversal queue with a given set of
QuadEdgeTriangle
s - init(HalfEdge) - Method in class org.locationtech.jts.edgegraph.HalfEdge
- init(HalfEdge, HalfEdge) - Static method in class org.locationtech.jts.edgegraph.HalfEdge
-
Initialize a symmetric pair of halfedges.
- init(Coordinate) - Method in class org.locationtech.jts.geom.Envelope
-
Initialize an
Envelope
to a region defined by a single Coordinate. - init(Coordinate, Coordinate) - Method in class org.locationtech.jts.geom.Envelope
-
Initialize an
Envelope
to a region defined by two Coordinates. - init(Coordinate, Coordinate) - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- init(CoordinateSequence) - Method in class org.locationtech.jts.geom.LineString
- init(CoordinateSequence) - Method in class org.locationtech.jts.geom.Point
- init(Envelope) - Method in class org.locationtech.jts.geom.Envelope
-
Initialize an
Envelope
from an existing Envelope. - init(Geometry) - Method in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.IntervalIndexedGeometry
- init(DD) - Method in class org.locationtech.jts.math.DD
- init(QuadEdgeTriangle) - Method in class org.locationtech.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
- init(TestCaseList) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- INIT - Static variable in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- initBaseSegments(Collection) - Method in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector
- initCorners(Coordinate) - Method in class org.locationtech.jts.noding.snapround.HotPixel
- initFileChoosers() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- initFileDrop(Component) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- initFileDrop(Component, int) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- initFrame() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- initGeometry() - Method in interface org.locationtech.jtstest.test.Testable
- initGeometry() - Method in class org.locationtech.jtstest.test.TestCase
- initGeometry() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- initGeometry() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- INITIAL_ORIGIN_X - Static variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- INITIAL_ORIGIN_Y - Static variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- INITIAL_SCALE - Static variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- initialize() - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- initialize() - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- initialize(Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- initialize(Coordinate, Coordinate) - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- initialize(Coordinate, Coordinate, double) - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
-
Initializes the points, avoiding recomputing the distance.
- initialize(Coordinate, Coordinate, double) - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
-
Initializes the points, avoiding recomputing the distance.
- initialized - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- initialVertices - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- initImage() - Method in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- initLabels(JLabel[]) - Static method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- initLayers() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- initSideSegments(Coordinate, Coordinate, int) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- initSubdiv() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- initUI() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- initUI() - Method in class org.locationtech.jtstest.testbuilder.GeometryInspectorDialog
- initUI() - Method in class org.locationtech.jtstest.testbuilder.GeometryPopupMenu
- initUI() - Method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- INNER_SIZE - Static variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- INNER_SIZE_OVER_2 - Static variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- input - Variable in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- input - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- input - Variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- inputDimension - Variable in class org.locationtech.jts.io.WKBReader
- inputEdges - Variable in class org.locationtech.jts.operation.overlay.EdgeSetNoder
- inputGeom - Variable in class org.locationtech.jts.algorithm.MinimumDiameter
- inputGeom - Variable in class org.locationtech.jts.densify.Densifier
- inputGeom - Variable in class org.locationtech.jts.geom.util.GeometryTransformer
-
Possible extensions: getParent() method to return immediate parent e.g.
- inputGeom - Variable in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- inputGeom - Variable in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- inputGeom - Variable in class org.locationtech.jts.operation.IsSimpleOp
- inputGeom - Variable in class org.locationtech.jts.precision.MinimumClearance
- inputGeom - Variable in class org.locationtech.jts.precision.SimpleMinimumClearance
- inputGeom - Variable in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier
- inputGeom - Variable in class org.locationtech.jts.simplify.TopologyPreservingSimplifier
- inputGeom - Variable in class org.locationtech.jts.simplify.VWSimplifier
- inputGeoms - Variable in class org.locationtech.jts.geom.util.GeometryCombiner
- inputGeoms - Variable in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- inputIndex - Variable in class org.locationtech.jts.simplify.TaggedLinesSimplifier
- inputIndex - Variable in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- inputLine - Variable in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- inputLines - Variable in class org.locationtech.jts.algorithm.LineIntersector
- inputPolys - Variable in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- inputPts - Variable in class org.locationtech.jts.algorithm.ConvexHull
- inputStream - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
- InputStreamInStream - Class in org.locationtech.jts.io
-
An adapter to allow an
InputStream
to be used as anInStream
- InputStreamInStream(InputStream) - Constructor for class org.locationtech.jts.io.InputStreamInStream
- inputTabbedPane - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- insert() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- insert(double, double, Object) - Method in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
-
Adds an item to the index which is associated with the given interval
- insert(double, double, Object) - Method in class org.locationtech.jts.index.strtree.SIRtree
-
Inserts an item having the given bounds into the tree.
- insert(Object, Object) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- insert(Collection) - Method in class org.locationtech.jtsexample.technique.PreparedGeometryIndex
-
Inserts a collection of Geometrys into the index.
- insert(HalfEdge) - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Inserts an edge into the ring of edges around the origin vertex of this edge.
- insert(Coordinate) - Method in class org.locationtech.jts.index.kdtree.KdTree
-
Inserts a new point in the kd-tree, with no data.
- insert(Coordinate, Object) - Method in class org.locationtech.jts.index.kdtree.KdTree
-
Inserts a new point into the kd-tree.
- insert(Coordinate, Coordinate, HalfEdge) - Method in class org.locationtech.jts.edgegraph.EdgeGraph
-
Inserts an edge not already present into the graph.
- insert(Envelope, Object) - Method in class org.locationtech.jts.index.quadtree.Quadtree
- insert(Envelope, Object) - Method in class org.locationtech.jts.index.quadtree.Root
-
Insert an item into the quadtree this is the root of.
- insert(Envelope, Object) - Method in interface org.locationtech.jts.index.SpatialIndex
-
Adds a spatial item with an extent specified by the given
Envelope
to the index - insert(Envelope, Object) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Inserts an item having the given bounds into the tree.
- insert(Geometry, LineString, int, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter
- insert(EdgeEnd) - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
-
Insert a directed edge in the list
- insert(EdgeEnd) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
-
Insert a EdgeEnd into this EdgeEndStar
- insert(EdgeEnd) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
- insert(EdgeEnd) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundleStar
-
Insert a EdgeEnd in order in the list.
- insert(Interval, Object) - Method in class org.locationtech.jts.index.bintree.Bintree
- insert(Interval, Object) - Method in class org.locationtech.jts.index.bintree.Root
-
Insert an item into the tree this is the root of.
- insert(Node) - Method in class org.locationtech.jts.index.bintree.Node
- INSERT - Static variable in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- INSERT - Static variable in class org.locationtech.jts.index.sweepline.SweepLineEvent
- insertAfter(HalfEdge) - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Insert an edge with the same origin after this one.
- insertBoundaryPoint(int, Coordinate) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Adds candidate boundary points using the current
BoundaryNodeRule
. - insertContained(Node, Interval, Object) - Method in class org.locationtech.jts.index.bintree.Root
-
insert an item which is known to be contained in the tree rooted at the given Node.
- insertContained(Node, Envelope, Object) - Method in class org.locationtech.jts.index.quadtree.Root
-
insert an item which is known to be contained in the tree rooted at the given QuadNode root.
- insertEdge(Edge) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- insertEdgeEnd(EdgeEnd, Object) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
-
Insert an EdgeEnd into the map, and clear the edgeList cache, since the list of edges has now changed
- insertEdgeEnds(List) - Method in class org.locationtech.jts.operation.relate.RelateComputer
- insertEdgeEnds(List) - Method in class org.locationtech.jts.operation.relate.RelateNodeGraph
- insertEvent - Variable in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- insertEvent - Variable in class org.locationtech.jts.index.sweepline.SweepLineEvent
- insertExact(Coordinate, Object) - Method in class org.locationtech.jts.index.kdtree.KdTree
-
Inserts a point known to be beyond the distance tolerance of any existing node.
- insertNode(Node) - Method in class org.locationtech.jts.index.quadtree.Node
- insertParagraphs(String) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- insertPoint(int, Coordinate, int) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
- insertSite(Coordinate) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Inserts a site into the triangulation, maintaining the conformal Delaunay property.
- insertSite(ConstraintVertex) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- insertSite(Vertex) - Method in class org.locationtech.jts.triangulate.IncrementalDelaunayTriangulator
-
Inserts a new point into a subdivision representing a Delaunay triangulation, and fixes the affected edges so that the result is still a Delaunay triangulation.
- insertSite(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Inserts a new site into the Subdivision, connecting it to the vertices of the containing triangle (or quadrilateral, if the split point falls on an existing edge).
- insertSites(Collection) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Inserts all sites in a collection
- insertSites(Collection) - Method in class org.locationtech.jts.triangulate.IncrementalDelaunayTriangulator
-
Inserts all sites in a collection.
- insertUniqueEdge(Edge) - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
-
Inserted edges are checked to see if an identical edge already exists.
- insertUniqueEdge(Edge) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Insert an edge from one of the noded input graphs.
- insertUniqueEdges(List) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
- InsertVertexOperation(LineString, int, Coordinate) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter.InsertVertexOperation
- insetsPanel1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- insetsPanel2 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- insetsPanel3 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- INSIDE_AREA - Static variable in class org.locationtech.jts.operation.distance.GeometryLocation
-
A special value of segmentIndex used for locations inside area geometries.
- INSIDE_TURN_VERTEX_SNAP_DISTANCE_FACTOR - Static variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Factor which controls how close curve vertices on inside turns can be to be snapped
- inspectButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- inspectGeometry() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- inspectGeometryDialog() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- inspectIcon - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- InspectorPanel - Class in org.locationtech.jtstest.testbuilder
- InspectorPanel() - Constructor for class org.locationtech.jtstest.testbuilder.InspectorPanel
- InspectorPanel(boolean) - Constructor for class org.locationtech.jtstest.testbuilder.InspectorPanel
- inspectPanel - Variable in class org.locationtech.jtstest.testbuilder.GeometryInspectorDialog
- inspectPanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- instance - Static variable in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequenceFactory
- instance - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- instance - Static variable in class org.locationtech.jtstest.testrunner.Parameters
- instance() - Static method in class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.Returns the singleton instance of DefaultCoordinateSequenceFactory
- instance() - Static method in class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
-
Returns the singleton instance of
CoordinateArraySequenceFactory
- instance() - Static method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequenceFactory
-
Returns the singleton instance of ExtendedCoordinateSequenceFactory
- instance() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- instance() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- instance() - Static method in class org.locationtech.jtstest.TestCoordinateSequenceFactory
- instanceAddWatch(Object) - Method in class org.locationtech.jts.util.Debug
- instanceObject - Static variable in class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- instanceObject - Static variable in class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
- instancePrint(Object) - Method in class org.locationtech.jts.util.Debug
- instancePrint(String) - Method in class org.locationtech.jts.util.Debug
- instancePrint(Iterator) - Method in class org.locationtech.jts.util.Debug
- instancePrintIfWatch(Object) - Method in class org.locationtech.jts.util.Debug
- instancePrintObject(Object) - Method in class org.locationtech.jts.util.Debug
- instancePrintWatch() - Method in class org.locationtech.jts.util.Debug
- InStream - Interface in org.locationtech.jts.io
-
A interface for classes providing an input stream of bytes.
- IntegerResult - Class in org.locationtech.jtstest.testrunner
- IntegerResult(Integer) - Constructor for class org.locationtech.jtstest.testrunner.IntegerResult
- interacts0 - Variable in class org.locationtech.jts.operation.union.UnionInteracting
- interacts1 - Variable in class org.locationtech.jts.operation.union.UnionInteracting
- INTERIOR - Static variable in class org.locationtech.jts.geom.Location
-
The location value for the interior of a geometry.
- interiorAngle(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
-
Computes the interior angle between two segments of a ring.
- interiorIntersection - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinder
- interiorIntersectionCount(Geometry) - Static method in class org.locationtech.jtstest.function.NodingFunctions
- InteriorIntersectionFinder - Class in org.locationtech.jts.noding
-
Finds an interior intersection in a set of
SegmentString
s, if one exists. - InteriorIntersectionFinder(LineIntersector) - Constructor for class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Creates an intersection finder which finds an interior intersection if one exists
- InteriorIntersectionFinderAdder - Class in org.locationtech.jts.noding
-
Finds interior intersections between line segments in
NodedSegmentString
s, and adds them as nodes usingNodedSegmentString.addIntersection(LineIntersector, int, int, int)
. - InteriorIntersectionFinderAdder(LineIntersector) - Constructor for class org.locationtech.jts.noding.InteriorIntersectionFinderAdder
-
Creates an intersection finder which finds all proper intersections
- interiorIntersections - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinderAdder
- interiorIntersections - Variable in class org.locationtech.jts.noding.IntersectionFinderAdder
-
Deprecated.
- interiorPoint - Variable in class org.locationtech.jts.algorithm.InteriorPointArea
- interiorPoint - Variable in class org.locationtech.jts.algorithm.InteriorPointLine
- interiorPoint - Variable in class org.locationtech.jts.algorithm.InteriorPointPoint
- interiorPoint(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- InteriorPointArea - Class in org.locationtech.jts.algorithm
-
Computes a point in the interior of an areal geometry.
- InteriorPointArea(Geometry) - Constructor for class org.locationtech.jts.algorithm.InteriorPointArea
-
Creates a new interior point finder for an areal geometry.
- InteriorPointArea.SafeBisectorFinder - Class in org.locationtech.jts.algorithm
-
Finds a safe bisector Y ordinate by projecting to the Y axis and finding the Y-ordinate interval which contains the centre of the Y extent.
- InteriorPointLine - Class in org.locationtech.jts.algorithm
-
Computes a point in the interior of an linear geometry.
- InteriorPointLine(Geometry) - Constructor for class org.locationtech.jts.algorithm.InteriorPointLine
- InteriorPointPoint - Class in org.locationtech.jts.algorithm
-
Computes a point in the interior of an point geometry.
- InteriorPointPoint(Geometry) - Constructor for class org.locationtech.jts.algorithm.InteriorPointPoint
- interpolateZ(Coordinate) - Method in class org.locationtech.jts.geom.Triangle
-
Computes the Z-value (elevation) of an XY point on a three-dimensional plane defined by this triangle (whose vertices must have Z-values).
- interpolateZ(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
Computes the interpolated Z-value for a point p lying on the segment p0-p1
- interpolateZ(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the Z-value (elevation) of an XY point on a three-dimensional plane defined by a triangle whose vertices have Z-values.
- interpolateZ(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
Interpolates the Z-value (height) of a point enclosed in a triangle whose vertices all have Z values.
- interpolateZValue(Vertex, Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
For this vertex enclosed in a triangle defined by three vertices v0, v1 and v2, interpolate a z value from the surrounding vertices.
- interrupt() - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
-
A new method that interrupts the worker thread.
- intersect(SegmentString, SegmentString, SegmentIntersector) - Method in class org.locationtech.jts.noding.SimpleSegmentSetMutualIntersector
-
Processes all of the segment pairs in the given segment strings using the given SegmentIntersector.
- intersectChains() - Method in class org.locationtech.jts.noding.MCIndexNoder
- intersectChains(List, SegmentIntersector) - Method in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector
- intersection(String, String, PrecisionModel) - Method in class org.locationtech.jtsexample.geom.PrecisionModelExample
- intersection(Coordinate[], Envelope) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Extracts the coordinates which intersect an
Envelope
. - intersection(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithmsDD
-
Computes an intersection point between two lines using DD arithmetic.
- intersection(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.HCoordinate
-
Computes the (approximate) intersection point between two line segments using homogeneous coordinates.
- intersection(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
-
This method computes the actual value of the intersection point.
- intersection(Envelope) - Method in class org.locationtech.jts.geom.Envelope
-
Computes the intersection of two
Envelope
s. - intersection(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Computes a
Geometry
representing the point-set which is common to both thisGeometry
and theother
Geometry. - intersection(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- intersection(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- intersection(Geometry, Geometry) - Method in class org.locationtech.jts.precision.CommonBitsOp
-
Computes the set-theoretic intersection of two
Geometry
s, using enhanced precision. - intersection(Geometry, Geometry) - Static method in class org.locationtech.jts.precision.EnhancedPrecisionOp
-
Computes the set-theoretic intersection of two
Geometry
s, using enhanced precision. - intersection(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions
- intersection(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayEnhancedPrecisionFunctions
- intersection(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayFunctions
- intersection(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayNoSnapFunctions
- intersection(LineSegment) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes an intersection point between two line segments, if there is one.
- intersection(PlanarPolygon3D, LineString) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- intersection(Segment) - Method in class org.locationtech.jts.triangulate.Segment
-
Computes the intersection point between this segment and another one.
- INTERSECTION - Static variable in class org.locationtech.jts.operation.overlay.OverlayOp
-
The code for the Intersection overlay operation.
- IntersectionAdder - Class in org.locationtech.jts.noding
-
Computes the possible intersections between two line segments in
NodedSegmentString
s and adds them to each string usingNodedSegmentString.addIntersection(LineIntersector, int, int, int)
. - IntersectionAdder(LineIntersector) - Constructor for class org.locationtech.jts.noding.IntersectionAdder
- intersectionCount - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinder
- IntersectionFinderAdder - Class in org.locationtech.jts.noding
-
Deprecated.see InteriorIntersectionFinderAdder
- IntersectionFinderAdder(LineIntersector) - Constructor for class org.locationtech.jts.noding.IntersectionFinderAdder
-
Deprecated.Creates an intersection finder which finds all proper intersections
- IntersectionMatrix - Class in org.locationtech.jts.geom
-
Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.
- IntersectionMatrix() - Constructor for class org.locationtech.jts.geom.IntersectionMatrix
-
Creates an
IntersectionMatrix
withFALSE
dimension values. - IntersectionMatrix(String) - Constructor for class org.locationtech.jts.geom.IntersectionMatrix
-
Creates an
IntersectionMatrix
with the given dimension symbols. - IntersectionMatrix(IntersectionMatrix) - Constructor for class org.locationtech.jts.geom.IntersectionMatrix
-
Creates an
IntersectionMatrix
with the same elements asother
. - intersections - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinder
- intersectionWithNormalization(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
- intersects - Variable in class org.locationtech.jts.operation.predicate.EnvelopeIntersectsVisitor
- intersects() - Method in class org.locationtech.jts.operation.predicate.EnvelopeIntersectsVisitor
-
Reports whether it can be concluded that an intersection occurs, or whether further testing is required.
- intersects() - Method in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
-
Reports whether any segment intersection exists.
- intersects(double, double) - Method in class org.locationtech.jts.geom.Envelope
-
Check if the point
(x, y)
intersects (lies inside) the region of thisEnvelope
. - intersects(double, double) - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
- intersects(double, double, double, double) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- intersects(double, double, double, double) - Method in class org.locationtech.jts.awt.PolygonShape
- intersects(Rectangle2D) - Method in class org.locationtech.jts.awt.GeometryCollectionShape
- intersects(Rectangle2D) - Method in class org.locationtech.jts.awt.PolygonShape
- intersects(Object, Object) - Method in interface org.locationtech.jts.index.strtree.AbstractSTRtree.IntersectsOp
-
For STRtrees, the bounds will be Envelopes; for SIRtrees, Intervals; for other subclasses of AbstractSTRtree, some other class.
- intersects(Collection) - Method in class org.locationtech.jts.noding.FastSegmentSetIntersectionFinder
-
Tests for intersections with a given set of target
SegmentString
s. - intersects(Collection, SegmentIntersectionDetector) - Method in class org.locationtech.jts.noding.FastSegmentSetIntersectionFinder
-
Tests for intersections with a given set of target
SegmentString
s. - intersects(Coordinate) - Method in class org.locationtech.jts.geom.Envelope
-
Check if the point
p
intersects (lies inside) the region of thisEnvelope
. - intersects(Coordinate) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- intersects(Coordinate) - Method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- intersects(Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RectangleLineIntersector
-
Tests whether the query rectangle intersects a given line segment.
- intersects(Coordinate, Coordinate) - Method in class org.locationtech.jts.geom.Envelope
-
Check if the extent defined by two extremal points intersects the extent of this
Envelope
. - intersects(Coordinate, Coordinate) - Method in class org.locationtech.jts.noding.snapround.HotPixel
-
Tests whether the line segment (p0-p1) intersects this hot pixel.
- intersects(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Envelope
-
Test the point q to see whether it intersects the Envelope defined by p1-p2
- intersects(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Envelope
-
Tests whether the envelope defined by p1-p2 and the envelope defined by q1-q2 intersect.
- intersects(Coordinate, Geometry) - Method in class org.locationtech.jts.algorithm.PointLocator
-
Convenience method to test a point for intersection with a Geometry
- intersects(Coordinate, LineString) - Method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- intersects(Envelope) - Method in class org.locationtech.jts.geom.Envelope
-
Check if the region defined by
other
intersects the region of thisEnvelope
. - intersects(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry intersects the argument geometry.
- intersects(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- intersects(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
intersects a given geometry. - intersects(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedLineString
- intersects(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedLineStringIntersects
-
Tests whether this geometry intersects a given geometry.
- intersects(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPoint
-
Tests whether this point intersects a
Geometry
. - intersects(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygon
- intersects(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonIntersects
-
Tests whether this PreparedPolygon intersects a given geometry.
- intersects(Geometry) - Method in class org.locationtech.jts.operation.predicate.RectangleIntersects
-
Tests whether the given Geometry intersects the query rectangle.
- intersects(Geometry) - Method in class org.locationtech.jtsexample.technique.PreparedGeometryIndex
-
Finds all
PreparedGeometry
s which intersect a givenGeometry
- intersects(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- intersects(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- intersects(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryOperation.PreparedGeometryOp
- intersects(Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation.PreparedGeometryOp
- intersects(OctagonalEnvelope) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- intersects(Polygon, Geometry) - Static method in class org.locationtech.jts.operation.predicate.RectangleIntersects
-
Tests whether a rectangle intersects a given geometry.
- intersects(PreparedLineString, Geometry) - Static method in class org.locationtech.jts.geom.prep.PreparedLineStringIntersects
-
Computes the intersects predicate between a
PreparedLineString
and aGeometry
. - intersects(PreparedPolygon, Geometry) - Static method in class org.locationtech.jts.geom.prep.PreparedPolygonIntersects
-
Computes the intersects predicate between a
PreparedPolygon
and aGeometry
. - intersects(Interval) - Method in class org.locationtech.jts.index.strtree.Interval
- intersectsAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- intersectsBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- intersectsCB - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- intersectsInModel(Envelope) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- intersectsOp - Variable in class org.locationtech.jts.index.strtree.SIRtree
- intersectsOp - Static variable in class org.locationtech.jts.index.strtree.STRtree
- intersectsPixelClosure(Coordinate, Coordinate) - Method in class org.locationtech.jts.noding.snapround.HotPixel
-
Test whether the given segment intersects the closure of this hot pixel.
- intersectsScaled(Coordinate, Coordinate) - Method in class org.locationtech.jts.noding.snapround.HotPixel
- intersectsToleranceSquare(Coordinate, Coordinate) - Method in class org.locationtech.jts.noding.snapround.HotPixel
-
Tests whether the segment p0-p1 intersects the hot pixel tolerance square.
- interval - Variable in class org.locationtech.jts.index.bintree.Key
- interval - Variable in class org.locationtech.jts.index.bintree.Node
- Interval - Class in org.locationtech.jts.index.bintree
-
Represents an (1-dimensional) closed interval on the Real number line.
- Interval - Class in org.locationtech.jts.index.strtree
-
A contiguous portion of 1D-space.
- Interval() - Constructor for class org.locationtech.jts.index.bintree.Interval
- Interval(double, double) - Constructor for class org.locationtech.jts.index.bintree.Interval
- Interval(double, double) - Constructor for class org.locationtech.jts.index.strtree.Interval
- Interval(Interval) - Constructor for class org.locationtech.jts.index.bintree.Interval
- Interval(Interval) - Constructor for class org.locationtech.jts.index.strtree.Interval
- IntervalIndexedGeometry(Geometry) - Constructor for class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.IntervalIndexedGeometry
- IntervalRTreeBranchNode - Class in org.locationtech.jts.index.intervalrtree
- IntervalRTreeBranchNode(IntervalRTreeNode, IntervalRTreeNode) - Constructor for class org.locationtech.jts.index.intervalrtree.IntervalRTreeBranchNode
- IntervalRTreeLeafNode - Class in org.locationtech.jts.index.intervalrtree
- IntervalRTreeLeafNode(double, double, Object) - Constructor for class org.locationtech.jts.index.intervalrtree.IntervalRTreeLeafNode
- IntervalRTreeNode - Class in org.locationtech.jts.index.intervalrtree
- IntervalRTreeNode() - Constructor for class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
- IntervalRTreeNode.NodeComparator - Class in org.locationtech.jts.index.intervalrtree
- IntervalSize - Class in org.locationtech.jts.index.quadtree
-
Provides a test for whether an interval is so small it should be considered as zero for the purposes of inserting it into a binary tree.
- IntervalSize() - Constructor for class org.locationtech.jts.index.quadtree.IntervalSize
- intLineIndex - Variable in class org.locationtech.jts.algorithm.LineIntersector
-
The indexes of the endpoints of the intersection lines, in order along the corresponding line
- intPt - Variable in class org.locationtech.jts.algorithm.LineIntersector
- intPt - Variable in class org.locationtech.jts.noding.SegmentIntersectionDetector
- intSegments - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinder
- intSegments - Variable in class org.locationtech.jts.noding.SegmentIntersectionDetector
- intValue() - Method in class org.locationtech.jts.math.DD
-
Converts this value to the nearest integer.
- invalid(Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- INVALID_COORDINATE - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that the
X
orY
ordinate of a Coordinate is not a valid numeric value (e.g. - INVALID_GEOM_TYPE_MSG - Static variable in class org.locationtech.jts.io.WKBReader
- invalidGeoms(Geometry) - Static method in class org.locationtech.jtstest.function.ValidationFunctions
- invalidLocation - Variable in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- invalidLocations(Geometry) - Static method in class org.locationtech.jtstest.function.ValidationFunctions
-
Validates all geometries in a collection independently.
- invalidPoint - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
- invalidPoint - Variable in class org.locationtech.jts.operation.relate.RelateComputer
- invalidPoint - Variable in class org.locationtech.jts.operation.valid.ConsistentAreaTester
- invalidRingLines - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- InvalidShapefileException - Exception in org.locationtech.jtstest.testbuilder.io.shapefile
-
Thrown when an attempt is made to load a shapefile which contains an error such as an invlaid shape
- InvalidShapefileException(String) - Constructor for exception org.locationtech.jtstest.testbuilder.io.shapefile.InvalidShapefileException
- INVERT_Y - Static variable in class org.locationtech.jts.awt.ShapeReader
- invocationErrMsg(InvocationTargetException) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- invocationErrMsg(InvocationTargetException) - Static method in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- invoke(Method, Object, Object[]) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- invoke(Method, Object, Object[]) - Static method in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- invoke(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
-
Invokes the named operation
- invoke(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionOperation
- invoke(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- invoke(String, Geometry, Object[]) - Method in interface org.locationtech.jtstest.geomop.GeometryOperation
-
Invokes an operation on a
Geometry
. - invoke(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.LoggingGeometryOperation
- invoke(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
-
Invokes the named operation
- invoke(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryOperation
-
Invokes the named operation
- invoke(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.TeeGeometryOperation
-
Invokes the named operation
- invoke(Geometry, Object[]) - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- invoke(Geometry, Object[]) - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
-
Invokes this function.
- invoke(Geometry, Object[]) - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- invoke(Geometry, Object[]) - Method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- invoke(Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- invoke(Geometry, Object[]) - Method in interface org.locationtech.jtstest.geomop.GeometryFunction
-
Invokes this function.
- invoke(Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- invoke(GeometryFunction, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.GeometryFunctionOperation
- invokeAndWait(Runnable) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
-
Runs r in the event dispatch thread, which may be the current thread.
- invokeBuffer(Geometry) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- invokeBufferOpValidated(Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- invokeGeometryOverlayMethod(int, Geometry, Geometry) - Static method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- invokeMethod(Method, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- invokePreparedOp(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryOperation
- invokeRepeated(Geometry, Object[], double) - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- invokeValidatedOverlayOp(int, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
-
Invokes an overlay op, optionally using snapping, and optionally validating the result.
- invRot() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the dual of this edge, directed from its left to its right.
- IOUtil - Class in org.locationtech.jtstest.util.io
- IOUtil() - Constructor for class org.locationtech.jtstest.util.io.IOUtil
- is - Variable in class org.locationtech.jts.io.InputStreamInStream
- isAcute() - Method in class org.locationtech.jts.geom.Triangle
-
Tests whether this triangle is acute.
- isAcute(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
-
Tests whether the angle between p0-p1-p2 is acute.
- isAcute(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Tests whether a triangle is acute.
- isAddingPoints() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- isAdjacentSegments(int, int) - Static method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- isAdjacentSegments(int, int) - Static method in class org.locationtech.jts.noding.IntersectionAdder
- isAllowed(char, String) - Static method in class org.locationtech.jtstest.util.GeometryTextCleaner
- isAllTestComponentsInTarget(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonPredicate
-
Tests whether all components of the test Geometry are contained in the target geometry.
- isAllTestComponentsInTargetInterior(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonPredicate
-
Tests whether all components of the test Geometry are contained in the interior of the target geometry.
- isAnyNull() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- isAnyNull(int) - Method in class org.locationtech.jts.geomgraph.Label
- isAnyTargetComponentInAreaTest(Geometry, List) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonPredicate
-
Tests whether any component of the target geometry intersects the test geometry (which must be an areal geometry)
- isAnyTargetComponentInTest(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Tests whether any representative of the target geometry intersects the test geometry.
- isAnyTestComponentInTarget(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonPredicate
-
Tests whether any component of the test Geometry intersects the area of the target geometry.
- isAnyTestComponentInTargetInterior(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedPolygonPredicate
-
Tests whether any component of the test Geometry intersects the interior of the target geometry.
- isAnyTestPointInTarget(Geometry) - Method in class org.locationtech.jts.geom.prep.PreparedLineStringIntersects
-
Tests whether any representative point of the test Geometry intersects the target geometry.
- isArea() - Method in class org.locationtech.jts.geomgraph.Label
- isArea() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- isArea(int) - Method in class org.locationtech.jts.geomgraph.Label
- isAreaLabelsConsistent(GeometryGraph) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- isAtEndOfFile(BufferedReader) - Method in class org.locationtech.jts.io.WKBHexFileReader
-
Tests if reader is at EOF.
- isAtEndOfFile(BufferedReader) - Method in class org.locationtech.jts.io.WKTFileReader
-
Tests if reader is at EOF.
- isAtLimit(List) - Method in class org.locationtech.jts.io.WKBHexFileReader
- isAtLimit(List) - Method in class org.locationtech.jts.io.WKTFileReader
- isAtomic(Geometry) - Static method in class org.locationtech.jts.geom.GeometryCollectionIterator
- isBetween(Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.ConvexHull
- isBinary() - Method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- isBinary() - Method in interface org.locationtech.jtstest.geomfunction.GeometryFunction
- isBinary() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- isBinary() - Method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- isBinary() - Method in interface org.locationtech.jtstest.geomop.GeometryFunction
- isBinaryGeomFunction(GeometryFunction) - Static method in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- isBinaryGeomFunction(GeometryFunction) - Static method in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- isBooleanFunction(String) - Static method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- isBooleanFunction(String) - Method in class org.locationtech.jtstest.testrunner.TestReader
- isBorder() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Tests whether this triangle is adjacent to the outside of the subdivision.
- isBorder(int) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- isBoundaryHausdorffDistanceInTolerance(Geometry, Geometry, double) - Method in class org.locationtech.jtstest.testrunner.BufferResultMatcher
- isBoundaryNode(int, Coordinate) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- isBoundaryPoint(LineIntersector, Collection[]) - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- isBoundaryPointInternal(LineIntersector, Collection) - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- isBufferResultMatch(Geometry, Geometry, double) - Method in class org.locationtech.jtstest.testrunner.BufferResultMatcher
- isCacheValid() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- isCancelled - Variable in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- isCCW(Coordinate[]) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.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.Orientation
-
Computes whether a ring defined by an array of
Coordinate
s is oriented counter-clockwise. - isCCW(Geometry) - Static method in class org.locationtech.jtstest.function.OrientationFunctions
- 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.
- isCheckEndSegmentsOnly - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinder
- isCheckingRingsValid - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- isClosed - Variable in class org.locationtech.jts.operation.IsSimpleOp.EndpointInfo
- isClosed - Variable in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
- 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.MultiLineString
- 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.NodedSegmentString
- isClosed() - Method in interface org.locationtech.jts.noding.SegmentString
- isClosed(Coordinate[]) - Static method in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
- isClosed(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- isClosedEndpointsInInterior - Variable in class org.locationtech.jts.operation.IsSimpleOp
- 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).
- isCollinear() - Method in class org.locationtech.jts.algorithm.LineIntersector
- isComposite(Object) - Static method in class org.locationtech.jts.index.strtree.BoundablePair
- isConcave(Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- isConstrainedToCircle - Variable in class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
- isContainedInBoundary(Geometry) - Method in class org.locationtech.jts.operation.predicate.RectangleContains
- isContains() - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Tests whether this
IntersectionMatrix
is T*****FF*. - isConvex - Variable in class org.locationtech.jts.algorithm.MinimumDiameter
- isCoordinate(Coordinate) - Method in class org.locationtech.jts.geom.LineString
-
Returns true if the given point is a vertex of this
LineString
. - isCovered - Variable in class org.locationtech.jts.geomgraph.GraphComponent
- isCovered() - Method in class org.locationtech.jts.geomgraph.GraphComponent
- isCovered(Coordinate, List) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
- isCoveredBy() - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Returns
true
if thisIntersectionMatrix
isT*F**F***
or*TF**F***
or**FT*F***
or**F*TF***
- 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
-
Tests if a point node should be included in the result or not.
- isCoveredSet - Variable 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
-
Returns
true
if thisIntersectionMatrix
isT*****FF*
or*T****FF*
or***T**FF*
or****T*FF*
- isCreateNew() - Method in class org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelEvent
- isCrosses(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Tests whether this geometry crosses the specified geometry.
- isDataFlavorSupported(DataFlavor) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- isDataFlavorSupported(DataFlavor) - Method in class org.locationtech.jtstest.testbuilder.ui.ClipImage
- isDebugging() - Static method in class org.locationtech.jts.util.Debug
- isDeletable(int, int, int, double) - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- isDelete() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- isDelete() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
- isDeleted - Variable in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- isDirty - Variable in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- isDisjoint() - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Returns
true
if thisIntersectionMatrix
is FF*FF****. - isDone - Variable in class org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor
- isDone - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- isDone - Variable in class org.locationtech.jts.operation.distance3d.Distance3DOp
- isDone() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- isDone() - Method in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- 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
-
Reports that this filter should continue to be executed until all coordinates have been transformed.
- isDone() - Method in class org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor
- 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
-
Always process all intersections
- isDone() - Method in class org.locationtech.jts.noding.IntersectionAdder
-
Always process all intersections
- isDone() - Method in class org.locationtech.jts.noding.IntersectionFinderAdder
-
Deprecated.Always process all intersections
- 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
-
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.predicate.EnvelopeIntersectsVisitor
- isDone() - Method in class org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor
- isDone() - Method in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- isDone() - Method in class org.locationtech.jts.precision.CommonBitsRemover.Translater
- isDone() - Method in class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
-
Always runs over all geometry components.
- isDone() - Method in class org.locationtech.jts.precision.SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter
- isDone() - Method in class org.locationtech.jts.util.Debug.SegmentFindingFilter
- isDone() - Method in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder.AdjacentVertexFilter
- isDone() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- isDone() - Method in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- isDone() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- isDone() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearVerticesFilter
- isDoneWhenProperInt - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- isDouble(Class) - Static method in class org.locationtech.jtstest.util.ClassUtil
- isDoubleFunction(String) - Static method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- isDoubleFunction(String) - Method in class org.locationtech.jtstest.testrunner.TestReader
- isDragOk(PrintStream, DropTargetDragEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Determine if the dragged data is a file list.
- isEdited - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteComponentOperation
- isEdited - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteVertexOperation
- isEdited() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteComponentOperation
- isEdited() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter.BoxDeleteVertexOperation
- 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.LineString
- 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.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.Quadtree
-
Tests whether the index contains any items.
- isEmpty() - Method in class org.locationtech.jts.index.strtree.AbstractNode
-
Tests whether there are any
Boundable
s at this node. - 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
-
Test if the priority queue is logically empty.
- isEmptyBufferExpected(Geometry) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- isEnabled - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- isEnabled - Variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- isEnabled - Variable in class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- isEnabled() - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- isEnabled() - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- isEncodeCRS - Variable in class org.locationtech.jts.io.geojson.GeoJsonWriter
- isEndOfLine() - Method in class org.locationtech.jts.linearref.LinearIterator
-
Checks whether the iterator cursor is pointing to the endpoint of a component
LineString
. - 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() - Method in class org.locationtech.jts.algorithm.LineIntersector
- isEndPoint(int) - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
- isEndPoint(int) - Method in class org.locationtech.jts.noding.SegmentNode
- isEndSegment(SegmentString, int) - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Tests whether a segment in a
SegmentString
is an end segment. - isEnsureValidTopology - Variable in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier.DPTransformer
- isEnsureValidTopology - Variable in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier
- isEnsureValidTopology - Variable in class org.locationtech.jts.simplify.VWSimplifier
- isEnsureValidTopology - Variable in class org.locationtech.jts.simplify.VWSimplifier.VWTransformer
- isEqual(CoordinateSequence, CoordinateSequence) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
Tests whether two
CoordinateSequence
s are equal. - isEqualOnSide(Label, int) - Method in class org.locationtech.jts.geomgraph.Label
- isEqualOnSide(TopologyLocation, int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- isEqualReversed(Coordinate[], Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Determines whether two
Coordinate
arrays of equal length are equal in opposite directions. - 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*. - isEquivalentClass(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Returns whether the two
Geometry
s are equal, from the point of view of theequalsExact
method. - isEquivalentClass(Geometry) - Method in class org.locationtech.jts.geom.LineString
- isErodedCompletely(LinearRing, double) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
-
The ringCoord is assumed to contain no repeated points.
- isExpectedResultGeometryValid() - Method in class org.locationtech.jtstest.testrunner.Test
- isFailed() - Method in class org.locationtech.jtstest.test.TestCase
- isFailed() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- isFeatureCollection(String) - Static method in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- isFiltered() - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- isFiltered(Style) - Method in interface org.locationtech.jtstest.testbuilder.ui.style.StyleList.StyleFilter
- isFinishingRelease(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- isFirst - Variable in class org.locationtech.jts.precision.CommonBits
- isFlat(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- isFloating() - Method in class org.locationtech.jts.geom.PrecisionModel
-
Tests whether the precision model supports floating point
- isFloatingSelected() - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- isForcedToLineString - Variable in class org.locationtech.jts.geom.util.LinearComponentExtracter
- isFormatted - Variable in class org.locationtech.jts.io.WKTWriter
- isFormatted - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryTransferable
- isFormatted - Variable in class org.locationtech.jtstest.util.io.SVGWriter
- isForward - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
- isForward() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- isFractional() - Method in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- 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
-
Tests whether a QuadEdge is an edge incident on a frame triangle vertex.
- isFrameVertex(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Tests whether a vertex is a vertex of the outer triangle.
- isFullyEnabled() - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- isFunctionSelected() - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- isGdbcTestCase(TestCase) - Method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- isGeoJSON(String) - Static method in class org.locationtech.jtstest.util.io.MultiFormatReader
- isGeometry(Class<?>) - Static method in class org.locationtech.jtstest.util.ClassUtil
- isGeometry(String) - Method in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- isGeometryChanged() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- 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.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- isGeometryChanged() - Method in class org.locationtech.jts.precision.CommonBitsRemover.Translater
- isGeometryChanged() - Method in class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
-
Always reports that the geometry has changed
- isGeometryChanged() - Method in class org.locationtech.jts.precision.SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter
- isGeometryChanged() - Method in class org.locationtech.jts.util.Debug.SegmentFindingFilter
- isGeometryChanged() - Method in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder.AdjacentVertexFilter
- isGeometryChanged() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- isGeometryChanged() - Method in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- isGeometryChanged() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- isGeometryChanged() - Method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearVerticesFilter
- isGeometryCollection() - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this is an instance of a general
GeometryCollection
, rather than a homogeneous subclass. - isGeometryComplete() - Method in class org.locationtech.jts.io.gml2.GMLHandler
-
Tests whether this handler has completed parsing a geometry.
- isGeometryFunction(String) - Static method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- isGeometryFunction(String) - Method in class org.locationtech.jtstest.testrunner.TestReader
- isGeometryOperationSpecified() - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
-
Tests whether a GeometryOperation was specified on the command line
- isGeometryOperationSpecified() - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Tests whether a GeometryOperation was specified on the command line
- isGML(String) - Static method in class org.locationtech.jtstest.util.io.MultiFormatReader
- isHex(String, int) - Static method in class org.locationtech.jtstest.util.io.MultiFormatReader
- isHex(String, int) - Static method in class org.locationtech.jtstest.util.io.WKTOrWKBReader
- isHexDigit(char) - Static method in class org.locationtech.jtstest.util.io.MultiFormatReader
- isHexDigit(char) - Static method in class org.locationtech.jtstest.util.io.WKTOrWKBReader
- isHole - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- isHole - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- isHole() - Method in class org.locationtech.jts.geomgraph.EdgeRing
- isHole() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Tests whether this ring is a hole.
- isHole(Coordinate[]) - Method in class org.locationtech.jts.awt.ShapeReader
- isHorizontal() - Method in class org.locationtech.jts.geom.LineSegment
-
Tests whether the segment is horizontal.
- isHtmlFormatted - Variable in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- isIdentity() - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Tests if this transformation is the identity transformation.
- isIn - Variable in class org.locationtech.jts.algorithm.PointLocator
- isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.EndPointBoundaryNodeRule
- 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.MonoValentEndPointBoundaryNodeRule
- isInBoundary(int) - Method in class org.locationtech.jts.algorithm.BoundaryNodeRule.MultiValentEndPointBoundaryNodeRule
- 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
-
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
-
Computes the inCircle test using distance from the circumcentre.
- 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
- 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
-
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
-
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
-
Tests if a point is inside the circle defined by the triangle with vertices a, b, c (oriented counter-clockwise).
- isIncluded - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- isIncluded() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
- isIncludedSet - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- isIncludedSet() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
- isIndicatorVisible - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- isIndicatorVisible() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
-
Important for XOR drawing.
- isInExtent(Coordinate) - Method in class org.locationtech.jts.shape.random.RandomPointsBuilder
- 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).
- isInLineSection(TaggedLineString, int[], TaggedLineSegment) - Static method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
-
Tests whether a segment is in a section of a TaggedLineString
- isInList(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Deprecated.
- isInResult - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
- isInResult - Variable in class org.locationtech.jts.geomgraph.GraphComponent
-
isInResult indicates if this component has already been included in the result
- isInResult() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- isInResult() - Method in class org.locationtech.jts.geomgraph.GraphComponent
- isInRing() - Method in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Returns the ring of directed edges that this directed edge is a member of, or null if the ring has not been set.
- isInRing(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.PointLocation
-
Tests whether a point lies inside or on a ring.
- isInSegmentEnvelopes(Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
-
Tests whether a point lies in the envelopes of both input segments.
- isInsert() - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- isInsert() - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
- isInsideArea() - Method in class org.locationtech.jts.operation.distance.GeometryLocation
-
Tests whether this location represents a point inside an area geometry.
- isInsideCorner(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- isInteger(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns true if s can be converted to an int.
- isIntegerFunction(String) - Static method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- isIntegerFunction(String) - Method in class org.locationtech.jtstest.testrunner.TestReader
- isIntegerPrecision() - Method in class org.locationtech.jts.noding.ScaledNoder
- isInterior - Variable 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
-
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
-
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
-
Tests whether either intersection point is an interior point of the specified input segment.
- isInteriorsConnected() - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- 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
-
Tests if the given point is an edge intersection
- isIntersects() - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Returns
true
ifisDisjoint
returns false. - isIsolated - Variable 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.GraphComponent
-
An isolated component is one that does not intersect or touch any other component.
- isIsolated() - Method in class org.locationtech.jts.geomgraph.Node
- isLeaf - Variable in class org.locationtech.jtstest.testbuilder.GeometryNode
- isLeaf() - Method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- isLeaf() - Method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- isLeaf() - Method in class org.locationtech.jtstest.testbuilder.GeometryNode
- isLeaf(Object) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
-
Returns true if node is a leaf.
- isLeaves() - Method in class org.locationtech.jts.index.strtree.BoundablePair
-
Tests if both elements of the pair are leaf nodes
- isLine() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- isLine(int) - Method in class org.locationtech.jts.geomgraph.Label
- isLineEdge() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
-
This edge is a line edge if at least one of the labels is a line label any labels which are not line labels have all Locations = EXTERIOR
- isLineSegmentContainedInBoundary(Coordinate, Coordinate) - Method in class org.locationtech.jts.operation.predicate.RectangleContains
-
Tests if a line segment is contained in the boundary of the target rectangle.
- isLineStringContainedInBoundary(LineString) - Method in class org.locationtech.jts.operation.predicate.RectangleContains
-
Tests if a linestring is completely contained in the boundary of the target rectangle.
- isLive - Variable in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- isLive() - Method in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- 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
- isMagnifyingTopology - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- isMagnifyingTopology - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- isMagnifyingTopology() - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- isMarked - Variable in class org.locationtech.jts.edgegraph.MarkHalfEdge
- isMarked - Variable in class org.locationtech.jts.planargraph.GraphComponent
- isMarked() - Method in class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Tests whether this edge is marked.
- 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.
- isMarked(HalfEdge) - Static method in class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Tests whether the given edge is marked.
- isMatch(Geometry, String, Object[], Result, Result, double) - Method in class org.locationtech.jtstest.testrunner.BufferResultMatcher
-
Tests whether the two results are equal within the given tolerance.
- isMatch(Geometry, String, Object[], Result, Result, double) - Method in class org.locationtech.jtstest.testrunner.EqualityResultMatcher
-
Tests whether the two results are equal within the given tolerance.
- isMatch(Geometry, String, Object[], Result, Result, double) - Method in class org.locationtech.jtstest.testrunner.NullResultMatcher
-
Always reports a match.
- isMatch(Geometry, String, Object[], Result, Result, double) - Method in interface org.locationtech.jtstest.testrunner.ResultMatcher
-
Tests whether the actual and expected results match well enough for the test to be considered as passed.
- isNaN() - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is NaN.
- isNearRing() - Method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- isNegative() - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is less than 0.
- isNodeAdded - Variable 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
-
Check all nodes to see if their labels are consistent with area topology.
- isNodeEdgeAreaLabelsConsistent() - Method in class org.locationtech.jts.operation.valid.ConsistentAreaTester
-
Check all nodes to see if their labels are consistent.
- isNodingValid(Geometry) - Static method in class org.locationtech.jtstest.function.NodingFunctions
- isNonNested() - Method in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- isNorthern(int) - Static method in class org.locationtech.jts.geomgraph.Quadrant
-
Returns true if the given quadrant is 0 or 1.
- isNull - Variable in class org.locationtech.jts.algorithm.distance.PointPairDistance
- isNull - Variable in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- isNull() - Method in class org.locationtech.jts.geom.Envelope
-
Returns
true
if thisEnvelope
is a "null" envelope. - isNull() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- isNull() - Method in class org.locationtech.jts.geomgraph.Depth
-
A Depth object is null (has never been initialized) if all depths are null.
- isNull() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- isNull(int) - Method in class org.locationtech.jts.geomgraph.Depth
- isNull(int) - Method in class org.locationtech.jts.geomgraph.Label
- isNull(int, int) - Method in class org.locationtech.jts.geomgraph.Depth
- isNumber(Class) - Static method in class org.locationtech.jtstest.util.ClassUtil
- isNumberNext() - Method in class org.locationtech.jts.io.WKTReader
- isObtuse(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Angle
-
Tests whether the angle between p0-p1-p2 is obtuse.
- isOfClass(Object, Class) - Static method in class org.locationtech.jts.geom.util.GeometryExtracter
- isolatedEdges - Variable in class org.locationtech.jts.operation.relate.RelateComputer
- isOnConstraint - Variable 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
-
Tests whether a
Coordinate
lies on aQuadEdge
, up to a tolerance determined by the subdivision tolerance. - isOnLine(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Tests whether a point lies on the line segments defined by a list of coordinates.
- isOnLine(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.PointLocation
-
Tests whether a point lies on the line defined by a list of coordinates.
- isOnLine(Coordinate, CoordinateSequence) - Static method in class org.locationtech.jts.algorithm.PointLocation
-
Tests whether a point lies on the line defined by a
CoordinateSequence
. - isOnSameSegment(LinearLocation) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Tests whether two locations are on the same segment in the parent
Geometry
. - 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
-
Returns true if the quadrants are 1 and 3, or 2 and 4
- isOuterHole() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Tests whether this ring is an outer hole.
- isOuterShell() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Tests whether this ring is an outer shell.
- isOverlaps(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Returns
true
if thisIntersectionMatrix
is T*T***T** (for two points or two surfaces) 1*T***T** (for two curves) . - isParallel(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
- isPassed() - Method in class org.locationtech.jtstest.test.TestCase
- isPassed() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- isPassed() - Method in class org.locationtech.jtstest.testrunner.Test
-
Returns whether the Test is passed.
- isPoint() - Method in class org.locationtech.jts.operation.distance.FacetSequence
- isPointContainedInBoundary(Coordinate) - Method in class org.locationtech.jts.operation.predicate.RectangleContains
-
Tests if a point is contained in the boundary of the target rectangle.
- isPointContainedInBoundary(Point) - Method in class org.locationtech.jts.operation.predicate.RectangleContains
- 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
-
Deprecated.Tests whether a point lies inside or on a ring.
- isPointInRing(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.PointLocationFunctions
- isPointNearButNotOnSeg(Coordinate, Coordinate, Coordinate, double) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- isPointOnSegment - Variable in class org.locationtech.jts.algorithm.RayCrossingCounter
- isPointwise - Variable in class org.locationtech.jts.precision.GeometryPrecisionReducer
- isPointwiseEqual(Edge) - Method in class org.locationtech.jts.geomgraph.Edge
- isPositive() - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is greater than 0.
- isPotentialResultAreaEdge(DirectedEdge, int) - Method in class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
- isPreparedOp(String) - Static method in class org.locationtech.jtstest.geomop.PreparedGeometryOperation
- isProcessed - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- isProcessed() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
- isProper - Variable in class org.locationtech.jts.algorithm.LineIntersector
- isProper() - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Tests whether an intersection is proper.
- isProperIntersectionImpliesNotContainedSituation(Geometry) - Method in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
- isPrunable() - Method in class org.locationtech.jts.index.bintree.NodeBase
- isPrunable() - Method in class org.locationtech.jts.index.quadtree.NodeBase
- isReadOnly() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- isRectangle - Variable in class org.locationtech.jts.geom.prep.PreparedPolygon
- isRectangle() - Method in class org.locationtech.jts.geom.Geometry
- isRectangle() - Method in class org.locationtech.jts.geom.Polygon
-
Tests if a valid polygon is simple.
- isRectangle(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- isRedundant(Coordinate) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
-
Tests whether the given point is redundant relative to the previous point in the list (up to tolerance).
- 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
-
Tests whether this edge has been removed from its containing graph
- 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
-
Tests whether this node has been removed from its containing graph
- isRendering - Variable in class org.locationtech.jtstest.testbuilder.ui.render.RendererSwingWorker
- isRendering() - Method in class org.locationtech.jtstest.testbuilder.ui.render.RendererSwingWorker
- isRenderingStretchVertices - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- isRepeatable(GeometryFunction) - Static method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- 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)
- isResolvable() - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- isResolvable(Point2D, Point2D) - Method in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- isResultMatcherSpecified() - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
-
Tests whether a
ResultMatcher
was specified on the command line - isResultMatcherSpecified() - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Tests whether a
ResultMatcher
was specified on the command line - isResultOfOp(int, int, int) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Tests whether a point with given
Location
s relative to two geometries is contained in the result of overlaying the geometries using a given overlay operation. - isResultOfOp(Label, int) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
-
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. - isRing() - Method in class org.locationtech.jts.geom.LineString
- isRing(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Tests whether an array of
Coordinate
s forms a ring, by checking length and closure. - isRing(CoordinateSequence) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
Tests whether a
CoordinateSequence
forms a validLinearRing
, by checking the sequence length and closure (whether the first and last points are identical in 2D). - isRootTag - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- isRun - Variable in class org.locationtech.jts.operation.linemerge.LineSequencer
- isRun - Variable in class org.locationtech.jtstest.test.TestCase
- isRun - Variable in class org.locationtech.jtstest.testrunner.Test
- isRun - Variable in class org.locationtech.jtstest.testrunner.TestCase
- isRun() - Method in class org.locationtech.jtstest.test.TestCase
- isRun() - Method in class org.locationtech.jtstest.testrunner.Test
- isRun() - Method in class org.locationtech.jtstest.testrunner.TestCase
- isRunning - Variable in class org.locationtech.jts.util.Stopwatch
- isRunning() - Method in class org.locationtech.jtstest.testrunner.TestEngine
-
Returns whether the TestEngine is running any TestCase's.
- isSameLabel(SweepLineEvent) - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- isScaled - Variable in class org.locationtech.jts.noding.ScaledNoder
- isSearchMatch(Envelope) - Method in class org.locationtech.jts.index.quadtree.Node
- isSearchMatch(Envelope) - Method in class org.locationtech.jts.index.quadtree.NodeBase
- isSearchMatch(Envelope) - Method in class org.locationtech.jts.index.quadtree.Root
- isSearchMatch(Interval) - Method in class org.locationtech.jts.index.bintree.Node
- isSearchMatch(Interval) - Method in class org.locationtech.jts.index.bintree.NodeBase
- isSearchMatch(Interval) - Method in class org.locationtech.jts.index.bintree.Root
-
The root node matches all searches
- isSelfIntersection - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- isSelfIntersection - Variable in class org.locationtech.jts.noding.IntersectionAdder
- isSelfSnap - Variable in class org.locationtech.jts.operation.overlay.snap.SnapTransformer
- isSelfTouchingRingFormingHoleValid - Variable in class org.locationtech.jts.operation.valid.IsValidOp
-
If the following condition is TRUE JTS will validate inverted shells and exverted holes (the ESRI SDE model)
- isSequenceable - Variable in class org.locationtech.jts.operation.linemerge.LineSequencer
- isSequenceable() - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Tests whether the arrangement of linestrings has a valid sequence.
- isSequenced(Geometry) - Static method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Tests whether a
Geometry
is sequenced correctly. - isShallow(Coordinate, Coordinate, Coordinate, double) - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- isShallowConcavity(Coordinate, Coordinate, Coordinate, double) - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- isShallowSampled(Coordinate, Coordinate, int, int, double) - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
-
Checks for shallowness over a sample of points in the given section.
- isShell() - Method in class org.locationtech.jts.geomgraph.EdgeRing
- isShowingGrid() - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- isShowingLabel() - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- isShowingOrientation() - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- isShowingStructure() - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- isShowingVertices() - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- isSignificantMouseMove() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- isSignificantMouseMove(Point) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- isSimple() - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this
Geometry
is simple. - isSimple() - Method in class org.locationtech.jts.geom.Point
- isSimple() - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Tests whether the geometry is simple.
- isSimple(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- isSimple(LineString) - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Deprecated.use isSimple()
- isSimple(MultiLineString) - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Deprecated.use isSimple()
- isSimple(MultiPoint) - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Deprecated.use isSimple()
- isSimpleGeometryCollection(Geometry) - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Semantics for GeometryCollection is simple iff all components are simple.
- isSimpleLinearGeometry(Geometry) - Method in class org.locationtech.jts.operation.IsSimpleOp
- isSimpleMultiPoint(MultiPoint) - Method in class org.locationtech.jts.operation.IsSimpleOp
- IsSimpleOp - Class in org.locationtech.jts.operation
-
Tests whether a
Geometry
is simple. - IsSimpleOp() - Constructor for class org.locationtech.jts.operation.IsSimpleOp
-
Deprecated.use IsSimpleOp(Geometry)
- IsSimpleOp(Geometry) - Constructor for class org.locationtech.jts.operation.IsSimpleOp
-
Creates a simplicity checker using the default SFS Mod-2 Boundary Node Rule
- IsSimpleOp(Geometry, BoundaryNodeRule) - Constructor for class org.locationtech.jts.operation.IsSimpleOp
-
Creates a simplicity checker using a given
BoundaryNodeRule
- IsSimpleOp.EndpointInfo - Class in org.locationtech.jts.operation
- isSimplePolygonal(Geometry) - Method in class org.locationtech.jts.operation.IsSimpleOp
-
Computes simplicity for polygonal geometries.
- isSingleShell(Geometry) - Method in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
-
Tests whether a geometry consists of a single polygon with no holes.
- isSingleSided - Variable in class org.locationtech.jts.operation.buffer.BufferParameters
- isSingleSided() - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Tests whether the buffer is to be generated on a single side only.
- isStart - Variable in class org.locationtech.jts.dissolve.DissolveHalfEdge
- isStart() - Method in class org.locationtech.jts.dissolve.DissolveHalfEdge
-
Tests whether this edge is the starting segment in a LineString being dissolved.
- isStrict - Variable in class org.locationtech.jts.io.WKBReader
-
true if structurally invalid input should be reported rather than repaired.
- isSymDiffAreaInTolerance(Geometry, Geometry) - Method in class org.locationtech.jtstest.testrunner.BufferResultMatcher
- isTooSmallToRender(Point2D, Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- isTouches(int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Returns
true
if thisIntersectionMatrix
is FT*******, F**T***** or F***T****. - isTriangleErodedCompletely(Coordinate[], double) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
-
Tests whether a triangular ring would be eroded completely by the given buffer distance.
- isTrivialIntersection(Edge, int, Edge, int) - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
-
A trivial intersection is an apparent self-intersection which in fact is simply the point shared by adjacent line segments.
- isTrivialIntersection(SegmentString, int, SegmentString, int) - Method in class org.locationtech.jts.noding.IntersectionAdder
-
A trivial intersection is an apparent self-intersection which in fact is simply the point shared by adjacent line segments.
- isTrue(boolean) - Static method in class org.locationtech.jts.util.Assert
-
Throws an
AssertionFailedException
if the given assertion is not true. - isTrue(boolean, String) - Static method in class org.locationtech.jts.util.Assert
-
Throws an
AssertionFailedException
with the given message if the given assertion is not true. - isTrue(int) - Static method in class org.locationtech.jts.geom.IntersectionMatrix
-
Tests if the dimension value matches TRUE (i.e.
- isTrue(Geometry) - Method in interface org.locationtech.jtstest.function.GeometryPredicate
- isUserDataCopied - Variable in class org.locationtech.jts.geom.util.GeometryEditor
- isUsingTolerance - Variable in class org.locationtech.jts.triangulate.IncrementalDelaunayTriangulator
- isValid - Variable in class org.locationtech.jts.noding.FastNodingValidator
- isValid - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- isValid - Variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- isValid() - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this
Geometry
is topologically valid, according to the OGC SFS specification. - isValid() - Method in class org.locationtech.jts.geom.MultiPoint
- isValid() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
-
Tests if the extremal values for this octagon are valid.
- isValid() - Method in class org.locationtech.jts.noding.FastNodingValidator
-
Checks for an intersection and reports if one is found.
- isValid() - Method in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- isValid() - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- isValid() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Tests if the
LinearRing
ring formed by this edge ring is topologically valid. - isValid() - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Computes the validity of the geometry, and returns true if it is valid.
- isValid(int) - Method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- isValid(Coordinate) - Static method in class org.locationtech.jts.operation.valid.IsValidOp
-
Checks whether a coordinate is valid for processing.
- isValid(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Tests whether this location refers to a valid location on the given linear
Geometry
. - isValid(Geometry) - Static method in class org.locationtech.jts.operation.valid.IsValidOp
-
Tests whether a
Geometry
is valid. - isValid(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- isValid(Geometry, double, Geometry) - Static method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- isValid(Geometry, Geometry, int, Geometry) - Static method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- isValidAllowSelfTouchingRingFormingHole(Geometry) - Static method in class org.locationtech.jtstest.function.ValidationFunctions
- isValidEdge(Coordinate, Coordinate) - Static method in class org.locationtech.jts.edgegraph.EdgeGraph
-
Tests if the given coordinates form a valid edge (with non-zero length).
- isValidIndex(double) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Tests whether an index is in the valid index range for the line.
- isValidIndex(LinearLocation) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Tests whether an index is in the valid index range for the line.
- isValidityChecked - Variable in class org.locationtech.jts.noding.snapround.GeometryNoder
- isValidMsg(Geometry, double, Geometry) - Static method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
-
Checks whether the geometry buffer is valid, and returns an error message if not.
- IsValidOp - Class in org.locationtech.jts.operation.valid
-
Implements the algorithms required to compute the
isValid()
method forGeometry
s. - IsValidOp(Geometry) - Constructor for class org.locationtech.jts.operation.valid.IsValidOp
- isValidResult(int, int[]) - Method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- isVerbose - Variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd.TestRunnerOptions
- isVertex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
-
Indicates whether this location is a vertex of the geometry
- isVertex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- isVertex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- isVertex() - Method in class org.locationtech.jts.linearref.LinearLocation
-
Tests whether this location refers to a vertex
- isVertex() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- isVertex() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- isVertex() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- isVertexOfEdge(QuadEdge, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- isVertical() - Method in class org.locationtech.jts.geom.LineSegment
-
Tests whether the segment is vertical.
- isViewPerformant - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- isViewPerformant() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- isVisited - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
- isVisited - Variable in class org.locationtech.jts.geomgraph.GraphComponent
- isVisited - Variable in class org.locationtech.jts.planargraph.GraphComponent
- isVisited() - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- isVisited() - Method in class org.locationtech.jts.geomgraph.GraphComponent
- isVisited() - Method in class org.locationtech.jts.planargraph.GraphComponent
-
Tests if a component has been visited during the course of a graph algorithm
- isWithin() - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Tests whether this
IntersectionMatrix
is T*F**F***. - isWithinDistance(Geometry, double) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether the distance from this
Geometry
to another is less than or equal to a specified value. - isWithinDistance(Geometry, Geometry, double) - Static method in class org.locationtech.jts.operation.distance.DistanceOp
-
Test whether two geometries lie within a given distance of each other.
- isWithinDistance(Geometry, Geometry, double) - Static method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Test whether two geometries lie within a given distance of each other.
- isWithinDistance(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.DistanceFunctions
- isWithinToleranceOfBoundary(Coordinate) - Method in class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
- isWKB(String) - Static method in class org.locationtech.jtstest.util.io.MultiFormatReader
- isWKT(String) - Static method in class org.locationtech.jtstest.util.io.MultiFormatReader
- isZero() - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is equal to 0.
- isZeroWidth(double, double) - Static method in class org.locationtech.jts.index.quadtree.IntervalSize
-
Computes whether the interval [min, max] is effectively zero width.
- item - Variable in class org.locationtech.jts.index.intervalrtree.IntervalRTreeLeafNode
- item - Variable in class org.locationtech.jts.index.strtree.ItemBoundable
- item - Variable in class org.locationtech.jts.index.sweepline.SweepLineInterval
- ItemBoundable - Class in org.locationtech.jts.index.strtree
-
Boundable wrapper for a non-Boundable spatial object.
- ItemBoundable(Object, Object) - Constructor for class org.locationtech.jts.index.strtree.ItemBoundable
- itemBoundables - Variable in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Set to null when index is built, to avoid retaining memory.
- itemDistance - Variable in class org.locationtech.jts.index.strtree.BoundablePair
- ItemDistance - Interface in org.locationtech.jts.index.strtree
-
A function method which computes the distance between two
ItemBoundable
s in anSTRtree
. - items - Variable in class org.locationtech.jts.index.ArrayListVisitor
- items - Variable in class org.locationtech.jts.index.bintree.NodeBase
- items - Variable in class org.locationtech.jts.index.quadtree.NodeBase
- items - Variable in class org.locationtech.jts.simplify.LineSegmentVisitor
- items - Variable in class org.locationtech.jts.util.PriorityQueue
- itemStateChanged(ItemEvent) - Method in class org.locationtech.jtstest.testbuilder.LayerControlList.CheckBoxEditor
- itemStateChanged(ItemEvent) - Method in class org.locationtech.jtstest.testbuilder.LayerControlList.RadioButtonEditor
- itemsTree() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Gets a tree structure (as a nested list) corresponding to the structure of the items and nodes in this tree.
- itemsTree(AbstractNode) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- ItemVisitor - Interface in org.locationtech.jts.index
-
A visitor for items in an index.
- IteratedNoder - Class in org.locationtech.jts.noding
-
Nodes a set of
NodedSegmentString
s completely. - IteratedNoder(PrecisionModel) - Constructor for class org.locationtech.jts.noding.IteratedNoder
- iterator() - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
-
Iterator access to the ordered list of edges is optimized by copying the map collection to a list.
- iterator() - Method in class org.locationtech.jts.geomgraph.EdgeIntersectionList
-
Returns an iterator of
EdgeIntersection
s - iterator() - Method in class org.locationtech.jts.geomgraph.EdgeList
- iterator() - Method in class org.locationtech.jts.geomgraph.NodeMap
- iterator() - Method in class org.locationtech.jts.index.bintree.Bintree
- iterator() - Method in class org.locationtech.jts.noding.SegmentNodeList
-
returns an iterator of SegmentNodes
- iterator() - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
- iterator() - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Returns an Iterator over the DirectedEdges, in ascending order by angle with the positive x-axis.
- iterator() - Method in class org.locationtech.jts.planargraph.NodeMap
-
Returns an Iterator over the Nodes in this NodeMap, sorted in ascending order by angle with the positive x-axis.
J
- J_RADIUS - Static variable in class org.locationtech.jtstest.function.JTSFunctions
- J_WIDTH - Static variable in class org.locationtech.jtstest.function.JTSFunctions
- JAVA_FILE_FILTER - Static variable in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- JavaTestWriter - Class in org.locationtech.jtstest.testbuilder.model
- JavaTestWriter() - Constructor for class org.locationtech.jtstest.testbuilder.model.JavaTestWriter
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.BusyDialog
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.InfoPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
-
Component initialization
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
-
Component initialization
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.RelatePanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.StatsPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
-
Component initialization
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.TestListPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- jbInit() - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- jbInit() - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Initializes the Component's.
- jLabel1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- jLabel1 - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- jLabel1 - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- jLabel1 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel10 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel11 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel110 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel111 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel12 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel13 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel14 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel15 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel16 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel17 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel18 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel19 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel2 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- jLabel2 - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- jLabel2 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel20 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel21 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel22 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel23 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel3 - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- jLabel3 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel4 - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- jLabel5 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel6 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel7 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel8 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jLabel9 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jMenuAbout - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- jMenuBar1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- jMenuEdit - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- jMenuFile - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- jMenuFileExit - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- jMenuFileExit_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
-
File | Exit action performed
- jMenuHelp - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- jMenuHelpAbout_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
-
Help | About action performed
- jMenuView - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- JOIN_BEVEL - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
Specifies a bevel join style.
- JOIN_MITRE - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
Specifies a mitre join style.
- JOIN_ROUND - Static variable in class org.locationtech.jts.operation.buffer.BufferParameters
-
Specifies a round join style.
- joinStyle - Variable in class org.locationtech.jts.operation.buffer.BufferParameters
- joinStyleItems - Static variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- joinStyleValues - Static variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- jPanel1 - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- jPanel2 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- jPanel2 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- jPanel2 - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- jPanel2 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jPanel2 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- jPanel3 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- jPanel3 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- jPanel3 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- jPanel4 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- jPanel5 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- jPanel7 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- jPanel9 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- jPanelMagnify - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- jPanelMagnify - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- jPanelPM - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- jScrollPane - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- jScrollPane - Variable in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.InfoPanel
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.LayerListPanel
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.StatsPanel
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- jScrollPane1 - Variable in class org.locationtech.jtstest.testbuilder.TestListPanel
- jScrollPane1 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- jScrollPane2 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- jScrollPane2 - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- jSplitPane1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- jTabbedPane1 - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- jTabbedPane1_stateChanged(ChangeEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- jToolBar1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- JTSFunctions - Class in org.locationtech.jtstest.function
- JTSFunctions() - Constructor for class org.locationtech.jtstest.function.JTSFunctions
- JTSTestBuilder - Class in org.locationtech.jtstest.testbuilder
-
A Swing application which supports creating geometries and running JTS operations.
- JTSTestBuilder() - Constructor for class org.locationtech.jtstest.testbuilder.JTSTestBuilder
-
Construct the application
- JTSTestBuilder_AboutBox - Class in org.locationtech.jtstest.testbuilder
- JTSTestBuilder_AboutBox(Frame) - Constructor for class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- JTSTestBuilderController - Class in org.locationtech.jtstest.testbuilder.controller
- JTSTestBuilderController() - Constructor for class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- JTSTestBuilderFrame - Class in org.locationtech.jtstest.testbuilder
-
The main frame for the JTS Test Builder.
- JTSTestBuilderFrame() - Constructor for class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
-
Construct the frame
- JTSTestBuilderMenuBar - Class in org.locationtech.jtstest.testbuilder
- JTSTestBuilderMenuBar(JTSTestBuilderFrame) - Constructor for class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- JTSTestBuilderToolBar - Class in org.locationtech.jtstest.testbuilder
- JTSTestBuilderToolBar(JTSTestBuilderFrame) - Constructor for class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- JTSTestReflectionException - Exception in org.locationtech.jtstest.testrunner
-
An Exception which indicates a problem during reflection
- JTSTestReflectionException(String) - Constructor for exception org.locationtech.jtstest.testrunner.JTSTestReflectionException
- JTSTestReflectionException(String, Object[]) - Constructor for exception org.locationtech.jtstest.testrunner.JTSTestReflectionException
- JTSTestRunnerCmd - Class in org.locationtech.jtstest.testrunner
-
A command-line utility to execute tests specified in JTS Test XML files.
- JTSTestRunnerCmd() - Constructor for class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- JTSTestRunnerCmd.TestRunnerOptions - Class in org.locationtech.jtstest.testrunner
- jtsVersion(Geometry) - Static method in class org.locationtech.jtstest.function.JTSFunctions
- JTSVersion - Class in org.locationtech.jts
-
JTS API version information.
- JTSVersion() - Constructor for class org.locationtech.jts.JTSVersion
K
- KB - Static variable in class org.locationtech.jts.util.Memory
- KdNode - Class in org.locationtech.jts.index.kdtree
-
A node of a
KdTree
, which represents one or more points in the same location. - KdNode(double, double, Object) - Constructor for class org.locationtech.jts.index.kdtree.KdNode
-
Creates a new KdNode.
- KdNode(Coordinate, Object) - Constructor for class org.locationtech.jts.index.kdtree.KdNode
-
Creates a new KdNode.
- KdNodeVisitor - Interface in org.locationtech.jts.index.kdtree
- kdt - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- KdTree - Class in org.locationtech.jts.index.kdtree
-
An implementation of a 2-D KD-Tree.
- KdTree() - Constructor for class org.locationtech.jts.index.kdtree.KdTree
-
Creates a new instance of a KdTree with a snapping tolerance of 0.0.
- KdTree(double) - Constructor for class org.locationtech.jts.index.kdtree.KdTree
-
Creates a new instance of a KdTree, specifying a snapping distance tolerance.
- KdTree.BestMatchVisitor - Class in org.locationtech.jts.index.kdtree
- kdTreeQuery(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- kdTreeQueryRepeated(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- keep(Object) - Method in class org.locationtech.jts.io.gml2.GMLHandler.Handler
-
Store param for the future
- KEEP - Static variable in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- keepIntersections - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinder
- Key - Class in org.locationtech.jts.index.bintree
-
A Key is a unique identifier for a node in a tree.
- Key - Class in org.locationtech.jts.index.quadtree
-
A Key is a unique identifier for a node in a quadtree.
- Key(Envelope) - Constructor for class org.locationtech.jts.index.quadtree.Key
- Key(Interval) - Constructor for class org.locationtech.jts.index.bintree.Key
- keyPressed(KeyEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- keyReleased(KeyEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- keySet() - Method in class org.locationtech.jtstest.function.DoubleKeyMap
- keySet(Object) - Method in class org.locationtech.jtstest.function.DoubleKeyMap
- keyTyped(KeyEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- kill() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- KMLHandler - Class in org.locationtech.jtsexample.io.gml2
- KMLHandler() - Constructor for class org.locationtech.jtsexample.io.gml2.KMLHandler
- KMLReader - Class in org.locationtech.jtsexample.io.gml2
- KMLReader(String) - Constructor for class org.locationtech.jtsexample.io.gml2.KMLReader
- KMLReaderExample - Class in org.locationtech.jtsexample.io.gml2
-
An example of using the
GMLHandler
class to read geometry data out of KML files. - KMLReaderExample() - Constructor for class org.locationtech.jtsexample.io.gml2.KMLReaderExample
- KMLWriter - Class in org.locationtech.jts.io.kml
-
Writes a formatted string containing the KML representation of a JTS
Geometry
. - KMLWriter() - Constructor for class org.locationtech.jts.io.kml.KMLWriter
-
Creates a new writer.
- kochSnowflake(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateFractalShapeFunctions
- KochSnowflakeBuilder - Class in org.locationtech.jts.shape.fractal
- KochSnowflakeBuilder(GeometryFactory) - Constructor for class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
L
- L - Static variable in class org.locationtech.jts.geom.Dimension
-
Dimension value of a curve (1).
- L_PAREN - Static variable in class org.locationtech.jts.io.WKTReader
- label - Variable in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- label - Variable in class org.locationtech.jts.geomgraph.EdgeEnd
- label - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- label - Variable in class org.locationtech.jts.geomgraph.GraphComponent
- label - Variable in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- label - Variable in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
- label - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- label(Collection, long) - Static method in class org.locationtech.jts.operation.polygonize.PolygonizeGraph
- label(Coordinate, int, double) - Static method in class org.locationtech.jtstest.testbuilder.CoordinateNode
- Label - Class in org.locationtech.jts.geomgraph
-
A
Label
indicates the topological relationship of a component of a topology graph to a givenGeometry
. - Label(int) - Constructor for class org.locationtech.jts.geomgraph.Label
-
Construct a Label with a single location for both Geometries.
- Label(int, int) - Constructor for class org.locationtech.jts.geomgraph.Label
-
Construct a Label with a single location for both Geometries.
- Label(int, int, int) - Constructor for class org.locationtech.jts.geomgraph.Label
-
Construct a Label with On, Left and Right locations for both Geometries.
- Label(int, int, int, int) - Constructor for class org.locationtech.jts.geomgraph.Label
-
Construct a Label with On, Left and Right locations for both Geometries.
- Label(Label) - Constructor for class org.locationtech.jts.geomgraph.Label
-
Construct a Label with the same values as the argument Label.
- LABEL_TEST_CASE - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- LABEL_TEST_CASE - Static variable in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- label1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- label2 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- label3 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- label4 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- labelFilter - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- labelIncompleteNode(Node, int) - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Label an isolated node with its relationship to the target geometry.
- labelIncompleteNodes() - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Incomplete nodes are nodes whose labels are incomplete.
- labelIntersectionNodes(int) - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
For all intersections on the edges of a Geometry, label the corresponding node IF it doesn't already have a label.
- labelIsolatedEdge(Edge, int, Geometry) - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
Label an isolated edge of a graph with its relationship to the target geometry.
- labelIsolatedEdges(int, int) - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
Processes isolated edges by computing their labelling and adding them to the isolated edges list.
- labelIsolatedLine(Edge, int) - Method in class org.locationtech.jts.operation.overlay.LineBuilder
-
Label an isolated node with its relationship to the target geometry.
- labelIsolatedLines(List) - Method in class org.locationtech.jts.operation.overlay.LineBuilder
- labelIsolatedNode(Node, int) - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
Label an isolated node with its relationship to the target geometry.
- labelIsolatedNodes() - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
Isolated nodes are nodes whose labels are incomplete (e.g.
- labelJTS - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- labelNodeEdges() - Method in class org.locationtech.jts.operation.relate.RelateComputer
- labelPanel - Variable in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- labelPanel - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- labelPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- labelPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- lastCoordinate() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- lastEdge - Variable in class org.locationtech.jts.triangulate.quadedge.LastFoundQuadEdgeLocator
- lastEltName - Variable in class org.locationtech.jtsexample.io.gml2.KMLHandler
- LastFoundQuadEdgeLocator - Class in org.locationtech.jts.triangulate.quadedge
-
Locates
QuadEdge
s in aQuadEdgeSubdivision
, optimizing the search by starting in the locality of the last edge found. - LastFoundQuadEdgeLocator(QuadEdgeSubdivision) - Constructor for class org.locationtech.jts.triangulate.quadedge.LastFoundQuadEdgeLocator
- lastLabelDrawn - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- lastLabelLoc - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- lastNode(List) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- lastPt - Variable in class org.locationtech.jts.linearref.LinearGeometryBuilder
- lastPt - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- lastShapeDrawn - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- lastTimePrinted - Static variable in class org.locationtech.jts.util.Debug
- layer - Variable in class org.locationtech.jtstest.testbuilder.model.LayerList
- layer - Variable in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- Layer - Class in org.locationtech.jtstest.testbuilder.model
- Layer(String) - Constructor for class org.locationtech.jtstest.testbuilder.model.Layer
- LayerCheckBoxList - Class in org.locationtech.jtstest.testbuilder
- LayerCheckBoxList() - Constructor for class org.locationtech.jtstest.testbuilder.LayerCheckBoxList
- LayerCheckBoxList(ListModel) - Constructor for class org.locationtech.jtstest.testbuilder.LayerCheckBoxList
- LayerCheckBoxList.CellRenderer - Class in org.locationtech.jtstest.testbuilder
- LayerControlList - Class in org.locationtech.jtstest.testbuilder
-
Experimental control panel for layers.
- LayerControlList() - Constructor for class org.locationtech.jtstest.testbuilder.LayerControlList
- LayerControlList.CheckBoxEditor - Class in org.locationtech.jtstest.testbuilder
- LayerControlList.CheckBoxRenderer - Class in org.locationtech.jtstest.testbuilder
- LayerControlList.RadioButtonEditor - Class in org.locationtech.jtstest.testbuilder
- LayerControlList.RadioButtonRenderer - Class in org.locationtech.jtstest.testbuilder
- layerList - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- LayerList - Class in org.locationtech.jtstest.testbuilder.model
- LayerList() - Constructor for class org.locationtech.jtstest.testbuilder.model.LayerList
- layerListPanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- LayerListPanel - Class in org.locationtech.jtstest.testbuilder
- LayerListPanel() - Constructor for class org.locationtech.jtstest.testbuilder.LayerListPanel
- LayerRenderer - Class in org.locationtech.jtstest.testbuilder.ui.render
- LayerRenderer(Layer, GeometryContainer, Viewport) - Constructor for class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- LayerRenderer(Layer, Viewport) - Constructor for class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- layerStyle - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- LayerStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- LayerStyle(Style, Style) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.LayerStyle
- lblCapStyle - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- lblDistance - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- lblDistance - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- lblError - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- lblGeom - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- lblJoinStyle - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- lblMark - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- lblMitreLimit - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- lblMousePos - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- lblPrecisionModel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- lblQuadSegs - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- lblValidSimple - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- le(DD) - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is less than or equal to another DoubleDouble value.
- leaves - Variable in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- left - Variable in class org.locationtech.jts.index.kdtree.KdNode
- LEFT - Static variable in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.A value that indicates an orientation of counterclockwise, or a left turn.
- LEFT - Static variable in class org.locationtech.jts.algorithm.Orientation
-
A value that indicates an orientation of counterclockwise, or a left turn.
- LEFT - Static variable in class org.locationtech.jts.geomgraph.Position
-
An indicator that a Location is to the left of a GraphComponent
- LEFT - Static variable in class org.locationtech.jts.triangulate.quadedge.Vertex
- leftDepth - Variable in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater.DepthSegment
- leftIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- leftOf(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- leftPad(String, int, char) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Pads the String with the given character until it has the given length.
- length() - Method in class org.locationtech.jts.math.Vector2D
- length() - Method in class org.locationtech.jts.math.Vector3D
- length(Coordinate) - Static method in class org.locationtech.jts.math.Vector3D
- length(CoordinateSequence) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Computes the length of a linestring specified by a sequence of points.
- length(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- Length - Class in org.locationtech.jts.algorithm
-
Functions for computing length.
- Length() - Constructor for class org.locationtech.jts.algorithm.Length
- LENGTH - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- lengthDescription - Static variable in class org.locationtech.jtstest.function.GeometryFunctions
- lengthGreaterThan(Geometry, double) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- LengthIndexedLine - Class in org.locationtech.jts.linearref
-
Supports linear referencing along a linear
Geometry
using the length along the line as the index. - LengthIndexedLine(Geometry) - Constructor for class org.locationtech.jts.linearref.LengthIndexedLine
-
Constructs an object which allows a linear
Geometry
to be linearly referenced using length as an index. - LengthIndexOfPoint - Class in org.locationtech.jts.linearref
-
Computes the length index of the point on a linear
Geometry
nearest a givenCoordinate
. - LengthIndexOfPoint(Geometry) - Constructor for class org.locationtech.jts.linearref.LengthIndexOfPoint
- lengthLessThan(Geometry, double) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- LengthLocationMap - Class in org.locationtech.jts.linearref
-
Computes the
LinearLocation
for a given length along a linearGeometry
. - LengthLocationMap(Geometry) - Constructor for class org.locationtech.jts.linearref.LengthLocationMap
- lengthSquared() - Method in class org.locationtech.jts.math.Vector2D
- lengthZero(Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- level - Variable in class org.locationtech.jts.index.bintree.Key
- level - Variable in class org.locationtech.jts.index.bintree.Node
- level - Variable in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- level - Variable in class org.locationtech.jts.index.quadtree.Key
- level - Variable in class org.locationtech.jts.index.quadtree.Node
- level - Variable in class org.locationtech.jts.index.strtree.AbstractNode
- level - Variable in class org.locationtech.jts.io.WKTWriter
- level - Variable in class org.locationtech.jtstest.util.io.SVGWriter
- li - Variable in class org.locationtech.jts.algorithm.RectangleLineIntersector
- li - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- li - Variable in class org.locationtech.jts.noding.FastNodingValidator
- li - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinder
- li - Variable in class org.locationtech.jts.noding.InteriorIntersectionFinderAdder
- li - Variable in class org.locationtech.jts.noding.IntersectionAdder
- li - Variable in class org.locationtech.jts.noding.IntersectionFinderAdder
-
Deprecated.
- li - Variable in class org.locationtech.jts.noding.IteratedNoder
- li - Variable in class org.locationtech.jts.noding.NodingValidator
- li - Variable in class org.locationtech.jts.noding.SegmentIntersectionDetector
- li - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- li - Variable in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- li - Variable in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- li - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- li - Variable in class org.locationtech.jts.operation.GeometryGraphOperation
- li - Variable in class org.locationtech.jts.operation.overlay.EdgeSetNoder
- li - Variable in class org.locationtech.jts.operation.relate.RelateComputer
- li - Variable in class org.locationtech.jts.operation.valid.ConsistentAreaTester
- li - Variable in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- lighter(Color) - Static method in class org.locationtech.jtstest.testbuilder.ui.ColorUtil
- lighter(Color, double) - Static method in class org.locationtech.jtstest.testbuilder.ui.ColorUtil
- limit - Variable in class org.locationtech.jts.io.WKBHexFileReader
- limit - Variable in class org.locationtech.jts.io.WKTFileReader
- limitEnv - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- line - Variable in class org.locationtech.jts.linearref.ExtractLineByLocation
- line - Variable in class org.locationtech.jts.operation.linemerge.LineMergeEdge
- line - Variable in class org.locationtech.jts.operation.polygonize.PolygonizeEdge
- line - Variable in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- line - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter.DeleteVertexOperation
- line - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter.InsertVertexOperation
- line - Variable in class org.locationtech.jtstest.testbuilder.LineStringNode
- LINE - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
- LINE_OFFSET - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- Lineal - Interface in org.locationtech.jts.geom
-
Identifies
Geometry
subclasses which are 1-dimensional and have components which areLineString
s. - LinearComponentExtracter - Class in org.locationtech.jts.geom.util
-
Extracts all the 1-dimensional (
LineString
) components from aGeometry
. - LinearComponentExtracter(Collection) - Constructor for class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Constructs a LineExtracterFilter with a list in which to store LineStrings found.
- LinearComponentExtracter(Collection, boolean) - Constructor for class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Constructs a LineExtracterFilter with a list in which to store LineStrings found.
- linearGeom - Variable in class org.locationtech.jts.linearref.LengthIndexedLine
- linearGeom - Variable in class org.locationtech.jts.linearref.LengthIndexOfPoint
- linearGeom - Variable in class org.locationtech.jts.linearref.LengthLocationMap
- linearGeom - Variable in class org.locationtech.jts.linearref.LinearIterator
- linearGeom - Variable in class org.locationtech.jts.linearref.LocationIndexedLine
- linearGeom - Variable in class org.locationtech.jts.linearref.LocationIndexOfLine
- linearGeom - Variable in class org.locationtech.jts.linearref.LocationIndexOfPoint
- LinearGeometryBuilder - Class in org.locationtech.jts.linearref
-
Builds a linear geometry (
LineString
orMultiLineString
) incrementally (point-by-point). - LinearGeometryBuilder(GeometryFactory) - Constructor for class org.locationtech.jts.linearref.LinearGeometryBuilder
- LinearIterator - Class in org.locationtech.jts.linearref
-
An iterator over the components and coordinates of a linear geometry (
LineString
s andMultiLineString
s. - LinearIterator(Geometry) - Constructor for class org.locationtech.jts.linearref.LinearIterator
-
Creates an iterator initialized to the start of a linear
Geometry
- LinearIterator(Geometry, int, int) - Constructor for class org.locationtech.jts.linearref.LinearIterator
-
Creates an iterator starting at a specified component and vertex in a linear
Geometry
- LinearIterator(Geometry, LinearLocation) - Constructor for class org.locationtech.jts.linearref.LinearIterator
-
Creates an iterator starting at a
LinearLocation
on a linearGeometry
- LinearLocation - Class in org.locationtech.jts.linearref
-
Represents a location along a
LineString
orMultiLineString
. - LinearLocation() - Constructor for class org.locationtech.jts.linearref.LinearLocation
-
Creates a location referring to the start of a linear geometry
- LinearLocation(int, double) - Constructor for class org.locationtech.jts.linearref.LinearLocation
- LinearLocation(int, int, double) - Constructor for class org.locationtech.jts.linearref.LinearLocation
- LinearLocation(int, int, double, boolean) - Constructor for class org.locationtech.jts.linearref.LinearLocation
- LinearLocation(LinearLocation) - Constructor for class org.locationtech.jts.linearref.LinearLocation
-
Creates a new location equal to a given one.
- LinearReferencingFunctions - Class in org.locationtech.jtstest.function
- LinearReferencingFunctions() - Constructor for class org.locationtech.jtstest.function.LinearReferencingFunctions
- LinearRefExample - Class in org.locationtech.jtsexample.linearref
-
Examples of Linear Referencing
- LinearRefExample() - Constructor for class org.locationtech.jtsexample.linearref.LinearRefExample
- LinearRing - Class in org.locationtech.jts.geom
-
Models an OGC SFS
LinearRing
. - LinearRing(Coordinate[], GeometryFactory) - Constructor for class org.locationtech.jts.geom.LinearRing
-
This method is ONLY used to avoid deprecation warnings.
- LinearRing(Coordinate[], PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.LinearRing
-
Deprecated.Use GeometryFactory instead
- LinearRing(CoordinateSequence, GeometryFactory) - Constructor for class org.locationtech.jts.geom.LinearRing
-
Constructs a
LinearRing
with the vertices specified by the givenCoordinateSequence
. - LinearRingNode - Class in org.locationtech.jtstest.testbuilder
- LinearRingNode(LinearRing, String, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.LinearRingNode
- LinearRingNode(LinearRing, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.LinearRingNode
- LineBandTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- LineBandTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- LineBandTool(Cursor) - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- LineBuilder - Class in org.locationtech.jts.operation.overlay
-
Forms JTS LineStrings out of a the graph of
DirectedEdge
s created by anOverlayOp
. - LineBuilder(OverlayOp, GeometryFactory, PointLocator) - Constructor for class org.locationtech.jts.operation.overlay.LineBuilder
- lineCentSum - Variable in class org.locationtech.jts.algorithm.Centroid
- lineColor - Variable in class org.locationtech.jtstest.testbuilder.ui.style.BasicStyle
- lineCount - Variable in class org.locationtech.jts.operation.linemerge.LineSequencer
- LineDissolver - Class in org.locationtech.jts.dissolve
-
Dissolves the linear components from a collection of
Geometry
s into a set of maximal-lengthLinestring
s in which every unique segment appears once only. - LineDissolver() - Constructor for class org.locationtech.jts.dissolve.LineDissolver
- lineEdgeMap - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
-
The lineEdgeMap is a map of the linestring components of the parentGeometry to the edges which are derived from them.
- lineEdgesList - Variable in class org.locationtech.jts.operation.overlay.LineBuilder
- LineHandlingFunctions - Class in org.locationtech.jtstest.function
- LineHandlingFunctions() - Constructor for class org.locationtech.jtstest.function.LineHandlingFunctions
- lineIntersection(LineSegment) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the intersection point of the lines of infinite extent defined by two line segments (if there is one).
- LineIntersector - Class in org.locationtech.jts.algorithm
-
A
LineIntersector
is an algorithm that can both test whether two line segments intersect and compute the intersection point(s) if they do. - LineIntersector() - Constructor for class org.locationtech.jts.algorithm.LineIntersector
- LineMergeDirectedEdge - Class in org.locationtech.jts.operation.linemerge
-
A
DirectedEdge
of aLineMergeGraph
. - LineMergeDirectedEdge(Node, Node, Coordinate, boolean) - Constructor for class org.locationtech.jts.operation.linemerge.LineMergeDirectedEdge
-
Constructs a LineMergeDirectedEdge connecting the
from
node to theto
node. - LineMergeEdge - Class in org.locationtech.jts.operation.linemerge
-
An edge of a
LineMergeGraph
. - LineMergeEdge(LineString) - Constructor for class org.locationtech.jts.operation.linemerge.LineMergeEdge
-
Constructs a LineMergeEdge with vertices given by the specified LineString.
- LineMergeExample - Class in org.locationtech.jtsexample.operation.linemerge
-
Example of using the LineMerger class to sew together a set of fully noded linestrings.
- LineMergeExample() - Constructor for class org.locationtech.jtsexample.operation.linemerge.LineMergeExample
- LineMergeGraph - Class in org.locationtech.jts.operation.linemerge
-
A planar graph of edges that is analyzed to sew the edges together.
- LineMergeGraph() - Constructor for class org.locationtech.jts.operation.linemerge.LineMergeGraph
- LineMerger - Class in org.locationtech.jts.operation.linemerge
-
Merges a collection of linear components to form maximal-length linestrings.
- LineMerger() - Constructor for class org.locationtech.jts.operation.linemerge.LineMerger
-
Creates a new line merger.
- lineNumber - Variable in class org.locationtech.jtstest.testrunner.TestCase
- lineOrPolygon(Coordinate[]) - Method in class org.locationtech.jts.algorithm.ConvexHull
- linePrefix - Variable in class org.locationtech.jts.io.kml.KMLWriter
- linePts - Variable in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- lines - Variable in class org.locationtech.jts.dissolve.LineDissolver
- lines - Variable in class org.locationtech.jts.geom.util.LinearComponentExtracter
- lines - Variable in class org.locationtech.jts.linearref.LinearGeometryBuilder
- lines - Variable in class org.locationtech.jts.operation.union.UnaryUnionOp
- LineSegment - Class in org.locationtech.jts.geom
-
Represents a line segment defined by two
Coordinate
s. - LineSegment() - Constructor for class org.locationtech.jts.geom.LineSegment
- LineSegment(double, double, double, double) - Constructor for class org.locationtech.jts.geom.LineSegment
- LineSegment(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.geom.LineSegment
- LineSegment(LineSegment) - Constructor for class org.locationtech.jts.geom.LineSegment
- LineSegmentFunctions - Class in org.locationtech.jtstest.function
- LineSegmentFunctions() - Constructor for class org.locationtech.jtstest.function.LineSegmentFunctions
- LineSegmentIndex - Class in org.locationtech.jts.simplify
-
An spatial index on a set of
LineSegment
s. - LineSegmentIndex() - Constructor for class org.locationtech.jts.simplify.LineSegmentIndex
- LineSegmentVisitor - Class in org.locationtech.jts.simplify
-
ItemVisitor subclass to reduce volume of query results.
- LineSegmentVisitor(LineSegment) - Constructor for class org.locationtech.jts.simplify.LineSegmentVisitor
- LineSequencer - Class in org.locationtech.jts.operation.linemerge
-
Builds a sequence from a set of LineStrings so that they are ordered end to end.
- LineSequencer() - Constructor for class org.locationtech.jts.operation.linemerge.LineSequencer
- lineSimplifier - Variable in class org.locationtech.jts.simplify.TopologyPreservingSimplifier
- LineString - Class in org.locationtech.jts.geom
-
Models an OGC-style
LineString
. - LineString(Coordinate[], PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.LineString
-
Deprecated.Use GeometryFactory instead
- LineString(CoordinateSequence, GeometryFactory) - Constructor for class org.locationtech.jts.geom.LineString
-
Constructs a
LineString
with the given points. - LINESTRING - Static variable in interface org.locationtech.jtstest.testbuilder.model.GeometryType
- lineStringAdder - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- LineStringAdder(Polygonizer) - Constructor for class org.locationtech.jts.operation.polygonize.Polygonizer.LineStringAdder
- LineStringEndpointStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- LineStringEndpointStyle(boolean) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.LineStringEndpointStyle
- LineStringExtracter - Class in org.locationtech.jts.geom.util
-
Extracts all the
LineString
elements from aGeometry
. - LineStringExtracter(List) - Constructor for class org.locationtech.jts.geom.util.LineStringExtracter
-
Constructs a filter with a list in which to store the elements found.
- linestringMap - Variable in class org.locationtech.jts.simplify.TopologyPreservingSimplifier
- linestringMap - Variable in class org.locationtech.jts.simplify.TopologyPreservingSimplifier.LineStringTransformer
- LineStringMapBuilderFilter(TopologyPreservingSimplifier) - Constructor for class org.locationtech.jts.simplify.TopologyPreservingSimplifier.LineStringMapBuilderFilter
- LineStringNode - Class in org.locationtech.jtstest.testbuilder
- LineStringNode(LineString, String, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.LineStringNode
- LineStringNode(LineString, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.LineStringNode
- linestrings - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- linestrings - Variable in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- lineStringSelfIntersections(LineString) - Static method in class org.locationtech.jtsexample.technique.LineStringSelfIntersections
- LineStringSelfIntersections - Class in org.locationtech.jtsexample.technique
-
Shows a technique for identifying the location of self-intersections in a non-simple LineString.
- LineStringSelfIntersections() - Constructor for class org.locationtech.jtsexample.technique.LineStringSelfIntersections
- LineStringSnapper - Class in org.locationtech.jts.operation.overlay.snap
-
Snaps the vertices and segments of a
LineString
to a set of target snap vertices. - LineStringSnapper(Coordinate[], double) - Constructor for class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
-
Creates a new snapper using the given points as source points to be snapped.
- LineStringSnapper(LineString, double) - Constructor for class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
-
Creates a new snapper using the points in the given
LineString
as source snap points. - LineStringStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- LineStringStyle() - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
- LineStringTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- LineStringTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.LineStringTool
- LineStringTransformer(Map) - Constructor for class org.locationtech.jts.simplify.TopologyPreservingSimplifier.LineStringTransformer
- linework - Variable in class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
- linework - Variable in class org.locationtech.jts.operation.overlay.validate.PolygonalLineworkExtracter
- linkAllDirectedEdges() - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- linkAllDirectedEdges() - Method in class org.locationtech.jts.geomgraph.PlanarGraph
-
Link the DirectedEdges at the nodes of the graph.
- linkDirectedEdgesForMinimalEdgeRings() - Method in class org.locationtech.jts.operation.overlay.MaximalEdgeRing
-
For all nodes in this EdgeRing, link the DirectedEdges at the node to form minimalEdgeRings
- LINKING_TO_OUTGOING - Variable in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- LINKING_TO_OUTGOING - Variable in class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
- linkMinimalDirectedEdges(EdgeRing) - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- linkResultDirectedEdges() - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
-
Traverse the star of DirectedEdges, linking the included edges together.
- linkResultDirectedEdges() - Method in class org.locationtech.jts.geomgraph.PlanarGraph
-
Link the DirectedEdges at the nodes of the graph.
- linkResultDirectedEdges(Collection) - Static method in class org.locationtech.jts.geomgraph.PlanarGraph
-
For nodes in the Collection, link the DirectedEdges at the node that are in the result.
- list - Variable in class org.locationtech.jts.util.UniqueCoordinateArrayFilter
- list - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- list - Variable in class org.locationtech.jtstest.testbuilder.LayerListPanel
- list - Variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter.MapAndList
- list - Variable in class org.locationtech.jtstest.testbuilder.TestListPanel
- listModel - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- listModel - Variable in class org.locationtech.jtstest.testbuilder.LayerListPanel
- listModel - Variable in class org.locationtech.jtstest.testbuilder.TestListPanel
- LITTLE_ENDIAN - Static variable in class org.locationtech.jts.io.ByteOrderValues
- lNext() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the CCW edge around the left face following this edge.
- lo - Variable in class org.locationtech.jts.math.DD
-
The low-order component of the double-double precision value.
- loadButton - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- loadButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- loadCurrentLine() - Method in class org.locationtech.jts.linearref.LinearIterator
- loadEditList(TestCaseList) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- loadGeometryText(String, String) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- loadIcon - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- loadMultipleGeometriesFromFile(int, String) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- loadSourceGeometries(Collection) - Method in class org.locationtech.jts.triangulate.VertexTaggedGeometryDataMapper
- loadSourceGeometries(Geometry) - Method in class org.locationtech.jts.triangulate.VertexTaggedGeometryDataMapper
- loadStrategies() - Static method in class org.locationtech.jts.io.gml2.GeometryStrategies
- loadTestCaseList(TestCaseList, PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- LoadTestCasesDialog - Class in org.locationtech.jtstest.testbuilder
-
MD - Probably obsolete
- LoadTestCasesDialog() - Constructor for class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- LoadTestCasesDialog(Frame, String, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- loadVertices(Coordinate[], Object) - Method in class org.locationtech.jts.triangulate.VertexTaggedGeometryDataMapper
- loadWKTAfterPMChange() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- locate(Coordinate) - Method in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator
- locate(Coordinate) - Method in interface org.locationtech.jts.algorithm.locate.PointOnGeometryLocator
- locate(Coordinate) - Method in class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
- locate(Coordinate) - Method in class org.locationtech.jts.geomgraph.GeometryGraph
-
Determines the
Location
of the givenCoordinate
in this geometry. - locate(Coordinate) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Finds a quadedge of a triangle containing a location specified by a
Coordinate
, if one exists. - locate(Coordinate, Coordinate) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Locates the edge between the given vertices, if it exists in the subdivision.
- locate(Coordinate, Geometry) - Static method in class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
- locate(Coordinate, Geometry) - Method in class org.locationtech.jts.algorithm.PointLocator
-
Computes the topological relationship (
Location
) of a single point to a Geometry. - locate(Coordinate, LineString) - Method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- locate(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.LastFoundQuadEdgeLocator
-
Locates an edge e, such that either v is on e, or e is an edge of a triangle containing v.
- locate(Vertex) - Method in interface org.locationtech.jts.triangulate.quadedge.QuadEdgeLocator
- locate(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Finds a quadedge of a triangle containing a location specified by a
Vertex
, if one exists. - LocateFailureException - Exception in org.locationtech.jts.triangulate.quadedge
- LocateFailureException(String) - Constructor for exception org.locationtech.jts.triangulate.quadedge.LocateFailureException
- LocateFailureException(String, LineSegment) - Constructor for exception org.locationtech.jts.triangulate.quadedge.LocateFailureException
- LocateFailureException(LineSegment) - Constructor for exception org.locationtech.jts.triangulate.quadedge.LocateFailureException
- locateFromEdge(Vertex, QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Locates an edge of a triangle which contains a location specified by a Vertex v.
- locateInGeometry(Coordinate, Geometry) - Static method in class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
- locateInPolygon(Coordinate, Polygon) - Method in class org.locationtech.jts.algorithm.PointLocator
- locateInPolygonRing(Coordinate, LinearRing) - Method in class org.locationtech.jts.algorithm.PointLocator
- locateInRing(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.PointLocation
-
Determines whether a point lies in the interior, on the boundary, or in the exterior of a ring.
- locateNonVertexPoint(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
-
Locates a non-vertex point on a line segment of the current geometry within the given tolerance, if any.
- locateNonVertexPoint(Geometry, Coordinate, double) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- locateOnLineString(Coordinate, LineString) - Method in class org.locationtech.jts.algorithm.PointLocator
- locateOnPoint(Coordinate, Point) - Method in class org.locationtech.jts.algorithm.PointLocator
- locatePointInPolygon(Coordinate, Polygon) - Static method in class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
- locatePointInRing(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Determines whether a point lies in the interior, on the boundary, or in the exterior of a ring.
- locatePointInRing(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.RayCrossingCounter
-
Determines the
Location
of a point in a ring. - locatePointInRing(Coordinate, CoordinateSequence) - Static method in class org.locationtech.jts.algorithm.RayCrossingCounter
-
Determines the
Location
of a point in a ring. - locatePointInRing(Coordinate, LinearRing) - Static method in class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
-
Determines whether a point lies in a LinearRing, using the ring envelope to short-circuit if possible.
- locateVertex(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
-
Locates a vertex of the current geometry within the given tolerance, if any.
- locateVertex(Geometry, Coordinate, double) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- locateVertex(Geometry, Coordinate, double) - Static method in class org.locationtech.jtstest.testbuilder.geom.VertexLocater
- locateVertexPt(Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- location - Variable in class org.locationtech.jts.geomgraph.TopologyLocation
- location - Variable in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- Location - Class in org.locationtech.jts.geom
-
Constants representing the different topological locations which can occur in a
Geometry
. - Location() - Constructor for class org.locationtech.jts.geom.Location
- Location(Coordinate, int) - Constructor for class org.locationtech.jtstest.testbuilder.geom.VertexLocater.Location
- LocationIndexedLine - Class in org.locationtech.jts.linearref
-
Supports linear referencing along a linear
Geometry
usingLinearLocation
s as the index. - LocationIndexedLine(Geometry) - Constructor for class org.locationtech.jts.linearref.LocationIndexedLine
-
Constructs an object which allows linear referencing along a given linear
Geometry
. - LocationIndexOfLine - Class in org.locationtech.jts.linearref
-
Determines the location of a subline along a linear
Geometry
. - LocationIndexOfLine(Geometry) - Constructor for class org.locationtech.jts.linearref.LocationIndexOfLine
- LocationIndexOfPoint - Class in org.locationtech.jts.linearref
- LocationIndexOfPoint(Geometry) - Constructor for class org.locationtech.jts.linearref.LocationIndexOfPoint
- locationOf(double) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
- locationOf(double, boolean) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
- locationPt - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- locations - Variable in class org.locationtech.jts.operation.distance.ConnectedElementLocationFilter
- locations - Variable in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- locations - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearVerticesFilter
- locator - Variable in class org.locationtech.jts.io.gml2.GMLHandler
- locator - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- locFinder - Variable in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- log(PrintStream, String) - Static method in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Outputs message to out if it's not null.
- LOG_10 - Static variable in class org.locationtech.jts.math.MathUtil
- LOG_SEP - Static variable in class org.locationtech.jtstest.testbuilder.InfoPanel
- log10(double) - Static method in class org.locationtech.jts.math.MathUtil
-
Computes the base-10 logarithm of a double value.
- Logger - Interface in org.locationtech.jtstest.testrunner
- LoggingGeometryOperation - Class in org.locationtech.jtstest.geomop
-
A
GeometryOperation
which logs the input and output from anotherGeometryOperation
. - LoggingGeometryOperation() - Constructor for class org.locationtech.jtstest.geomop.LoggingGeometryOperation
- LoggingGeometryOperation(GeometryOperation) - Constructor for class org.locationtech.jtstest.geomop.LoggingGeometryOperation
- logoBuffer(Geometry, double) - Static method in class org.locationtech.jtstest.function.JTSFunctions
- logoLines(Geometry) - Static method in class org.locationtech.jtstest.function.JTSFunctions
- logPanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- logTextArea - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- longestSideLength() - Method in class org.locationtech.jts.geom.Triangle
-
Computes the length of the longest side of this triangle
- longestSideLength(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the length of the longest side of a triangle
- lookaheadWord() - Method in class org.locationtech.jts.io.WKTReader
-
Returns the next word in the stream.
- lostOwnership(Clipboard, Transferable) - Method in class org.locationtech.jtstest.testbuilder.ui.ClipImage
- lowestEdge - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- lowestPoint(Coordinate[]) - Static method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- loY - Variable in class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- lPrev() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the CCW edge around the left face before this edge.
- ls - Variable in class org.locationtech.jts.triangulate.Segment
- lt(DD) - Method in class org.locationtech.jts.math.DD
-
Tests whether this value is less than another DoubleDouble value.
- LYR_A - Static variable in class org.locationtech.jtstest.testbuilder.model.LayerList
- LYR_B - Static variable in class org.locationtech.jtstest.testbuilder.model.LayerList
- LYR_RESULT - Static variable in class org.locationtech.jtstest.testbuilder.model.LayerList
M
- m - Variable in class org.locationtech.jts.io.WKTReader
- m - Variable in class org.locationtech.jtsexample.geom.ExtendedCoordinate
-
An example of extended data.
- M - Static variable in interface org.locationtech.jts.geom.CoordinateSequence
- m00 - Variable in class org.locationtech.jts.geom.util.AffineTransformation
- m00 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- m01 - Variable in class org.locationtech.jts.geom.util.AffineTransformation
- m01 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- m02 - Variable in class org.locationtech.jts.geom.util.AffineTransformation
- m02 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- m10 - Variable in class org.locationtech.jts.geom.util.AffineTransformation
- m10 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- m11 - Variable in class org.locationtech.jts.geom.util.AffineTransformation
- m11 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- m12 - Variable in class org.locationtech.jts.geom.util.AffineTransformation
- m12 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- magn() - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- magnitude(double) - Static method in class org.locationtech.jts.math.DD
-
Determines the decimal magnitude of a number.
- main(String[]) - Static method in class org.locationtech.jts.JTSVersion
-
Prints the current JTS version to stdout.
- main(String[]) - Static method in class org.locationtech.jts.util.Debug
-
Prints the status of debugging to System.out
- main(String[]) - Static method in class org.locationtech.jtsexample.geom.BasicExample
- main(String[]) - Static method in class org.locationtech.jtsexample.geom.ConstructionExample
- main(String[]) - Static method in class org.locationtech.jtsexample.geom.ExtendedCoordinateExample
- main(String[]) - Static method in class org.locationtech.jtsexample.geom.PrecisionModelExample
- main(String[]) - Static method in class org.locationtech.jtsexample.geom.prep.PreparedGeometryExample
- main(String[]) - Static method in class org.locationtech.jtsexample.geom.SimpleMethodsExample
- main(String[]) - Static method in class org.locationtech.jtsexample.io.gml2.KMLReaderExample
- main(String[]) - Static method in class org.locationtech.jtsexample.linearref.LinearRefExample
- main(String[]) - Static method in class org.locationtech.jtsexample.operation.distance.ClosestPointExample
- main(String[]) - Static method in class org.locationtech.jtsexample.operation.linemerge.LineMergeExample
- main(String[]) - Static method in class org.locationtech.jtsexample.operation.polygonize.PolygonizeExample
- main(String[]) - Static method in class org.locationtech.jtsexample.precision.EnhancedPrecisionOpExample
- main(String[]) - Static method in class org.locationtech.jtsexample.technique.LineStringSelfIntersections
- main(String[]) - Static method in class org.locationtech.jtsexample.technique.PolygonUnionUsingBuffer
-
Deprecated.
- main(String[]) - Static method in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- main(String[]) - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
-
Main method
- main(String[]) - Static method in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Runs a sample program that shows dropped files
- main(String[]) - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- main(String[]) - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Opens a TopologyTestApp.
- mainHeader - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- MAJOR - Static variable in class org.locationtech.jts.JTSVersion
-
The major version number.
- makeDropTarget(PrintStream, Component, boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
- makeEdge(Vertex, Vertex) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
- makeEdge(Vertex, Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Creates a new quadedge, recording it in the edges list.
- makeJsonAware(GeometryCollection) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
- makeJsonAware(Polygon) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
- makePrecise(double) - Method in class org.locationtech.jts.geom.PrecisionModel
-
Rounds a numeric value to the PrecisionModel grid.
- makePrecise(Coordinate) - Method in class org.locationtech.jts.geom.PrecisionModel
-
Rounds a Coordinate to the PrecisionModel grid.
- map - Variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter.MapAndList
- map(Collection, GeometryMapper.MapOp) - Static method in class org.locationtech.jts.geom.util.GeometryMapper
- map(Geometry) - Method in interface org.locationtech.jts.geom.util.GeometryMapper.MapOp
-
Computes a new geometry value.
- map(GeometryCollection) - Method in class org.locationtech.jts.geom.util.GeometryCollectionMapper
- map(GeometryCollection, GeometryMapper.MapOp) - Static method in class org.locationtech.jts.geom.util.GeometryCollectionMapper
- map(Geometry, GeometryMapper.MapOp) - Static method in class org.locationtech.jts.geom.util.GeometryMapper
-
Maps the members of a
Geometry
(which may be atomic or composite) into another Geometry of most specific type. - MapAndList() - Constructor for class org.locationtech.jtstest.testbuilder.model.HtmlWriter.MapAndList
- mapOp - Variable in class org.locationtech.jts.geom.util.GeometryCollectionMapper
- mark() - Method in class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Marks this edge.
- mark(HalfEdge) - Static method in class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Marks the given edge.
- markBoth(HalfEdge) - Static method in class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Marks the edges in a pair.
- markBtnPanel - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- MarkHalfEdge - Class in org.locationtech.jts.edgegraph
-
A
HalfEdge
which supports marking edges with a boolean flag. - MarkHalfEdge(Coordinate) - Constructor for class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Creates a new marked edge.
- markPanel - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- markPoint - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- markPoint - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- markSquishPanel - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- mask - Variable in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher.VertexInMaskCountCoordinateFilter
- MASK_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- MASK_WIDTH_FRAC - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- maskEnv - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- maskPoly - Variable in class org.locationtech.jts.shape.random.RandomPointsBuilder
- match(Geometry, Geometry) - Method in interface org.locationtech.jtstest.geomop.GeometryMatcher
- match(Geometry, Geometry) - Method in class org.locationtech.jtstest.geomop.NormalizedGeometryMatcher
- matchDist - Variable in class org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- matches(int, char) - Static method in class org.locationtech.jts.geom.IntersectionMatrix
-
Tests if the dimension value satisfies the dimension symbol.
- matches(String) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Returns whether the elements of this
IntersectionMatrix
satisfies the required dimension symbols. - matches(String, String) - Static method in class org.locationtech.jts.geom.IntersectionMatrix
-
Tests if each of the actual dimension symbols in a matrix string satisfies the corresponding required dimension symbol in a pattern string.
- matchInSameDirection(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
-
The coordinate pairs match if they define line segments lying in the same direction.
- matchNode - Variable in class org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- MathUtil - Class in org.locationtech.jts.math
-
Various utility functions for mathematical and numerical operations.
- MathUtil() - Constructor for class org.locationtech.jts.math.MathUtil
- matrix - Variable in class org.locationtech.jts.geom.IntersectionMatrix
-
Internal representation of this
IntersectionMatrix
. - Matrix - Class in org.locationtech.jts.math
-
Implements some 2D matrix operations (in particular, solving systems of linear equations).
- Matrix() - Constructor for class org.locationtech.jts.math.Matrix
- matrixPanel - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- max - Variable in class org.locationtech.jts.geom.GeometryCollectionIterator
-
The number of
Geometry
s in the theGeometryCollection
. - max - Variable in class org.locationtech.jts.index.bintree.Interval
- max - Variable in class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
- max - Variable in class org.locationtech.jts.index.strtree.Interval
- max - Variable in class org.locationtech.jts.index.sweepline.SweepLineInterval
- max(double, double, double) - Static method in class org.locationtech.jts.math.MathUtil
- max(double, double, double, double) - Static method in class org.locationtech.jts.math.MathUtil
- max(DD) - Method in class org.locationtech.jts.math.DD
-
Computes the maximum of this and another DD number.
- MAX_AREA - Static variable in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- MAX_ARM_NEARNESS_ANG - Static variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- MAX_CHARS_TO_CHECK - Static variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- MAX_CHARS_TO_CHECK - Static variable in class org.locationtech.jtstest.util.io.WKTOrWKBReader
- MAX_CLOSING_SEG_LEN_FACTOR - Static variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Factor which determines how short closing segs can be for round buffers
- MAX_DISPLAY_POINTS - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- MAX_DISTANCE_DIFF_FRAC - Static variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
-
Maximum allowable fraction of buffer distance the actual distance can differ by.
- MAX_ENV_DIFF_FRAC - Static variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
-
Maximum allowable fraction of buffer distance the actual distance can differ by.
- MAX_HAUSDORFF_DISTANCE_FACTOR - Static variable in class org.locationtech.jtstest.testrunner.BufferResultMatcher
- MAX_ITEMS_TO_DISPLAY - Static variable in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- MAX_ITER - Static variable in class org.locationtech.jts.noding.IteratedNoder
- MAX_ITER - Static variable in class org.locationtech.jtsexample.geom.prep.PreparedGeometryExample
- MAX_ITER - Static variable in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- MAX_LOOKAHEAD - Static variable in class org.locationtech.jts.io.WKBHexFileReader
- MAX_LOOKAHEAD - Static variable in class org.locationtech.jts.io.WKTFileReader
- MAX_PRECISION_DIGITS - Static variable in class org.locationtech.jts.operation.buffer.BufferOp
-
A number of digits of precision which leaves some computational "headroom" for floating point operations.
- MAX_PRINT_DIGITS - Static variable in class org.locationtech.jts.math.DD
- MAX_RELATIVE_AREA_DIFFERENCE - Static variable in class org.locationtech.jtstest.testrunner.BufferResultMatcher
- MAX_SPLIT_ITER - Static variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- MAX_VERTICES_IN_MASK - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
-
The maximum number of vertices which can be shown.
- maxA - Variable in class org.locationtech.jts.geom.OctagonalEnvelope
- maxAngleToBisector(double) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- maxB - Variable in class org.locationtech.jts.geom.OctagonalEnvelope
- maxCoordinatesPerLine - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- maxCoordinatesPerLine - Variable in class org.locationtech.jts.io.kml.KMLWriter
- maxCurveSegmentError - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
the max error of approximation (distance) between a quad segment and the true fillet curve
- MaxDensifiedByFractionDistanceFilter(Geometry, double) - Constructor for class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- maxDistanceFound - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- maxExtent() - Method in class org.locationtech.jts.geom.Envelope
-
Gets the maximum extent of this envelope across both dimensions.
- maxExtent(Envelope) - Static method in class org.locationtech.jtstest.testbuilder.geom.EnvelopeUtil
- MaximalEdgeRing - Class in org.locationtech.jts.operation.overlay
-
A ring of
DirectedEdge
s which may contain nodes of degree > 2. - MaximalEdgeRing(DirectedEdge, GeometryFactory) - Constructor for class org.locationtech.jts.operation.overlay.MaximalEdgeRing
- maximumCommonMantissa(double, double) - Static method in class org.locationtech.jts.index.quadtree.DoubleBits
- maximumDiameter(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- maximumDiameterLength(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- maximumPreciseValue - Static variable in class org.locationtech.jts.geom.PrecisionModel
-
The maximum precise value representable in a double.
- maxIter - Variable in class org.locationtech.jts.noding.IteratedNoder
- MaxMidpointDistanceFilter(Geometry) - Constructor for class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- maxNodeDegree - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- MaxPointDistanceFilter(Geometry) - Constructor for class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- MaxPointDistanceFilter(Geometry) - Constructor for class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- maxPtDist - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- maxPtDist - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- maxPtDist - Variable in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- maxPtDist - Variable in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- maxPtDist - Variable in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- maxTestCaseIndex - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- maxTestIndex(TestCase) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- maxValidDistance - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- maxVisibleMagnitude() - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- maxWidth - Variable in class org.locationtech.jts.algorithm.InteriorPointArea
- maxx - Variable in class org.locationtech.jts.geom.Envelope
-
the maximum x-coordinate
- maxx - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- maxX - Variable in class org.locationtech.jts.geom.OctagonalEnvelope
- maxX() - Method in class org.locationtech.jts.geom.LineSegment
-
Gets the maximum X ordinate.
- maxy - Variable in class org.locationtech.jts.geom.Envelope
-
the maximum y-coordinate
- maxy - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- maxY - Variable in class org.locationtech.jts.geom.OctagonalEnvelope
- maxY() - Method in class org.locationtech.jts.geom.LineSegment
-
Gets the maximum Y ordinate.
- MB - Static variable in class org.locationtech.jts.util.Memory
- mce - Variable in class org.locationtech.jts.geomgraph.Edge
- mce - Variable in class org.locationtech.jts.geomgraph.index.MonotoneChain
- MCIndexNoder - Class in org.locationtech.jts.noding
- MCIndexNoder() - Constructor for class org.locationtech.jts.noding.MCIndexNoder
- MCIndexNoder(SegmentIntersector) - Constructor for class org.locationtech.jts.noding.MCIndexNoder
- MCIndexNoder.SegmentOverlapAction - Class in org.locationtech.jts.noding
- MCIndexNoding(Geometry) - Static method in class org.locationtech.jtstest.function.NodingFunctions
- MCIndexNodingWithPrecision(Geometry, double) - Static method in class org.locationtech.jtstest.function.NodingFunctions
- MCIndexPointSnapper - Class in org.locationtech.jts.noding.snapround
- MCIndexPointSnapper(SpatialIndex) - Constructor for class org.locationtech.jts.noding.snapround.MCIndexPointSnapper
- MCIndexPointSnapper.HotPixelSnapAction - Class in org.locationtech.jts.noding.snapround
- MCIndexSegmentSetMutualIntersector - Class in org.locationtech.jts.noding
- MCIndexSegmentSetMutualIntersector(Collection) - Constructor for class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector
-
Constructs a new intersector for a given set of
SegmentString
s. - MCIndexSegmentSetMutualIntersector.SegmentOverlapAction - Class in org.locationtech.jts.noding
- MCIndexSnapRounder - Class in org.locationtech.jts.noding.snapround
-
Uses Snap Rounding to compute a rounded, fully noded arrangement from a set of
SegmentString
s. - MCIndexSnapRounder(PrecisionModel) - Constructor for class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- measure(Geometry, Geometry) - Method in class org.locationtech.jts.algorithm.match.AreaSimilarityMeasure
- measure(Geometry, Geometry) - Method in class org.locationtech.jts.algorithm.match.HausdorffSimilarityMeasure
- measure(Geometry, Geometry) - Method in interface org.locationtech.jts.algorithm.match.SimilarityMeasure
- Memory - Class in org.locationtech.jts.util
-
Utility functions to report JVM memory usage.
- Memory() - Constructor for class org.locationtech.jts.util.Memory
- memoryLabel - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- menu - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- menuChangeToLines_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuExchangeGeom - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuExchangeGeom_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuItemCheck(String, boolean) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuItemCheck(String, boolean, ActionListener) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuItemRadio(String, boolean) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuItemRadio(String, boolean, ActionListener) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuLoadXmlTestFile - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuLoadXmlTestFile_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuLoadXmlTestFolder - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuLoadXmlTestFolder_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuRemoveDuplicatePoints_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuSaveAsHtml_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuSaveAsJava_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuSaveAsPNG_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuSaveAsXml_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuSaveScreenToClipboard_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- menuViewGeometry - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuViewText - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- menuViewText_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- merge() - Method in class org.locationtech.jts.operation.linemerge.LineMerger
- merge(Label) - Method in class org.locationtech.jts.geomgraph.Label
-
Merge this label with another one.
- merge(TopologyLocation) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
-
merge updates only the NULL attributes of this object with the attributes of another.
- merge(SegmentString, SegmentString, boolean) - Method in interface org.locationtech.jts.noding.SegmentStringDissolver.SegmentStringMerger
-
Updates the context data of a SegmentString when an identical (up to orientation) one is found during dissolving.
- merge(ConstraintVertex) - Method in class org.locationtech.jts.triangulate.ConstraintVertex
-
Merges the constraint data in the vertex other into this vertex.
- mergedLineStrings - Variable in class org.locationtech.jts.operation.linemerge.LineMerger
- mergeLabel(Label) - Method in class org.locationtech.jts.geomgraph.EdgeRing
- mergeLabel(Label) - Method in class org.locationtech.jts.geomgraph.Node
-
To merge labels for two nodes, the merged location for each LabelElement is computed.
- mergeLabel(Label, int) - Method in class org.locationtech.jts.geomgraph.EdgeRing
-
Merge the RHS label from a DirectedEdge into the label for this EdgeRing.
- mergeLabel(Node) - Method in class org.locationtech.jts.geomgraph.Node
- mergeLines(Geometry) - Static method in class org.locationtech.jtstest.function.LineHandlingFunctions
- merger - Variable in class org.locationtech.jts.noding.SegmentStringDissolver
- mergeSymLabels() - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
-
For each dirEdge in the star, merge the label from the sym dirEdge into the label
- mergeSymLabels() - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
For nodes which have edges from only one Geometry incident on them, the previous step will have left their dirEdges with no labelling for the other Geometry.
- Metadata - Annotation Type in org.locationtech.jtstest.geomfunction
- MetadataUtil - Class in org.locationtech.jtstest.geomfunction
- MetadataUtil() - Constructor for class org.locationtech.jtstest.geomfunction.MetadataUtil
- method - Variable in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- method - Variable in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- metricsSummary(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryUtil
- MID_ARROW_STROKE - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- MidArrowLineStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- MidArrowLineStyle(Color) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.MidArrowLineStyle
- midPoint() - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the midpoint of the segment
- midPoint(Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.LineSegment
-
Computes the midpoint of a segment
- midPoint(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
returns a new vertex that is mid-way between this vertex and another end point.
- MidpointSplitPointFinder - Class in org.locationtech.jts.triangulate
-
A simple split point finder which returns the midpoint of the split segment.
- MidpointSplitPointFinder() - Constructor for class org.locationtech.jts.triangulate.MidpointSplitPointFinder
- min - Variable in class org.locationtech.jts.index.bintree.Interval
- min - Variable in class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
- min - Variable in class org.locationtech.jts.index.strtree.Interval
- min - Variable in class org.locationtech.jts.index.sweepline.SweepLineInterval
- min(double, double, double, double) - Static method in class org.locationtech.jts.math.MathUtil
- min(DD) - Method in class org.locationtech.jts.math.DD
-
Computes the minimum of this and another DD number.
- MIN_BINARY_EXPONENT - Static variable in class org.locationtech.jts.index.quadtree.IntervalSize
-
This value is chosen to be a few powers of 2 less than the number of bits available in the double representation (i.e.
- MIN_DISTANCE_TOLERANCE - Static variable in class org.locationtech.jtstest.testrunner.BufferResultMatcher
-
The minimum distance tolerance which will be used.
- MIN_GRID_RESOLUTION_PIXELS - Static variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- MIN_LEN - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- MIN_MOVEMENT - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- MIN_MOVEMENT - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- MIN_VIEW_GRID_SIZE - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- MIN_VISIBLE_LEN - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- minA - Variable in class org.locationtech.jts.geom.OctagonalEnvelope
- minB - Variable in class org.locationtech.jts.geom.OctagonalEnvelope
- minBaseSeg - Variable in class org.locationtech.jts.algorithm.MinimumDiameter
- minClearance - Variable in class org.locationtech.jts.precision.MinimumClearance
- minClearance - Variable in class org.locationtech.jts.precision.SimpleMinimumClearance
- minClearance(Geometry) - Static method in class org.locationtech.jtstest.function.PrecisionFunctions
- minClearance(Geometry) - Static method in class org.locationtech.jtstest.function.TestCaseGeometryFunctions
- minClearance(Geometry) - Static method in class org.locationtech.jtstest.geomop.TestCaseGeometryFunctions
- MinClearanceDistance() - Constructor for class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- minClearanceLine(Geometry) - Static method in class org.locationtech.jtstest.function.PrecisionFunctions
- minClearanceLine(Geometry) - Static method in class org.locationtech.jtstest.function.TestCaseGeometryFunctions
- minClearanceLine(Geometry) - Static method in class org.locationtech.jtstest.geomop.TestCaseGeometryFunctions
- minClearancePts - Variable in class org.locationtech.jts.precision.MinimumClearance
- minClearancePts - Variable in class org.locationtech.jts.precision.SimpleMinimumClearance
- minClearanceSimple(Geometry) - Static method in class org.locationtech.jtstest.function.PrecisionFunctions
- minClearanceSimpleLine(Geometry) - Static method in class org.locationtech.jtstest.function.PrecisionFunctions
- minCoord - Variable in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- minCoordinate(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Returns the minimum coordinate, using the usual lexicographic comparison.
- minDe - Variable in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- minDist - Variable in class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- minDistance - Variable in class org.locationtech.jts.algorithm.InteriorPointLine
- minDistance - Variable in class org.locationtech.jts.algorithm.InteriorPointPoint
- minDistance - Variable in class org.locationtech.jts.operation.distance.DistanceOp
- minDistance - Variable in class org.locationtech.jts.operation.distance3d.Distance3DOp
- minDistanceFound - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- minDistanceLocation - Variable in class org.locationtech.jts.operation.distance.DistanceOp
- minDistanceLocation - Variable in class org.locationtech.jts.operation.distance3d.Distance3DOp
- minEdgeRing - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
- minExtent - Variable in class org.locationtech.jts.index.bintree.Bintree
-
Statistics minExtent is the minimum extent of all items inserted into the tree so far.
- minExtent - Variable in class org.locationtech.jts.index.quadtree.Quadtree
-
minExtent is the minimum envelope extent of all items inserted into the tree so far.
- minExtent() - Method in class org.locationtech.jts.geom.Envelope
-
Gets the minimum extent of this envelope across both dimensions.
- minExtent(Envelope) - Static method in class org.locationtech.jtstest.testbuilder.geom.EnvelopeUtil
- MinimalEdgeRing - Class in org.locationtech.jts.operation.overlay
-
A ring of
Edge
s with the property that no node has degree greater than 2. - MinimalEdgeRing(DirectedEdge, GeometryFactory) - Constructor for class org.locationtech.jts.operation.overlay.MinimalEdgeRing
- minimimVertexDistance - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentString
-
The distance below which two adjacent points on the curve are considered to be coincident.
- MINIMUM_VALID_SIZE - Static variable in class org.locationtech.jts.geom.LinearRing
-
The minimum number of vertices allowed in a valid non-empty ring (= 4).
- minimumBoundingCircle(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- MinimumBoundingCircle - Class in org.locationtech.jts.algorithm
-
Computes the Minimum Bounding Circle (MBC) for the points in a
Geometry
. - MinimumBoundingCircle(Geometry) - Constructor for class org.locationtech.jts.algorithm.MinimumBoundingCircle
-
Creates a new object for computing the minimum bounding circle for the point set defined by the vertices of the given geometry.
- MinimumClearance - Class in org.locationtech.jts.precision
-
Computes the Minimum Clearance of a
Geometry
. - MinimumClearance(Geometry) - Constructor for class org.locationtech.jts.precision.MinimumClearance
-
Creates an object to compute the Minimum Clearance for the given Geometry
- MinimumClearance.MinClearanceDistance - Class in org.locationtech.jts.precision
-
Implements the MinimumClearance distance function: dist(p1, p2) = p1 != p2 : p1.distance(p2) p1 == p2 : Double.MAX dist(p, seg) = p != seq.p1 && p != seg.p2 : seg.distance(p) ELSE : Double.MAX Also computes the values of the nearest points, if any.
- minimumDiameter(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- MinimumDiameter - Class in org.locationtech.jts.algorithm
-
Computes the minimum diameter of a
Geometry
. - MinimumDiameter(Geometry) - Constructor for class org.locationtech.jts.algorithm.MinimumDiameter
-
Compute a minimum diameter for a given
Geometry
. - MinimumDiameter(Geometry, boolean) - Constructor for class org.locationtech.jts.algorithm.MinimumDiameter
-
Compute a minimum diameter for a giver
Geometry
, with a hint if the Geometry is convex (e.g. - minimumDiameterLength(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- minimumLen - Variable in class org.locationtech.jts.triangulate.SplitSegment
- minimumRectangle(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- minimumSize - Variable in class org.locationtech.jts.simplify.TaggedLineString
- minIndex - Variable in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- MINOR - Static variable in class org.locationtech.jts.JTSVersion
-
The minor version number.
- minPtDist - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- minPtDist - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- minPtDist - Variable in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- minPtDist - Variable in class org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- minPtIndex - Variable in class org.locationtech.jts.algorithm.MinimumDiameter
- minPts - Variable in class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- minValidDistance - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- minWidth - Variable in class org.locationtech.jts.algorithm.MinimumDiameter
- minWidthPt - Variable in class org.locationtech.jts.algorithm.MinimumDiameter
- minx - Variable in class org.locationtech.jts.geom.Envelope
-
the minimum x-coordinate
- minx - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- minX - Variable in class org.locationtech.jts.geom.OctagonalEnvelope
- minX() - Method in class org.locationtech.jts.geom.LineSegment
-
Gets the minimum X ordinate.
- miny - Variable in class org.locationtech.jts.geom.Envelope
-
the minimum y-coordinate
- miny - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- minY - Variable in class org.locationtech.jts.geom.OctagonalEnvelope
- minY() - Method in class org.locationtech.jts.geom.LineSegment
-
Gets the minimum Y ordinate.
- mitreLimit - Variable in class org.locationtech.jts.operation.buffer.BufferParameters
- MOD2_BOUNDARY_RULE - Static variable in interface org.locationtech.jts.algorithm.BoundaryNodeRule
-
The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).
- Mod2BoundaryNodeRule() - Constructor for class org.locationtech.jts.algorithm.BoundaryNodeRule.Mod2BoundaryNodeRule
- model - Variable in class org.locationtech.jtstest.testbuilder.controller.ResultController
- model - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- model() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- model() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- model_geometryChanged(GeometryEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- MODEL_ORIGIN - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- modelToViewTransform - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- modelType - Variable in class org.locationtech.jts.geom.PrecisionModel
-
The type of PrecisionModel this represents.
- modifiedCoords - Variable in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover
- modifiedCoords - Variable in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- monoChains - Variable in class org.locationtech.jts.noding.MCIndexNoder
- MonotoneChain - Class in org.locationtech.jts.geomgraph.index
- MonotoneChain - Class in org.locationtech.jts.index.chain
-
Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of intersections.
- MonotoneChain(Coordinate[], int, int, Object) - Constructor for class org.locationtech.jts.index.chain.MonotoneChain
- MonotoneChain(MonotoneChainEdge, int) - Constructor for class org.locationtech.jts.geomgraph.index.MonotoneChain
- MonotoneChainBuilder - Class in org.locationtech.jts.index.chain
-
Constructs
MonotoneChain
s for sequences ofCoordinate
s. - MonotoneChainBuilder() - Constructor for class org.locationtech.jts.index.chain.MonotoneChainBuilder
- MonotoneChainEdge - Class in org.locationtech.jts.geomgraph.index
-
MonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of intersections.
- MonotoneChainEdge(Edge) - Constructor for class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- MonotoneChainIndexer - Class in org.locationtech.jts.geomgraph.index
-
MonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of intersections.
- MonotoneChainIndexer() - Constructor for class org.locationtech.jts.geomgraph.index.MonotoneChainIndexer
- MonotoneChainOverlapAction - Class in org.locationtech.jts.index.chain
-
The action for the internal iterator for performing overlap queries on a MonotoneChain
- MonotoneChainOverlapAction() - Constructor for class org.locationtech.jts.index.chain.MonotoneChainOverlapAction
- MonotoneChainSelectAction - Class in org.locationtech.jts.index.chain
-
The action for the internal iterator for performing envelope select queries on a MonotoneChain
- MonotoneChainSelectAction() - Constructor for class org.locationtech.jts.index.chain.MonotoneChainSelectAction
- MONOVALENT_ENDPOINT_BOUNDARY_RULE - Static variable in interface org.locationtech.jts.algorithm.BoundaryNodeRule
-
The Monovalent Endpoint Boundary Node Rule.
- MonoValentEndPointBoundaryNodeRule() - Constructor for class org.locationtech.jts.algorithm.BoundaryNodeRule.MonoValentEndPointBoundaryNodeRule
- mostPolygonalIndex() - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Finds the index of the "most polygonal" input geometry.
- mostPrecise(PrecisionModel, PrecisionModel) - Static method in class org.locationtech.jts.geom.PrecisionModel
-
Determines which of two
PrecisionModel
s is the most precise (allows the greatest number of significant digits). - mouseClicked(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractDrawTool
- mouseClicked(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- mouseClicked(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- mouseClicked(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- mouseClicked(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- mouseDragged(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- mouseDragged(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- mouseDragged(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- mouseDragged(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- mouseDragged(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- mouseDragged(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- mouseEntered(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- mouseExited(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- mouseLocationChanged(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- mouseLocationChanged(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- mouseMoved(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- mouseMoved(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- mouseMoved(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- mousePoint - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.PopupClickListener
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.InfoTool
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- mousePressed(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- mouseReleased(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.PopupClickListener
- mouseReleased(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- mouseReleased(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- mouseReleased(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- mouseReleased(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- mouseReleased(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- mouseReleased(MouseEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- mouseWheelMoved(MouseWheelEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- mouseWheelMoved(MouseWheelEvent) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- move() - Method in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover
- move(Geometry, Map) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover
- move(Geometry, Coordinate, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexMover
- movedPt(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover.MoveVerticesOperation
- moves - Variable in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover
- moves - Variable in class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover.MoveVerticesOperation
- moveToNextCase(boolean) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- moveToNextNode(int) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- moveToPrevCase(boolean) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- moveVertex(Coordinate, Coordinate) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- moveVertexIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- MoveVertexOperation(Coordinate, Coordinate) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryVertexMover.MoveVertexOperation
- MoveVerticesOperation(Map) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover.MoveVerticesOperation
- msgWithCoord(String, Coordinate) - Static method in exception org.locationtech.jts.geom.TopologyException
- msgWithCoord(String, Coordinate) - Static method in exception org.locationtech.jts.triangulate.ConstraintEnforcementException
- msgWithSpatial(String, LineSegment) - Static method in exception org.locationtech.jts.triangulate.quadedge.LocateFailureException
- MultiFormatReader - Class in org.locationtech.jtstest.util.io
-
Reads a
Geometry
from a string which is in either WKT, WKBHex or GML format - MultiFormatReader() - Constructor for class org.locationtech.jtstest.util.io.MultiFormatReader
- MultiFormatReader(GeometryFactory) - Constructor for class org.locationtech.jtstest.util.io.MultiFormatReader
- MultiLineHandler - Class in org.locationtech.jtstest.testbuilder.io.shapefile
-
Wrapper for a Shapefile arc.
- MultiLineHandler() - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler
- MultiLineHandler(int) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler
- MultiLineString - Class in org.locationtech.jts.geom
-
Models a collection of
LineString
s. - MultiLineString(LineString[], GeometryFactory) - Constructor for class org.locationtech.jts.geom.MultiLineString
- MultiLineString(LineString[], PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.MultiLineString
-
Deprecated.Use GeometryFactory instead
- MULTILINESTRING - Static variable in interface org.locationtech.jtstest.testbuilder.model.GeometryType
- multiply(double) - Method in class org.locationtech.jts.math.DD
-
Returns a new DoubleDouble whose value is (this * y).
- multiply(double) - Method in class org.locationtech.jts.math.Vector2D
-
Multiplies the vector by a scalar value.
- multiply(Point2D, double) - Static method in class org.locationtech.jtstest.testbuilder.ui.style.AWTUtil
- multiply(DD) - Method in class org.locationtech.jts.math.DD
-
Returns a new DoubleDouble whose value is (this * y).
- MultiPoint - Class in org.locationtech.jts.geom
-
Models a collection of
Point
s. - MultiPoint(Point[], GeometryFactory) - Constructor for class org.locationtech.jts.geom.MultiPoint
- MultiPoint(Point[], PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.MultiPoint
-
Deprecated.Use GeometryFactory instead
- MULTIPOINT - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- MULTIPOINT - Static variable in interface org.locationtech.jtstest.testbuilder.model.GeometryType
- MultiPointHandler - Class in org.locationtech.jtstest.testbuilder.io.shapefile
- MultiPointHandler() - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler
-
Creates new MultiPointHandler
- MultiPointHandler(int) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler
- MULTIPOINTM - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- MULTIPOINTZ - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- MultiPolygon - Class in org.locationtech.jts.geom
-
Models a collection of
Polygon
s. - MultiPolygon(Polygon[], GeometryFactory) - Constructor for class org.locationtech.jts.geom.MultiPolygon
- MultiPolygon(Polygon[], PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.MultiPolygon
-
Deprecated.Use GeometryFactory instead
- MULTIPOLYGON - Static variable in interface org.locationtech.jtstest.testbuilder.model.GeometryType
- MULTIVALENT_ENDPOINT_BOUNDARY_RULE - Static variable in interface org.locationtech.jts.algorithm.BoundaryNodeRule
-
The MultiValent Endpoint Boundary Node Rule.
- MultiValentEndPointBoundaryNodeRule() - Constructor for class org.locationtech.jts.algorithm.BoundaryNodeRule.MultiValentEndPointBoundaryNodeRule
- myInputStream - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- myShapeType - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler
- myShapeType - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler
- myShapeType - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler
- myShapeType - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
N
- n - Variable in class org.locationtech.jts.util.CoordinateArrayFilter
- n - Variable in class org.locationtech.jts.util.CoordinateCountFilter
- nAllowedArgs - Variable in class org.locationtech.jtstest.command.OptionSpec
- name - Variable in class org.locationtech.jts.geom.PrecisionModel.Type
- name - Variable in class org.locationtech.jts.geomgraph.Edge
- name - Variable in class org.locationtech.jtstest.command.OptionSpec
- name - Variable in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- name - Variable in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- name - Variable in class org.locationtech.jtstest.test.TestCase
- name - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- name() - Method in annotation type org.locationtech.jtstest.geomfunction.Metadata
- name(Annotation[]) - Static method in class org.locationtech.jtstest.geomfunction.MetadataUtil
- name(String) - Static method in class org.locationtech.jtstest.util.FileUtil
- NAME_COORDINATES - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_CRS - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_GEOMETRIES - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_GEOMETRYCOLLECTION - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_LINESTRING - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_MULTILINESTRING - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_MULTIPOINT - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_MULTIPOLYGON - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_NAME - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_POINT - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_POLYGON - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_PROPERTIES - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- NAME_TYPE - Static variable in class org.locationtech.jts.io.geojson.GeoJsonConstants
- namePanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- namespace - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- nameToTypeMap - Static variable in class org.locationtech.jts.geom.PrecisionModel.Type
- NaN - Static variable in class org.locationtech.jts.math.DD
-
A value representing the result of an operation which does not return a valid number.
- NAN_SYMBOL - Static variable in class org.locationtech.jts.io.WKTReader
- NARGS_ONE_OR_MORE - Static variable in class org.locationtech.jtstest.command.OptionSpec
- NARGS_ZERO_OR_MORE - Static variable in class org.locationtech.jtstest.command.OptionSpec
- NARGS_ZERO_OR_ONE - Static variable in class org.locationtech.jtstest.command.OptionSpec
- Ncoords - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler
- NE - Static variable in class org.locationtech.jts.geomgraph.Quadrant
- nearestEndpoint(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.RobustLineIntersector
-
Finds the endpoint of the segments P and Q which is closest to the other segment.
- nearestLocations() - Method in class org.locationtech.jts.operation.distance.DistanceOp
-
Report the locations of the nearest points in the input geometries.
- nearestLocations() - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Report the locations of the nearest points in the input geometries.
- nearestNeighbour(Envelope, Object, ItemDistance) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Finds the item in this tree which is nearest to the given
Object
, usingItemDistance
as the distance metric. - nearestNeighbour(Envelope, Object, ItemDistance, int) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Finds k items in this tree which are the top k nearest neighbors to the given
item
, usingitemDist
as the distance metric. - nearestNeighbour(BoundablePair) - Method in class org.locationtech.jts.index.strtree.STRtree
- nearestNeighbour(BoundablePair, double) - Method in class org.locationtech.jts.index.strtree.STRtree
- nearestNeighbour(BoundablePair, double, int) - Method in class org.locationtech.jts.index.strtree.STRtree
- nearestNeighbour(BoundablePair, int) - Method in class org.locationtech.jts.index.strtree.STRtree
- nearestNeighbour(ItemDistance) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Finds the two nearest items in the tree, using
ItemDistance
as the distance metric. - nearestNeighbour(STRtree, ItemDistance) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Finds the two nearest items from this tree and another tree, using
ItemDistance
as the distance metric. - NearestPointFilter(Coordinate, double) - Constructor for class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- NearestPointFinder - Class in org.locationtech.jtstest.testbuilder.geom
- NearestPointFinder(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder
- NearestPointFinder.NearestPointFilter - Class in org.locationtech.jtstest.testbuilder.geom
- nearestPoints() - Method in class org.locationtech.jts.operation.distance.DistanceOp
-
Report the coordinates of the nearest points in the input geometries.
- nearestPoints() - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Report the coordinates of the nearest points in the input geometries.
- nearestPoints(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.distance.DistanceOp
-
Compute the the nearest points of two geometries.
- nearestPoints(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Compute the the nearest points of two geometries.
- nearestPoints(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.DistanceFunctions
- nearestPt - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- nearestPt - Variable in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- nearestPt - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- NearestSegmentLocationFilter(Coordinate, boolean, double) - Constructor for class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- NearestVertexFilter(Coordinate, double) - Constructor for class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- nearIndex - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- NEARNESS_TOL_IN_VIEW - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
-
The nearness tolerance in view pixels.
- nearnessTol - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- nearPt - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- nearPts - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- nearSeg - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- NearVerticesFilter(Coordinate, double) - Constructor for class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearVerticesFilter
- nearVerts - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- negate() - Method in class org.locationtech.jts.math.DD
-
Returns a new DoubleDouble whose value is -this.
- negate() - Method in class org.locationtech.jts.math.Vector2D
- NESTED_HOLES - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that a hole lies in the interior of another hole in the same polygon
- NESTED_SHELLS - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that a polygon component of a MultiPolygon lies inside another polygonal component
- nestedPt - Variable in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- newButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- newLine - Static variable in class org.locationtech.jtstest.util.StringUtil
- NEWLINE - Static variable in class org.locationtech.jts.util.StringUtil
- newPrecisionModel - Variable in class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.
- newVertex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter.DeleteVertexOperation
- newVertex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter.InsertVertexOperation
- next - Variable in class org.locationtech.jts.edgegraph.HalfEdge
- next - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
- next - Variable in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
- next - Variable in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- next - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdge
- next() - Method in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- next() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Gets the next edge CCW around the destination vertex of this edge.
- next() - Method in class org.locationtech.jts.geom.GeometryCollectionIterator
-
Gets the next geometry in the iteration sequence.
- next() - Method in class org.locationtech.jts.linearref.LinearIterator
-
Moves the iterator ahead to the next vertex and (possibly) linear component.
- next() - Method in class org.locationtech.jts.noding.NodeVertexIterator
- next() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
-
Returns the next geometry in the shapefile stream
- nextButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- nextCase() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- nextCoordinateArray(PathIterator) - Static method in class org.locationtech.jts.awt.ShapeReader
- nextIndex(int) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Finds the next index around the triangle.
- nextIndex(Coordinate[], int) - Static method in class org.locationtech.jts.algorithm.MinimumDiameter
- nextMin - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
- nextNode - Variable in class org.locationtech.jts.noding.NodeVertexIterator
- nextPath(TreePath, int) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- NO_INTERSECTION - Static variable in class org.locationtech.jts.algorithm.LineIntersector
-
Indicates that line segments do not intersect
- NodableSegmentString - Interface in org.locationtech.jts.noding
-
An interface for classes which support adding nodes to a segment string.
- node - Variable in class org.locationtech.jts.geomgraph.EdgeEnd
- node(Collection) - Method in class org.locationtech.jts.noding.snapround.GeometryNoder
-
Nodes the linework of a set of Geometrys using SnapRounding.
- node(Collection, int[]) - Method in class org.locationtech.jts.noding.IteratedNoder
-
Node the input segment strings once and create the split edges between the nodes
- Node - Class in org.locationtech.jts.geomgraph
- Node - Class in org.locationtech.jts.index.bintree
-
A node of a
Bintree
. - Node - Class in org.locationtech.jts.index.quadtree
-
Represents a node of a
Quadtree
. - Node - Class in org.locationtech.jts.planargraph
-
A node in a
PlanarGraph
is a location where 0 or moreEdge
s meet. - Node(Coordinate) - Constructor for class org.locationtech.jts.planargraph.Node
-
Constructs a Node with the given location.
- Node(Coordinate, EdgeEndStar) - Constructor for class org.locationtech.jts.geomgraph.Node
- Node(Coordinate, DirectedEdgeStar) - Constructor for class org.locationtech.jts.planargraph.Node
-
Constructs a Node with the given location and collection of outgoing DirectedEdges.
- Node(Envelope, int) - Constructor for class org.locationtech.jts.index.quadtree.Node
- Node(Interval, int) - Constructor for class org.locationtech.jts.index.bintree.Node
- node1 - Variable in class org.locationtech.jts.index.intervalrtree.IntervalRTreeBranchNode
- node2 - Variable in class org.locationtech.jts.index.intervalrtree.IntervalRTreeBranchNode
- NodeBase - Class in org.locationtech.jts.index.bintree
-
The base class for nodes in a
Bintree
. - NodeBase - Class in org.locationtech.jts.index.quadtree
-
The base class for nodes in a
Quadtree
. - NodeBase() - Constructor for class org.locationtech.jts.index.bintree.NodeBase
- NodeBase() - Constructor for class org.locationtech.jts.index.quadtree.NodeBase
- nodeCapacity - Variable in class org.locationtech.jts.index.strtree.AbstractSTRtree
- NodeComparator() - Constructor for class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode.NodeComparator
- NodedSegmentString - Class in org.locationtech.jts.noding
-
Represents a list of contiguous line segments, and supports noding the segments.
- NodedSegmentString(Coordinate[], Object) - Constructor for class org.locationtech.jts.noding.NodedSegmentString
-
Creates a new segment string from a list of vertices.
- nodedSegStrings - Variable in class org.locationtech.jts.noding.IteratedNoder
- nodedSegStrings - Variable in class org.locationtech.jts.noding.MCIndexNoder
- nodedSegStrings - Variable in class org.locationtech.jts.noding.SimpleNoder
- nodedSegStrings - Variable in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- nodedSegStrings - Variable in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- nodeEdgeStack - Variable in class org.locationtech.jts.dissolve.LineDissolver
- nodeFact - Variable in class org.locationtech.jts.geomgraph.NodeMap
- NodeFactory - Class in org.locationtech.jts.geomgraph
- NodeFactory() - Constructor for class org.locationtech.jts.geomgraph.NodeFactory
- nodeGraph - Variable in class org.locationtech.jts.operation.valid.ConsistentAreaTester
- nodeIt - Variable in class org.locationtech.jts.noding.NodeVertexIterator
- nodeIterator() - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Returns an Iterator over the Nodes in this PlanarGraph.
- nodeIterator() - Method in class org.locationtech.jts.planargraph.Subgraph
-
Returns an
Iterator
over theNode
s in this graph. - nodeList - Variable in class org.locationtech.jts.noding.NodedSegmentString
- nodeList - Variable in class org.locationtech.jts.noding.NodeVertexIterator
- nodeMap - Variable in class org.locationtech.jts.geomgraph.EdgeIntersectionList
- nodeMap - Variable in class org.locationtech.jts.geomgraph.NodeMap
- nodeMap - Variable in class org.locationtech.jts.noding.SegmentNodeList
- nodeMap - Variable in class org.locationtech.jts.planargraph.NodeMap
- nodeMap - Variable in class org.locationtech.jts.planargraph.PlanarGraph
- nodeMap - Variable in class org.locationtech.jts.planargraph.Subgraph
- NodeMap - Class in org.locationtech.jts.geomgraph
-
A map of nodes, indexed by the coordinate of the node
- NodeMap - Class in org.locationtech.jts.planargraph
-
A map of
Node
s, indexed by the coordinate of the node. - NodeMap() - Constructor for class org.locationtech.jts.planargraph.NodeMap
-
Constructs a NodeMap without any Nodes.
- NodeMap(NodeFactory) - Constructor for class org.locationtech.jts.geomgraph.NodeMap
- noder - Variable in class org.locationtech.jts.noding.ScaledNoder
- noder - Variable in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- Noder - Interface in org.locationtech.jts.noding
-
Computes all intersections between segments in a set of
SegmentString
s. - nodes - Variable in class org.locationtech.jts.geomgraph.PlanarGraph
- nodes - Variable in class org.locationtech.jts.operation.buffer.BufferSubgraph
- nodes - Variable in class org.locationtech.jts.operation.relate.RelateComputer
- nodes - Variable in class org.locationtech.jts.operation.relate.RelateNodeGraph
- nodeSize() - Method in class org.locationtech.jts.index.bintree.Bintree
-
Compute the total number of nodes in the tree
- nodeSize() - Method in class org.locationtech.jts.index.bintree.NodeBase
- NodeVertexIterator - Class in org.locationtech.jts.noding
- NodeVertexIterator(SegmentNodeList) - Constructor for class org.locationtech.jts.noding.NodeVertexIterator
- NodingFunctions - Class in org.locationtech.jtstest.function
- NodingFunctions() - Constructor for class org.locationtech.jtstest.function.NodingFunctions
- NodingValidator - Class in org.locationtech.jts.noding
-
Validates that a collection of
SegmentString
s is correctly noded. - NodingValidator(Collection) - Constructor for class org.locationtech.jts.noding.NodingValidator
- noFocusBorder - Static variable in class org.locationtech.jtstest.testbuilder.LayerCheckBoxList
- noFocusBorder - Static variable in class org.locationtech.jtstest.testbuilder.LayerControlList
- NONE - Static variable in class org.locationtech.jts.algorithm.Angle
-
Constant representing no orientation
- NONE - Static variable in class org.locationtech.jts.geom.Location
-
Used for uninitialized location values.
- NonEncroachingSplitPointFinder - Class in org.locationtech.jts.triangulate
-
A strategy for finding constraint split points which attempts to maximise the length of the split segments while preventing further encroachment.
- NonEncroachingSplitPointFinder() - Constructor for class org.locationtech.jts.triangulate.NonEncroachingSplitPointFinder
- NoninvertibleTransformationException - Exception in org.locationtech.jts.geom.util
-
Indicates that an
AffineTransformation
is non-invertible. - NoninvertibleTransformationException() - Constructor for exception org.locationtech.jts.geom.util.NoninvertibleTransformationException
- NoninvertibleTransformationException(String) - Constructor for exception org.locationtech.jts.geom.util.NoninvertibleTransformationException
- nonNullItemCount(Object[]) - Static method in class org.locationtech.jtstest.geomop.GeometryMethodOperation
- nonRobustComputeEdgeDistance(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.LineIntersector
-
This function is non-robust, since it may compute the square of large numbers.
- nonSimpleLocation - Variable in class org.locationtech.jts.operation.IsSimpleOp
- NoOpGeometryOperation() - Constructor for class org.locationtech.jts.geom.util.GeometryEditor.NoOpGeometryOperation
- norm() - Method in class org.locationtech.jts.geom.Geometry
-
Creates a new Geometry which is a normalized copy of this Geometry.
- normal - Variable in class org.locationtech.jts.math.Plane3D
- normalBorder - Variable in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
- normalize() - Method in class org.locationtech.jts.geom.Geometry
-
Converts this
Geometry
to normal form (or canonical form ). - normalize() - Method in class org.locationtech.jts.geom.GeometryCollection
- normalize() - Method in class org.locationtech.jts.geom.LineSegment
-
Puts the line segment into a normalized form.
- normalize() - Method in class org.locationtech.jts.geom.LineString
-
Normalizes a LineString.
- normalize() - Method in class org.locationtech.jts.geom.Point
- normalize() - Method in class org.locationtech.jts.geom.Polygon
- normalize() - Method in class org.locationtech.jts.geomgraph.Depth
-
Normalize the depths for each geometry, if they are non-null.
- normalize() - Method in class org.locationtech.jts.linearref.LinearLocation
-
Ensures the individual values are locally valid.
- normalize() - Method in class org.locationtech.jts.math.Vector2D
- normalize() - Method in class org.locationtech.jts.math.Vector3D
- normalize(double) - Static method in class org.locationtech.jts.algorithm.Angle
-
Computes the normalized value of an angle, which is the equivalent angle in the range ( -Pi, Pi ].
- normalize(Coordinate) - Static method in class org.locationtech.jts.math.Vector3D
- normalize(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- normalize(LinearRing, boolean) - Method in class org.locationtech.jts.geom.Polygon
- NormalizedGeometryMatcher - Class in org.locationtech.jtstest.geomop
- NormalizedGeometryMatcher() - Constructor for class org.locationtech.jtstest.geomop.NormalizedGeometryMatcher
- normalizedOffset(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
-
Returns an array of pts such that p0 - p[0] - [p1] is CW.
- normalizePositive(double) - Static method in class org.locationtech.jts.algorithm.Angle
-
Computes the normalized positive value of an angle, which is the equivalent angle in the range [ 0, 2*Pi ).
- normalizeToEnvCentre(Coordinate, Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
-
Normalize the supplied coordinates to so that the midpoint of their intersection envelope lies at the origin.
- normalizeToMinimum(Coordinate, Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
-
Normalize the supplied coordinates so that their minimum ordinate values lie at the origin.
- normalOrder - Variable in class org.locationtech.jts.index.strtree.BoundablePairDistanceComparator
-
The normal order.
- NotRepresentableException - Exception in org.locationtech.jts.algorithm
-
Indicates that a
HCoordinate
has been computed which is not representable on the Cartesian plane. - NotRepresentableException() - Constructor for exception org.locationtech.jts.algorithm.NotRepresentableException
- nOverlaps - Variable in class org.locationtech.jts.geomgraph.index.SimpleEdgeSetIntersector
- nOverlaps - Variable in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- nOverlaps - Variable in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- nOverlaps - Variable in class org.locationtech.jts.index.sweepline.SweepLineIndex
- nOverlaps - Variable in class org.locationtech.jts.noding.MCIndexNoder
- nPts - Variable in class org.locationtech.jts.util.GeometricShapeFactory
- NULL - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- NULL_ORDINATE - Static variable in class org.locationtech.jts.geom.Coordinate
-
The value used to indicate a null or missing ordinate value.
- NULL_VALUE - Static variable in class org.locationtech.jts.geomgraph.Depth
- NullResultMatcher - Class in org.locationtech.jtstest.testrunner
-
A
ResultMatcher
which always passes. - NullResultMatcher() - Constructor for class org.locationtech.jtstest.testrunner.NullResultMatcher
- NUM_PTS_TO_CHECK - Static variable in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
- numArms - Variable in class org.locationtech.jts.geom.util.SineStarFactory
- numB - Variable in class org.locationtech.jtstest.util.HSBPalette
- numberFormatter - Variable in class org.locationtech.jts.io.kml.KMLWriter
- numberOfNodes - Variable in class org.locationtech.jts.index.kdtree.KdTree
- NumberUtil - Class in org.locationtech.jts.util
- NumberUtil() - Constructor for class org.locationtech.jts.util.NumberUtil
- numBoundaries - Variable in class org.locationtech.jts.algorithm.PointLocator
- numCommonMantissaBits(DoubleBits) - Method in class org.locationtech.jts.index.quadtree.DoubleBits
-
This computes the number of common most-significant bits in the mantissa.
- numCommonMostSigMantissaBits(long, long) - Static method in class org.locationtech.jts.precision.CommonBits
-
This computes the number of common most-significant bits in the mantissas of two double-precision numbers.
- numEntries - Variable in class org.locationtech.jtstest.util.HSBPalette
- numEntries() - Method in class org.locationtech.jtstest.util.HSBPalette
- numGridUnits - Variable in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- numH - Variable in class org.locationtech.jtstest.util.HSBPalette
- numInteriorIntersections - Variable in class org.locationtech.jts.noding.IntersectionAdder
- numIntersections - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- numIntersections - Variable in class org.locationtech.jts.noding.IntersectionAdder
- numLines - Variable in class org.locationtech.jts.linearref.LinearIterator
- numNonGeomParams(GeometryFunction) - Static method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- numProperIntersections - Variable in class org.locationtech.jts.noding.IntersectionAdder
- numPts - Variable in class org.locationtech.jts.shape.GeometricShapeBuilder
- numS - Variable in class org.locationtech.jtstest.util.HSBPalette
- numSubSegs - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- numTests - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- numTests - Variable in class org.locationtech.jts.noding.IntersectionAdder
- numVerticesInMask(Envelope) - Method in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- nv - Variable in class org.locationtech.jts.geomgraph.EdgeNodingValidator
- NW - Static variable in class org.locationtech.jts.geomgraph.Quadrant
O
- obj - Variable in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- ObjectCounter - Class in org.locationtech.jts.util
-
Counts occurrences of objects.
- ObjectCounter() - Constructor for class org.locationtech.jts.util.ObjectCounter
- ObjectCounter.Counter - Class in org.locationtech.jts.util
- ocaMap - Variable in class org.locationtech.jts.geomgraph.EdgeList
-
An index of the edges, for fast lookup.
- ocaMap - Variable in class org.locationtech.jts.noding.SegmentStringDissolver
- octagonalEnvelope(Geometry) - Static method in class org.locationtech.jts.geom.OctagonalEnvelope
-
Gets the octagonal envelope of a geometry
- octagonalEnvelope(Geometry) - Static method in class org.locationtech.jtstest.function.ConstructionFunctions
- OctagonalEnvelope - Class in org.locationtech.jts.geom
-
A bounding container for a
Geometry
which is in the shape of a general octagon. - OctagonalEnvelope() - Constructor for class org.locationtech.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon
- OctagonalEnvelope(Coordinate) - Constructor for class org.locationtech.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding a
Coordinate
- OctagonalEnvelope(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding a pair of
Coordinate
s - OctagonalEnvelope(Envelope) - Constructor for class org.locationtech.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding an
Envelope
- OctagonalEnvelope(Geometry) - Constructor for class org.locationtech.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding a
Geometry
- OctagonalEnvelope(OctagonalEnvelope) - Constructor for class org.locationtech.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding an
OctagonalEnvelope
(the copy constructor). - OctagonalEnvelope.BoundingOctagonComponentFilter - Class in org.locationtech.jts.geom
- octant(double, double) - Static method in class org.locationtech.jts.noding.Octant
-
Returns the octant of a directed line segment (specified as x and y displacements, which cannot both be 0).
- octant(Coordinate, Coordinate) - Static method in class org.locationtech.jts.noding.Octant
-
Returns the octant of a directed line segment from p0 to p1.
- Octant - Class in org.locationtech.jts.noding
-
Methods for computing and working with octants of the Cartesian plane Octants are numbered as follows:
- Octant() - Constructor for class org.locationtech.jts.noding.Octant
- oe - Variable in class org.locationtech.jts.geom.OctagonalEnvelope.BoundingOctagonComponentFilter
- offset - Variable in class org.locationtech.jts.io.WKBHexFileReader
- offset - Variable in class org.locationtech.jts.io.WKTFileReader
- OFFSET_SEGMENT_SEPARATION_FACTOR - Static variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
-
Factor which controls how close offset segments can be to skip adding a filler or mitre.
- offset0 - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- offset1 - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- offsetCurve(Geometry, double) - Static method in class org.locationtech.jtstest.function.OffsetCurveFunctions
- OffsetCurveBuilder - Class in org.locationtech.jts.operation.buffer
-
Computes the raw offset curve for a single
Geometry
component (ring, line or point). - OffsetCurveBuilder(PrecisionModel, BufferParameters) - Constructor for class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- OffsetCurveFunctions - Class in org.locationtech.jtstest.function
- OffsetCurveFunctions() - Constructor for class org.locationtech.jtstest.function.OffsetCurveFunctions
- OffsetCurveSetBuilder - Class in org.locationtech.jts.operation.buffer
-
Creates all the raw offset curves for a buffer of a
Geometry
. - OffsetCurveSetBuilder(Geometry, double, OffsetCurveBuilder) - Constructor for class org.locationtech.jts.operation.buffer.OffsetCurveSetBuilder
- OffsetPointGenerator - Class in org.locationtech.jts.operation.overlay.validate
-
Generates points offset by a given distance from both sides of the midpoint of all segments in a
Geometry
. - OffsetPointGenerator(Geometry) - Constructor for class org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator
- OffsetSegmentGenerator - Class in org.locationtech.jts.operation.buffer
-
Generates segments which form an offset curve.
- OffsetSegmentGenerator(PrecisionModel, BufferParameters, double) - Constructor for class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- OffsetSegmentString - Class in org.locationtech.jts.operation.buffer
-
A dynamic list of the vertices in a constructed offset curve.
- OffsetSegmentString() - Constructor for class org.locationtech.jts.operation.buffer.OffsetSegmentString
- offsetX - Variable in class org.locationtech.jts.noding.ScaledNoder
- offsetY - Variable in class org.locationtech.jts.noding.ScaledNoder
- ofLine(CoordinateSequence) - Static method in class org.locationtech.jts.algorithm.Length
-
Computes the length of a linestring specified by a sequence of points.
- ofRing(Coordinate[]) - Static method in class org.locationtech.jts.algorithm.Area
-
Computes the area for a ring.
- ofRing(CoordinateSequence) - Static method in class org.locationtech.jts.algorithm.Area
-
Computes the area for a ring.
- ofRingSigned(Coordinate[]) - Static method in class org.locationtech.jts.algorithm.Area
-
Computes the signed area for a ring.
- ofRingSigned(CoordinateSequence) - Static method in class org.locationtech.jts.algorithm.Area
-
Computes the signed area for a ring.
- OGC_SFS_BOUNDARY_RULE - Static variable in interface org.locationtech.jts.algorithm.BoundaryNodeRule
-
The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the Mod-2 rule.
- okButton - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- okButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- OLDcompare(Object, Object) - Method in class org.locationtech.jts.geom.CoordinateArrays.BidirectionalComparator
- OLDgetFunctionParams() - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- OLDsetInfo(String) - Method in class org.locationtech.jtstest.testbuilder.InfoPanel
- OLDupdateParameters(GeometryFunction, JComponent[], JLabel[]) - Static method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- OLDwriteLocation(Geometry, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- ON - Static variable in class org.locationtech.jts.geomgraph.Position
-
An indicator that a Location is on a GraphComponent
- ONE - Static variable in class org.locationtech.jts.math.DD
- ONE_THIRD - Static variable in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- oneLineSummary() - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- oneToOneButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- oneToOneButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- oNext() - Method in class org.locationtech.jts.edgegraph.HalfEdge
- oNext() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the next CCW edge around the origin of this edge.
- op - Variable in class org.locationtech.jts.operation.overlay.LineBuilder
- op - Variable in class org.locationtech.jts.operation.overlay.PointBuilder
- op() - Static method in class org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions
- opaque(Color) - Static method in class org.locationtech.jtstest.testbuilder.ui.ColorUtil
- openXmlFilesAndDirectories(File[]) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- openXmlFilesAndDirectories(File[]) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- operation - Variable in class org.locationtech.jtstest.testrunner.Test
- operationArgs - Variable in class org.locationtech.jtstest.testrunner.Test
- OperationMonitorManager - Class in org.locationtech.jtstest.testbuilder.ui.render
- OperationMonitorManager(JPanel, Viewport) - Constructor for class org.locationtech.jtstest.testbuilder.ui.render.OperationMonitorManager
- opName - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- opName - Variable in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- opName - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- opposite(int) - Static method in class org.locationtech.jts.geomgraph.Position
-
Returns LEFT if the position is RIGHT, RIGHT if the position is LEFT, or the position otherwise.
- oPrev() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the next CW edge around (from) the origin of this edge.
- OPT_FILES - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- OPT_GEOMFUNC - Static variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- OPT_GEOMFUNC - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- OPT_GEOMFUNC - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- OPT_GEOMOP - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- OPT_GEOMOP - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- OPT_PROPERTIES - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- OPT_TESTCASEINDEX - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- OPT_TESTCASEINDEX - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- OPT_VERBOSE - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- OPT_VERBOSE - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- Option - Class in org.locationtech.jtstest.command
-
The parameters for an instance of an option occurring in a command
- Option(OptionSpec, String[]) - Constructor for class org.locationtech.jtstest.command.Option
- OPTION_FREE_ARGS - Static variable in class org.locationtech.jtstest.command.OptionSpec
- optionChar - Variable in class org.locationtech.jtstest.command.CommandLine
- options - Variable in class org.locationtech.jtstest.command.OptionSpec
- OptionSpec - Class in org.locationtech.jtstest.command
-
Specifes the syntax for a single option on a command line ToDo: - add syntax pattern parsing Syntax patterns are similar to Java type signatures F - float I - int L - long S - string B - boolean + - one or more eg: "FIS+" takes a double, int, and one or more Strings
- OptionSpec(String) - Constructor for class org.locationtech.jtstest.command.OptionSpec
- OptionSpec(String, int) - Constructor for class org.locationtech.jtstest.command.OptionSpec
- OptionSpec(String, String) - Constructor for class org.locationtech.jtstest.command.OptionSpec
- optSpec - Variable in class org.locationtech.jtstest.command.Option
- optSpecs - Variable in class org.locationtech.jtstest.command.CommandLine
- optVec - Variable in class org.locationtech.jtstest.command.CommandLine
- ordValues - Variable in class org.locationtech.jts.io.WKBReader
- org.locationtech.jts - package org.locationtech.jts
- org.locationtech.jts.algorithm - package org.locationtech.jts.algorithm
-
Contains classes and interfaces implementing fundamental computational geometry algorithms.
- org.locationtech.jts.algorithm.distance - package org.locationtech.jts.algorithm.distance
-
Classes to compute distance metrics between geometries.
- org.locationtech.jts.algorithm.locate - package org.locationtech.jts.algorithm.locate
-
Classes to determine the topological location of points in geometries.
- org.locationtech.jts.algorithm.match - package org.locationtech.jts.algorithm.match
-
Classes to compute matching metrics between geometries.
- org.locationtech.jts.awt - package org.locationtech.jts.awt
-
Classes to perform conversions from Java2D shape objects.
- org.locationtech.jts.densify - package org.locationtech.jts.densify
-
Classes to perform densification on geometries.
- org.locationtech.jts.dissolve - package org.locationtech.jts.dissolve
- org.locationtech.jts.edgegraph - package org.locationtech.jts.edgegraph
- org.locationtech.jts.geom - package org.locationtech.jts.geom
-
Contains the
Geometry
interface hierarchy and supporting classes. - org.locationtech.jts.geom.impl - package org.locationtech.jts.geom.impl
-
Implementations of interfaces for geometric structures.
- org.locationtech.jts.geom.prep - package org.locationtech.jts.geom.prep
-
Classes to perform optimized geometric operations on suitably prepared geometries.
- org.locationtech.jts.geom.util - package org.locationtech.jts.geom.util
-
Provides classes that parse and modify Geometry objects.
- org.locationtech.jts.geomgraph - package org.locationtech.jts.geomgraph
-
Contains classes that implement topology graphs.
- org.locationtech.jts.geomgraph.index - package org.locationtech.jts.geomgraph.index
-
Contains classes that implement indexes for performing noding on geometry graph edges.
- org.locationtech.jts.index - package org.locationtech.jts.index
-
Provides classes for various kinds of spatial indexes.
- org.locationtech.jts.index.bintree - package org.locationtech.jts.index.bintree
-
Contains classes that implement a Binary Interval Tree index
- org.locationtech.jts.index.chain - package org.locationtech.jts.index.chain
-
Contains classes that implement Monotone Chains
- org.locationtech.jts.index.intervalrtree - package org.locationtech.jts.index.intervalrtree
-
Contains classes to implement an R-tree index for one-dimensional intervals.
- org.locationtech.jts.index.kdtree - package org.locationtech.jts.index.kdtree
-
Contains classes which implement a k-D tree index over 2-D point data.
- org.locationtech.jts.index.quadtree - package org.locationtech.jts.index.quadtree
-
Contains classes that implement a Quadtree spatial index
- org.locationtech.jts.index.strtree - package 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.index.sweepline - package org.locationtech.jts.index.sweepline
-
Contains classes which implement a sweepline algorithm for scanning geometric data structures.
- org.locationtech.jts.io - package org.locationtech.jts.io
-
Contains the interfaces for converting JTS objects to and from other formats.
- org.locationtech.jts.io.geojson - package org.locationtech.jts.io.geojson
- org.locationtech.jts.io.gml2 - package org.locationtech.jts.io.gml2
-
Classes to read and write the GML2 geometry format.
- org.locationtech.jts.io.kml - package org.locationtech.jts.io.kml
- org.locationtech.jts.linearref - package org.locationtech.jts.linearref
-
Contains classes and interfaces implementing linear referencing on linear geometries
- org.locationtech.jts.math - package org.locationtech.jts.math
- org.locationtech.jts.noding - package org.locationtech.jts.noding
-
Classes to compute nodings for arrangements of line segments and line segment sequences.
- org.locationtech.jts.noding.snapround - package org.locationtech.jts.noding.snapround
-
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
- org.locationtech.jts.operation - package org.locationtech.jts.operation
-
Provides classes for implementing operations on geometries
- org.locationtech.jts.operation.buffer - package org.locationtech.jts.operation.buffer
-
Provides classes for computing buffers of geometries
- org.locationtech.jts.operation.buffer.validate - package org.locationtech.jts.operation.buffer.validate
-
Classes to perform validation of the results of buffer operations.
- org.locationtech.jts.operation.distance - package org.locationtech.jts.operation.distance
-
Provides classes for computing the distance between geometries
- org.locationtech.jts.operation.distance3d - package org.locationtech.jts.operation.distance3d
- org.locationtech.jts.operation.linemerge - package org.locationtech.jts.operation.linemerge
-
Classes to perform line merging.
- org.locationtech.jts.operation.overlay - package org.locationtech.jts.operation.overlay
-
Contains classes that perform a topological overlay to compute boolean spatial functions.
- org.locationtech.jts.operation.overlay.snap - package org.locationtech.jts.operation.overlay.snap
-
Classes to perform snapping on geometries to prepare them for overlay operations.
- org.locationtech.jts.operation.overlay.validate - package org.locationtech.jts.operation.overlay.validate
-
Classes to validate the results of overlay operations.
- org.locationtech.jts.operation.polygonize - package org.locationtech.jts.operation.polygonize
-
An API for polygonizing sets of lines.
- org.locationtech.jts.operation.predicate - package org.locationtech.jts.operation.predicate
-
Classes which implement topological predicates optimized for particular kinds of geometries.
- org.locationtech.jts.operation.relate - package org.locationtech.jts.operation.relate
-
Contains classes to implement the computation of the spatial relationships of
Geometry
s. - org.locationtech.jts.operation.union - package org.locationtech.jts.operation.union
-
Classes to perform efficent unioning of collections of geometries.
- org.locationtech.jts.operation.valid - package org.locationtech.jts.operation.valid
-
Provides classes for testing the validity of geometries.
- org.locationtech.jts.planargraph - package org.locationtech.jts.planargraph
-
Contains classes to implement a planar graph data structure.
- org.locationtech.jts.planargraph.algorithm - package org.locationtech.jts.planargraph.algorithm
-
Classes which implement graph algorithms on planar graphs.
- org.locationtech.jts.precision - package org.locationtech.jts.precision
-
Provides classes for analyzing and manipulating the precision of Geometries.
- org.locationtech.jts.shape - package org.locationtech.jts.shape
- org.locationtech.jts.shape.fractal - package org.locationtech.jts.shape.fractal
- org.locationtech.jts.shape.random - package org.locationtech.jts.shape.random
- org.locationtech.jts.simplify - package org.locationtech.jts.simplify
-
Classes which implement algorithms for simplifying or generalizing geometries.
- org.locationtech.jts.triangulate - package org.locationtech.jts.triangulate
-
Classes to compute Delaunay triangulations.
- org.locationtech.jts.triangulate.quadedge - package org.locationtech.jts.triangulate.quadedge
-
Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams.
- org.locationtech.jts.util - package org.locationtech.jts.util
-
Contains support classes for the Java Topology Suite.
- org.locationtech.jtsexample.geom - package org.locationtech.jtsexample.geom
- org.locationtech.jtsexample.geom.prep - package org.locationtech.jtsexample.geom.prep
- org.locationtech.jtsexample.io.gml2 - package org.locationtech.jtsexample.io.gml2
- org.locationtech.jtsexample.linearref - package org.locationtech.jtsexample.linearref
- org.locationtech.jtsexample.operation.distance - package org.locationtech.jtsexample.operation.distance
- org.locationtech.jtsexample.operation.linemerge - package org.locationtech.jtsexample.operation.linemerge
- org.locationtech.jtsexample.operation.polygonize - package org.locationtech.jtsexample.operation.polygonize
- org.locationtech.jtsexample.precision - package org.locationtech.jtsexample.precision
- org.locationtech.jtsexample.technique - package org.locationtech.jtsexample.technique
- org.locationtech.jtstest - package org.locationtech.jtstest
- org.locationtech.jtstest.clean - package org.locationtech.jtstest.clean
- org.locationtech.jtstest.command - package org.locationtech.jtstest.command
- org.locationtech.jtstest.function - package org.locationtech.jtstest.function
- org.locationtech.jtstest.geomfunction - package org.locationtech.jtstest.geomfunction
- org.locationtech.jtstest.geomop - package org.locationtech.jtstest.geomop
- org.locationtech.jtstest.test - package org.locationtech.jtstest.test
- org.locationtech.jtstest.testbuilder - package org.locationtech.jtstest.testbuilder
- org.locationtech.jtstest.testbuilder.controller - package org.locationtech.jtstest.testbuilder.controller
- org.locationtech.jtstest.testbuilder.event - package org.locationtech.jtstest.testbuilder.event
- org.locationtech.jtstest.testbuilder.geom - package org.locationtech.jtstest.testbuilder.geom
- org.locationtech.jtstest.testbuilder.io.shapefile - package org.locationtech.jtstest.testbuilder.io.shapefile
- org.locationtech.jtstest.testbuilder.model - package org.locationtech.jtstest.testbuilder.model
- org.locationtech.jtstest.testbuilder.topostretch - package org.locationtech.jtstest.testbuilder.topostretch
- org.locationtech.jtstest.testbuilder.ui - package org.locationtech.jtstest.testbuilder.ui
- org.locationtech.jtstest.testbuilder.ui.dnd - package org.locationtech.jtstest.testbuilder.ui.dnd
- org.locationtech.jtstest.testbuilder.ui.render - package org.locationtech.jtstest.testbuilder.ui.render
- org.locationtech.jtstest.testbuilder.ui.style - package org.locationtech.jtstest.testbuilder.ui.style
- org.locationtech.jtstest.testbuilder.ui.tools - package org.locationtech.jtstest.testbuilder.ui.tools
- org.locationtech.jtstest.testrunner - package org.locationtech.jtstest.testrunner
- org.locationtech.jtstest.util - package org.locationtech.jtstest.util
- org.locationtech.jtstest.util.io - package org.locationtech.jtstest.util.io
- orient(List) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Computes a version of the sequence which is optimally oriented relative to the underlying geometry.
- orientation - Variable in class org.locationtech.jts.noding.OrientedCoordinateArray
- orientation(Coordinate[]) - Static method in class org.locationtech.jts.noding.OrientedCoordinateArray
-
Computes the canonical orientation for a coordinate array.
- Orientation - Class in org.locationtech.jts.algorithm
-
Functions to compute the orientation of basic geometric structures including point triplets (triangles) and rings.
- Orientation() - Constructor for class org.locationtech.jts.algorithm.Orientation
- OrientationFunctions - Class in org.locationtech.jtstest.function
- OrientationFunctions() - Constructor for class org.locationtech.jtstest.function.OrientationFunctions
- orientationIndex(Coordinate) - Method in class org.locationtech.jts.geom.LineSegment
-
Determines the orientation index of a
Coordinate
relative to this segment. - orientationIndex(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Returns the index of the direction of the point
q
relative to a vector specified byp1-p2
. - orientationIndex(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithmsDD
-
Returns the index of the direction of the point
q
relative to a vector specified byp1-p2
. - orientationIndex(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.RobustDeterminant
-
Returns the index of the direction of the point
q
relative to a vector specified byp1-p2
. - orientationIndex(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OrientationFunctions
- orientationIndex(LineSegment) - Method in class org.locationtech.jts.geom.LineSegment
-
Determines the orientation of a LineSegment relative to this segment.
- orientationIndexFilter(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.CGAlgorithmsDD
-
A filter for computing the orientation index of three coordinates.
- orientCorner(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
-
Returns an array of pts such that p0 - p[0] - [p1] is CW.
- OrientedCoordinateArray - Class in org.locationtech.jts.noding
-
Allows comparing
Coordinate
arrays in an orientation-independent way. - OrientedCoordinateArray(Coordinate[]) - Constructor for class org.locationtech.jts.noding.OrientedCoordinateArray
-
Creates a new
OrientedCoordinateArray
for the givenCoordinate
array. - orientedDe - Variable in class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
- orientedDistance() - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- orientedDistance(Coordinate) - Method in class org.locationtech.jts.math.Plane3D
-
Computes the oriented distance from a point to the plane.
- orig - Variable in class org.locationtech.jts.edgegraph.HalfEdge
- orig() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Gets the origin coordinate of this edge.
- orig() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the vertex for the edge's origin
- origin - Variable in class org.locationtech.jts.algorithm.ConvexHull.RadialComparator
- origin - Static variable in class org.locationtech.jts.index.bintree.Root
- origin - Static variable in class org.locationtech.jts.index.quadtree.Root
- ORIGIN - Static variable in class org.locationtech.jts.triangulate.quadedge.Vertex
- originalColor - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- originalFont - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- originalPt - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- originalStroke - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- originInModel - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
Origin of view in model space
- os - Variable in class org.locationtech.jts.io.OutputStreamOutStream
- otherBackgroundColor - Static variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- otherBorder - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- otherGeom - Variable in class org.locationtech.jts.operation.union.PointGeometryUnion
- out - Variable in class org.locationtech.jts.util.Debug
- outEdges - Variable in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
The underlying list of outgoing DirectedEdges
- outputDimension - Variable in class org.locationtech.jts.io.WKBWriter
- outputDimension - Variable in class org.locationtech.jts.io.WKTWriter
- outputDimension - Variable in class org.locationtech.jtstest.util.io.SVGWriter
- outputDirectory - Variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- outputDirectory - Variable in class org.locationtech.jtstest.testbuilder.model.PNGWriter
- outputIndex - Variable in class org.locationtech.jts.simplify.TaggedLinesSimplifier
- outputIndex - Variable in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- OutputStreamOutStream - Class in org.locationtech.jts.io
-
An adapter to allow an
OutputStream
to be used as anOutStream
- OutputStreamOutStream(OutputStream) - Constructor for class org.locationtech.jts.io.OutputStreamOutStream
- OutStream - Interface in org.locationtech.jts.io
-
A interface for classes providing an output stream of bytes.
- overlap(LineSegment, LineSegment) - Method in class org.locationtech.jts.index.chain.MonotoneChainOverlapAction
-
This is a convenience function which can be overridden to obtain the actual line segments which overlap
- overlap(MonotoneChain, int, MonotoneChain, int) - Method in class org.locationtech.jts.index.chain.MonotoneChainOverlapAction
-
This function can be overridden if the original chains are needed
- overlap(MonotoneChain, int, MonotoneChain, int) - Method in class org.locationtech.jts.noding.MCIndexNoder.SegmentOverlapAction
- overlap(MonotoneChain, int, MonotoneChain, int) - Method in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- overlap(SweepLineInterval, SweepLineInterval) - Method in interface org.locationtech.jts.index.sweepline.SweepLineOverlapAction
- overlaps(double, double) - Method in class org.locationtech.jts.geom.Envelope
-
Deprecated.Use #intersects instead.
- overlaps(double, double) - Method in class org.locationtech.jts.index.bintree.Interval
- overlaps(int, int, MonotoneChainEdge, int, int) - Method in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
-
Tests whether the envelopes of two chain sections overlap (intersect).
- overlaps(int, int, MonotoneChain, int, int) - Method in class org.locationtech.jts.index.chain.MonotoneChain
-
Tests whether the envelopes of two chain sections overlap (intersect).
- overlaps(Coordinate) - Method in class org.locationtech.jts.geom.Envelope
-
Deprecated.Use #intersects instead.
- overlaps(Envelope) - Method in class org.locationtech.jts.geom.Envelope
-
Deprecated.Use #intersects instead. In the future, #overlaps may be changed to be a true overlap check; that is, whether the intersection is two-dimensional.
- overlaps(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry overlaps the specified geometry.
- overlaps(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- overlaps(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
overlaps a given geometry. - overlaps(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- overlaps(Interval) - Method in class org.locationtech.jts.index.bintree.Interval
- overlapsAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- overlapsBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- overlapSeg1 - Variable in class org.locationtech.jts.index.chain.MonotoneChainOverlapAction
- overlapSeg2 - Variable in class org.locationtech.jts.index.chain.MonotoneChainOverlapAction
- OverlayCommonBitsRemovedFunctions - Class in org.locationtech.jtstest.function
- OverlayCommonBitsRemovedFunctions() - Constructor for class org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions
- OverlayEnhancedPrecisionFunctions - Class in org.locationtech.jtstest.function
- OverlayEnhancedPrecisionFunctions() - Constructor for class org.locationtech.jtstest.function.OverlayEnhancedPrecisionFunctions
- OverlayFunctions - Class in org.locationtech.jtstest.function
- OverlayFunctions() - Constructor for class org.locationtech.jtstest.function.OverlayFunctions
- OverlayNodeFactory - Class in org.locationtech.jts.operation.overlay
-
Creates nodes for use in the
PlanarGraph
s constructed during overlay operations. - OverlayNodeFactory() - Constructor for class org.locationtech.jts.operation.overlay.OverlayNodeFactory
- OverlayNoSnapFunctions - Class in org.locationtech.jtstest.function
- OverlayNoSnapFunctions() - Constructor for class org.locationtech.jtstest.function.OverlayNoSnapFunctions
- overlayOp(Geometry, Geometry, int) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
-
Computes an overlay operation for the given geometry arguments.
- overlayOp(Geometry, Geometry, int) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- overlayOp(Geometry, Geometry, int) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- OverlayOp - Class in org.locationtech.jts.operation.overlay
-
Computes the geometric overlay of two
Geometry
s. - OverlayOp(Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.overlay.OverlayOp
-
Constructs an instance to compute a single overlay operation for the given geometries.
- overlayOpCode(String) - Static method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- OverlayResultValidator - Class in org.locationtech.jts.operation.overlay.validate
-
Validates that the result of an overlay operation is geometrically correct, within a determined tolerance.
- OverlayResultValidator(Geometry, Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- overlaySnapRounded(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.PolygonOverlayFunctions
- OverlayValidatedGeometryOperation - Class in org.locationtech.jtstest.geomop
-
A
GeometryOperation
which validates the result of overlay operations. - OverlayValidatedGeometryOperation() - Constructor for class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- OverlayValidatedGeometryOperation(GeometryMethodOperation) - Constructor for class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
-
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. - owner - Static variable in class org.locationtech.jtstest.testbuilder.BusyDialog
P
- p - Variable in class org.locationtech.jts.algorithm.RayCrossingCounter
- p - Variable in class org.locationtech.jts.index.kdtree.KdNode
- p - Variable in class org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- p - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer.LineStringAdder
- p - Variable in class org.locationtech.jts.triangulate.quadedge.Vertex
- P - Static variable in class org.locationtech.jts.geom.Dimension
-
Dimension value of a point (0).
- p0 - Variable in class org.locationtech.jts.geom.LineSegment
- p0 - Variable in class org.locationtech.jts.geom.Triangle
-
The coordinates of the vertices of the triangle
- p0 - Variable in class org.locationtech.jts.geomgraph.EdgeEnd
- p0 - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- p0 - Variable in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- p0 - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- p0 - Variable in class org.locationtech.jts.util.Debug.SegmentFindingFilter
- p0Scaled - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- p1 - Variable in class org.locationtech.jts.geom.LineSegment
- p1 - Variable in class org.locationtech.jts.geom.Triangle
-
The coordinates of the vertices of the triangle
- p1 - Variable in class org.locationtech.jts.geomgraph.EdgeEnd
- p1 - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- p1 - Variable in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- p1 - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- p1 - Variable in class org.locationtech.jts.util.Debug.SegmentFindingFilter
- p1Scaled - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- p2 - Variable in class org.locationtech.jts.geom.Triangle
-
The coordinates of the vertices of the triangle
- pa - Variable in class org.locationtech.jts.algorithm.LineIntersector
- PackedCoordinateSequence - Class in org.locationtech.jts.geom.impl
-
A
CoordinateSequence
implementation based on a packed arrays. - PackedCoordinateSequence() - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- PackedCoordinateSequence.Double - Class in org.locationtech.jts.geom.impl
-
Packed coordinate sequence implementation based on doubles
- PackedCoordinateSequence.Float - Class in org.locationtech.jts.geom.impl
-
Packed coordinate sequence implementation based on floats
- PackedCoordinateSequenceFactory - Class in org.locationtech.jts.geom.impl
-
Builds packed array coordinate sequences.
- PackedCoordinateSequenceFactory() - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
-
Creates a new PackedCoordinateSequenceFactory of type DOUBLE.
- PackedCoordinateSequenceFactory(int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
-
Creates a new PackedCoordinateSequenceFactory of the given type.
- PackedCoordinateSequenceFactory(int, int) - Constructor for class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
-
Creates a new PackedCoordinateSequenceFactory of the given type.
- packFrame - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- padArray3(Coordinate[]) - Method in class org.locationtech.jts.algorithm.ConvexHull
- paint() - Method in class org.locationtech.jtstest.testbuilder.ui.render.OperationMonitorManager
- paint(int, Point2D, Point2D, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- paint(int, Point2D, Point2D, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.MidArrowLineStyle
- paint(int, Point2D, Point2D, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- paint(int, Point2D, Point2D, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.SegmentStyle
- paint(int, Coordinate, Coordinate, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.SegmentStyle
- paint(Point2D, Point2D, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- paint(Point2D, Point2D, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- paint(Point2D, Point2D, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.LineStringEndpointStyle
- paint(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- paint(Graphics2D, Viewport, Geometry, Style) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- paint(Coordinate, Coordinate, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.LineStringEndpointStyle
- paint(Geometry, ShapeWriter, Graphics2D, Color, Color) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- paint(Geometry, ShapeWriter, Graphics2D, Color, Color, Stroke) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- paint(Geometry, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.BasicStyle
- paint(Geometry, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.ComponentStyle
- paint(Geometry, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.DataLabelStyle
- paint(Geometry, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.LayerStyle
- paint(Geometry, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
- paint(Geometry, Viewport, Graphics2D) - Method in interface org.locationtech.jtstest.testbuilder.ui.style.Style
- paint(Geometry, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleList
- paint(Geometry, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.VertexStyle
- paint(Geometry, Viewport, Graphics2D, Color, Color) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
-
Paints a geometry onto a graphics context, using a given Viewport.
- paint(Geometry, Viewport, Graphics2D, Color, Color, Stroke) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- paint(LineString, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
- paintComponent(Graphics) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- paintComponent(Geometry, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.ComponentStyle
- paintGeometryCollection(Graphics2D, Viewport, GeometryCollection, Style) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- paintLineString(LineString, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.LineStringEndpointStyle
- paintLineString(LineString, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
- paintLineString(LineString, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.PolygonStructureStyle
- paintLineString(LineString, int, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.SegmentStyle
- paintMidpointArrow(Point2D, Point2D, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- paintMidpointArrow(Point2D, Point2D, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.MidArrowLineStyle
- paintOffsetArrow(Point2D, Point2D, Viewport, Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.ArrowLineStyle
- paintPanel() - Method in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- PAL_RAINBOW_INCREMENTAL - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- paletteFill(int, HSBPalette, BasicStyle) - Static method in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- pan(GeometryEditPanel, Point2D, Point2D) - Static method in class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- panButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- panButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- panel - Variable in class org.locationtech.jtstest.testbuilder.ui.render.OperationMonitorManager
- panel - Variable in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- panel - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- panel - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- panel() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- panel1 - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- panel1 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- panel1 - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- panel1 - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- panel2 - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- panelAB - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- panelButtons - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- panelControl - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- panelExec - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- panelExec - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- panelExecParam - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- panelExecParam - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- panelParam - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- panelParam - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- panelRB - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- panelRB - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- panelValidSimple - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- panIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- PanTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- PanTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- PARAM_DEFAULT - Static variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- PARAM_DEFAULT - Static variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- PARAM_NAME_COUNT - Static variable in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- PARAM_NAME_DISTANCE - Static variable in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- PARAM_NAME_TEXT - Static variable in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- paramComp - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- paramComp - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- parameterNames - Variable in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- parameterNames - Variable in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- Parameters - Class in org.locationtech.jtstest.testrunner
-
Parameters passed to a main method (also known as "command-line arguments").
- Parameters() - Constructor for class org.locationtech.jtstest.testrunner.Parameters
-
Creates a Parameters object for the given main-method arguments.
- PARAMETERS_SUFFIX - Static variable in class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- parameterTypes - Variable in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- parameterTypes - Variable in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- paramLabel - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- paramLabel - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- paramNamePrimary(Class<?>) - Static method in class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- parent - Variable in class org.locationtech.jts.geom.GeometryCollectionIterator
-
The
Geometry
being iterated over. - parent - Variable in class org.locationtech.jts.simplify.TaggedLineSegment
- parent - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
-
The top-level geometry containing the location
- parentEdge - Variable in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- parentEdge - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- parentGeom - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
- parentGeom - Variable in class org.locationtech.jtstest.testbuilder.geom.ComponentLocater
- parentGeom - Variable in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- parentGeometry - Variable in class org.locationtech.jts.operation.valid.IsValidOp
- parentGraph - Variable in class org.locationtech.jts.planargraph.Subgraph
- parentIndex - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- parentLine - Variable in class org.locationtech.jts.simplify.TaggedLineString
- parentLine - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- parse(String) - Static method in class org.locationtech.jts.math.DD
-
Converts a string representation of a real number into a DoubleDouble value.
- parse(String[]) - Method in class org.locationtech.jtstest.command.CommandLine
- parse(String[]) - Method in class org.locationtech.jtstest.command.OptionSpec
- parse(GMLHandler.Handler, GeometryFactory) - Method in interface org.locationtech.jts.io.gml2.GeometryStrategies.ParseStrategy
- parseArgs(Object[]) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- parseCommandLine(String[]) - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- parseError - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- parseErrorExpected(String) - Method in class org.locationtech.jts.io.WKTReader
-
Throws a formatted ParseException reporting that the current token was unexpected.
- parseErrors - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- parseErrorWithLine(String) - Method in class org.locationtech.jts.io.WKTReader
- ParseException - Exception in org.locationtech.jts.io
-
Thrown by a
WKTReader
when a parsing problem occurs. - ParseException - Exception in org.locationtech.jtstest.command
- ParseException() - Constructor for exception org.locationtech.jtstest.command.ParseException
- ParseException(Exception) - Constructor for exception org.locationtech.jts.io.ParseException
-
Creates a
ParseException
withe
s detail message. - ParseException(String) - Constructor for exception org.locationtech.jts.io.ParseException
-
Creates a
ParseException
with the given detail message. - ParseException(String) - Constructor for exception org.locationtech.jtstest.command.ParseException
- ParseException(String, Throwable) - Constructor for exception org.locationtech.jts.io.ParseException
-
Creates a
ParseException
withe
s detail message. - parseGeometry(JTextComponent, Color) - Method in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- parseGeometryOperation(Element) - Method in class org.locationtech.jtstest.testrunner.TestReader
-
Parses an optional geometryOperation element.
- parseNumber(String[], int) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- parseParams(String[], Vector, int, int) - Method in class org.locationtech.jtstest.command.CommandLine
- parsePrecisionModel(Element) - Method in class org.locationtech.jtstest.testrunner.TestReader
-
Parses an optional precisionModel element.
- parseResultMatcher(Element) - Method in class org.locationtech.jtstest.testrunner.TestReader
-
Parses an optional resultMatcher element.
- parseTestCases(List, File, TestRun, double) - Method in class org.locationtech.jtstest.testrunner.TestReader
-
Creates a List of TestCase's from the given
Element's. - parseTestRun(Element, File, int) - Method in class org.locationtech.jtstest.testrunner.TestReader
-
Creates a TestRun from the
Element. - parseTests(List, int, File, TestCase, double) - Method in class org.locationtech.jtstest.testrunner.TestReader
-
Creates a List of Test's from the given
Element's. - parseTolerance(Element) - Method in class org.locationtech.jtstest.testrunner.TestReader
- parseXY(String) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- parsingProblems - Variable in class org.locationtech.jtstest.testrunner.TestReader
- partType - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- passed - Variable in class org.locationtech.jtstest.testrunner.Test
- paste(int) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- pasteGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- pasteIcon - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- PATCH - Static variable in class org.locationtech.jts.JTSVersion
-
The patch version number.
- pathString() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- pb - Variable in class org.locationtech.jts.algorithm.LineIntersector
- perpendicularBisector(Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the line which is the perpendicular bisector of the line segment a-b.
- perpendicularBisectors(Geometry) - Static method in class org.locationtech.jtstest.function.TriangleFunctions
- PI - Static variable in class org.locationtech.jts.math.DD
-
The value nearest to the constant Pi.
- PI_2 - Static variable in class org.locationtech.jts.math.DD
-
The value nearest to the constant Pi / 2.
- PI_OVER_2 - Static variable in class org.locationtech.jts.algorithm.Angle
- PI_OVER_4 - Static variable in class org.locationtech.jts.algorithm.Angle
- PI_TIMES_2 - Static variable in class org.locationtech.jts.algorithm.Angle
- pia - Variable in class org.locationtech.jts.geom.prep.PreparedPolygon
- pickOffset(Geometry, Geometry) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- placeFreeHoles(List, List) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
This method determines finds a containing shell for all holes which have not yet been assigned to a shell.
- placePolygonHoles(EdgeRing, List) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
This method assigns the holes for a Polygon (formed from a list of MinimalEdgeRings) to its shell.
- PlanarGraph - Class in org.locationtech.jts.geomgraph
-
The computation of the
IntersectionMatrix
relies on the use of a structure called a "topology graph". - PlanarGraph - Class in org.locationtech.jts.planargraph
-
Represents a directed graph which is embeddable in a planar surface.
- PlanarGraph() - Constructor for class org.locationtech.jts.geomgraph.PlanarGraph
- PlanarGraph() - Constructor for class org.locationtech.jts.planargraph.PlanarGraph
-
Constructs a empty graph.
- PlanarGraph(NodeFactory) - Constructor for class org.locationtech.jts.geomgraph.PlanarGraph
- PlanarPolygon3D - Class in org.locationtech.jts.operation.distance3d
-
Models a polygon lying in a plane in 3-dimensional Cartesian space.
- PlanarPolygon3D(Polygon) - Constructor for class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- plane - Variable in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- Plane3D - Class in org.locationtech.jts.math
-
Models a plane in 3-dimensional Cartesian space.
- Plane3D(Vector3D, Coordinate) - Constructor for class org.locationtech.jts.math.Plane3D
- plusIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- pm - Variable in class org.locationtech.jts.noding.IteratedNoder
- pm - Variable in class org.locationtech.jts.noding.snapround.GeometryNoder
- pm - Variable in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- pm - Variable in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- pm - Variable in class org.locationtech.jtstest.test.TestCase
- pM - Variable in class org.locationtech.jtstest.testbuilder.ui.style.VertexStyle
- PNG_FILE_FILTER - Static variable in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- pngFileChooser - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- PNGWriter - Class in org.locationtech.jtstest.testbuilder.model
-
Creates an .PNG file for a test case.
- PNGWriter() - Constructor for class org.locationtech.jtstest.testbuilder.model.PNGWriter
- Point - Class in org.locationtech.jts.geom
-
Represents a single point.
- Point() - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Point
-
Creates a new factory for points with default size.
- Point(double) - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Point
-
Creates a factory for points of given size.
- Point(Coordinate, PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.Point
-
Deprecated.Use GeometryFactory instead
- Point(CoordinateSequence, GeometryFactory) - Constructor for class org.locationtech.jts.geom.Point
- POINT - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- POINT - Static variable in interface org.locationtech.jtstest.testbuilder.model.GeometryType
- POINT_INTERSECTION - Static variable in class org.locationtech.jts.algorithm.LineIntersector
-
Indicates that line segments intersect in a single point
- POINT_LINE_FLATNESS_RATIO - Static variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- POINT_SIZE - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- POINT_STROKE - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- pointAlong(double) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the
Coordinate
that lies a given fraction along the line defined by this segment. - pointAlongOffset(double, double) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the
Coordinate
that lies a given fraction along the line defined by this segment and offset from the segment by a given distance. - pointAlongReverse(LineSegment, double) - Static method in class org.locationtech.jts.triangulate.SplitSegment
-
Computes the
Coordinate
that lies a given fraction along the line defined by the reverse of the given segment. - pointAlongSegmentByFraction(Coordinate, Coordinate, double) - Static method in class org.locationtech.jts.linearref.LinearLocation
-
Computes the
Coordinate
of a point a given fraction along the line segment (p0, p1). - PointBuilder - Class in org.locationtech.jts.operation.overlay
-
Constructs
Point
s from the nodes of an overlay graph. - PointBuilder(OverlayOp, GeometryFactory, PointLocator) - Constructor for class org.locationtech.jts.operation.overlay.PointBuilder
- PointExtracter - Class in org.locationtech.jts.geom.util
- PointExtracter(List) - Constructor for class org.locationtech.jts.geom.util.PointExtracter
-
Constructs a PointExtracterFilter with a list in which to store Points found.
- pointFactory - Variable in class org.locationtech.jts.awt.ShapeWriter
- pointGeom - Variable in class org.locationtech.jts.operation.union.PointGeometryUnion
- PointGeometryUnion - Class in org.locationtech.jts.operation.union
- PointGeometryUnion(Puntal, Geometry) - Constructor for class org.locationtech.jts.operation.union.PointGeometryUnion
- PointHandler - Class in org.locationtech.jtstest.testbuilder.io.shapefile
-
Wrapper for a Shapefile point.
- PointHandler() - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler
- PointHandler(int) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler
- pointInList(Coordinate, Coordinate[]) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
- PointLocation - Class in org.locationtech.jts.algorithm
-
Functions for locating points within basic geometric structures such as lines and rings.
- PointLocation() - Constructor for class org.locationtech.jts.algorithm.PointLocation
- PointLocationFunctions - Class in org.locationtech.jtstest.function
- PointLocationFunctions() - Constructor for class org.locationtech.jtstest.function.PointLocationFunctions
- PointLocator - Class in org.locationtech.jts.algorithm
- PointLocator() - Constructor for class org.locationtech.jts.algorithm.PointLocator
- PointLocator(BoundaryNodeRule) - Constructor for class org.locationtech.jts.algorithm.PointLocator
- POINTM - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- PointNode - Class in org.locationtech.jtstest.testbuilder
- PointNode(Point, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.PointNode
- PointOnGeometryLocator - Interface in org.locationtech.jts.algorithm.locate
- PointPairDistance - Class in org.locationtech.jts.algorithm.distance
-
Contains a pair of points and the distance between them.
- PointPairDistance - Class in org.locationtech.jts.operation.buffer.validate
-
Contains a pair of points and the distance between them.
- PointPairDistance() - Constructor for class org.locationtech.jts.algorithm.distance.PointPairDistance
- PointPairDistance() - Constructor for class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- points - Variable in class org.locationtech.jts.geom.LineString
-
The points of this
LineString
. - points - Variable in class org.locationtech.jts.operation.union.UnaryUnionOp
- PointShapeFactory - Interface in org.locationtech.jts.awt
-
An interface for classes which create
Shape
s to representPointShapeFactory.Point
geometries. - PointShapeFactory.BasePointShapeFactory - Class in org.locationtech.jts.awt
- PointShapeFactory.Circle - Class in org.locationtech.jts.awt
- PointShapeFactory.Cross - Class in org.locationtech.jts.awt
- PointShapeFactory.Point - Class in org.locationtech.jts.awt
- PointShapeFactory.Square - Class in org.locationtech.jts.awt
- PointShapeFactory.Star - Class in org.locationtech.jts.awt
- PointShapeFactory.Triangle - Class in org.locationtech.jts.awt
- PointShapeFactory.X - Class in org.locationtech.jts.awt
- pointSnapper - Variable in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- pointToLinePerpendicular(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Distance
-
Computes the perpendicular distance from a point p to the (infinite) line containing the points AB
- PointTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- PointTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.PointTool
- pointToSegment(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Distance
-
Computes the distance from a point p to a line segment AB Note: NON-ROBUST!
- pointToSegmentString(Coordinate, Coordinate[]) - Static method in class org.locationtech.jts.algorithm.Distance
-
Computes the distance from a point to a sequence of line segments.
- PointTransformation - Interface in org.locationtech.jts.awt
-
Transforms a geometry
Coordinate
into a Java2DPoint
, possibly with a mathematical transformation of the ordinate values. - pointTransformer - Variable in class org.locationtech.jts.awt.ShapeWriter
- pointWithMinAngleWithSegment(Coordinate[], Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- pointWitMinAngleWithX(Coordinate[], Coordinate) - Static method in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- POINTZ - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- polarCompare(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.ConvexHull.RadialComparator
-
Given two points p and q compare them with respect to their radial ordering about point o.
- poll() - Method in class org.locationtech.jts.util.PriorityQueue
-
Remove the smallest item from the priority queue.
- poly - Variable in class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- poly - Variable in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- poly - Variable in class org.locationtech.jtstest.testbuilder.PolygonNode
- POLY_HOLE - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
- POLY_SHELL - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.LineStringStyle
- Polygon - Class in org.locationtech.jts.geom
-
Represents a polygon with linear edges, which may include holes.
- Polygon(LinearRing, LinearRing[], GeometryFactory) - Constructor for class org.locationtech.jts.geom.Polygon
-
Constructs a
Polygon
with the given exterior boundary and interior boundaries. - Polygon(LinearRing, LinearRing[], PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.Polygon
-
Deprecated.Use GeometryFactory instead
- Polygon(LinearRing, PrecisionModel, int) - Constructor for class org.locationtech.jts.geom.Polygon
-
Deprecated.Use GeometryFactory instead
- POLYGON - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- POLYGON - Static variable in interface org.locationtech.jtstest.testbuilder.model.GeometryType
- POLYGON_SIZE - Static variable in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- Polygonal - Interface in org.locationtech.jts.geom
- PolygonalLineworkExtracter - Class in org.locationtech.jts.operation.overlay.validate
-
Extracts the LineStrings in the boundaries of all the polygonal elements in the target
Geometry
. - PolygonalLineworkExtracter() - Constructor for class org.locationtech.jts.operation.overlay.validate.PolygonalLineworkExtracter
- PolygonBuilder - Class in org.locationtech.jts.operation.overlay
-
Forms
Polygon
s out of a graph ofDirectedEdge
s. - PolygonBuilder(GeometryFactory) - Constructor for class org.locationtech.jts.operation.overlay.PolygonBuilder
- PolygonExtracter - Class in org.locationtech.jts.geom.util
- PolygonExtracter(List) - Constructor for class org.locationtech.jts.geom.util.PolygonExtracter
-
Constructs a PolygonExtracterFilter with a list in which to store Polygons found.
- PolygonHandler - Class in org.locationtech.jtstest.testbuilder.io.shapefile
-
Wrapper for a Shapefile polygon.
- PolygonHandler() - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
- PolygonHandler(int) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
- polygonize() - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Performs the polygonization, if it has not already been carried out.
- polygonize(Geometry) - Static method in class org.locationtech.jtstest.function.PolygonizeFunctions
- polygonize(Geometry, boolean) - Static method in class org.locationtech.jtstest.function.PolygonizeFunctions
- polygonizeAllErrors(Geometry) - Static method in class org.locationtech.jtstest.function.PolygonizeFunctions
- polygonizeCutEdges(Geometry) - Static method in class org.locationtech.jtstest.function.PolygonizeFunctions
- polygonizeDangles(Geometry) - Static method in class org.locationtech.jtstest.function.PolygonizeFunctions
- PolygonizeDirectedEdge - Class in org.locationtech.jts.operation.polygonize
-
A
DirectedEdge
of aPolygonizeGraph
, which represents an edge of a polygon formed by the graph. - PolygonizeDirectedEdge(Node, Node, Coordinate, boolean) - Constructor for class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Constructs a directed edge connecting the
from
node to theto
node. - PolygonizeEdge - Class in org.locationtech.jts.operation.polygonize
-
An edge of a polygonization graph.
- PolygonizeEdge(LineString) - Constructor for class org.locationtech.jts.operation.polygonize.PolygonizeEdge
- PolygonizeExample - Class in org.locationtech.jtsexample.operation.polygonize
-
Example of using Polygonizer class to polygonize a set of fully noded linestrings
- PolygonizeExample() - Constructor for class org.locationtech.jtsexample.operation.polygonize.PolygonizeExample
- PolygonizeFunctions - Class in org.locationtech.jtstest.function
- PolygonizeFunctions() - Constructor for class org.locationtech.jtstest.function.PolygonizeFunctions
- PolygonizeGraph - Class in org.locationtech.jts.operation.polygonize
-
Represents a planar graph of edges that can be used to compute a polygonization, and implements the algorithms to compute the
EdgeRings
formed by the graph. - PolygonizeGraph(GeometryFactory) - Constructor for class org.locationtech.jts.operation.polygonize.PolygonizeGraph
-
Create a new polygonization graph.
- polygonizeInvalidRingLines(Geometry) - Static method in class org.locationtech.jtstest.function.PolygonizeFunctions
- polygonizePolygonal(Geometry) - Static method in class org.locationtech.jtstest.function.PolygonizeFunctions
- Polygonizer - Class in org.locationtech.jts.operation.polygonize
-
Polygonizes a set of
Geometry
s which contain linework that represents the edges of a planar graph. - Polygonizer() - Constructor for class org.locationtech.jts.operation.polygonize.Polygonizer
-
Creates a polygonizer with the same
GeometryFactory
as the inputGeometry
s. - Polygonizer(boolean) - Constructor for class org.locationtech.jts.operation.polygonize.Polygonizer
-
Creates a polygonizer and allow specifying if only polygons which form a valid polygonal geometry are to be extracted.
- Polygonizer.LineStringAdder - Class in org.locationtech.jts.operation.polygonize
-
Adds every linear element in a
Geometry
into the polygonizer graph. - POLYGONM - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- PolygonNode - Class in org.locationtech.jtstest.testbuilder
- PolygonNode(Polygon, GeometryContext) - Constructor for class org.locationtech.jtstest.testbuilder.PolygonNode
- PolygonOverlayFunctions - Class in org.locationtech.jtstest.function
- PolygonOverlayFunctions() - Constructor for class org.locationtech.jtstest.function.PolygonOverlayFunctions
- polygonPath - Variable in class org.locationtech.jts.awt.PolygonShape
- polygons - Variable in class org.locationtech.jts.operation.union.UnaryUnionOp
- PolygonShape - Class in org.locationtech.jts.awt
-
A
Shape
which represents a polygon which may contain holes. - PolygonShape() - Constructor for class org.locationtech.jts.awt.PolygonShape
- PolygonShape(Coordinate[], Collection) - Constructor for class org.locationtech.jts.awt.PolygonShape
-
Creates a new polygon
Shape
. - PolygonStructureStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
-
Shows polygon structure (shells versus holes) by symbolizing the rings differently.
- PolygonStructureStyle(Color) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.PolygonStructureStyle
- PolygonTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- PolygonTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.PolygonTool
- PolygonUnionUsingBuffer - Class in org.locationtech.jtsexample.technique
-
Deprecated.It is now recommended to use Geometry.union() (unary union) instead of this technique.
- PolygonUnionUsingBuffer() - Constructor for class org.locationtech.jtsexample.technique.PolygonUnionUsingBuffer
-
Deprecated.
- POLYGONZ - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- polyList - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- polyPlane(Geometry) - Static method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Convenience method to create a Plane3DPolygon
- populate(List) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- populate(Geometry, int) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- populate(DoubleKeyMap) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- populateChildren() - Method in class org.locationtech.jtstest.testbuilder.GeometryNode
-
Lazily creates child nodes
- populateChildren(Coordinate[]) - Method in class org.locationtech.jtstest.testbuilder.LineStringNode
- populateList() - Method in class org.locationtech.jtstest.testbuilder.LayerControlList
- populateList() - Method in class org.locationtech.jtstest.testbuilder.LayerListPanel
- populateList() - Method in class org.locationtech.jtstest.testbuilder.TestListPanel
- PopupClickListener() - Constructor for class org.locationtech.jtstest.testbuilder.GeometryEditPanel.PopupClickListener
- position - Variable in class org.locationtech.jts.io.ByteArrayInStream
- Position - Class in org.locationtech.jts.geomgraph
-
A Position indicates the position of a Location relative to a graph component (Node, Edge, or Area).
- Position() - Constructor for class org.locationtech.jts.geomgraph.Position
- positiveIndex(double) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
- pow(int) - Method in class org.locationtech.jts.math.DD
-
Computes the value of this number raised to an integral power.
- powerOf2(int) - Static method in class org.locationtech.jts.index.quadtree.DoubleBits
- PrecisionFunctions - Class in org.locationtech.jtstest.function
- PrecisionFunctions() - Constructor for class org.locationtech.jtstest.function.PrecisionFunctions
- precisionModel - Variable in class org.locationtech.jts.algorithm.LineIntersector
-
If makePrecise is true, computed intersection coordinates will be made precise using Coordinate#makePrecise
- precisionModel - Variable in class org.locationtech.jts.geom.GeometryFactory
- precisionModel - Variable in class org.locationtech.jts.io.WKBReader
- precisionModel - Variable in class org.locationtech.jts.io.WKTReader
- precisionModel - Variable in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
- precisionModel - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- precisionModel - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- precisionModel - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- precisionModel - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- precisionModel - Variable in class org.locationtech.jtstest.testrunner.TestRun
- PrecisionModel - Class in org.locationtech.jts.geom
-
Specifies the precision model of the
Coordinate
s in aGeometry
. - PrecisionModel() - Constructor for class org.locationtech.jts.geom.PrecisionModel
-
Creates a
PrecisionModel
with a default precision of FLOATING. - PrecisionModel(double) - Constructor for class org.locationtech.jts.geom.PrecisionModel
-
Creates a
PrecisionModel
that specifies Fixed precision. - PrecisionModel(double, double, double) - Constructor for class org.locationtech.jts.geom.PrecisionModel
-
Deprecated.offsets are no longer supported, since internal representation is rounded floating point
- PrecisionModel(PrecisionModel) - Constructor for class org.locationtech.jts.geom.PrecisionModel
-
Copy constructor to create a new
PrecisionModel
from an existing one. - PrecisionModel(PrecisionModel.Type) - Constructor for class org.locationtech.jts.geom.PrecisionModel
-
Creates a
PrecisionModel
that specifies an explicit precision model type. - PrecisionModel.Type - Class in org.locationtech.jts.geom
-
The types of Precision Model which JTS supports.
- PrecisionModelDialog - Class in org.locationtech.jtstest.testbuilder
- PrecisionModelDialog() - Constructor for class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- PrecisionModelDialog(Frame, String, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- PrecisionModelExample - Class in org.locationtech.jtsexample.geom
-
An example showing the results of using different precision models in computations involving geometric constructions.
- PrecisionModelExample() - Constructor for class org.locationtech.jtsexample.geom.PrecisionModelExample
- precisionModelLabel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- precisionModelMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- precisionModelMenuItem_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- precisionModelPanel - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- PrecisionModelPanel - Class in org.locationtech.jtstest.testbuilder
- PrecisionModelPanel() - Constructor for class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- PrecisionReducerCoordinateOperation - Class in org.locationtech.jts.precision
- PrecisionReducerCoordinateOperation() - Constructor for class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer.PrecisionReducerCoordinateOperation
-
Deprecated.
- PrecisionReducerCoordinateOperation(PrecisionModel, boolean) - Constructor for class org.locationtech.jts.precision.PrecisionReducerCoordinateOperation
- precisionScaleFactor(Geometry, double, int) - Static method in class org.locationtech.jts.operation.buffer.BufferOp
-
Compute a scale factor to limit the precision of a given combination of Geometry and buffer distance.
- precModel - Variable in class org.locationtech.jts.precision.CoordinatePrecisionReducerFilter
- precModel - Variable in class org.locationtech.jts.util.GeometricShapeFactory
- predicates - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- prefix - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- prefix() - Method in class org.locationtech.jts.io.gml2.GMLWriter
- prepare(Geometry) - Static method in class org.locationtech.jts.geom.prep.PreparedGeometryFactory
-
Creates a new
PreparedGeometry
appropriate for the argumentGeometry
. - preparedContains(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.PreparedGeometryFunctions
- preparedContainsProperly(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.PreparedGeometryFunctions
- preparedCovers(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.PreparedGeometryFunctions
- PreparedGeometry - Interface in org.locationtech.jts.geom.prep
-
An interface for classes which prepare
Geometry
s in order to optimize the performance of repeated calls to specific geometric operations. - PreparedGeometryExample - Class in org.locationtech.jtsexample.geom.prep
-
Shows use of
PreparedGeometry
in a batch (repeated) operation. - PreparedGeometryExample() - Constructor for class org.locationtech.jtsexample.geom.prep.PreparedGeometryExample
- PreparedGeometryFactory - Class in org.locationtech.jts.geom.prep
-
A factory for creating
PreparedGeometry
s. - PreparedGeometryFactory() - Constructor for class org.locationtech.jts.geom.prep.PreparedGeometryFactory
- PreparedGeometryFunctions - Class in org.locationtech.jtstest.function
-
Function to execute PreparedGeometry methods which have optimized behaviour.
- PreparedGeometryFunctions() - Constructor for class org.locationtech.jtstest.function.PreparedGeometryFunctions
- PreparedGeometryIndex - Class in org.locationtech.jtsexample.technique
-
A spatial index which indexes
PreparedGeometry
s created from a set ofGeometry
s. - PreparedGeometryIndex() - Constructor for class org.locationtech.jtsexample.technique.PreparedGeometryIndex
-
Creates a new index
- PreparedGeometryOp() - Constructor for class org.locationtech.jtstest.geomop.PreparedGeometryOperation.PreparedGeometryOp
- PreparedGeometryOp() - Constructor for class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation.PreparedGeometryOp
- PreparedGeometryOperation - Class in org.locationtech.jtstest.geomop
-
A
GeometryOperation
which usesPreparedGeometry
s for applicable operations. - PreparedGeometryOperation() - Constructor for class org.locationtech.jtstest.geomop.PreparedGeometryOperation
- PreparedGeometryOperation(GeometryMethodOperation) - Constructor for class org.locationtech.jtstest.geomop.PreparedGeometryOperation
-
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. - PreparedGeometryOperation.PreparedGeometryOp - Class in org.locationtech.jtstest.geomop
- PreparedGeometryTeeOperation - Class in org.locationtech.jtstest.geomop
- PreparedGeometryTeeOperation() - Constructor for class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- PreparedGeometryTeeOperation(GeometryMethodOperation) - Constructor for class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
-
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. - PreparedGeometryTeeOperation.PreparedGeometryOp - Class in org.locationtech.jtstest.geomop
- preparedIntersects(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.PreparedGeometryFunctions
- PreparedLineString - Class in org.locationtech.jts.geom.prep
-
A prepared version for
Lineal
geometries. - PreparedLineString(Lineal) - Constructor for class org.locationtech.jts.geom.prep.PreparedLineString
- PreparedLineStringIntersects - Class in org.locationtech.jts.geom.prep
-
Computes the intersects spatial relationship predicate for a target
PreparedLineString
relative to otherGeometry
classes. - PreparedLineStringIntersects(PreparedLineString) - Constructor for class org.locationtech.jts.geom.prep.PreparedLineStringIntersects
-
Creates an instance of this operation.
- PreparedPoint - Class in org.locationtech.jts.geom.prep
-
A prepared version for
Puntal
geometries. - PreparedPoint(Puntal) - Constructor for class org.locationtech.jts.geom.prep.PreparedPoint
- PreparedPolygon - Class in org.locationtech.jts.geom.prep
-
A prepared version for
Polygonal
geometries. - PreparedPolygon(Polygonal) - Constructor for class org.locationtech.jts.geom.prep.PreparedPolygon
- PreparedPolygonContains - Class in org.locationtech.jts.geom.prep
-
Computes the contains spatial relationship predicate for a
PreparedPolygon
relative to all otherGeometry
classes. - PreparedPolygonContains(PreparedPolygon) - Constructor for class org.locationtech.jts.geom.prep.PreparedPolygonContains
-
Creates an instance of this operation.
- PreparedPolygonContainsProperly - Class in org.locationtech.jts.geom.prep
-
Computes the containsProperly spatial relationship predicate for
PreparedPolygon
s relative to all otherGeometry
classes. - PreparedPolygonContainsProperly(PreparedPolygon) - Constructor for class org.locationtech.jts.geom.prep.PreparedPolygonContainsProperly
-
Creates an instance of this operation.
- PreparedPolygonCovers - Class in org.locationtech.jts.geom.prep
-
Computes the covers spatial relationship predicate for a
PreparedPolygon
relative to all otherGeometry
classes. - PreparedPolygonCovers(PreparedPolygon) - Constructor for class org.locationtech.jts.geom.prep.PreparedPolygonCovers
-
Creates an instance of this operation.
- PreparedPolygonIntersects - Class in org.locationtech.jts.geom.prep
-
Computes the intersects spatial relationship predicate for
PreparedPolygon
s relative to all otherGeometry
classes. - PreparedPolygonIntersects(PreparedPolygon) - Constructor for class org.locationtech.jts.geom.prep.PreparedPolygonIntersects
-
Creates an instance of this operation.
- PreparedPolygonPredicate - Class in org.locationtech.jts.geom.prep
-
A base class for predicate operations on
PreparedPolygon
s. - PreparedPolygonPredicate(PreparedPolygon) - Constructor for class org.locationtech.jts.geom.prep.PreparedPolygonPredicate
-
Creates an instance of this operation.
- prepareEvents() - Method in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
-
Because Delete Events have a link to their corresponding Insert event, it is possible to compute exactly the range of events which must be compared to a given Insert event object.
- prepareEvents() - Method in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
-
Because DELETE events have a link to their corresponding INSERT event, it is possible to compute exactly the range of events which must be compared to a given INSERT event object.
- prepareResult(Geometry) - Method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- prepLine - Variable in class org.locationtech.jts.geom.prep.PreparedLineStringIntersects
- prepPoly - Variable in class org.locationtech.jts.geom.prep.PreparedPolygonPredicate
- preserveCollections - Variable in class org.locationtech.jts.geom.util.GeometryTransformer
-
true
if the output from a collection argument should still be a collection - preserveGeometryCollectionType - Variable in class org.locationtech.jts.geom.util.GeometryTransformer
-
true
if a homogenous collection result from aGeometryCollection
should still be a general GeometryCollection - preserveType - Variable in class org.locationtech.jts.geom.util.GeometryTransformer
-
true
if the type of the input should be preserved - preSort(Coordinate[]) - Method in class org.locationtech.jts.algorithm.ConvexHull
- prev - Variable in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- prev() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Returns the edge previous to this one (with dest being the same as this orig).
- prevCase() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- previousButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- prevNode() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Finds the first node previous to this edge, if any.
- print(boolean, Object) - Static method in class org.locationtech.jts.util.Debug
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.Edge
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.EdgeIntersectionList
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.EdgeList
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.Node
- print(PrintStream) - Method in class org.locationtech.jts.geomgraph.NodeMap
- print(PrintStream) - Method in class org.locationtech.jts.noding.SegmentNode
- print(PrintStream) - Method in class org.locationtech.jts.noding.SegmentNodeList
- print(PrintStream) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
- print(PrintStream) - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Prints a detailed string representation of this DirectedEdge to the given PrintStream.
- print(Object) - Static method in class org.locationtech.jts.util.Debug
- print(String) - Static method in class org.locationtech.jts.util.Debug
- printArgs - Variable in class org.locationtech.jts.util.Debug
- printDoc(PrintStream) - Method in class org.locationtech.jtstest.command.CommandLine
- printEdge(PrintStream) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- printEdges(PrintStream) - Method in class org.locationtech.jts.geomgraph.PlanarGraph
- printHelp() - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- printIfWatch(Object) - Static method in class org.locationtech.jts.util.Debug
- println() - Method in class org.locationtech.jts.util.Debug
- println(Object) - Static method in class org.locationtech.jts.util.Debug
- printNode(IntervalRTreeNode) - Method in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- printReverse(PrintStream) - Method in class org.locationtech.jts.geomgraph.Edge
- printTime(String) - Static method in class org.locationtech.jts.util.Debug
- printWatch() - Static method in class org.locationtech.jts.util.Debug
- PriorityQueue - Class in org.locationtech.jts.util
-
A priority queue over a set of
Comparable
objects. - PriorityQueue() - Constructor for class org.locationtech.jts.util.PriorityQueue
-
Creates a new empty priority queue
- process(Collection, SegmentIntersector) - Method in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector
-
Calls
SegmentIntersector.processIntersections(SegmentString, int, SegmentString, int)
for all candidate intersections between the given collection of SegmentStrings and the set of indexed segments. - process(Collection, SegmentIntersector) - Method in interface org.locationtech.jts.noding.SegmentSetMutualIntersector
-
Computes the intersections with a given set of
SegmentString
s, using the suppliedSegmentIntersector
. - process(Collection, SegmentIntersector) - Method in class org.locationtech.jts.noding.SimpleSegmentSetMutualIntersector
-
Calls
SegmentIntersector.processIntersections(SegmentString, int, SegmentString, int)
for all candidate intersections between the given collection of SegmentStrings and the set of base segments. - process(HalfEdge) - Method in class org.locationtech.jts.dissolve.LineDissolver
- process(LineString) - Method in class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- process(QuadEdgeTriangle, TraversalVisitor) - Method in class org.locationtech.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
- processIntersections(SegmentString, int, SegmentString, int) - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
This method is called by clients of the
SegmentIntersector
class to process intersections for two segments of theSegmentString
s being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in class org.locationtech.jts.noding.InteriorIntersectionFinderAdder
-
This method is called by clients of the
SegmentIntersector
class to process intersections for two segments of theSegmentString
s being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in class org.locationtech.jts.noding.IntersectionAdder
-
This method is called by clients of the
SegmentIntersector
class to process intersections for two segments of theSegmentString
s being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in class org.locationtech.jts.noding.IntersectionFinderAdder
-
Deprecated.This method is called by clients of the
SegmentIntersector
class to process intersections for two segments of theSegmentString
s being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
-
This method is called by clients of the
SegmentIntersector
class to process intersections for two segments of theSegmentString
s being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in interface org.locationtech.jts.noding.SegmentIntersector
-
This method is called by clients of the
SegmentIntersector
interface to process intersections for two segments of theSegmentString
s being intersected. - processOverlaps(int, int, SweepLineEvent, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
- processOverlaps(int, int, SweepLineEvent, SegmentIntersector) - Method in class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- processOverlaps(int, int, SweepLineInterval, SweepLineOverlapAction) - Method in class org.locationtech.jts.index.sweepline.SweepLineIndex
- processWindowEvent(WindowEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
-
Overridden so we can exit when window is closed
- processWindowEvent(WindowEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
-
Overridden so we can exit when window is closed
- product - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- project(Coordinate) - Method in class org.locationtech.jts.geom.LineSegment
-
Compute the projection of a point onto the line determined by this line segment.
- project(Coordinate) - Method in class org.locationtech.jts.linearref.LengthIndexedLine
-
Computes the index for the closest point on the line to the given point.
- project(Coordinate) - Method in class org.locationtech.jts.linearref.LocationIndexedLine
-
Computes the index for the closest point on the line to the given point.
- project(Coordinate, int) - Static method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- project(CoordinateSequence, int) - Static method in class org.locationtech.jts.operation.distance3d.PlanarPolygon3D
- project(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.LinearReferencingFunctions
- project(LineSegment) - Method in class org.locationtech.jts.geom.LineSegment
-
Project a line segment onto this line segment and return the resulting line segment.
- projectedSplitPoint(Segment, Coordinate) - Static method in class org.locationtech.jts.triangulate.NonEncroachingSplitPointFinder
-
Computes a split point which is the projection of the encroaching point on the segment
- projectIndex(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.LinearReferencingFunctions
- projectionFactor(Coordinate) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the Projection Factor for the projection of the point p onto this LineSegment.
- projectToXY(CoordinateSequence) - Static method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
-
Creates a wrapper projecting to the XY plane.
- projectToXZ(CoordinateSequence) - Static method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
-
Creates a wrapper projecting to the XZ plane.
- projectToYZ(CoordinateSequence) - Static method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
-
Creates a wrapper projecting to the YZ plane.
- PROP_SWING_DEFAULTLAF - Static variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- propagateSideLabels(int) - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- properIntersectionPoint - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- properIntersectionPoint - Variable in class org.locationtech.jts.noding.IntersectionAdder
- PROPERTY_TESTFILES - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- pruneEmptyGeometry - Variable in class org.locationtech.jts.geom.util.GeometryTransformer
-
true
if empty geometries should not be included in the result - pt - Variable in class org.locationtech.jts.algorithm.distance.PointPairDistance
- pt - Variable in exception org.locationtech.jts.geom.TopologyException
- pt - Variable in class org.locationtech.jts.index.bintree.Key
- pt - Variable in class org.locationtech.jts.index.quadtree.Key
- pt - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- pt - Variable in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- pt - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- pt - Variable in class org.locationtech.jts.operation.distance.GeometryLocation
- pt - Variable in class org.locationtech.jts.operation.IsSimpleOp.EndpointInfo
- pt - Variable in class org.locationtech.jts.operation.valid.TopologyValidationError
- pt - Variable in class org.locationtech.jts.planargraph.Node
-
The location of this Node
- pt - Variable in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- pt - Variable in exception org.locationtech.jts.triangulate.ConstraintEnforcementException
- pt - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
-
The actual coordinate for the location
- pt - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.Location
- pt - Variable in class org.locationtech.jtstest.testbuilder.PointNode
- ptCentSum - Variable in class org.locationtech.jts.algorithm.Centroid
- ptCount - Variable in class org.locationtech.jts.algorithm.Centroid
- ptDist - Variable in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
- ptInAreaLocation - Variable in class org.locationtech.jts.geomgraph.EdgeEndStar
-
The location of the point for this star in Geometry i Areas
- ptIndex - Variable in class org.locationtech.jts.geomgraph.index.SweepLineSegment
- ptList - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- ptLocator - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
- ptLocator - Variable in class org.locationtech.jts.operation.distance.DistanceOp
- ptLocator - Variable in class org.locationtech.jts.operation.overlay.LineBuilder
- ptLocator - Variable in class org.locationtech.jts.operation.overlay.OverlayOp
- ptLocator - Variable in class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
- ptLocator - Variable in class org.locationtech.jts.operation.relate.RelateComputer
- ptNotInList(Coordinate[], Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Finds a point in a list of points which is not contained in another list of points
- ptNotInList(Coordinate[], Coordinate[]) - Static method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Deprecated.Use CoordinateArrays.ptNotInList instead
- pts - Variable in class org.locationtech.jts.geom.util.PointExtracter
- pts - Variable in class org.locationtech.jts.geomgraph.Edge
- pts - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- pts - Variable in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- pts - Variable in class org.locationtech.jts.geomgraph.index.SweepLineSegment
- pts - Variable in class org.locationtech.jts.index.chain.MonotoneChain
- pts - Variable in class org.locationtech.jts.noding.BasicSegmentString
- pts - Variable in class org.locationtech.jts.noding.NodedSegmentString
- pts - Variable in class org.locationtech.jts.noding.OrientedCoordinateArray
- pts - Variable in class org.locationtech.jts.operation.distance.ConnectedElementPointFilter
- pts - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- pts - Variable in class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
- pts - Variable in class org.locationtech.jts.simplify.VWLineSimplifier
- pts - Variable in class org.locationtech.jts.util.CoordinateArrayFilter
- ptScaled - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- Puntal - Interface in org.locationtech.jts.geom
- put(Object, Object, Object) - Method in class org.locationtech.jtstest.function.DoubleKeyMap
- putDouble(double, byte[], int) - Static method in class org.locationtech.jts.io.ByteOrderValues
- putInt(int, byte[], int) - Static method in class org.locationtech.jts.io.ByteOrderValues
- putLong(long, byte[], int) - Static method in class org.locationtech.jts.io.ByteOrderValues
- pV - Variable in class org.locationtech.jtstest.testbuilder.ui.style.VertexStyle
Q
- q0 - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- q1 - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- QuadEdge - Class in org.locationtech.jts.triangulate.quadedge
-
A class that represents the edge data structure which implements the quadedge algebra.
- QuadEdge() - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Quadedges must be made using
QuadEdge.makeEdge(org.locationtech.jts.triangulate.quadedge.Vertex,org.locationtech.jts.triangulate.quadedge.Vertex)
, to ensure proper construction. - QuadEdgeLocator - Interface in org.locationtech.jts.triangulate.quadedge
-
An interface for classes which locate an edge in a
QuadEdgeSubdivision
which either contains a givenVertex
V or is an edge of a triangle which contains V. - quadEdges - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- QuadEdgeSubdivision - Class in org.locationtech.jts.triangulate.quadedge
-
A class that contains the
QuadEdge
s representing a planar subdivision that models a triangulation. - QuadEdgeSubdivision(Envelope, double) - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Creates a new instance of a quad-edge subdivision based on a frame triangle that encloses a supplied bounding box.
- QuadEdgeSubdivision.TriangleCircumcentreVisitor - Class in org.locationtech.jts.triangulate.quadedge
-
A TriangleVisitor which computes and sets the circumcentre as the origin of the dual edges originating in each triangle.
- QuadEdgeSubdivision.TriangleCoordinatesVisitor - Class in org.locationtech.jts.triangulate.quadedge
- QuadEdgeSubdivision.TriangleEdgesListVisitor - Class in org.locationtech.jts.triangulate.quadedge
- QuadEdgeSubdivision.TriangleVertexListVisitor - Class in org.locationtech.jts.triangulate.quadedge
- QuadEdgeTriangle - Class in org.locationtech.jts.triangulate.quadedge
-
Models a triangle formed from
QuadEdge
s in aQuadEdgeSubdivision
which forms a triangulation. - QuadEdgeTriangle(QuadEdge[]) - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Creates a new triangle from the given edges.
- QuadEdgeTriangle.QuadEdgeTriangleBuilderVisitor - Class in org.locationtech.jts.triangulate.quadedge
- QuadEdgeTriangleBuilderVisitor() - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle.QuadEdgeTriangleBuilderVisitor
- QuadEdgeUtil - Class in org.locationtech.jts.triangulate.quadedge
-
Utilities for working with
QuadEdge
s. - QuadEdgeUtil() - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdgeUtil
- quadrant - Variable in class org.locationtech.jts.geomgraph.EdgeEnd
- quadrant - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- quadrant(double, double) - Static method in class org.locationtech.jts.geomgraph.Quadrant
-
Returns the quadrant of a directed line segment (specified as x and y displacements, which cannot both be 0).
- quadrant(Coordinate, Coordinate) - Static method in class org.locationtech.jts.geomgraph.Quadrant
-
Returns the quadrant of a directed line segment from p0 to p1.
- quadrant(Coordinate, Coordinate, Coordinate[]) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- Quadrant - Class in org.locationtech.jts.geomgraph
-
Utility functions for working with quadrants, which are numbered as follows:
- Quadrant() - Constructor for class org.locationtech.jts.geomgraph.Quadrant
- quadrantSegments - Variable in class org.locationtech.jts.operation.buffer.BufferParameters
- quadSegments - Variable in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- Quadtree - Class in org.locationtech.jts.index.quadtree
-
A Quadtree is a spatial index structure for efficient range querying of items bounded by 2D rectangles.
- Quadtree() - Constructor for class org.locationtech.jts.index.quadtree.Quadtree
-
Constructs a Quadtree with zero items.
- quadTreeQuery(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- query(double) - Method in class org.locationtech.jts.index.bintree.Bintree
- query(double) - Method in class org.locationtech.jts.index.strtree.SIRtree
-
Returns items whose bounds intersect the given value.
- query(double, double) - Method in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.IntervalIndexedGeometry
- query(double, double) - Method in class org.locationtech.jts.index.strtree.SIRtree
-
Returns items whose bounds intersect the given bounds.
- query(double, double, ItemVisitor) - Method in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.IntervalIndexedGeometry
- query(double, double, ItemVisitor) - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeBranchNode
- query(double, double, ItemVisitor) - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeLeafNode
- query(double, double, ItemVisitor) - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
- query(double, double, ItemVisitor) - Method in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
-
Search for intervals in the index which intersect the given closed interval and apply the visitor to them.
- query(Object) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Also builds the tree, if necessary.
- query(Object, ItemVisitor) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Also builds the tree, if necessary.
- query(Envelope) - Method in class org.locationtech.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index.
- query(Envelope) - Method in class org.locationtech.jts.index.quadtree.Quadtree
-
Queries the tree and returns items which may lie in the given search envelope.
- query(Envelope) - Method in interface org.locationtech.jts.index.SpatialIndex
-
Queries the index for all items whose extents intersect the given search
Envelope
Note that some kinds of indexes may also return objects which do not in fact intersect the query envelope. - query(Envelope) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Returns items whose bounds intersect the given envelope.
- query(Envelope, List) - Method in class org.locationtech.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index.
- query(Envelope, ItemVisitor) - Method in class org.locationtech.jts.index.quadtree.Quadtree
-
Queries the tree and visits items which may lie in the given search envelope.
- query(Envelope, ItemVisitor) - Method in interface org.locationtech.jts.index.SpatialIndex
-
Queries the index for all items whose extents intersect the given search
Envelope
, and applies anItemVisitor
to them. - query(Envelope, ItemVisitor) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Returns items whose bounds intersect the given envelope.
- query(Envelope, KdNodeVisitor) - Method in class org.locationtech.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index and visits all nodes found.
- query(Geometry) - Method in class org.locationtech.jtsexample.technique.PreparedGeometryIndex
-
Finds all
PreparedGeometry
s which might interact with a queryGeometry
. - query(LineSegment) - Method in class org.locationtech.jts.simplify.LineSegmentIndex
- query(Interval) - Method in class org.locationtech.jts.index.bintree.Bintree
-
Queries the tree to find all candidate items which may overlap the query interval.
- query(Interval, Collection) - Method in class org.locationtech.jts.index.bintree.Bintree
-
Adds items in the tree which potentially overlap the query interval to the given collection.
- queryAll() - Method in class org.locationtech.jts.index.quadtree.Quadtree
-
Return a list of all items in the Quadtree
- queryEnvelope() - Method in class org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- queryInternal(Object, AbstractNode, List) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- queryInternal(Object, AbstractNode, ItemVisitor) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- queryNode(KdNode, Envelope, boolean, KdNodeVisitor) - Method in class org.locationtech.jts.index.kdtree.KdTree
- queryPt - Variable in class org.locationtech.jts.precision.SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter
- queryPt - Variable in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- queryPt - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearVerticesFilter
- querySeg - Variable in class org.locationtech.jts.simplify.LineSegmentVisitor
R
- R_PAREN - Static variable in class org.locationtech.jts.io.WKTReader
- RadialComparator(Coordinate) - Constructor for class org.locationtech.jts.algorithm.ConvexHull.RadialComparator
- RadioButtonEditor(JCheckBox) - Constructor for class org.locationtech.jtstest.testbuilder.LayerControlList.RadioButtonEditor
- RadioButtonRenderer() - Constructor for class org.locationtech.jtstest.testbuilder.LayerControlList.RadioButtonRenderer
- radius - Variable in class org.locationtech.jts.algorithm.MinimumBoundingCircle
- ranAtLeastOnce - Variable in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- randomLineString(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomPointInCell(double, double, double, double) - Method in class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
- randomPointInCircle(double, double, double, double) - Static method in class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
- randomPointInGridCell(double, double, double, double) - Method in class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
- randomPointInTriangle(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomPoints(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- RandomPointsBuilder - Class in org.locationtech.jts.shape.random
-
Creates random point sets contained in a region defined by either a rectangular or a polygonal extent.
- RandomPointsBuilder() - Constructor for class org.locationtech.jts.shape.random.RandomPointsBuilder
-
Create a shape factory which will create shapes using the default
GeometryFactory
. - RandomPointsBuilder(GeometryFactory) - Constructor for class org.locationtech.jts.shape.random.RandomPointsBuilder
-
Create a shape factory which will create shapes using the given
GeometryFactory
. - randomPointsInGrid(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- RandomPointsInGridBuilder - Class in org.locationtech.jts.shape.random
-
Creates random point sets where the points are constrained to lie in the cells of a grid.
- RandomPointsInGridBuilder() - Constructor for class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
-
Create a builder which will create shapes using the default
GeometryFactory
. - RandomPointsInGridBuilder(GeometryFactory) - Constructor for class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
-
Create a builder which will create shapes using the given
GeometryFactory
. - randomPointsInGridCircles(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomPointsInGridWithGutter(Geometry, int, double) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomPointsInPolygon(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomPointsInTriangle(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomPtInRectangleAround(Coordinate, double, double) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomQuadrant(int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomRadialPoints(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomRectilinearWalk(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomSegments(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- randomSegmentsInGrid(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateRandomShapeFunctions
- RayCrossingCounter - Class in org.locationtech.jts.algorithm
-
Counts the number of segments crossed by a horizontal ray extending to the right from a given point, in an incremental fashion.
- RayCrossingCounter(Coordinate) - Constructor for class org.locationtech.jts.algorithm.RayCrossingCounter
- rbA - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbA_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbB - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbB_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbFixed - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- rbFixed_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- rbFloating - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- rbFloating_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- rbFloatingSingle - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- rbFloatingSingle_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- rbGeomLineString_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbGeomPoint_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbGeomPolygon_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbGML - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbGML_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbJTSJava - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbNoEdit - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbNoEdit_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- rbSVG - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbSVG_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbTestCaseJava - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbTestCaseJava_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rButtonPanel - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- rButtonPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- rbWKB - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbWKB_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbWKT - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbWKT_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbWKTFormatted - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbWKTFormatted_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbXML - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbXML_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbXMLWKB - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rbXMLWKB_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- rCopyButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- rdr - Static variable in class org.locationtech.jtsexample.linearref.LinearRefExample
- rdr - Variable in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- read() - Method in class org.locationtech.jts.io.WKBHexFileReader
-
Reads a sequence of geometries.
- read() - Method in class org.locationtech.jts.io.WKTFileReader
-
Reads a sequence of geometries.
- read() - Method in class org.locationtech.jtsexample.io.gml2.KMLReader
- read(byte[]) - Method in class org.locationtech.jts.io.ByteArrayInStream
-
Reads up to buf.length bytes from the stream into the given byte buffer.
- read(byte[]) - Method in class org.locationtech.jts.io.InputStreamInStream
- read(byte[]) - Method in interface org.locationtech.jts.io.InStream
-
Reads
buf.length
bytes from the input stream and stores them in the supplied buffer. - read(byte[]) - Method in class org.locationtech.jts.io.WKBReader
-
Reads a single
Geometry
in WKB format from a byte array. - read(PathIterator) - Method in class org.locationtech.jts.awt.ShapeReader
-
Converts a flat path to a
Geometry
. - read(PathIterator, GeometryFactory) - Static method in class org.locationtech.jts.awt.ShapeReader
-
Converts a flat path to a
Geometry
. - read(Shape, double, GeometryFactory) - Static method in class org.locationtech.jts.awt.ShapeReader
-
Converts a Shape to a Geometry, flattening it first.
- read(BufferedReader) - Method in class org.locationtech.jts.io.WKBHexFileReader
- read(BufferedReader) - Method in class org.locationtech.jts.io.WKTFileReader
- read(Reader) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
-
Reads a GeoJson Geometry from a
Reader
into a singleGeometry
. - read(Reader) - Method in class org.locationtech.jts.io.WKTReader
-
Reads a Well-Known Text representation of a
Geometry
from aReader
. - read(Reader, GeometryFactory) - Method in class org.locationtech.jts.io.gml2.GMLReader
-
Reads a GML2 Geometry from a
Reader
into a singleGeometry
If a collection of Geometries is found, aGeometryCollection
is returned. - read(String) - Method in class org.locationtech.jts.io.geojson.GeoJsonReader
-
Reads a GeoJson Geometry from a String into a single
Geometry
. - read(String) - Method in class org.locationtech.jts.io.WKTReader
-
Reads a Well-Known Text representation of a
Geometry
from aString
. - read(String) - Method in class org.locationtech.jtsexample.operation.linemerge.LineMergeExample
- read(String) - Method in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- read(String) - Method in class org.locationtech.jtstest.util.io.MultiFormatReader
- read(String) - Method in class org.locationtech.jtstest.util.io.WKTOrWKBReader
- read(String, Font, double, GeometryFactory) - Static method in class org.locationtech.jts.awt.FontGlyphReader
-
Converts text rendered in the given
Font
to aGeometry
- read(String, Font, GeometryFactory) - Static method in class org.locationtech.jts.awt.FontGlyphReader
-
Converts text rendered in the given
Font
to aGeometry
using a standard flatness factor. - read(String, String, int, GeometryFactory) - Static method in class org.locationtech.jts.awt.FontGlyphReader
-
Converts text rendered in the given font and pointsize to a
Geometry
using a standard flatness factor. - read(String, GeometryFactory) - Method in class org.locationtech.jts.io.gml2.GMLReader
-
Reads a GML2 Geometry from a String into a single
Geometry
If a collection of geometries is found, aGeometryCollection
is returned. - read(GeometryFactory) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
-
Initialises a shapefile from disk.
- read(InStream) - Method in class org.locationtech.jts.io.WKBReader
- read(EndianDataInputStream, GeometryFactory, int) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler
- read(EndianDataInputStream, GeometryFactory, int) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler
- read(EndianDataInputStream, GeometryFactory, int) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler
- read(EndianDataInputStream, GeometryFactory, int) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
- read(EndianDataInputStream, GeometryFactory, int) - Method in interface org.locationtech.jtstest.testbuilder.io.shapefile.ShapeHandler
- readArgs(String[]) - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- readByte() - Method in class org.locationtech.jts.io.ByteOrderDataInStream
-
Reads a byte value
- readByteBE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in BigEndian - the same as LE because its only 1 byte
- readByteLE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in LittleEndian - the same as BE because its only 1 byte
- readByteLEnum(byte[]) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in LittleEndian - the same as BE because its only 1 byte
- readCoordinate() - Method in class org.locationtech.jts.io.WKBReader
-
Reads a coordinate value with the specified dimensionality.
- readCoordinateSequence(int) - Method in class org.locationtech.jts.io.WKBReader
- readCoordinateSequenceLineString(int) - Method in class org.locationtech.jts.io.WKBReader
- readCoordinateSequenceRing(int) - Method in class org.locationtech.jts.io.WKBReader
- readDouble() - Method in class org.locationtech.jts.io.ByteOrderDataInStream
- readDoubleBE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 64bit double in BE
- readDoubleLE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 64bit double in LE
- reader - Variable in class org.locationtech.jts.io.WKBHexFileReader
- reader - Variable in class org.locationtech.jts.io.WKTFileReader
- reader - Variable in class org.locationtech.jtsexample.operation.linemerge.LineMergeExample
- reader - Variable in class org.locationtech.jtsexample.precision.EnhancedPrecisionOpExample
- readFeatureCollection(String) - Method in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
-
Extracts all Geometry object substrings and reads them
- readFile(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readGeoJSON(String) - Method in class org.locationtech.jtstest.util.io.MultiFormatReader
- readGeoJSONFile(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readGeoJSONString(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readGeometry() - Method in class org.locationtech.jts.io.WKBReader
- readGeometry(String) - Method in class org.locationtech.jtstest.util.io.GeoJsonMultiReader
- readGeometry(Element, File) - Method in class org.locationtech.jtstest.testrunner.TestReader
- readGeometryCollection() - Method in class org.locationtech.jts.io.WKBReader
- readGeometryCollectionText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
GeometryCollection
using the next token in the stream. - readGeometryTaggedText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
Geometry
using the next token in the stream. - readGeometryText(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- readGML(String) - Method in class org.locationtech.jtstest.util.io.MultiFormatReader
- readGMLFile(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readGMLString(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readIndex(InputStream) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- readInt() - Method in class org.locationtech.jts.io.ByteOrderDataInStream
- readIntBE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 32bit int in BE
- readIntLE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 32bit int in LE
- readLinearRing() - Method in class org.locationtech.jts.io.WKBReader
- readLinearRingText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
LinearRing
using the next token in the stream. - readLineString() - Method in class org.locationtech.jts.io.WKBReader
- readLineStringText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
LineString
using the next token in the stream. - readLong() - Method in class org.locationtech.jts.io.ByteOrderDataInStream
- readLongBE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 64bit long in BE
- readLongLE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 64bit long in LE
- readMultiLineString() - Method in class org.locationtech.jts.io.WKBReader
- readMultiLineStringText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
MultiLineString
using the next token in the stream. - readMultiPoint() - Method in class org.locationtech.jts.io.WKBReader
- readMultiPointText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
MultiPoint
using the next tokens in the stream. - readMultiPolygon() - Method in class org.locationtech.jts.io.WKBReader
- readMultiPolygonText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
MultiPolygon
using the next token in the stream. - readNextNode() - Method in class org.locationtech.jts.noding.NodeVertexIterator
- readOnly - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- readOptions(String[]) - Static method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- readPoint() - Method in class org.locationtech.jts.io.WKBReader
- readPointText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
Point
using the next token in the stream. - readPolygon() - Method in class org.locationtech.jts.io.WKBReader
- readPolygonText() - Method in class org.locationtech.jts.io.WKTReader
-
Creates a
Polygon
using the next token in the stream. - readResolve() - Method in class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- readResolve() - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
- readResolve() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- readResolve() - Method in class org.locationtech.jts.geom.PrecisionModel.Type
- readShapefile(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readShortBE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 16bit short in BE
- readShortLE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 16bit short in LE
- readStream(GeometryFactory) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
-
Initialises a shapefile from disk.
- readText(File) - Static method in class org.locationtech.jtstest.util.FileUtil
-
Gets the contents of a text file as a single String
- readText(String) - Static method in class org.locationtech.jtstest.util.FileUtil
- readUnsignedByteBE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in BigEndian - the same as LE because its only 1 byte.
- readUnsignedByteLE() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in LittleEndian - the same as BE because its only 1 byte.
- readWKBHexFile(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readWKBHexString(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readWKTFile(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
- readWKTString(String, GeometryFactory) - Static method in class org.locationtech.jtstest.util.io.IOUtil
-
Reads one or more WKT geometries from a string.
- reciprocal() - Method in class org.locationtech.jts.math.DD
-
Returns a DoubleDouble whose value is 1 / this.
- recordIsolated - Variable in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- recordLabel(Point) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- recordNumber - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- rectangle - Variable in class org.locationtech.jts.operation.predicate.RectangleIntersects
- RectangleContains - Class in org.locationtech.jts.operation.predicate
-
Optimized implementation of the contains spatial predicate for cases where the first
Geometry
is a rectangle. - RectangleContains(Polygon) - Constructor for class org.locationtech.jts.operation.predicate.RectangleContains
-
Create a new contains computer for two geometries.
- RectangleIntersects - Class in org.locationtech.jts.operation.predicate
-
Implementation of the intersects spatial predicate optimized for the case where one
Geometry
is a rectangle. - RectangleIntersects(Polygon) - Constructor for class org.locationtech.jts.operation.predicate.RectangleIntersects
-
Create a new intersects computer for a rectangle.
- RectangleIntersectsSegmentVisitor - Class in org.locationtech.jts.operation.predicate
-
A visitor to test for intersection between the query rectangle and the line segments of the geometry.
- RectangleIntersectsSegmentVisitor(Polygon) - Constructor for class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
-
Creates a visitor for checking rectangle intersection with segments
- RectangleLineIntersector - Class in org.locationtech.jts.algorithm
-
Computes whether a rectangle intersects line segments.
- RectangleLineIntersector(Envelope) - Constructor for class org.locationtech.jts.algorithm.RectangleLineIntersector
-
Creates a new intersector for the given query rectangle, specified as an
Envelope
. - RectangleTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- RectangleTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.RectangleTool
- rectEnv - Variable in class org.locationtech.jts.algorithm.RectangleLineIntersector
- rectEnv - Variable in class org.locationtech.jts.operation.predicate.EnvelopeIntersectsVisitor
- rectEnv - Variable in class org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor
- rectEnv - Variable in class org.locationtech.jts.operation.predicate.RectangleContains
- rectEnv - Variable in class org.locationtech.jts.operation.predicate.RectangleIntersects
- rectEnv - Variable in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- rectIntersector - Variable in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- rectSeq - Variable in class org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor
- recursionLevelForSize(int) - Static method in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- recursionLevelForSize(int) - Static method in class org.locationtech.jts.shape.fractal.SierpinskiCarpetBuilder
- redrawIndicator() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- redrawShape(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- reduce(Coordinate[]) - Method in class org.locationtech.jts.algorithm.ConvexHull
-
Uses a heuristic to reduce the number of points scanned to compute the hull.
- reduce(Geometry) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
- reduce(Geometry) - Method in class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.
- reduce(Geometry, PrecisionModel) - Static method in class org.locationtech.jts.precision.GeometryPrecisionReducer
-
Convenience method for doing precision reduction on a single geometry, with collapses removed and keeping the geometry precision model the same, and preserving polygonal topology.
- reduce(Geometry, PrecisionModel) - Static method in class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.Convenience method for doing precision reduction on a single geometry, with collapses removed and keeping the geometry precision model the same.
- reducePointwise(Geometry) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
- reducePointwise(Geometry, PrecisionModel) - Static method in class org.locationtech.jts.precision.GeometryPrecisionReducer
-
Convenience method for doing pointwise precision reduction on a single geometry, with collapses removed and keeping the geometry precision model the same, but NOT preserving valid polygonal topology.
- reducePrecision(Geometry, double) - Static method in class org.locationtech.jtstest.function.PrecisionFunctions
- reducePrecisionPointwise(Geometry, double) - Static method in class org.locationtech.jtstest.function.PrecisionFunctions
- reduceToGeometries(List) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Reduces a tree of geometries to a list of geometries by recursively unioning the subtrees in the list.
- reflect(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a reflection transformation composed with the current value.
- reflect(double, double, double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a reflection transformation composed with the current value.
- reflectInX(Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- reflectInY(Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- reflectionInstance(double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a reflection about the line (0,0) - (x,y).
- reflectionInstance(double, double, double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a reflection about the line (x0,y0) - (x1,y1).
- refresh() - Method in class org.locationtech.jtstest.testbuilder.StatsPanel
- registerListSelectionListener() - Method in class org.locationtech.jtstest.testbuilder.LayerListPanel
- registerListSelectionListener() - Method in class org.locationtech.jtstest.testbuilder.TestListPanel
- registerListSelectionListener(ListSelectionListener) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- registerMouseListener(MouseListener) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel
- registry - Variable in class org.locationtech.jtstest.geomop.GeometryFunctionOperation
- relate - Variable in class org.locationtech.jts.operation.relate.RelateOp
- relate(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Returns the DE-9IM
IntersectionMatrix
for the twoGeometry
s. - relate(Geometry, String) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether the elements in the DE-9IM
IntersectionMatrix
for the twoGeometry
s match the elements inintersectionPattern
. - relate(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.relate.RelateOp
-
Computes the
IntersectionMatrix
for the spatial relationship between twoGeometry
s, using the default (OGC SFS) Boundary Node Rule - relate(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- relate(Geometry, Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- relate(Geometry, Geometry, BoundaryNodeRule) - Static method in class org.locationtech.jts.operation.relate.RelateOp
-
Computes the
IntersectionMatrix
for the spatial relationship between twoGeometry
s using a specified Boundary Node Rule. - relateBB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- relateBE - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- relateBI - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- RelateComputer - Class in org.locationtech.jts.operation.relate
-
Computes the topological relationship between two Geometries.
- RelateComputer(GeometryGraph[]) - Constructor for class org.locationtech.jts.operation.relate.RelateComputer
- relateEB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- relateEE - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- relateEI - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- relateIB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- relateIE - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- relateII - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- RelateNode - Class in org.locationtech.jts.operation.relate
-
Represents a node in the topological graph used to compute spatial relationships.
- RelateNode(Coordinate, EdgeEndStar) - Constructor for class org.locationtech.jts.operation.relate.RelateNode
- RelateNodeFactory - Class in org.locationtech.jts.operation.relate
- RelateNodeFactory() - Constructor for class org.locationtech.jts.operation.relate.RelateNodeFactory
- RelateNodeGraph - Class in org.locationtech.jts.operation.relate
-
Implements the simple graph of Nodes and EdgeEnd which is all that is required to determine topological relationships between Geometries.
- RelateNodeGraph() - Constructor for class org.locationtech.jts.operation.relate.RelateNodeGraph
- RelateOp - Class in org.locationtech.jts.operation.relate
-
Implements the SFS relate() generalized spatial predicate on two
Geometry
s. - RelateOp(Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.relate.RelateOp
-
Creates a new Relate operation, using the default (OGC SFS) Boundary Node Rule.
- RelateOp(Geometry, Geometry, BoundaryNodeRule) - Constructor for class org.locationtech.jts.operation.relate.RelateOp
-
Creates a new Relate operation with a specified Boundary Node Rule.
- relatePanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- RelatePanel - Class in org.locationtech.jtstest.testbuilder
- RelatePanel() - Constructor for class org.locationtech.jtstest.testbuilder.RelatePanel
- relateTabPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- relativeSign(double, double) - Static method in class org.locationtech.jts.noding.SegmentPointComparator
- releaseInfo - Static variable in class org.locationtech.jts.JTSVersion
-
An optional string providing further release info (such as "alpha 1");
- remove() - Method in class org.locationtech.jts.geom.GeometryCollectionIterator
-
Removal is not supported.
- remove() - Method in class org.locationtech.jts.noding.NodeVertexIterator
-
Not implemented.
- remove() - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Removes this directed edge from its containing graph.
- remove() - Method in class org.locationtech.jts.planargraph.Edge
-
Removes this edge from its containing graph.
- remove() - Method in class org.locationtech.jts.planargraph.Node
-
Removes this node from its containing graph.
- remove() - Method in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- remove(int) - Method in class org.locationtech.jtstest.test.TestCaseList
- remove(Component) - Static method in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Removes the drag-and-drop hooks from the component and optionally from the all children.
- remove(PrintStream, Component, boolean) - Static method in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Removes the drag-and-drop hooks from the component and optionally from the all children.
- remove(Object, Object) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
-
Removes an item from the tree.
- remove(Object, AbstractNode, Object) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- remove(Coordinate) - Method in class org.locationtech.jts.planargraph.NodeMap
-
Removes the Node at the given location, and returns it (or null if no Node was there).
- remove(Envelope, Object) - Method in class org.locationtech.jts.index.quadtree.NodeBase
-
Removes a single item from this subtree.
- remove(Envelope, Object) - Method in class org.locationtech.jts.index.quadtree.Quadtree
-
Removes a single item from the tree.
- remove(Envelope, Object) - Method in interface org.locationtech.jts.index.SpatialIndex
-
Removes a single item from the tree.
- remove(Envelope, Object) - Method in class org.locationtech.jts.index.strtree.STRtree
-
Removes a single item from the tree.
- remove(LineSegment) - Method in class org.locationtech.jts.simplify.LineSegmentIndex
- remove(Interval, Object) - Method in class org.locationtech.jts.index.bintree.Bintree
-
Removes a single item from the tree.
- remove(Interval, Object) - Method in class org.locationtech.jts.index.bintree.NodeBase
-
Removes a single item from this subtree.
- remove(DirectedEdge) - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
-
Drops a member of this DirectedEdgeStar.
- remove(DirectedEdge) - Method in class org.locationtech.jts.planargraph.Node
-
Removes a
DirectedEdge
incident on this node. - remove(DirectedEdge) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Removes a
DirectedEdge
from its from-Node
and from this graph. - remove(Edge) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Removes an
Edge
and its associatedDirectedEdge
s from their from-Nodes and from the graph. - remove(Node) - Method in class org.locationtech.jts.planargraph.PlanarGraph
-
Removes a node from the graph, along with any associated DirectedEdges and Edges.
- remove(TaggedLineString, int, int) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
-
Remove the segs in the section of the line
- remove(Test) - Method in class org.locationtech.jtstest.testrunner.TestCase
- removeArgument(int) - Method in class org.locationtech.jtstest.testrunner.Test
- removeCollapsed - Variable in class org.locationtech.jts.precision.GeometryPrecisionReducer
- removeCollapsed - Variable in class org.locationtech.jts.precision.PrecisionReducerCoordinateOperation
- removeCollapsed - Variable in class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.
- removeCommonBits(Geometry) - Method in class org.locationtech.jts.precision.CommonBitsOp
-
Computes a copy of the input
Geometry
with the calculated common bits removed from each coordinate. - removeCommonBits(Geometry) - Method in class org.locationtech.jts.precision.CommonBitsRemover
-
Removes the common coordinate bits from a Geometry.
- removeCommonBits(Geometry[]) - Method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- removeCommonBits(Geometry, Geometry) - Method in class org.locationtech.jts.precision.CommonBitsOp
-
Computes a copy of each input
Geometry
s with the calculated common bits removed from each coordinate. - removeConsecutiveDuplicates(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Replaces consecutive instances of characters with single instances.
- removeDuplicatePoints - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- removeDuplicatePoints(Coordinate[]) - Static method in class org.locationtech.jtstest.clean.CleanDuplicatePoints
- removeFileButton - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- removeFileButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- removeFromEnd(String, String) - Static method in class org.locationtech.jtstest.util.StringUtil
- removeGeometryFunctionListener(GeometryFunctionListener) - Method in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- removeGeometryListener(GeometryListener) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- removeItem(AbstractNode, Object) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- removeNull(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Collapses a coordinate array to remove all null elements.
- removeRepeatedPoints(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
If the coordinate array argument has repeated points, constructs a new array containing no repeated points.
- removeSpatialFunctionPanelListener(SpatialFunctionPanelListener) - Method in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- removeSpatialFunctionPanelListener(SpatialFunctionPanelListener) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- removeTreeModelListener(TreeModelListener) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
-
Removes a listener previously added with addTreeModelListener().
- removeValidPanelListener(ValidPanelListener) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- removeVowels(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Removes vowels from the string.
- removeVowelsSkipStarts(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Removes vowels from the string except those that start words.
- render() - Method in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- render(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- render(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- render(Graphics2D) - Method in interface org.locationtech.jtstest.testbuilder.ui.render.Renderer
-
Renders the scene to the graphics context.
- render(Graphics2D, Viewport, Geometry, Layer) - Method in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- renderCustomFill(Graphics2D, Viewport, Geometry, Layer) - Method in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- renderer - Variable in class org.locationtech.jtstest.testbuilder.ui.render.RendererSwingWorker
- Renderer - Interface in org.locationtech.jtstest.testbuilder.ui.render
-
A process object which renders a scene to a graphics context and allows cancellation.
- RendererSwingWorker - Class in org.locationtech.jtstest.testbuilder.ui.render
- RendererSwingWorker(Renderer, Image) - Constructor for class org.locationtech.jtstest.testbuilder.ui.render.RendererSwingWorker
- renderGeom(Graphics2D, Viewport, Geometry, Style) - Method in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- renderLayers(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- renderMagnifiedVertexMask(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- renderMagnifiedVertexShadows(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- renderMagnifiedVertices(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- renderMagnifyWarning(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- RenderManager - Class in org.locationtech.jtstest.testbuilder.ui.render
- RenderManager(GeometryEditPanel) - Constructor for class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- renderMgr - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- reorder(int) - Method in class org.locationtech.jts.util.PriorityQueue
-
Internal method to percolate down in the heap.
- repaintTimer - Variable in class org.locationtech.jtstest.testbuilder.ui.render.OperationMonitorManager
- repaintTimer - Variable in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- repeatableArgIndex(GeometryFunction) - Static method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- repeatAnnotation() - Method in class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- REPEATED_POINT - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Deprecated.
- repeatedCoord - Variable in class org.locationtech.jts.operation.valid.RepeatedPointTester
- RepeatedPointTester - Class in org.locationtech.jts.operation.valid
-
Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined in the JTS spec.
- RepeatedPointTester() - Constructor for class org.locationtech.jts.operation.valid.RepeatedPointTester
- repeatedUnion(List) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- RepeaterGeometryFunction - Class in org.locationtech.jtstest.geomfunction
- RepeaterGeometryFunction(GeometryFunction, int) - Constructor for class org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
- replace(StringBuffer, String, String, boolean) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Replaces all instances of the String o with the String n in the StringBuffer orig if all is true, or only the first instance if all is false.
- replace(String, char, String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns a string with all occurrences of oldChar replaced by newStr
- replace(String, String, String, boolean) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns original with occurrences of oldSubstring replaced by newSubstring.
- replace(Geometry, Geometry, Geometry) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryCombiner
- replaceAll(String, String, String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns original with all occurrences of oldSubstring replaced by newSubstring
- replaceCollapsedEdges() - Method in class org.locationtech.jts.operation.overlay.OverlayOp
-
If edges which have undergone dimensional collapse are found, replace them with a new edge which is a L edge
- replaceFirst(String, String, String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns original with the first occurrenc of oldSubstring replaced by newSubstring
- report() - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- report(boolean) - Method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- report(String) - Method in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- reportBuf - Variable in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportError(String) - Method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- reportError(String, Coordinate) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- reportException(Component, Exception) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- reportException(Exception) - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- reportException(Exception) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Reports the exception to the user.
- reportOnParsingProblems(List) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportOnTest(Test) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportOnTestCase(TestCase) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportOnTestCases(List) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportOnTestRun(TestRun) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportOnTestRuns(List) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportOnTests(List) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportOnTime(Date, Date) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- reportProblemsParsingXmlTestFile(List) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- reportResult(int, int[], boolean) - Method in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- reportSummary(TestEngine) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- ReportWriter - Interface in org.locationtech.jtstest.testrunner
- representativePts - Variable in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
- requiredKeys - Static variable in class org.locationtech.jtstest.testrunner.Parameters
- requireSomePointInInterior - Variable in class org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains
-
This flag controls a difference between contains and covers.
- rescale(Collection) - Method in class org.locationtech.jts.noding.ScaledNoder
- rescale(Coordinate[]) - Method in class org.locationtech.jts.noding.ScaledNoder
- reset() - Method in class org.locationtech.jts.util.Stopwatch
- resetTime() - Static method in class org.locationtech.jts.util.Debug
- resetUI() - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
-
If result is null, clears result info.
- resolveHigher(LinearLocation) - Method in class org.locationtech.jts.linearref.LengthLocationMap
- restrictToPolygons(Geometry) - Static method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- result - Variable in class org.locationtech.jts.algorithm.LineIntersector
- result - Variable in class org.locationtech.jts.dissolve.LineDissolver
- result - Variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- result - Variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- result - Variable in class org.locationtech.jtstest.testrunner.BooleanResult
- Result - Interface in org.locationtech.jtstest.testrunner
- RESULT - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryDepiction
- resultAreaEdgeList - Variable in class org.locationtech.jts.geomgraph.DirectedEdgeStar
-
A list of all outgoing edges in the result, in CCW order
- resultController - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- ResultController - Class in org.locationtech.jtstest.testbuilder.controller
- ResultController(JTSTestBuilderFrame) - Constructor for class org.locationtech.jtstest.testbuilder.controller.ResultController
- resultDimension(int, Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.OverlayOp
- resultGeom - Variable in class org.locationtech.jts.operation.overlay.OverlayOp
- resultGeom - Variable in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- resultGeometry - Variable in class org.locationtech.jts.operation.buffer.BufferOp
- ResultGeometryContainer - Class in org.locationtech.jtstest.testbuilder.model
- ResultGeometryContainer(GeometryEditModel) - Constructor for class org.locationtech.jtstest.testbuilder.model.ResultGeometryContainer
- resultLabel - Variable in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- resultLineList - Variable in class org.locationtech.jts.operation.overlay.LineBuilder
- resultLineList - Variable in class org.locationtech.jts.operation.overlay.OverlayOp
- resultMatcher - Static variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- resultMatcher - Variable in class org.locationtech.jtstest.testrunner.TestReader
- resultMatcher - Variable in class org.locationtech.jtstest.testrunner.TestRun
- resultMatcher - Static variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- ResultMatcher - Interface in org.locationtech.jtstest.testrunner
-
An interface for classes which can determine whether two
Result
s match, within a given tolerance. - resultPointList - Variable in class org.locationtech.jts.operation.overlay.OverlayOp
- resultPointList - Variable in class org.locationtech.jts.operation.overlay.PointBuilder
- resultPolyList - Variable in class org.locationtech.jts.operation.overlay.OverlayOp
- resultPrecisionModel - Variable in class org.locationtech.jts.operation.GeometryGraphOperation
- resultSegs - Variable in class org.locationtech.jts.simplify.TaggedLineString
- resultValuePanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- ResultValuePanel - Class in org.locationtech.jtstest.testbuilder
- ResultValuePanel() - Constructor for class org.locationtech.jtstest.testbuilder.ResultValuePanel
- resultWKTPanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- ResultWKTPanel - Class in org.locationtech.jtstest.testbuilder
- ResultWKTPanel() - Constructor for class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- returnEmptyGC - Variable in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- returnEmptyGC - Variable in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- returnToOriginalPrecision - Variable in class org.locationtech.jts.precision.CommonBitsOp
- returnType - Variable in class org.locationtech.jtstest.geomfunction.BaseGeometryFunction
- returnType - Variable in class org.locationtech.jtstest.geomop.BaseGeometryFunction
- revealTopo_actionPerformed() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- reverse() - Method in class org.locationtech.jts.geom.Geometry
-
Computes a new geometry which has all component coordinate sequences in reverse order (opposite orientation) to this one.
- reverse() - Method in class org.locationtech.jts.geom.GeometryCollection
-
Creates a
GeometryCollection
with every component reversed. - reverse() - Method in class org.locationtech.jts.geom.LinearRing
- reverse() - Method in class org.locationtech.jts.geom.LineSegment
-
Reverses the direction of the line segment.
- reverse() - Method in class org.locationtech.jts.geom.LineString
-
Creates a
LineString
whose coordinates are in the reverse order of this objects - reverse() - Method in class org.locationtech.jts.geom.MultiLineString
-
Creates a
MultiLineString
in the reverse order to this object. - reverse() - Method in class org.locationtech.jts.geom.MultiPolygon
-
Creates a
MultiPolygon
with every component reversed. - reverse() - Method in class org.locationtech.jts.geom.Point
- reverse() - Method in class org.locationtech.jts.geom.Polygon
- reverse() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- reverse(List) - Method in class org.locationtech.jts.operation.linemerge.LineSequencer
-
Reverse the sequence.
- reverse(Coordinate[]) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Reverses the coordinates in an array in-place.
- reverse(CoordinateSequence) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
Reverses the coordinates in a sequence in-place.
- reverse(Geometry) - Method in class org.locationtech.jts.linearref.ExtractLineByLocation
- reverse(Geometry) - Static method in class org.locationtech.jtstest.function.GeometryFunctions
- reverse(LineString) - Static method in class org.locationtech.jts.operation.linemerge.LineSequencer
- right - Variable in class org.locationtech.jts.index.kdtree.KdNode
- RIGHT - Static variable in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.A value that indicates an orientation of clockwise, or a right turn.
- RIGHT - Static variable in class org.locationtech.jts.algorithm.Orientation
-
A value that indicates an orientation of clockwise, or a right turn.
- RIGHT - Static variable in class org.locationtech.jts.geomgraph.Position
-
An indicator that a Location is to the right of a GraphComponent
- RIGHT - Static variable in class org.locationtech.jts.triangulate.quadedge.Vertex
- rightIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- rightMostCoord - Variable in class org.locationtech.jts.operation.buffer.BufferSubgraph
- RightmostEdgeFinder - Class in org.locationtech.jts.operation.buffer
-
A RightmostEdgeFinder find the DirectedEdge in a list which has the highest coordinate, and which is oriented L to R at that point.
- RightmostEdgeFinder() - Constructor for class org.locationtech.jts.operation.buffer.RightmostEdgeFinder
-
A RightmostEdgeFinder finds the DirectedEdge with the rightmost coordinate.
- rightOf(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- rightPad(String, int, char) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Pads the String with the given character until it has the given length.
- ring - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- ring - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- RING_NOT_CLOSED - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that a ring is not correctly closed (the first and the last coordinate are different)
- RING_SELF_INTERSECTION - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that a ring self-intersects
- ringPath - Variable in class org.locationtech.jts.awt.PolygonShape
- ringPts - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- rings - Variable in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- ringStartEdge - Variable in class org.locationtech.jts.dissolve.LineDissolver
- rint() - Method in class org.locationtech.jts.math.DD
-
Rounds this value to the nearest integer.
- rNext() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the edge around the right face ccw following this edge.
- RobustDeterminant - Class in org.locationtech.jts.algorithm
-
Implements an algorithm to compute the sign of a 2x2 determinant for double precision values robustly.
- RobustDeterminant() - Constructor for class org.locationtech.jts.algorithm.RobustDeterminant
- RobustLineIntersector - Class in org.locationtech.jts.algorithm
-
A robust version of
LineIntersector
. - RobustLineIntersector() - Constructor for class org.locationtech.jts.algorithm.RobustLineIntersector
- root - Variable in class org.locationtech.jts.index.bintree.Bintree
- root - Variable in class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- root - Variable in class org.locationtech.jts.index.kdtree.KdTree
- root - Variable in class org.locationtech.jts.index.quadtree.Quadtree
- root - Variable in class org.locationtech.jts.index.strtree.AbstractSTRtree
- Root - Class in org.locationtech.jts.index.bintree
-
The root node of a single
Bintree
. - Root - Class in org.locationtech.jts.index.quadtree
-
QuadRoot is the root of a single Quadtree.
- Root() - Constructor for class org.locationtech.jts.index.bintree.Root
- Root() - Constructor for class org.locationtech.jts.index.quadtree.Root
- rootGeom - Variable in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
- rot - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdge
- rot() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the dual of this edge, directed from its right to its left.
- rotate(double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a rotation transformation composed with the current value.
- rotate(double) - Method in class org.locationtech.jts.math.Vector2D
- rotate(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a rotation around the origin composed with the current value, with the sin and cos of the rotation angle specified directly.
- rotate(double, double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a rotation around a given point composed with the current value.
- rotate(double, double, double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a rotation around a given point composed with the current value, with the sin and cos of the rotation angle specified directly.
- rotate(Geometry) - Method in class org.locationtech.jts.util.GeometricShapeFactory
- rotate(Geometry, double) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- rotateAroundPoint(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- rotateByPiMultiple(Geometry, double) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- rotateByPiMultipleAroundPoint(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- rotateByQuarterCircle(int) - Method in class org.locationtech.jts.math.Vector2D
-
Rotates a vector by a given number of quarter-circles (i.e.
- rotateToQuadrant(Coordinate, int) - Static method in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- rotationAngle - Variable in class org.locationtech.jts.util.GeometricShapeFactory
-
Default is no rotation.
- rotationInstance(double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a rotation about the origin by an angle theta.
- rotationInstance(double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a rotation by an angle theta, specified by the sine and cosine of the angle.
- rotationInstance(double, double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a rotation about the point (x,y) by an angle theta.
- rotationInstance(double, double, double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a rotation about the point (x,y) by an angle theta, specified by the sine and cosine of the angle.
- round(double) - Static method in class org.locationtech.jts.util.Memory
- ROUND_ERROR_REMOVAL - Static variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- rPanel - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- rPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- rPrev() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the edge around the right face ccw before this edge.
- run() - Method in class org.locationtech.jtsexample.geom.PrecisionModelExample
- run() - Method in class org.locationtech.jtsexample.geom.SimpleMethodsExample
- run() - Method in class org.locationtech.jtsexample.linearref.LinearRefExample
- run() - Method in class org.locationtech.jtsexample.operation.distance.ClosestPointExample
- run() - Method in class org.locationtech.jtsexample.operation.linemerge.LineMergeExample
- run() - Method in class org.locationtech.jtsexample.operation.polygonize.PolygonizeExample
- run() - Method in class org.locationtech.jtsexample.precision.EnhancedPrecisionOpExample
- run() - Method in class org.locationtech.jtstest.testrunner.Test
- run() - Method in class org.locationtech.jtstest.testrunner.TestCase
- run() - Method in class org.locationtech.jtstest.testrunner.TestEngine
- run() - Method in class org.locationtech.jtstest.testrunner.TestRun
- run(List) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- run(JTSTestRunnerCmd.TestRunnerOptions) - Method in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
- runAllButton - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- runAllButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- runBruteForceQuery(Collection) - Static method in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- runExtractedLine(String, double, double) - Method in class org.locationtech.jtsexample.linearref.LinearRefExample
- runFunctionWorker(GeometryFunctionInvocation, boolean) - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
- runIndex - Variable in class org.locationtech.jtstest.testrunner.TestRun
- runIndexedQuery(PreparedGeometryIndex) - Static method in class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- runMapAndRuns(TestCaseList) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- runMillis - Variable in class org.locationtech.jtstest.testbuilder.controller.ResultController
- runName(String, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- running - Variable in class org.locationtech.jtstest.testrunner.TestEngine
- runRelate() - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- runSelectedButton - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- runSelectedButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- runTeeOp(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.PreparedGeometryTeeOperation
- runTeeOp(String, Geometry, Object[]) - Method in class org.locationtech.jtstest.geomop.TeeGeometryOperation
- runTest() - Method in class org.locationtech.jtstest.test.TestCase
- runTest() - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- runTests() - Method in class org.locationtech.jtstest.testbuilder.RelatePanel
S
- S_RADIUS - Static variable in class org.locationtech.jtstest.function.JTSFunctions
- s0 - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- s1 - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- s2 - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- SAFE_ENV_EXPANSION_FACTOR - Static variable in class org.locationtech.jts.noding.snapround.HotPixel
- SafeBisectorFinder(Polygon) - Constructor for class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- safeEnv - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- safeHCoordinateIntersection(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
-
Computes a segment intersection using homogeneous coordinates.
- safeOctant(Coordinate, Coordinate) - Method in class org.locationtech.jts.noding.NodedSegmentString
- saturate(Color, double) - Static method in class org.locationtech.jtstest.testbuilder.ui.ColorUtil
- saveAsHtmlMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- saveAsPNGMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- saveAsXmlMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- saveException - Variable in class org.locationtech.jts.operation.buffer.BufferOp
- saveImageToClipboard(Component, String) - Static method in class org.locationtech.jtstest.testbuilder.ui.ImageUtil
- saveProperties() - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Saves the app settings to the properties file.
- saveToClipboardMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- saveWKTBeforePMChange() - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- scalarFunctionPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- ScalarFunctionPanel - Class in org.locationtech.jtstest.testbuilder
- ScalarFunctionPanel() - Constructor for class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- scalarFunctionPanel_functionExecuted(SpatialFunctionPanelEvent) - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
- scale - Variable in class org.locationtech.jts.geom.PrecisionModel
-
The scale factor which determines the number of decimal places in fixed precision.
- scale - Variable in class org.locationtech.jts.io.geojson.GeoJsonWriter
- scale - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
The scale is the factor which model distance is multiplied by to get view distance
- scale(double) - Method in class org.locationtech.jts.noding.snapround.HotPixel
- scale(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a scale transformation composed with the current value.
- scale(Collection) - Method in class org.locationtech.jts.noding.ScaledNoder
- scale(Coordinate[]) - Method in class org.locationtech.jts.noding.ScaledNoder
- scale(Geometry, double) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- SCALE_TEXT_OFFSET_X - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- SCALE_TEXT_OFFSET_Y - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- ScaledNoder - Class in org.locationtech.jts.noding
-
Wraps a
Noder
and transforms its input into the integer domain. - ScaledNoder(Noder, double) - Constructor for class org.locationtech.jts.noding.ScaledNoder
- ScaledNoder(Noder, double, double, double) - Constructor for class org.locationtech.jts.noding.ScaledNoder
- scaledNoding(Geometry, double) - Static method in class org.locationtech.jtstest.function.NodingFunctions
-
Runs a ScaledNoder on input.
- scaleFactor - Variable in class org.locationtech.jts.noding.ScaledNoder
- scaleFactor - Variable in class org.locationtech.jts.noding.snapround.HotPixel
- scaleFactor - Variable in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- scaleFactor - Variable in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- scaleFormat - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- scaleInstance(double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a scaling relative to the origin.
- scaleInstance(double, double, double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a scaling relative to the point (x,y).
- scalePM - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- SCANNING_FOR_INCOMING - Variable in class org.locationtech.jts.geomgraph.DirectedEdgeStar
- SCANNING_FOR_INCOMING - Variable in class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
- SCI_NOT_EXPONENT_CHAR - Static variable in class org.locationtech.jts.math.DD
- SCI_NOT_ZERO - Static variable in class org.locationtech.jts.math.DD
- scroll(Coordinate[], Coordinate) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Shifts the positions of the coordinates until
firstCoordinate
is first. - SE - Static variable in class org.locationtech.jts.geomgraph.Quadrant
- SearchUsingPreparedGeometryIndex - Class in org.locationtech.jtsexample.technique
-
Demonstrates use of
PreparedGeometry
s in a spatial index to optimize spatial search. - SearchUsingPreparedGeometryIndex() - Constructor for class org.locationtech.jtsexample.technique.SearchUsingPreparedGeometryIndex
- seg - Variable in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater
- seg - Variable in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
- seg - Variable in class org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator
- seg - Variable in class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
- seg - Variable in exception org.locationtech.jts.triangulate.quadedge.LocateFailureException
- seg - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- seg - Variable in class org.locationtech.jts.triangulate.SplitSegment
- seg - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- seg0 - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- seg1 - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- segIndex - Variable in class org.locationtech.jts.operation.distance.GeometryLocation
- segIndex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- segIndex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater
- segIndex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter.InsertVertexOperation
- segInt - Variable in class org.locationtech.jts.noding.FastNodingValidator
- segInt - Variable in class org.locationtech.jts.noding.SinglePassNoder
- segIntFinder - Variable in class org.locationtech.jts.geom.prep.PreparedLineString
- segIntFinder - Variable in class org.locationtech.jts.geom.prep.PreparedPolygon
- segLen - Variable in class org.locationtech.jts.triangulate.SplitSegment
- segList - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- Segment - Class in org.locationtech.jts.triangulate
-
Models a constraint segment in a triangulation.
- Segment(double, double, double, double, double, double) - Constructor for class org.locationtech.jts.triangulate.Segment
-
Creates a new instance for the given ordinates.
- Segment(double, double, double, double, double, double, Object) - Constructor for class org.locationtech.jts.triangulate.Segment
-
Creates a new instance for the given ordinates, with associated external data.
- Segment(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.triangulate.Segment
-
Creates a new instance for the given points.
- Segment(Coordinate, Coordinate, Object) - Constructor for class org.locationtech.jts.triangulate.Segment
-
Creates a new instance for the given points, with associated external data.
- segmentDistance(FacetSequence, FacetSequence) - Method in class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- segmentEndVertexIndex(LinearLocation) - Static method in class org.locationtech.jts.linearref.LinearIterator
- SegmentFindingFilter(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.util.Debug.SegmentFindingFilter
- segmentFraction - Variable in class org.locationtech.jts.linearref.LinearLocation
- segmentFraction(Coordinate) - Method in class org.locationtech.jts.geom.LineSegment
-
Computes the fraction of distance (in [0.0, 1.0]) that the projection of a point occurs along this line segment.
- segmentIndex - Variable in class org.locationtech.jts.geomgraph.EdgeIntersection
- segmentIndex - Variable in class org.locationtech.jts.linearref.LinearLocation
- segmentIndex - Variable in class org.locationtech.jts.noding.SegmentNode
- SegmentIndexStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- SegmentIndexStyle(Color) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- segmentIntersection(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.LineSegmentFunctions
- segmentIntersectionDD(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.LineSegmentFunctions
- SegmentIntersectionDetector - Class in org.locationtech.jts.noding
-
Detects and records an intersection between two
SegmentString
s, if one exists. - SegmentIntersectionDetector() - Constructor for class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Creates an intersection finder using a
RobustLineIntersector
. - SegmentIntersectionDetector(LineIntersector) - Constructor for class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Creates an intersection finder using a given LineIntersector.
- SegmentIntersector - Class in org.locationtech.jts.geomgraph.index
-
Computes the intersection of line segments, and adds the intersection to the edges containing the segments.
- SegmentIntersector - Interface in org.locationtech.jts.noding
-
Processes possible intersections detected by a
Noder
. - SegmentIntersector(LineIntersector, boolean, boolean) - Constructor for class org.locationtech.jts.geomgraph.index.SegmentIntersector
- segmentIntersects(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.LineSegmentFunctions
- segmentNearestMeasure(LineSegment, Coordinate, double) - Method in class org.locationtech.jts.linearref.LengthIndexOfPoint
- SegmentNode - Class in org.locationtech.jts.noding
-
Represents an intersection point between two
SegmentString
s. - SegmentNode(NodedSegmentString, Coordinate, int, int) - Constructor for class org.locationtech.jts.noding.SegmentNode
- SegmentNodeList - Class in org.locationtech.jts.noding
-
A list of the
SegmentNode
s present along a nodedSegmentString
. - SegmentNodeList(NodedSegmentString) - Constructor for class org.locationtech.jts.noding.SegmentNodeList
- segmentOctant - Variable in class org.locationtech.jts.noding.SegmentNode
- SegmentOverlapAction(SegmentIntersector) - Constructor for class org.locationtech.jts.noding.MCIndexNoder.SegmentOverlapAction
- SegmentOverlapAction(SegmentIntersector) - Constructor for class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- segmentPoint(Coordinate, Coordinate, double, double) - Static method in class org.locationtech.jts.operation.distance3d.Distance3DOp
-
Computes a point at a distance along a segment specified by two relatively proportional values.
- SegmentPointComparator - Class in org.locationtech.jts.noding
-
Implements a robust method of comparing the relative position of two points along the same segment.
- SegmentPointComparator() - Constructor for class org.locationtech.jts.noding.SegmentPointComparator
- segments - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- SegmentSetMutualIntersector - Interface in org.locationtech.jts.noding
-
An intersector for the red-blue intersection problem.
- SegmentString - Interface in org.locationtech.jts.noding
-
An interface for classes which represent a sequence of contiguous line segments.
- SegmentStringDissolver - Class in org.locationtech.jts.noding
-
Dissolves a noded collection of
SegmentString
s to produce a set of merged linework with unique segments. - SegmentStringDissolver() - Constructor for class org.locationtech.jts.noding.SegmentStringDissolver
-
Creates a dissolver with the default merging strategy.
- SegmentStringDissolver(SegmentStringDissolver.SegmentStringMerger) - Constructor for class org.locationtech.jts.noding.SegmentStringDissolver
-
Creates a dissolver with a user-defined merge strategy.
- SegmentStringDissolver.SegmentStringMerger - Interface in org.locationtech.jts.noding
-
A merging strategy which can be used to update the context data of
SegmentString
s which are merged during the dissolve process. - SegmentStringUtil - Class in org.locationtech.jts.noding
-
Utility methods for processing
SegmentString
s. - SegmentStringUtil() - Constructor for class org.locationtech.jts.noding.SegmentStringUtil
- SegmentStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- SegmentStyle() - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.SegmentStyle
- segmentToSegment(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.algorithm.Distance
-
Computes the distance from a line segment AB to a line segment CD Note: NON-ROBUST!
- SegmentVisitor(RayCrossingCounter) - Constructor for class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.SegmentVisitor
- segs - Variable in class org.locationtech.jts.simplify.TaggedLineString
- segSetMutInt - Variable in class org.locationtech.jts.noding.FastSegmentSetIntersectionFinder
- segString - Variable in class org.locationtech.jts.noding.SegmentNode
- segStrings - Variable in class org.locationtech.jts.noding.FastNodingValidator
- segStrings - Variable in class org.locationtech.jts.noding.NodingValidator
- segVertices - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- select(Collection, CollectionUtil.Function) - Static method in class org.locationtech.jts.util.CollectionUtil
-
Executes a
CollectionUtil.Function
on each item in a Collection and collects all the entries for which the result of the function is equal toBoolean
true. - select(Envelope, MonotoneChainSelectAction) - Method in class org.locationtech.jts.index.chain.MonotoneChain
-
Determine all the line segments in the chain whose envelopes overlap the searchEnvelope, and process them.
- select(Geometry, GeometryPredicate) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- select(LineSegment) - Method in class org.locationtech.jts.index.chain.MonotoneChainSelectAction
-
This is a convenience method which can be overridden to obtain the actual line segment which is selected.
- select(MonotoneChain, int) - Method in class org.locationtech.jts.index.chain.MonotoneChainSelectAction
-
This method is overridden to process a segment in the context of the parent chain.
- select(MonotoneChain, int) - Method in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- selectedSegment - Variable in class org.locationtech.jts.index.chain.MonotoneChainSelectAction
- selectedVertexLocation - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool
- selectIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- SelectionFunctions - Class in org.locationtech.jtstest.function
- SelectionFunctions() - Constructor for class org.locationtech.jtstest.function.SelectionFunctions
- SELF_INTERSECTION - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that two rings of a polygonal geometry intersect
- selfAdd(double) - Method in class org.locationtech.jts.math.DD
-
Adds the argument to the value of this.
- selfAdd(double, double) - Method in class org.locationtech.jts.math.DD
- selfAdd(DD) - Method in class org.locationtech.jts.math.DD
-
Adds the argument to the value of this.
- selfDivide(double) - Method in class org.locationtech.jts.math.DD
-
Divides this object by the argument, returning this.
- selfDivide(double, double) - Method in class org.locationtech.jts.math.DD
- selfDivide(DD) - Method in class org.locationtech.jts.math.DD
-
Divides this object by the argument, returning this.
- selfMultiply(double) - Method in class org.locationtech.jts.math.DD
-
Multiplies this object by the argument, returning this.
- selfMultiply(double, double) - Method in class org.locationtech.jts.math.DD
- selfMultiply(DD) - Method in class org.locationtech.jts.math.DD
-
Multiplies this object by the argument, returning this.
- selfSnap(Geometry) - Method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- selfSqr() - Method in class org.locationtech.jts.math.DD
-
Squares this object.
- selfSubtract(double) - Method in class org.locationtech.jts.math.DD
-
Subtracts the argument from the value of this.
- selfSubtract(DD) - Method in class org.locationtech.jts.math.DD
-
Subtracts the argument from the value of this.
- seq - Variable in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- seqPt - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- sequence(Geometry) - Static method in class org.locationtech.jts.operation.linemerge.LineSequencer
- sequencedGeometry - Variable in class org.locationtech.jts.operation.linemerge.LineSequencer
- sequenceLines(Geometry) - Static method in class org.locationtech.jtstest.function.LineHandlingFunctions
- serialVersionUID - Static variable in class org.locationtech.jts.geom.Coordinate
- serialVersionUID - Static variable in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- serialVersionUID - Static variable in class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- serialVersionUID - Static variable in class org.locationtech.jts.geom.Envelope
- serialVersionUID - Static variable in class org.locationtech.jts.geom.Geometry
- serialVersionUID - Static variable in class org.locationtech.jts.geom.GeometryCollection
- serialVersionUID - Static variable in class org.locationtech.jts.geom.GeometryFactory
- serialVersionUID - Static variable in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- serialVersionUID - Static variable in class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory
- serialVersionUID - Static variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- serialVersionUID - Static variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- serialVersionUID - Static variable in class org.locationtech.jts.geom.LinearRing
- serialVersionUID - Static variable in class org.locationtech.jts.geom.LineSegment
- serialVersionUID - Static variable in class org.locationtech.jts.geom.LineString
- serialVersionUID - Static variable in class org.locationtech.jts.geom.MultiLineString
- serialVersionUID - Static variable in class org.locationtech.jts.geom.MultiPoint
- serialVersionUID - Static variable in class org.locationtech.jts.geom.MultiPolygon
- serialVersionUID - Static variable in class org.locationtech.jts.geom.Point
- serialVersionUID - Static variable in class org.locationtech.jts.geom.Polygon
- serialVersionUID - Static variable in class org.locationtech.jts.geom.PrecisionModel
- serialVersionUID - Static variable in class org.locationtech.jts.geom.PrecisionModel.Type
- serialVersionUID - Static variable in class org.locationtech.jts.index.quadtree.Quadtree
- serialVersionUID - Static variable in class org.locationtech.jts.index.strtree.AbstractNode
- serialVersionUID - Static variable in class org.locationtech.jts.index.strtree.AbstractSTRtree
- serialVersionUID - Static variable in class org.locationtech.jts.index.strtree.STRtree
- serialVersionUID - Static variable in exception org.locationtech.jts.triangulate.ConstraintEnforcementException
- serialVersionUID - Static variable in class org.locationtech.jtsexample.geom.ExtendedCoordinate
- set(int, int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Changes the value of one of this
IntersectionMatrix
s elements. - set(String) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Changes the elements of this
IntersectionMatrix
to the dimension symbols indimensionSymbols
. - setA(String) - Method in class org.locationtech.jtstest.test.TestCase
- setAll(int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Changes the elements of this
IntersectionMatrix
todimensionValue
. - setAllLocations(int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- setAllLocations(int, int) - Method in class org.locationtech.jts.geomgraph.Label
- setAllLocationsIfNull(int) - Method in class org.locationtech.jts.geomgraph.Label
- setAllLocationsIfNull(int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- setAllLocationsIfNull(int, int) - Method in class org.locationtech.jts.geomgraph.Label
- setAllowSnappingToSourceVertices(boolean) - Method in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
- setAlpha(Color, int) - Static method in class org.locationtech.jtstest.testbuilder.ui.ColorUtil
- setAltitudeMode(String) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Sets the value output in the
altitudeMode
element. - setAreaBasePoint(Coordinate) - Method in class org.locationtech.jts.algorithm.Centroid
- setArgument(int, String) - Method in class org.locationtech.jtstest.testrunner.Test
- setArmLengthRatio(double) - Method in class org.locationtech.jts.geom.util.SineStarFactory
-
Sets the ration of the length of each arm to the distance from the tip of the arm to the centre of the star.
- setAtLeast(int, int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Changes the specified element to
minimumDimensionValue
if the element is less. - setAtLeast(String) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
For each element in this
IntersectionMatrix
, changes the element to the corresponding minimum dimension symbol if the element is less. - setAtLeastIfValid(int, int, int) - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
If row >= 0 and column >= 0, changes the specified element to
minimumDimensionValue
if the element is less. - setB(String) - Method in class org.locationtech.jtstest.test.TestCase
- setBandType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractDrawTool
- setBandType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- setBase(Coordinate) - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- setBase(Coordinate) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Sets the location of the shape by specifying the base coordinate (which in most cases is the lower left point of the envelope containing the shape).
- setBoundaryNodes(Collection, Collection) - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- setBusyDialog(BusyDialog) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- setBytes(byte[]) - Method in class org.locationtech.jts.io.ByteArrayInStream
-
Sets this stream to read from the given buffer
- setCentre(Coordinate) - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- setCentre(Coordinate) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Sets the location of the shape by specifying the centre of the shape's bounding box
- setChangePrecisionModel(boolean) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
-
Sets whether the
PrecisionModel
of the new reduced Geometry will be changed to be thePrecisionModel
supplied to specify the precision reduction. - setChangePrecisionModel(boolean) - Method in class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.Sets whether the
PrecisionModel
of the new reduced Geometry will be changed to be thePrecisionModel
supplied to specify the precision reduction. - setCheckEndSegmentsOnly(boolean) - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Sets whether only end segments should be tested for interior intersection.
- setCheckRingsValid(boolean) - Method in class org.locationtech.jts.operation.polygonize.Polygonizer
-
Allows disabling the valid ring checking, to optimize situations where invalid rings are not expected.
- setClickCountToFinishGesture(int) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- setClipEnvelope(Envelope) - Method in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
-
Sets the envelope to clip the diagram to.
- setCloseRing(boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- setComponentDataToIndex(Geometry) - Static method in class org.locationtech.jtstest.util.GeometryDataUtil
- setComputationPrecision(PrecisionModel) - Method in class org.locationtech.jts.operation.GeometryGraphOperation
- setConstrainedToCircle(boolean) - Method in class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
-
Sets whether generated points are constrained to lie within a circle contained within each grid cell.
- setConstraint(Object) - Method in class org.locationtech.jts.triangulate.ConstraintVertex
-
Sets the external constraint information
- setConstraints(List, List) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Sets the constraints to be conformed to by the computed triangulation.
- setConstraints(Geometry) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Sets the linear constraints to be conformed to.
- setContents(String, String) - Static method in class org.locationtech.jtstest.util.FileUtil
-
Saves the String with the given filename
- setContext(Object) - Method in class org.locationtech.jts.planargraph.GraphComponent
-
Sets the user-defined data for this component.
- setCoordinate(Coordinate) - Method in class org.locationtech.jts.geom.Coordinate
-
Sets this
Coordinate
s (x,y,z) values to that ofother
. - setCoordinates(Coordinate, Coordinate) - Method in class org.locationtech.jts.geom.LineSegment
- setCoordinates(LineSegment) - Method in class org.locationtech.jts.geom.LineSegment
- setCopyUserData(boolean) - Method in class org.locationtech.jts.geom.util.GeometryEditor
-
Sets whether the User Data is copied to the edit result.
- setCovered(boolean) - Method in class org.locationtech.jts.geomgraph.GraphComponent
- setCurrent(TestCaseEdit) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- setCurrentFunction(GeometryFunction) - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- setCurrentTestCase(TestCaseEdit) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- setCurrentTestCaseIndex(int) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- setCurrentTestIndex(int) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- setCurrentTool(Tool) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setCustomElements(String[]) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Specifies a list of custom elements which are written after the opening tag of the root element.
- setData(Object) - Method in class org.locationtech.jts.noding.BasicSegmentString
-
Sets the user-defined data for this segment string.
- setData(Object) - Method in class org.locationtech.jts.noding.NodedSegmentString
-
Sets the user-defined data for this segment string.
- setData(Object) - Method in interface org.locationtech.jts.noding.SegmentString
-
Sets the user-defined data for this segment string.
- setData(Object) - Method in class org.locationtech.jts.planargraph.GraphComponent
-
Sets the user-defined data for this component.
- setData(Object) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Sets the external data value for this edge.
- setData(Object) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
-
Sets the external data value for this triangle.
- setData(Object) - Method in class org.locationtech.jts.triangulate.Segment
-
Sets the external data to be associated with this segment
- setDecimation(double) - Method in class org.locationtech.jts.awt.ShapeWriter
-
Sets the decimation distance used to determine whether vertices of the input geometry are considered to be duplicate and thus removed.
- setDeleteEventIndex(int) - Method in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- setDeleteEventIndex(int) - Method in class org.locationtech.jts.index.sweepline.SweepLineEvent
- setDensifyFraction(double) - Method in class org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance
-
Sets the fraction by which to densify each segment.
- setDepth(int, int) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- setDepth(int, int, int) - Method in class org.locationtech.jts.geomgraph.Depth
- setDepthDelta(int) - Method in class org.locationtech.jts.geomgraph.Edge
- setDescription(String) - Method in class org.locationtech.jtstest.test.TestCase
- setDescription(String) - Method in class org.locationtech.jtstest.testbuilder.BusyDialog
-
Sets the String displayed in the BusyDialog.
- setDescription(String) - Method in class org.locationtech.jtstest.testrunner.TestCase
- setDest(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Sets the vertex for this edge's destination
- setDimension(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- setDirectedEdges(DirectedEdge, DirectedEdge) - Method in class org.locationtech.jts.planargraph.Edge
-
Initializes this Edge's two DirectedEdges, and for each DirectedEdge: sets the Edge, sets the symmetric DirectedEdge, and adds this Edge to its from-Node.
- setDirty(boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- setDistanceTolerance(double) - Method in class org.locationtech.jts.densify.Densifier
-
Sets the distance tolerance for the densification.
- setDistanceTolerance(double) - Method in class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
-
Sets the distance tolerance for the simplification.
- setDistanceTolerance(double) - Method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier
-
Sets the distance tolerance for the simplification.
- setDistanceTolerance(double) - Method in class org.locationtech.jts.simplify.TaggedLinesSimplifier
-
Sets the distance tolerance for the simplification.
- setDistanceTolerance(double) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
-
Sets the distance tolerance for the simplification.
- setDistanceTolerance(double) - Method in class org.locationtech.jts.simplify.TopologyPreservingSimplifier
-
Sets the distance tolerance for the simplification.
- setDistanceTolerance(double) - Method in class org.locationtech.jts.simplify.VWSimplifier
-
Sets the distance tolerance for the simplification.
- setDoc(String, String) - Method in class org.locationtech.jtstest.command.OptionSpec
- setDocumentLocator(Locator) - Method in class org.locationtech.jts.io.gml2.GMLHandler
- setDrawBandLines(boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- setEdge(Edge) - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Associates this DirectedEdge with an Edge (possibly null, indicating no associated Edge).
- setEdgeDepths(int, int) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
-
Set both edge depths.
- setEdgeRing(DirectedEdge, EdgeRing) - Method in class org.locationtech.jts.geomgraph.EdgeRing
- setEdgeRing(DirectedEdge, EdgeRing) - Method in class org.locationtech.jts.operation.overlay.MaximalEdgeRing
- setEdgeRing(DirectedEdge, EdgeRing) - Method in class org.locationtech.jts.operation.overlay.MinimalEdgeRing
- setEdgeRing(EdgeRing) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- setEditGeomIndex(int) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- setEditMode(int) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- setEnabled(boolean) - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- setEnabled(boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- setEnabled(boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- setEnabled(Style, boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.style.StyleList
- setEnabledWithBackground(Component, boolean) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- setEncodeCRS(boolean) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
- setEndCapStyle(int) - Method in class org.locationtech.jts.operation.buffer.BufferOp
-
Specifies the end cap style of the generated buffer.
- setEndCapStyle(int) - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Specifies the end cap style of the generated buffer.
- setEnsureValid(boolean) - Method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier
-
Controls whether simplified polygons will be "fixed" to have valid topology.
- setEnsureValid(boolean) - Method in class org.locationtech.jts.simplify.VWSimplifier
-
Controls whether simplified polygons will be "fixed" to have valid topology.
- setEnvelope(Envelope) - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- setEnvelope(Envelope) - Method in class org.locationtech.jts.util.GeometricShapeFactory
- setEnvelope(Envelope) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- setError(Throwable) - Method in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- setError(Throwable) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- setExecutedTime(String) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- setExpectedBoundary(String) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedBoundary(Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedBoundary(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedCentroid(Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedCentroid(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedConvexHull(Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedConvexHull(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedDifference(Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedDifference(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedIntersection(String) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedIntersection(Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedIntersection(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedIntersectionMatrix(String) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedIntersectionMatrix(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedRelateMatrix(String) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedSpatialFunction(String, Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedSymDifference(Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedSymDifference(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedUnion(Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- setExpectedUnion(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExtent(Envelope) - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
- setExtent(Geometry) - Method in class org.locationtech.jts.shape.random.RandomPointsBuilder
-
Sets a polygonal mask.
- setExtrude(boolean) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Sets the flag to be output in the
extrude
element. - setFileLength(int) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- setFillType(int) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- setFillType(int) - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- setFindAllIntersections(boolean) - Method in class org.locationtech.jts.noding.FastNodingValidator
- setFindAllIntersections(boolean) - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Sets whether all intersections should be computed.
- setFindAllIntersectionTypes(boolean) - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Sets whether processing can terminate once any intersection is found.
- setFindProper(boolean) - Method in class org.locationtech.jts.noding.SegmentIntersectionDetector
-
Sets whether processing must continue until a proper intersection is found.
- setFixInvalidLines(boolean) - Method in class org.locationtech.jts.linearref.LinearGeometryBuilder
-
Allows invalid lines to be ignored rather than causing Exceptions.
- setFocusGeometry(int) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- setFocusGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- setFocusGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- setForceToLineString(boolean) - Method in class org.locationtech.jts.geom.util.LinearComponentExtracter
-
Indicates that LinearRing components should be converted to pure LineStrings.
- setFormatted(boolean) - Method in class org.locationtech.jts.io.WKTWriter
-
Sets whether the output will be formatted.
- setGeometry(int, Geometry) - Method in interface org.locationtech.jtstest.test.Testable
- setGeometry(int, Geometry) - Method in class org.locationtech.jtstest.test.TestCase
- setGeometry(int, Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- setGeometry(int, Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- setGeometry(int, Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setGeometry(String, Geometry) - Method in class org.locationtech.jtstest.testbuilder.GeometryInspectorDialog
- setGeometry(String, Geometry, int) - Method in class org.locationtech.jtstest.testbuilder.InspectorPanel
- setGeometry(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- setGeometry(Geometry) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- setGeometryA(Geometry) - Method in class org.locationtech.jtstest.testrunner.TestCase
- setGeometryB(Geometry) - Method in class org.locationtech.jtstest.testrunner.TestCase
- setGeometryStyle(BasicStyle) - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- setGeometryType(int) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- setGridEnabled(boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setGridSize(double) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setGridSize(double) - Method in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- setGridSizeButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- setGutterFraction(double) - Method in class org.locationtech.jts.shape.random.RandomPointsInGridBuilder
-
Sets the fraction of the grid cell side which will be treated as a gutter, in which no points will be created.
- setHeight(double) - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- setHeight(double) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Sets the height of the shape.
- setHighlightPerformed(ValidPanelEvent) - Method in interface org.locationtech.jtstest.testbuilder.event.ValidPanelListener
- setHighlightPoint(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setHtml(boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- setHueInc(float) - Method in class org.locationtech.jtstest.util.HSBPalette
- setId(int) - Method in class org.locationtech.jts.index.chain.MonotoneChain
- setIgnoreInvalidLines(boolean) - Method in class org.locationtech.jts.linearref.LinearGeometryBuilder
-
Allows invalid lines to be ignored rather than causing Exceptions.
- setIncluded(boolean) - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
- setIndex(int) - Method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- setIndicatorVisible(boolean) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- setInfo(String) - Method in class org.locationtech.jtstest.testbuilder.InfoPanel
- setInResult() - Method in class org.locationtech.jts.geomgraph.EdgeRing
- setInResult(boolean) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- setInResult(boolean) - Method in class org.locationtech.jts.geomgraph.GraphComponent
- setInStream(InStream) - Method in class org.locationtech.jts.io.ByteOrderDataInStream
-
Allows a single ByteOrderDataInStream to be reused on multiple InStreams.
- setInteriorEdgesInResult(PlanarGraph) - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- setIntersectionMatrix(IntersectionMatrix) - Method in interface org.locationtech.jtstest.test.Testable
- setIntersectionMatrix(IntersectionMatrix) - Method in class org.locationtech.jtstest.test.TestCase
- setIntersectionMatrix(IntersectionMatrix) - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- setIntersectionMatrix(IntersectionMatrix) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setIsDoneIfProperInt(boolean) - Method in class org.locationtech.jts.geomgraph.index.SegmentIntersector
- setIsolated(boolean) - Method in class org.locationtech.jts.geomgraph.Edge
- setJoinStyle(int) - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Sets the join style for outside (reflex) corners between line segments.
- setKeepIntersections(boolean) - Method in class org.locationtech.jts.noding.InteriorIntersectionFinder
-
Sets whether intersection points are recorded.
- setLabel(int, int) - Method in class org.locationtech.jts.geomgraph.Node
- setLabel(long) - Method in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Attaches an identifier to this directed edge.
- setLabel(Label) - Method in class org.locationtech.jts.geomgraph.GraphComponent
- setLabelBoundary(int) - Method in class org.locationtech.jts.geomgraph.Node
-
Updates the label of a node to BOUNDARY, obeying the mod-2 boundaryDetermination rule.
- setLeft(KdNode) - Method in class org.locationtech.jts.index.kdtree.KdNode
- setLimit(int) - Method in class org.locationtech.jts.io.WKBHexFileReader
-
Sets the maximum number of geometries to read.
- setLimit(int) - Method in class org.locationtech.jts.io.WKTFileReader
-
Sets the maximum number of geometries to read.
- setLinePrefix(String) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Sets a tag string which is prefixed to every emitted text line.
- setLocation(int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- setLocation(int, int) - Method in class org.locationtech.jts.geomgraph.Label
- setLocation(int, int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- setLocation(int, int, int) - Method in class org.locationtech.jts.geomgraph.Label
- setLocations(int, int, int) - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- setLocator(QuadEdgeLocator) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Sets the
QuadEdgeLocator
to use for locating containing triangles in this subdivision. - setLookAndFeel() - Static method in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
-
Sets the look and feel, using user-defined LAF if provided as a system property.
- setM(double) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinate
- setMagnifyingTopology(boolean) - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- setMakePrecise(PrecisionModel) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Deprecated.use
setPrecisionModel
instead - setMark(boolean) - Method in class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Sets the value of the mark on this edge.
- setMark(HalfEdge, boolean) - Static method in class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Sets the mark for the given edge to a boolean value.
- setMarkBoth(HalfEdge, boolean) - Static method in class org.locationtech.jts.edgegraph.MarkHalfEdge
-
Sets the mark for the given edge pair to a boolean value.
- setMarked(boolean) - Method in class org.locationtech.jts.planargraph.GraphComponent
-
Sets the marked flag for this component.
- setMarked(Iterator, boolean) - Static method in class org.locationtech.jts.planargraph.GraphComponent
-
Sets the Marked state for all
GraphComponent
s in anIterator
- setMarkPoint(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- setMaxCoordinatesPerLine(int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Sets the number of coordinates printed per line.
- setMaxCoordinatesPerLine(int) - Method in class org.locationtech.jts.io.WKTWriter
-
Sets the maximum number of coordinates per line written in formatted output.
- setMaximum(PointPairDistance) - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- setMaximum(Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- setMaximum(Coordinate, Coordinate) - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- setMaximum(PointPairDistance) - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- setMaximumCoordinatesPerLine(int) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Sets the maximum number of coordinates to output per line.
- setMaximumIterations(int) - Method in class org.locationtech.jts.noding.IteratedNoder
-
Sets the maximum number of noding iterations performed before the noding is aborted.
- setMaxTestCaseIndex(int) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- setMinEdgeRing(EdgeRing) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- setMinimum(PointPairDistance) - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- setMinimum(Coordinate, Coordinate) - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- setMinimum(Coordinate, Coordinate) - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- setMinimum(PointPairDistance) - Method in class org.locationtech.jts.operation.buffer.validate.PointPairDistance
- setMinimumLength(double) - Method in class org.locationtech.jts.triangulate.SplitSegment
- setMinimumVertexDistance(double) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- setMitreLimit(double) - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Sets the limit on the mitre ratio used for very sharp corners.
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.InfoPanel
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.StatsPanel
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.TestBuilderPanel
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- setModel(TestBuilderModel) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- setName(String) - Method in class org.locationtech.jts.geomgraph.Edge
- setName(String) - Method in interface org.locationtech.jtstest.test.Testable
- setName(String) - Method in class org.locationtech.jtstest.test.TestCase
- setName(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- setName(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setNamespace(boolean) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Determines whether a GML namespace declaration will be written in the opening tag of geometries.
- setNearnessTolerance(double) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- setNext(HalfEdge) - Method in class org.locationtech.jts.edgegraph.HalfEdge
- setNext(DirectedEdge) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- setNext(PolygonizeDirectedEdge) - Method in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Sets the next directed edge in the EdgeRing that this directed edge is a member of.
- setNext(VWLineSimplifier.VWVertex) - Method in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- setNext(QuadEdge) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Sets the connected edge
- setNextMin(DirectedEdge) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- setNode(Node) - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- setNoder(Noder) - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
-
Sets the
Noder
to use during noding. - setNumArms(int) - Method in class org.locationtech.jts.geom.util.SineStarFactory
-
Sets the number of arms in the star
- setNumPoints(int) - Method in class org.locationtech.jts.shape.GeometricShapeBuilder
-
Sets the total number of points in the created
Geometry
. - setNumPoints(int) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Sets the total number of points in the created
Geometry
. - setOffset(int) - Method in class org.locationtech.jts.io.WKBHexFileReader
-
Sets the number of geometries to skip before storing.
- setOffset(int) - Method in class org.locationtech.jts.io.WKTFileReader
-
Sets the number of geometries to skip before storing.
- setOnConstraint(boolean) - Method in class org.locationtech.jts.triangulate.ConstraintVertex
-
Sets whether this vertex lies on a constraint.
- setOpName(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- setOpName(String) - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- setOpName(String) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- setOrder(int) - Method in class org.locationtech.jts.io.ByteOrderDataInStream
- setOrdinate(int, double) - Method in class org.locationtech.jts.geom.Coordinate
-
Sets the ordinate for the given index to a given value.
- setOrdinate(int, int, double) - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Sets the value for a given ordinate of a coordinate in this sequence.
- setOrdinate(int, int, double) - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.
- setOrdinate(int, int, double) - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
- setOrdinate(int, int, double) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
- setOrdinate(int, int, double) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
- setOrdinate(int, int, double) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
-
Sets the ordinate of a coordinate in this sequence.
- setOrdinate(int, int, double) - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- setOrdinate(int, int, double) - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- setOrig(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Sets the vertex for this edge's origin
- setOrigin(double, double) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- setOwner(Frame) - Static method in class org.locationtech.jtstest.testbuilder.BusyDialog
-
Sets the Frame for which the BusyDialog is displayed.
- setParameters(String[], String[], String[]) - Static method in class org.locationtech.jtstest.testrunner.Parameters
-
Sets the command-line arguments.
- setPointwise(boolean) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
-
Sets whether the precision reduction will be done in pointwise fashion only.
- setPrecision(int) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Sets the maximum number of decimal places to output in ordinate values.
- setPrecisionModel(PrecisionModel) - Method in class org.locationtech.jts.algorithm.LineIntersector
-
Force computed intersection to be rounded to a given precision model.
- setPrecisionModel(PrecisionModel) - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- setPrecisionModel(PrecisionModel) - Method in class org.locationtech.jtstest.test.TestCase
- setPrecisionModel(PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- setPrecisionModel(PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
- setPrecisionModel(PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- setPrecisionModelDescription(String) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- setPredicate(JLabel, boolean) - Method in class org.locationtech.jtstest.testbuilder.RelatePanel
- setPrefix(String) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Specifies the namespace prefix to write on each GML tag.
- setPrev(VWLineSimplifier.VWVertex) - Method in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- setProcessed(boolean) - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
- setQuadrantSegments(int) - Method in class org.locationtech.jts.operation.buffer.BufferOp
-
Sets the number of segments used to approximate a angle fillet
- setQuadrantSegments(int) - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Sets the number of line segments used to approximate an angle fillet.
- setReadOnly(boolean) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- setRelateLabel(JLabel, int) - Method in class org.locationtech.jtstest.testbuilder.RelatePanel
- setRemoveCollapsedComponents(boolean) - Method in class org.locationtech.jts.precision.GeometryPrecisionReducer
-
Sets whether the reduction will result in collapsed components being removed completely, or simply being collapsed to an (invalid) Geometry of the same type.
- setRemoveCollapsedComponents(boolean) - Method in class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.Sets whether the reduction will result in collapsed components being removed completely, or simply being collapsed to an (invalid) Geometry of the same type.
- setRemoveDuplicatePoints(boolean) - Method in class org.locationtech.jts.awt.ShapeWriter
-
Sets whether duplicate consecutive points should be eliminated.
- setResult(Object) - Method in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- setResult(String, String, Object) - Method in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- setResult(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- setResult(Result) - Method in class org.locationtech.jtstest.testrunner.Test
- setRight(KdNode) - Method in class org.locationtech.jts.index.kdtree.KdNode
- setRing(EdgeRing) - Method in class org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge
-
Sets the ring of directed edges that this directed edge is a member of.
- setRotation(double) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Sets the rotation angle to use for the shape.
- setRunningTime(String) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- setScale(double) - Method in class org.locationtech.jts.geom.PrecisionModel
-
Sets the multiplying factor used to obtain a precise coordinate.
- setScale(double) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- setScaleNoUpdate(double) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- setSegmentIntersector(SegmentIntersector) - Method in class org.locationtech.jts.noding.SinglePassNoder
-
Sets the SegmentIntersector to use with this noder.
- setSelfTouchingRingFormingHoleValid(boolean) - Method in class org.locationtech.jts.operation.valid.IsValidOp
-
Sets whether polygons using Self-Touching Rings to form holes are reported as valid.
- setShell(EdgeRing) - Method in class org.locationtech.jts.geomgraph.EdgeRing
- setShell(EdgeRing) - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Sets the containing shell ring of a ring that has been determined to be a hole.
- setShowingABwithSpatialFunction(boolean) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- setShowingGeometryA(boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setShowingGeometryB(boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setShowingGrid(boolean) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- setShowingGrid(boolean) - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- setShowingInput(boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setShowingLabel(boolean) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- setShowingLabel(boolean) - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- setShowingOrientation(boolean) - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- setShowingOrientations(boolean) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- setShowingResult(boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- setShowingStructure(boolean) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- setShowingStructure(boolean) - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- setShowingVertices(boolean) - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- setShowingVertices(boolean) - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- setShowVertexIndices(boolean) - Method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- setSidesToGenerate(boolean, boolean) - Method in class org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator
-
Set the sides on which to generate offset points.
- setSimplifyFactor(double) - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Sets the factor used to determine the simplify distance tolerance for input simplification.
- setSingleSided(boolean) - Method in class org.locationtech.jts.operation.buffer.BufferParameters
-
Sets whether the computed buffer should be single-sided.
- setSites(Collection) - Method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Sets the sites (vertices) which will be triangulated from a collection of
Coordinate
s. - setSites(Collection) - Method in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
-
Sets the sites (point or vertices) which will be diagrammed from a collection of
Coordinate
s. - setSites(Geometry) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Sets the sites (point or vertices) which will be triangulated.
- setSites(Geometry) - Method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Sets the sites (vertices) which will be triangulated.
- setSites(Geometry) - Method in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
-
Sets the sites (point or vertices) which will be diagrammed.
- setSize(double) - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- setSize(double) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Sets the size of the extent of the shape in both x and y directions.
- setSource(GeometryContainer) - Method in class org.locationtech.jtstest.testbuilder.model.Layer
- setSplitPointFinder(ConstraintSplitPointFinder) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Sets the
ConstraintSplitPointFinder
to be used during constraint enforcement. - setSRID(int) - Method in class org.locationtech.jts.geom.Geometry
-
Sets the ID of the Spatial Reference System used by the
Geometry
. - setSRID(Geometry, int) - Method in class org.locationtech.jts.io.WKBReader
-
Sets the SRID, if it was specified in the WKB
- setSrsName(String) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Sets the value of the srsName attribute to be written into the root geometry tag.
- setStart() - Method in class org.locationtech.jts.dissolve.DissolveHalfEdge
-
Sets this edge to be the start segment of an input LineString.
- setStartingIndentIndex(int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Sets the starting column index for pretty printing
- setStretchSize(double) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
-
Sets the amount by which vertices will be stretched (in geometry units).
- setString(String) - Method in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- setString(String) - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- setString(String) - Method in class org.locationtech.jtstest.testbuilder.StatsPanel
- setStroke(Graphics2D, double) - Static method in class org.locationtech.jtstest.testbuilder.ui.style.AWTUtil
- setSym(HalfEdge) - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Sets the sym edge.
- setSym(DirectedEdge) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- setSym(DirectedEdge) - Method in class org.locationtech.jts.planargraph.DirectedEdge
-
Sets this DirectedEdge's symmetric DirectedEdge, which runs in the opposite direction.
- setTab(int) - Method in class org.locationtech.jts.io.WKTWriter
-
Sets the tab size to use for indenting.
- setTesselate(boolean) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Sets the flag to be output in the
tesselate
element. - setTestCase(TestCaseEdit) - Method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- setTestCase(TestCaseEdit) - Method in class org.locationtech.jtstest.testbuilder.RelatePanel
- setTestCase(TestCaseEdit) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- setTestCase(TestCaseEdit) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- setTestCase(TestCaseEdit) - Method in class org.locationtech.jtstest.testbuilder.ValidPanel
- setTestCaseIndexToRun(int) - Method in class org.locationtech.jtstest.testrunner.TestEngine
- setTestCaseIndexToRun(int) - Method in class org.locationtech.jtstest.testrunner.TestRun
- setTestFiles(List) - Method in class org.locationtech.jtstest.testrunner.TestEngine
-
Sets the File's that contain the tests.
- setTestName(String) - Method in class org.locationtech.jtstest.test.TestCase
- setText(Geometry, int) - Method in class org.locationtech.jtstest.testbuilder.WKTPanel
- setToEnd(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Sets the value of this location to refer to the end of a linear geometry.
- setToIdentity() - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be the identity transformation.
- setTolerance(double) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Sets the snapping tolerance which will be used to improved the robustness of the triangulation computation.
- setTolerance(double) - Method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Sets the snapping tolerance which will be used to improved the robustness of the triangulation computation.
- setTolerance(double) - Method in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
-
Sets the snapping tolerance which will be used to improved the robustness of the triangulation computation.
- setTolerance(double) - Method in interface org.locationtech.jtstest.geomop.GeometryMatcher
- setTolerance(double) - Method in class org.locationtech.jtstest.geomop.NormalizedGeometryMatcher
- setToNull() - Method in class org.locationtech.jts.geom.Envelope
-
Makes this
Envelope
a "null" envelope, that is, the envelope of the empty geometry. - setToNull() - Method in class org.locationtech.jts.geom.OctagonalEnvelope
-
Sets the value of this object to the null value
- setToolTipText(JComponent, GeometryFunction, int) - Static method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- setTopologyStretchSize(double) - Static method in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- setToReflection(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a reflection about the line defined by vector (x,y).
- setToReflection(double, double, double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a reflection about the line defined by a line (x0,y0) - (x1,y1).
- setToReflectionBasic(double, double, double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Explicitly computes the math for a reflection.
- setToRotation(double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a rotation around the origin.
- setToRotation(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a rotation around the origin by specifying the sin and cos of the rotation angle directly.
- setToRotation(double, double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a rotation around a given point (x,y).
- setToRotation(double, double, double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a rotation around a given point (x,y) by specifying the sin and cos of the rotation angle directly.
- setToScale(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a scaling.
- setToShear(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a shear.
- setToTranslation(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a translation.
- setTransformation(double, double, double, double, double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation's matrix to have the given values.
- setTransformation(AffineTransformation) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Sets this transformation to be a copy of the given one
- setType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractDrawTool
- setType() - Method in class org.locationtech.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- setType(int) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
-
Sets the type of packed coordinate sequences this factory builds, acceptable values are PackedCoordinateSequenceFactory#Floator PackedCoordinateSequenceFactory#Double
- setup(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- setUserData(Object) - Method in class org.locationtech.jts.geom.Geometry
-
A simple scheme for applications to add their own custom data to a Geometry.
- setValidate(boolean) - Method in class org.locationtech.jts.noding.snapround.GeometryNoder
-
Sets whether noding validity is checked after noding is performed.
- setValue(double) - Method in class org.locationtech.jts.math.DD
-
Set the value for the DD object.
- setValue(Object) - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
-
Set the value produced by worker thread
- setValue(DD) - Method in class org.locationtech.jts.math.DD
-
Set the value for the DD object.
- setVertexFactory(ConstraintVertexFactory) - Method in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
-
Sets a custom
ConstraintVertexFactory
to be used to allow vertices carrying extra information to be created. - setVisited(boolean) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
- setVisited(boolean) - Method in class org.locationtech.jts.geomgraph.GraphComponent
- setVisited(boolean) - Method in class org.locationtech.jts.planargraph.GraphComponent
-
Sets the visited flag for this component.
- setVisited(Iterator, boolean) - Static method in class org.locationtech.jts.planargraph.GraphComponent
-
Sets the Visited state for all
GraphComponent
s in anIterator
- setVisitedEdge(boolean) - Method in class org.locationtech.jts.geomgraph.DirectedEdge
-
setVisitedEdge marks both DirectedEdges attached to a given Edge.
- setWidth(double) - Method in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- setWidth(double) - Method in class org.locationtech.jts.util.GeometricShapeFactory
-
Sets the width of the shape.
- setWorkingPrecisionModel(PrecisionModel) - Method in class org.locationtech.jts.operation.buffer.BufferBuilder
-
Sets the precision model to use during the curve computation and noding, if it is different to the precision model of the Geometry.
- setWorkspace(File) - Method in class org.locationtech.jtstest.testrunner.TestRun
- setX(int, double) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
-
Sets the first ordinate of a coordinate in this sequence.
- setY(int, double) - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
-
Sets the second ordinate of a coordinate in this sequence.
- setZ(double) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Sets the Z value to be output for all coordinates.
- setZ(double) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- shape - Variable in class org.locationtech.jtstest.testbuilder.ui.style.VertexStyle
- ShapeCollectionPathIterator - Class in org.locationtech.jts.awt
-
A
PathIterator
which provides paths for a collection ofShape
s. - ShapeCollectionPathIterator(Collection, AffineTransform) - Constructor for class org.locationtech.jts.awt.ShapeCollectionPathIterator
-
Creates a new path iterator for a collection of
Shape
s. - Shapefile - Class in org.locationtech.jtstest.testbuilder.io.shapefile
- Shapefile(InputStream) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- Shapefile(URL) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
-
Creates and initialises a shapefile from a url
- SHAPEFILE_ID - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- ShapefileException - Exception in org.locationtech.jtstest.testbuilder.io.shapefile
-
Thrown when an error relating to the shapefile occures
- ShapefileException() - Constructor for exception org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileException
- ShapefileException(String) - Constructor for exception org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileException
- ShapefileHeader - Class in org.locationtech.jtstest.testbuilder.io.shapefile
- ShapefileHeader(GeometryCollection, int) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- ShapefileHeader(EndianDataInputStream) - Constructor for class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- ShapeHandler - Interface in org.locationtech.jtstest.testbuilder.io.shapefile
- shapeIterator - Variable in class org.locationtech.jts.awt.ShapeCollectionPathIterator
- ShapeReader - Class in org.locationtech.jts.awt
- ShapeReader(GeometryFactory) - Constructor for class org.locationtech.jts.awt.ShapeReader
- shapes - Variable in class org.locationtech.jts.awt.GeometryCollectionShape
- shapeType - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- ShapeTypeNotSupportedException - Exception in org.locationtech.jtstest.testbuilder.io.shapefile
-
Thrown when an attempt is made to load a shapefile which contains a shape type that is not supported by the loader
- ShapeTypeNotSupportedException(String) - Constructor for exception org.locationtech.jtstest.testbuilder.io.shapefile.ShapeTypeNotSupportedException
- ShapeWriter - Class in org.locationtech.jts.awt
-
Writes
Geometry
s into Java2DShape
objects of the appropriate type. - ShapeWriter() - Constructor for class org.locationtech.jts.awt.ShapeWriter
-
Creates a new ShapeWriter with the default (identity) point transformation.
- ShapeWriter(PointTransformation) - Constructor for class org.locationtech.jts.awt.ShapeWriter
-
Creates a new ShapeWriter with a specified point transformation and the default point shape factory.
- ShapeWriter(PointTransformation, PointShapeFactory) - Constructor for class org.locationtech.jts.awt.ShapeWriter
-
Creates a new ShapeWriter with a specified point transformation and point shape factory.
- shear(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a shear transformation composed with the current value.
- shearInstance(double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a shear.
- shell - Variable in class org.locationtech.jts.geom.Polygon
-
The exterior boundary, or
null
if thisPolygon
is empty. - shell - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- shell - Variable in class org.locationtech.jts.operation.polygonize.EdgeRing
- shellList - Variable in class org.locationtech.jts.operation.overlay.PolygonBuilder
- shellList - Variable in class org.locationtech.jts.operation.polygonize.Polygonizer
- ShortCircuitedGeometryVisitor - Class in org.locationtech.jts.geom.util
-
A visitor to
Geometry
components, which allows short-circuiting when a defined condition holds. - ShortCircuitedGeometryVisitor() - Constructor for class org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor
- shouldNeverReachHere() - Static method in class org.locationtech.jts.util.Assert
-
Always throws an
AssertionFailedException
. - shouldNeverReachHere(String) - Static method in class org.locationtech.jts.util.Assert
-
Always throws an
AssertionFailedException
with the given message. - shouldShowGeometryA() - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- shouldShowGeometryB() - Method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- show(Component, int, int) - Method in class org.locationtech.jtstest.testbuilder.GeometryPopupMenu
-
Record model coordinate of click point for use in menu operations
- show(JInternalFrame, JDesktopPane) - Static method in class org.locationtech.jtstest.testrunner.GuiUtil
-
Workaround for bug: can't re-show internal frames.
- showExpand - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- showGeomsTab() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- showGridMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- showIndicator(Geometry) - Static method in class org.locationtech.jtstest.function.FunctionsUtil
- showInfoTab() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- showingABwithSpatialFunction - Variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- showingCoordinates - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- showingGrid - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- showingLabel - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- showingOrientation - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- showingStructure - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- showingVertices - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- showOrientationsMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- showResultValueTab() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- showResultWKTTab() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- showSelfIntersections(LineString) - Static method in class org.locationtech.jtsexample.technique.LineStringSelfIntersections
- showStructureMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- showTab(String) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- showVertexIndicesMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- showVertexIndicesMenuItem_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- showVerticesMenuItem - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- si - Variable in class org.locationtech.jts.noding.MCIndexNoder.SegmentOverlapAction
- si - Variable in class org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- side - Variable in class org.locationtech.jts.operation.buffer.OffsetSegmentGenerator
- sierpinskiCarpet(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateFractalShapeFunctions
- SierpinskiCarpetBuilder - Class in org.locationtech.jts.shape.fractal
- SierpinskiCarpetBuilder(GeometryFactory) - Constructor for class org.locationtech.jts.shape.fractal.SierpinskiCarpetBuilder
- signedArea() - Method in class org.locationtech.jts.geom.Triangle
-
Computes the signed 2D area of this triangle.
- signedArea(Coordinate[]) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Computes the signed area for a ring.
- signedArea(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.geom.Triangle
-
Computes the signed 2D area of a triangle.
- signedArea(CoordinateSequence) - Static method in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.Computes the signed area for a ring.
- signExpBits(long) - Static method in class org.locationtech.jts.precision.CommonBits
-
Computes the bit pattern for the sign and exponent of a double-precision number.
- signOfDet2x2(double, double, double, double) - Static method in class org.locationtech.jts.algorithm.CGAlgorithmsDD
-
Computes the sign of the determinant of the 2x2 matrix with the given entries.
- signOfDet2x2(double, double, double, double) - Static method in class org.locationtech.jts.algorithm.RobustDeterminant
-
Computes the sign of the determinant of the 2x2 matrix with the given entries, in a robust way.
- signOfDet2x2(DD, DD, DD, DD) - Static method in class org.locationtech.jts.algorithm.CGAlgorithmsDD
-
Computes the sign of the determinant of the 2x2 matrix with the given entries.
- signum() - Method in class org.locationtech.jts.math.DD
-
Returns an integer indicating the sign of this value.
- signum(double) - Static method in class org.locationtech.jts.algorithm.CGAlgorithmsDD
- SimilarityMeasure - Interface in org.locationtech.jts.algorithm.match
-
An interface for classes which measures the degree of similarity between two
Geometry
s. - SimilarityMeasureCombiner - Class in org.locationtech.jts.algorithm.match
-
Provides methods to mathematically combine
SimilarityMeasure
values. - SimilarityMeasureCombiner() - Constructor for class org.locationtech.jts.algorithm.match.SimilarityMeasureCombiner
- SIMPLE_ORDINATE_FORMAT - Static variable in class org.locationtech.jts.util.StringUtil
- SimpleEdgeSetIntersector - Class in org.locationtech.jts.geomgraph.index
-
Finds all intersections in one or two sets of edges, using the straightforward method of comparing all segments.
- SimpleEdgeSetIntersector() - Constructor for class org.locationtech.jts.geomgraph.index.SimpleEdgeSetIntersector
- SimpleGeometryPrecisionReducer - Class in org.locationtech.jts.precision
-
Deprecated.use GeometryPrecisionReducer
- SimpleGeometryPrecisionReducer(PrecisionModel) - Constructor for class org.locationtech.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.
- SimpleGeometryPrecisionReducer.PrecisionReducerCoordinateOperation - Class in org.locationtech.jts.precision
-
Deprecated.
- SimpleMCSweepLineIntersector - Class in org.locationtech.jts.geomgraph.index
-
Finds all intersections in one or two sets of edges, using an x-axis sweepline algorithm in conjunction with Monotone Chains.
- SimpleMCSweepLineIntersector() - Constructor for class org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector
-
A SimpleMCSweepLineIntersector creates monotone chains from the edges and compares them using a simple sweep-line along the x-axis.
- SimpleMethodsExample - Class in org.locationtech.jtsexample.geom
-
An example showing a simple use of JTS methods for: WKT reading intersection relate WKT output
- SimpleMethodsExample() - Constructor for class org.locationtech.jtsexample.geom.SimpleMethodsExample
- SimpleMinimumClearance - Class in org.locationtech.jts.precision
-
Computes the minimum clearance of a geometry or set of geometries.
- SimpleMinimumClearance(Geometry) - Constructor for class org.locationtech.jts.precision.SimpleMinimumClearance
- SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter - Class in org.locationtech.jts.precision
- SimpleMinimumClearance.VertexCoordinateFilter - Class in org.locationtech.jts.precision
- SimpleNoder - Class in org.locationtech.jts.noding
-
Nodes a set of
SegmentString
s by performing a brute-force comparison of every segment to every other one. - SimpleNoder() - Constructor for class org.locationtech.jts.noding.SimpleNoder
- SimplePointInAreaLocator - Class in org.locationtech.jts.algorithm.locate
- SimplePointInAreaLocator(Geometry) - Constructor for class org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator
- SimpleReportWriter - Class in org.locationtech.jtstest.testrunner
- SimpleReportWriter(boolean) - Constructor for class org.locationtech.jtstest.testrunner.SimpleReportWriter
- SimpleSegmentSetMutualIntersector - Class in org.locationtech.jts.noding
-
Intersects two sets of
SegmentString
s using brute-force comparison. - SimpleSegmentSetMutualIntersector(Collection) - Constructor for class org.locationtech.jts.noding.SimpleSegmentSetMutualIntersector
-
Constructs a new intersector for a given set of
SegmentString
s. - SimpleSnapRounder - Class in org.locationtech.jts.noding.snapround
-
Uses Snap Rounding to compute a rounded, fully noded arrangement from a set of
SegmentString
s. - SimpleSnapRounder(PrecisionModel) - Constructor for class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- SimpleSweepLineIntersector - Class in org.locationtech.jts.geomgraph.index
-
Finds all intersections in one or two sets of edges, using a simple x-axis sweepline algorithm.
- SimpleSweepLineIntersector() - Constructor for class org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector
- SimplificationFunctions - Class in org.locationtech.jtstest.function
- SimplificationFunctions() - Constructor for class org.locationtech.jtstest.function.SimplificationFunctions
- simplify() - Method in class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
- simplify() - Method in class org.locationtech.jts.simplify.VWLineSimplifier
- simplify(double) - Method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
-
Simplify the input coordinate list.
- simplify(Collection) - Method in class org.locationtech.jts.simplify.TaggedLinesSimplifier
-
Simplify a collection of TaggedLineStrings
- simplify(Coordinate[], double) - Static method in class org.locationtech.jts.operation.buffer.BufferInputLineSimplifier
-
Simplify the input coordinate list.
- simplify(Coordinate[], double) - Static method in class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
- simplify(Coordinate[], double) - Static method in class org.locationtech.jts.simplify.VWLineSimplifier
- simplify(Geometry, double) - Static method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier
-
Simplifies a geometry using a given tolerance.
- simplify(Geometry, double) - Static method in class org.locationtech.jts.simplify.TopologyPreservingSimplifier
- simplify(Geometry, double) - Static method in class org.locationtech.jts.simplify.VWSimplifier
-
Simplifies a geometry using a given tolerance.
- simplify(TaggedLineString) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
-
Simplifies the given
TaggedLineString
using the distance tolerance specified. - simplifyDP(Geometry, double) - Static method in class org.locationtech.jtstest.function.SimplificationFunctions
- simplifyFactor - Variable in class org.locationtech.jts.operation.buffer.BufferParameters
- simplifySection(int, int) - Method in class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
- simplifySection(int, int, int) - Method in class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- simplifyTolerance(double) - Method in class org.locationtech.jts.operation.buffer.OffsetCurveBuilder
-
Computes the distance tolerance to use during input line simplification.
- simplifyTP(Geometry, double) - Static method in class org.locationtech.jtstest.function.SimplificationFunctions
- simplifyVertex(VWLineSimplifier.VWVertex) - Method in class org.locationtech.jts.simplify.VWLineSimplifier
- simplifyVW(Geometry, double) - Static method in class org.locationtech.jtstest.function.SimplificationFunctions
- sInc - Variable in class org.locationtech.jtstest.util.HSBPalette
- sineStar(Geometry, int, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- SineStarFactory - Class in org.locationtech.jts.geom.util
-
Creates geometries which are shaped like multi-armed stars with each arm shaped like a sine wave.
- SineStarFactory() - Constructor for class org.locationtech.jts.geom.util.SineStarFactory
-
Creates a factory which will create sine stars using the default
GeometryFactory
. - SineStarFactory(GeometryFactory) - Constructor for class org.locationtech.jts.geom.util.SineStarFactory
-
Creates a factory which will create sine stars using the given
GeometryFactory
. - SinglePassNoder - Class in org.locationtech.jts.noding
-
Base class for
Noder
s which make a single pass to find intersections. - SinglePassNoder() - Constructor for class org.locationtech.jts.noding.SinglePassNoder
- SinglePassNoder(SegmentIntersector) - Constructor for class org.locationtech.jts.noding.SinglePassNoder
- singleSidedBuffer(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- singleSidedBufferCurve(Geometry, double) - Static method in class org.locationtech.jtstest.function.BufferFunctions
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.DeleteVertexTool
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.ExtractComponentTool
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.InfoTool
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.LineStringTool
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.PointTool
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.PolygonTool
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.RectangleTool
- singleton - Static variable in class org.locationtech.jtstest.testbuilder.ui.tools.StreamPolygonTool
- SIRtree - Class in org.locationtech.jts.index.strtree
-
One-dimensional version of an STR-packed R-tree.
- SIRtree() - Constructor for class org.locationtech.jts.index.strtree.SIRtree
-
Constructs an SIRtree with the default node capacity.
- SIRtree(int) - Constructor for class org.locationtech.jts.index.strtree.SIRtree
-
Constructs an SIRtree with the given maximum number of child nodes that a node may have
- siteCoords - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- siteCoords - Variable in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
- siteCoords - Variable in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
- size - Variable in class org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory
- size - Variable in class org.locationtech.jts.util.PriorityQueue
- size() - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns the number of coordinates in this sequence.
- size() - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.Returns the size of the coordinate sequence
- size() - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Returns the size of the coordinate sequence
- size() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
- size() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
- size() - Method in class org.locationtech.jts.index.bintree.Bintree
- size() - Method in class org.locationtech.jts.index.bintree.NodeBase
- size() - Method in class org.locationtech.jts.index.quadtree.NodeBase
- size() - Method in class org.locationtech.jts.index.quadtree.Quadtree
-
Returns the number of items in the tree.
- size() - Method in class org.locationtech.jts.index.strtree.AbstractNode
-
Gets the count of the
Boundable
s at this node. - size() - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- size() - Method in class org.locationtech.jts.index.strtree.STRtree
-
Returns the number of items in the tree.
- size() - Method in class org.locationtech.jts.noding.BasicSegmentString
- size() - Method in class org.locationtech.jts.noding.NodedSegmentString
- size() - Method in interface org.locationtech.jts.noding.SegmentString
- size() - Method in class org.locationtech.jts.operation.distance.FacetSequence
- size() - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- size() - Method in class org.locationtech.jts.util.PriorityQueue
-
Returns size.
- size() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- size() - Method in class org.locationtech.jtstest.test.TestCaseList
- size() - Method in class org.locationtech.jtstest.testbuilder.model.LayerList
- size(AbstractNode) - Method in class org.locationtech.jts.index.strtree.AbstractSTRtree
- sizeOver2 - Variable in class org.locationtech.jtstest.testbuilder.ui.style.VertexStyle
- sizeString(int) - Static method in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- skipBytes(int) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
skip ahead in the stream
- skipEmpty - Variable in class org.locationtech.jts.geom.util.GeometryCombiner
- sLo - Variable in class org.locationtech.jtstest.util.HSBPalette
- smallestInAbsValue(double, double, double, double) - Method in class org.locationtech.jts.algorithm.RobustLineIntersector
- smc - Variable in class org.locationtech.jts.precision.SimpleMinimumClearance.ComputeMCCoordinateSequenceFilter
- smc - Variable in class org.locationtech.jts.precision.SimpleMinimumClearance.VertexCoordinateFilter
- snap(Geometry[]) - Method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- snap(Geometry, Geometry, double) - Static method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
-
Snaps two geometries together with a given tolerance.
- snap(HotPixel) - Method in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper
- snap(HotPixel, SegmentString, int) - Method in class org.locationtech.jts.noding.snapround.MCIndexPointSnapper
-
Snaps (nodes) all interacting segments to this hot pixel.
- SNAP_PRECISION_FACTOR - Static variable in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
- snapAtoB(Geometry, Geometry, double) - Static method in class org.locationtech.jtstest.function.SnappingFunctions
- SnapIfNeededOverlayOp - Class in org.locationtech.jts.operation.overlay.snap
-
Performs an overlay operation using snapping and enhanced precision to improve the robustness of the result.
- SnapIfNeededOverlayOp(Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- snapLine(Coordinate[], Coordinate[]) - Method in class org.locationtech.jts.operation.overlay.snap.SnapTransformer
- SnapOverlayOp - Class in org.locationtech.jts.operation.overlay.snap
-
Performs an overlay operation using snapping and enhanced precision to improve the robustness of the result.
- SnapOverlayOp(Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- SnappingFunctions - Class in org.locationtech.jtstest.function
-
Implementations for various geometry functions.
- SnappingFunctions() - Constructor for class org.locationtech.jtstest.function.SnappingFunctions
- snapPts - Variable in class org.locationtech.jts.operation.overlay.snap.SnapTransformer
- snapRound(Collection, LineIntersector) - Method in class org.locationtech.jts.noding.snapround.MCIndexSnapRounder
- snapRound(Collection, LineIntersector) - Method in class org.locationtech.jts.noding.snapround.SimpleSnapRounder
- snapRoundWithPointwisePrecisionReduction(Geometry, double) - Static method in class org.locationtech.jtstest.function.NodingFunctions
-
Reduces precision pointwise, then snap-rounds.
- snapScale(double) - Static method in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
Snaps scale to nearest multiple of 2, 5 or 10.
- snapScaleTo_10_2_5(double) - Static method in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
Not used - scaling to multiples of 10,5,2 is too coarse.
- snapScaleToSingleDigitPrecision(double) - Static method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- snapSegments(CoordinateList, Coordinate[]) - Method in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
-
Snap segments of the source to nearby snap vertices.
- snapTo(Coordinate[]) - Method in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
-
Snaps the vertices and segments of the source LineString to the given set of snap vertices.
- snapTo(Geometry, double) - Method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
-
Snaps the vertices in the component
LineString
s of the source geometry to the vertices of the given snap geometry. - snapToGrid(Point2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- snapToGrid(Point2D) - Method in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- snapToGrid(Point2D, int) - Method in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- snapTolerance - Variable in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
- snapTolerance - Variable in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- snapTolerance - Variable in class org.locationtech.jts.operation.overlay.snap.SnapTransformer
- snapToMajorGrid(Point2D) - Method in class org.locationtech.jtstest.testbuilder.model.DrawingGrid
- snapToSelf(double, boolean) - Method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
-
Snaps the vertices in the component
LineString
s of the source geometry to the vertices of the same geometry. - snapToSelf(Geometry, double, boolean) - Static method in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
-
Snaps a geometry to itself.
- snapToSelfAndClean(Geometry, double) - Static method in class org.locationtech.jtstest.function.SnappingFunctions
- snapToVertex(Geometry, double) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Snaps the value of this location to the nearest vertex on the given linear
Geometry
, if the vertex is closer than minDistance. - SnapTransformer - Class in org.locationtech.jts.operation.overlay.snap
- SnapTransformer(double, Coordinate[]) - Constructor for class org.locationtech.jts.operation.overlay.snap.SnapTransformer
- SnapTransformer(double, Coordinate[], boolean) - Constructor for class org.locationtech.jts.operation.overlay.snap.SnapTransformer
- snapVertices(CoordinateList, Coordinate[]) - Method in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
-
Snap source vertices to vertices in the target.
- solve(double[]) - Method in class org.locationtech.jts.geom.util.AffineTransformationBuilder
-
Solves the transformation matrix system of linear equations for the given right-hand side vector.
- solve(double[][], double[]) - Static method in class org.locationtech.jts.math.Matrix
-
Solves a system of equations using Gaussian Elimination.
- sortByArea(Geometry) - Static method in class org.locationtech.jtstest.function.SortingFunctions
- sortByLength(Geometry) - Static method in class org.locationtech.jtstest.function.SortingFunctions
- sorted - Variable in class org.locationtech.jts.planargraph.DirectedEdgeStar
- sortedFunctions - Variable in class org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry
- sortEdges() - Method in class org.locationtech.jts.planargraph.DirectedEdgeStar
- SortedPackedIntervalRTree - Class in org.locationtech.jts.index.intervalrtree
-
A static index on a set of 1-dimensional intervals, using an R-Tree packed based on the order of the interval midpoints.
- SortedPackedIntervalRTree() - Constructor for class org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree
- SORTINDEX_GEOMETRYCOLLECTION - Static variable in class org.locationtech.jts.geom.Geometry
- SORTINDEX_LINEARRING - Static variable in class org.locationtech.jts.geom.Geometry
- SORTINDEX_LINESTRING - Static variable in class org.locationtech.jts.geom.Geometry
- SORTINDEX_MULTILINESTRING - Static variable in class org.locationtech.jts.geom.Geometry
- SORTINDEX_MULTIPOINT - Static variable in class org.locationtech.jts.geom.Geometry
- SORTINDEX_MULTIPOLYGON - Static variable in class org.locationtech.jts.geom.Geometry
- SORTINDEX_POINT - Static variable in class org.locationtech.jts.geom.Geometry
- SORTINDEX_POLYGON - Static variable in class org.locationtech.jts.geom.Geometry
- SortingFunctions - Class in org.locationtech.jtstest.function
- SortingFunctions() - Constructor for class org.locationtech.jtstest.function.SortingFunctions
- SortingFunctions.GeometryAreaComparator - Class in org.locationtech.jtstest.function
- SortingFunctions.GeometryLengthComparator - Class in org.locationtech.jtstest.function
- sortShellsAndHoles(List, List, List) - Method in class org.locationtech.jts.operation.overlay.PolygonBuilder
-
For all rings in the input list, determine whether the ring is a shell or a hole and add it to the appropriate list.
- source - Variable in class org.locationtech.jtstest.testbuilder.GeometryContext
- source - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.PanTool
- spaceBorder - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel.GeometryFunctionCellRenderer
- spaces(int) - Static method in class org.locationtech.jts.util.Debug
- spaces(int) - Static method in class org.locationtech.jts.util.StringUtil
- spatialFunctionPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- SpatialFunctionPanel - Class in org.locationtech.jtstest.testbuilder
- SpatialFunctionPanel() - Constructor for class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- spatialFunctionPanel_functionExecuted(SpatialFunctionPanelEvent) - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
- SpatialFunctionPanelEvent - Class in org.locationtech.jtstest.testbuilder.event
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- SpatialFunctionPanelEvent(Object) - Constructor for class org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelEvent
- SpatialFunctionPanelEvent(Object, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelEvent
- SpatialFunctionPanelListener - Interface in org.locationtech.jtstest.testbuilder.event
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- spatialFunctionPanelListeners - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- spatialFunctionPanelListeners - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- SpatialIndex - Interface in org.locationtech.jts.index
-
The basic operations supported by classes implementing spatial index algorithms.
- SpatialIndexFunctions - Class in org.locationtech.jtstest.function
- SpatialIndexFunctions() - Constructor for class org.locationtech.jtstest.function.SpatialIndexFunctions
- SpatialPredicateFunctions - Class in org.locationtech.jtstest.function
-
Implementations for spatial predicate functions.
- SpatialPredicateFunctions() - Constructor for class org.locationtech.jtstest.function.SpatialPredicateFunctions
- splice(QuadEdge, QuadEdge) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Splices two edges together or apart.
- split() - Method in class org.locationtech.jts.util.Stopwatch
- split(String, String) - Static method in class org.locationtech.jts.util.StringUtil
-
Mimics the the Java SE
String.split(String)
method. - SPLIT - Static variable in class org.locationtech.jts.math.DD
-
The value to split a double-precision value on during multiplication
- splitAt(double, Coordinate) - Method in class org.locationtech.jts.triangulate.SplitSegment
- splitAt(Coordinate) - Method in class org.locationtech.jts.triangulate.SplitSegment
- splitFinder - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- splitPt - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- splitPt - Variable in class org.locationtech.jts.triangulate.SplitSegment
- SplitSegment - Class in org.locationtech.jts.triangulate
-
Models a constraint segment which can be split in two in various ways, according to certain geometric constraints.
- SplitSegment(LineSegment) - Constructor for class org.locationtech.jts.triangulate.SplitSegment
- spStretchDist - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- sqr() - Method in class org.locationtech.jts.math.DD
-
Computes the square of this value.
- sqr(double) - Static method in class org.locationtech.jts.math.DD
-
Computes the square of this value.
- sqrt() - Method in class org.locationtech.jts.math.DD
-
Computes the positive square root of this value.
- sqrt(double) - Static method in class org.locationtech.jts.math.DD
- SQRT2 - Static variable in class org.locationtech.jts.geom.OctagonalEnvelope
- Square() - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Square
-
Creates a new factory for squares with default size.
- Square(double) - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Square
-
Creates a factory for squares of given size.
- squircle(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- src0 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- src1 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- src2 - Variable in class org.locationtech.jts.geom.util.AffineTransformationBuilder
- srcGeom - Variable in class org.locationtech.jts.operation.overlay.snap.GeometrySnapper
- srcPt - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- srcPts - Variable in class org.locationtech.jts.operation.overlay.snap.LineStringSnapper
- SRID - Variable in class org.locationtech.jts.geom.Geometry
-
The ID of the Spatial Reference System used by this
Geometry
- SRID - Variable in class org.locationtech.jts.geom.GeometryFactory
- SRID - Variable in class org.locationtech.jts.io.WKBReader
- srsName - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- stack - Variable in class org.locationtech.jts.io.gml2.GMLHandler
- STACK_TRACE_DEPTH - Static variable in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- STACK_TRACE_DEPTH - Static variable in class org.locationtech.jtstest.testbuilder.model.PNGWriter
- stackEdges(HalfEdge) - Method in class org.locationtech.jts.dissolve.LineDissolver
-
Adds edges around this node to the stack.
- stackTrace - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- Star() - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Star
-
Creates a new factory for points with default size.
- Star(double) - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Star
-
Creates a factory for points of given size.
- start - Variable in class org.locationtech.jts.index.chain.MonotoneChain
- start - Variable in class org.locationtech.jts.operation.distance.FacetSequence
- start - Variable in class org.locationtech.jtstest.testbuilder.ui.style.LineStringEndpointStyle
- start - Variable in class org.locationtech.jtstest.testrunner.TestEngine
- start() - Method in class org.locationtech.jts.util.Stopwatch
- start() - Method in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
-
Start the worker thread.
- startDe - Variable in class org.locationtech.jts.geomgraph.EdgeRing
- startElement(String, String, String, Attributes) - Method in class org.locationtech.jts.io.gml2.GMLHandler
- startElement(String, String, String, Attributes) - Method in class org.locationtech.jtsexample.io.gml2.KMLHandler
-
SAX handler.
- startFunctionMonitor() - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
- startGeomTag(String, Geometry, Writer) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- startIndex - Variable in class org.locationtech.jts.geomgraph.index.MonotoneChainEdge
- startingEdge - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- startingIndentIndex - Variable in class org.locationtech.jts.io.gml2.GMLWriter
- startLine(int, Writer) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- startLine(String, int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- startTimestamp - Variable in class org.locationtech.jts.util.Stopwatch
- stateAddingPoints - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- StaticGeometryContainer - Class in org.locationtech.jtstest.testbuilder.model
- StaticGeometryContainer(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.model.StaticGeometryContainer
- StaticMethodGeometryFunction - Class in org.locationtech.jtstest.geomfunction
-
A
GeometryFunction
which calls a staticMethod
. - StaticMethodGeometryFunction - Class in org.locationtech.jtstest.geomop
-
A
GeometryFunction
which calls a staticMethod
. - StaticMethodGeometryFunction(String, String, String[], Class[], Class, Method) - Constructor for class org.locationtech.jtstest.geomop.StaticMethodGeometryFunction
- StaticMethodGeometryFunction(String, String, String, String[], Class[], Class, Method) - Constructor for class org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
- statsPanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- StatsPanel - Class in org.locationtech.jtstest.testbuilder
- StatsPanel() - Constructor for class org.locationtech.jtstest.testbuilder.StatsPanel
- statusBarPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- statusLabel - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- stop() - Method in class org.locationtech.jts.util.Stopwatch
- stopFunctionMonitor() - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
- stopwatch - Static variable in class org.locationtech.jts.util.Debug
- Stopwatch - Class in org.locationtech.jts.util
-
Implements a timer function which can compute elapsed time as well as split times.
- Stopwatch() - Constructor for class org.locationtech.jts.util.Stopwatch
- STR_TREE_NODE_CAPACITY - Static variable in class org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder
- STRAIGHT - Static variable in class org.locationtech.jts.algorithm.CGAlgorithms
-
Deprecated.A value that indicates an orientation of collinear, or no turn (straight).
- STRAIGHT - Static variable in class org.locationtech.jts.algorithm.Orientation
-
A value that indicates an orientation of collinear, or no turn (straight).
- strategies - Static variable in class org.locationtech.jts.io.gml2.GeometryStrategies
- strategy - Variable in class org.locationtech.jts.io.gml2.GMLHandler.Handler
- stream - Variable in class org.locationtech.jts.io.ByteOrderDataInStream
- StreamPolygonTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- StreamPolygonTool() - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.StreamPolygonTool
- stretch(double, double) - Method in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- stretch(double, double, Envelope) - Method in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- stretchCoords - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- stretchDist - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- stretchDistance - Variable in class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- StretchedGeometryContainer(int) - Constructor for class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView.StretchedGeometryContainer
- stretchedPt - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- StretchedVertex - Class in org.locationtech.jtstest.testbuilder.topostretch
-
Models a vertex of a Geometry which will be stretched due to being too near other segments and vertices.
- StretchedVertex(Coordinate, Coordinate[], int, Coordinate, Coordinate[], int) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
-
Creates a vertex which lies near a vertex
- StretchedVertex(Coordinate, Coordinate[], int, LineSegment) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
-
Creates a vertex for a point which lies near a line segment
- StretchedVertexFinder - Class in org.locationtech.jtstest.testbuilder.topostretch
- StretchedVertexFinder(Collection, double) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- StretchedVertexFinder(Collection, double, Envelope) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- stretchGeom - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- stretchSize - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- stretchView - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel.GeometryEditPanelRenderer
- stringOfChar(char, int) - Static method in class org.locationtech.jts.io.WKTWriter
-
Returns a
String
of repeated characters. - stringOfChar(char, int) - Static method in class org.locationtech.jts.math.DD
-
Creates a string of a given length containing the given character
- stringOfChar(char, int) - Static method in class org.locationtech.jtstest.util.io.SVGWriter
-
Returns a
String
of repeated characters. - stringOfChar(char, int) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns a String of the given length consisting entirely of the given character
- StringUtil - Class in org.locationtech.jts.util
-
Utility methods for working with
String
s. - StringUtil - Class in org.locationtech.jtstest.util
-
Useful string utilities
- StringUtil() - Constructor for class org.locationtech.jts.util.StringUtil
- StringUtil() - Constructor for class org.locationtech.jtstest.util.StringUtil
- stripHTMLTags(String) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Removes the HTML tags from the given String, inserting line breaks at appropriate places.
- STRtree - Class in org.locationtech.jts.index.strtree
-
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
- STRtree() - Constructor for class org.locationtech.jts.index.strtree.STRtree
-
Constructs an STRtree with the default node capacity.
- STRtree(int) - Constructor for class org.locationtech.jts.index.strtree.STRtree
-
Constructs an STRtree with the given maximum number of child nodes that a node may have.
- STRTREE_NODE_CAPACITY - Static variable in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
The effectiveness of the index is somewhat sensitive to the node capacity.
- STRtree.STRtreeNode - Class in org.locationtech.jts.index.strtree
- strTreeBounds(Geometry) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- strTreeNN(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- strTreeNNk(Geometry, Geometry, int) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- STRtreeNode(int) - Constructor for class org.locationtech.jts.index.strtree.STRtree.STRtreeNode
- strTreeQuery(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialIndexFunctions
- structureFilter - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- structureSummary(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.geom.GeometryUtil
- style - Variable in class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- Style - Interface in org.locationtech.jtstest.testbuilder.ui.style
- StyleEntry - Class in org.locationtech.jtstest.testbuilder.ui.style
- StyleEntry(Style) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- StyleEntry(Style, StyleList.StyleFilter) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.StyleEntry
- styleList - Variable in class org.locationtech.jtstest.testbuilder.ui.style.StyleList
- StyleList - Class in org.locationtech.jtstest.testbuilder.ui.style
-
Contains a list of styles and allows Geometrys to be rendered using those styles.
- StyleList() - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.StyleList
- StyleList.StyleFilter - Interface in org.locationtech.jtstest.testbuilder.ui.style
- sub(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- subcollectionIterator - Variable in class org.locationtech.jts.geom.GeometryCollectionIterator
-
The iterator over a nested
Geometry
, ornull
if thisGeometryCollectionIterator
is not currently iterating over a nestedGeometryCollection
. - subdiv - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- subdiv - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- subdiv - Variable in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
- subdiv - Variable in class org.locationtech.jts.triangulate.IncrementalDelaunayTriangulator
- subdiv - Variable in class org.locationtech.jts.triangulate.quadedge.LastFoundQuadEdgeLocator
- subdiv - Variable in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
- Subgraph - Class in org.locationtech.jts.planargraph
-
A subgraph of a
PlanarGraph
. - Subgraph(PlanarGraph) - Constructor for class org.locationtech.jts.planargraph.Subgraph
-
Creates a new subgraph of the given
PlanarGraph
- SubgraphDepthLocater - Class in org.locationtech.jts.operation.buffer
-
Locates a subgraph inside a set of subgraphs, in order to determine the outside depth of the subgraph.
- SubgraphDepthLocater(List) - Constructor for class org.locationtech.jts.operation.buffer.SubgraphDepthLocater
- SubgraphDepthLocater.DepthSegment - Class in org.locationtech.jts.operation.buffer
-
A segment from a directed edge which has been assigned a depth value for its sides.
- subgraphs - Variable in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater
- subnode - Variable in class org.locationtech.jts.index.bintree.NodeBase
-
subnodes are numbered as follows: 0 | 1
- subnode - Variable in class org.locationtech.jts.index.quadtree.NodeBase
-
subquads are numbered as follows:
- subtract(double) - Method in class org.locationtech.jts.math.DD
-
Computes a new DoubleDouble object whose value is (this - y).
- subtract(Point2D, Point2D) - Static method in class org.locationtech.jtstest.testbuilder.ui.style.AWTUtil
- subtract(DD) - Method in class org.locationtech.jts.math.DD
-
Computes a new DoubleDouble object whose value is (this - y).
- subtract(Vector2D) - Method in class org.locationtech.jts.math.Vector2D
- sum(Vertex) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- summary() - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- supercircle(Geometry, int, double) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- supercircle3(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- supercircle5(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- supercirclePoint5(Geometry, int) - Static method in class org.locationtech.jtstest.function.CreateShapeFunctions
- supportsDnD - Static variable in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
-
Discover if the running JVM is modern enough to have drag and drop.
- supportsDnD() - Static method in class org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop
- SVGTestWriter - Class in org.locationtech.jtstest.testbuilder.model
- SVGTestWriter() - Constructor for class org.locationtech.jtstest.testbuilder.model.SVGTestWriter
- SVGWriter - Class in org.locationtech.jtstest.util.io
-
Writes the Well-Known Text representation of a
Geometry
. - SVGWriter() - Constructor for class org.locationtech.jtstest.util.io.SVGWriter
-
Creates a new SVGWriter with default settings
- SW - Static variable in class org.locationtech.jts.geomgraph.Quadrant
- swap(CoordinateSequence, int, int) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
Swaps two coordinates in a sequence.
- swap(QuadEdge) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Turns an edge counterclockwise inside its enclosing quadrilateral.
- swapRows(double[][], int, int) - Static method in class org.locationtech.jts.math.Matrix
- swapRows(double[], int, int) - Static method in class org.locationtech.jts.math.Matrix
- sweepInt - Variable in class org.locationtech.jts.index.sweepline.SweepLineEvent
- SweepLineEvent - Class in org.locationtech.jts.geomgraph.index
- SweepLineEvent - Class in org.locationtech.jts.index.sweepline
- SweepLineEvent(double, SweepLineEvent) - Constructor for class org.locationtech.jts.geomgraph.index.SweepLineEvent
-
Creates a DELETE event.
- SweepLineEvent(double, SweepLineEvent, SweepLineInterval) - Constructor for class org.locationtech.jts.index.sweepline.SweepLineEvent
- SweepLineEvent(Object, double, Object) - Constructor for class org.locationtech.jts.geomgraph.index.SweepLineEvent
-
Creates an INSERT event.
- SweepLineIndex - Class in org.locationtech.jts.index.sweepline
-
A sweepline implements a sorted index on a set of intervals.
- SweepLineIndex() - Constructor for class org.locationtech.jts.index.sweepline.SweepLineIndex
- SweepLineInterval - Class in org.locationtech.jts.index.sweepline
- SweepLineInterval(double, double) - Constructor for class org.locationtech.jts.index.sweepline.SweepLineInterval
- SweepLineInterval(double, double, Object) - Constructor for class org.locationtech.jts.index.sweepline.SweepLineInterval
- SweepLineOverlapAction - Interface in org.locationtech.jts.index.sweepline
-
An action taken when a
SweepLineIndex
detects that twoSweepLineInterval
s overlap - SweepLineSegment - Class in org.locationtech.jts.geomgraph.index
- SweepLineSegment(Edge, int) - Constructor for class org.locationtech.jts.geomgraph.index.SweepLineSegment
- SwingUtil - Class in org.locationtech.jtstest.testbuilder.ui
- SwingUtil() - Constructor for class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- SwingWorker - Class in org.locationtech.jtstest.testbuilder.ui
-
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
- SwingWorker() - Constructor for class org.locationtech.jtstest.testbuilder.ui.SwingWorker
-
Start a thread that will call the
construct
method and then exit. - SwingWorker.ThreadVar - Class in org.locationtech.jtstest.testbuilder.ui
-
Class to maintain reference to current worker thread under separate synchronization control.
- sym - Variable in class org.locationtech.jts.edgegraph.HalfEdge
- sym - Variable in class org.locationtech.jts.geomgraph.DirectedEdge
- sym - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- sym() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Gets the symmetric pair edge of this edge.
- sym() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Gets the edge from the destination to the origin of this edge.
- SYM_A - Static variable in class org.locationtech.jts.geom.Dimension
-
Symbol for the A (dimension 2) pattern matrix entry
- SYM_DONTCARE - Static variable in class org.locationtech.jts.geom.Dimension
-
Symbol for the DONTCARE pattern matrix entry
- SYM_FALSE - Static variable in class org.locationtech.jts.geom.Dimension
-
Symbol for the FALSE pattern matrix entry
- SYM_L - Static variable in class org.locationtech.jts.geom.Dimension
-
Symbol for the L (dimension 1) pattern matrix entry
- SYM_P - Static variable in class org.locationtech.jts.geom.Dimension
-
Symbol for the P (dimension 0) pattern matrix entry
- SYM_TRUE - Static variable in class org.locationtech.jts.geom.Dimension
-
Symbol for the TRUE pattern matrix entry
- symDifference(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Computes a
Geometry
representing the closure of the point-set which is the union of the points in thisGeometry
which are not contained in theother
Geometry, with the points in theother
Geometry not contained in thisGeometry
. - symDifference(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- symDifference(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- symDifference(Geometry, Geometry) - Method in class org.locationtech.jts.precision.CommonBitsOp
-
Computes the set-theoretic symmetric difference of two geometries, using enhanced precision.
- symDifference(Geometry, Geometry) - Static method in class org.locationtech.jts.precision.EnhancedPrecisionOp
-
Computes the set-theoretic symmetric difference of two
Geometry
s, using enhanced precision. - symDifference(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions
- symDifference(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayEnhancedPrecisionFunctions
- symDifference(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayFunctions
- symDifference(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayNoSnapFunctions
- SYMDIFFERENCE - Static variable in class org.locationtech.jts.operation.overlay.OverlayOp
-
The code for the Symmetric Difference overlay operation.
- syntaxPattern - Variable in class org.locationtech.jtstest.command.OptionSpec
T
- T_WIDTH - Static variable in class org.locationtech.jtstest.function.JTSFunctions
- TAB_LABEL_CASES - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TAB_LABEL_INPUT - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TAB_LABEL_INSPECT - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TAB_LABEL_LAYERS - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TAB_LABEL_LOG - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TAB_LABEL_RESULT - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TAB_LABEL_STATS - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TAB_LABEL_VALUE - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- table - Variable in class org.locationtech.jtstest.testbuilder.LayerControlList
- tabPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.InfoPanel
- tabPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- tabPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- tabPanelLayout - Variable in class org.locationtech.jtstest.testbuilder.StatsPanel
- TAG_geometryOperation - Static variable in class org.locationtech.jtstest.testrunner.TestReader
- TAG_resultMatcher - Static variable in class org.locationtech.jtstest.testrunner.TestReader
- TaggedLineSegment - Class in org.locationtech.jts.simplify
-
A
LineSegment
which is tagged with its location in a parentGeometry
. - TaggedLineSegment(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.simplify.TaggedLineSegment
- TaggedLineSegment(Coordinate, Coordinate, Geometry, int) - Constructor for class org.locationtech.jts.simplify.TaggedLineSegment
- TaggedLinesSimplifier - Class in org.locationtech.jts.simplify
-
Simplifies a collection of TaggedLineStrings, preserving topology (in the sense that no new intersections are introduced).
- TaggedLinesSimplifier() - Constructor for class org.locationtech.jts.simplify.TaggedLinesSimplifier
- TaggedLineString - Class in org.locationtech.jts.simplify
-
Represents a
LineString
which can be modified to a simplified shape. - TaggedLineString(LineString) - Constructor for class org.locationtech.jts.simplify.TaggedLineString
- TaggedLineString(LineString, int) - Constructor for class org.locationtech.jts.simplify.TaggedLineString
- TaggedLineStringSimplifier - Class in org.locationtech.jts.simplify
-
Simplifies a TaggedLineString, preserving topology (in the sense that no new intersections are introduced).
- TaggedLineStringSimplifier(LineSegmentIndex, LineSegmentIndex) - Constructor for class org.locationtech.jts.simplify.TaggedLineStringSimplifier
- taInvalidMsg - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- targetGeometry - Variable in class org.locationtech.jtstest.testrunner.Test
- targetPM - Variable in class org.locationtech.jts.precision.GeometryPrecisionReducer
- targetPM - Variable in class org.locationtech.jts.precision.PrecisionReducerCoordinateOperation
- targetPointLocator - Variable in class org.locationtech.jts.geom.prep.PreparedPolygonPredicate
- tbFrame - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar
- tbFrame - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- tbFrame - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- tbMenuBar - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.InfoPanel
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.StatsPanel
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.TestBuilderPanel
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- tbModel - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- tbToolBar - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- tcIndex - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- tcList - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel.CaseList
- teardown(Graphics2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.IndicatorTool
- TeeGeometryOperation - Class in org.locationtech.jtstest.geomop
-
A
GeometryOperation
which executes the original operation and returns that result, but also executes a separate operation (which could be multiple operations). - TeeGeometryOperation() - Constructor for class org.locationtech.jtstest.geomop.TeeGeometryOperation
- TeeGeometryOperation(GeometryMethodOperation) - Constructor for class org.locationtech.jtstest.geomop.TeeGeometryOperation
-
Creates a new operation which chains to the given
GeometryMethodOperation
for non-intercepted methods. - TEN - Static variable in class org.locationtech.jts.math.DD
- tentativeCoordinate - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- terminateDistance - Variable in class org.locationtech.jts.operation.distance.DistanceOp
- terminateDistance - Variable in class org.locationtech.jts.operation.distance3d.Distance3DOp
- tesselate - Variable in class org.locationtech.jts.io.kml.KMLWriter
- test - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- Test - Class in org.locationtech.jtstest.testrunner
-
A test for two geometries.
- Test(TestCase, int, String, String, String, List, Result, double) - Constructor for class org.locationtech.jtstest.testrunner.Test
-
Creates a Test with the given description.
- testable - Variable in class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- Testable - Interface in org.locationtech.jtstest.test
- TestBuilderModel - Class in org.locationtech.jtstest.testbuilder.model
- TestBuilderModel() - Constructor for class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- TestBuilderModel.CaseList - Class in org.locationtech.jtstest.testbuilder.model
-
Encapsulates test case cursor logic.
- TestBuilderModel.CaseList.CaseFactory - Interface in org.locationtech.jtstest.testbuilder.model
- TestBuilderPanel - Class in org.locationtech.jtstest.testbuilder
- TestBuilderPanel() - Constructor for class org.locationtech.jtstest.testbuilder.TestBuilderPanel
- testCase - Variable in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- testCase - Variable in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- testCase - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- testCase - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- testCase - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- testCase - Variable in class org.locationtech.jtstest.testrunner.Test
- TestCase - Class in org.locationtech.jtstest.test
- TestCase - Class in org.locationtech.jtstest.testrunner
-
A set of tests for two Geometry's.
- TestCase() - Constructor for class org.locationtech.jtstest.test.TestCase
- TestCase(String) - Constructor for class org.locationtech.jtstest.test.TestCase
- TestCase(String, String, String, String, String) - Constructor for class org.locationtech.jtstest.test.TestCase
- TestCase(String, String, String, String, String, String, String, String, String, String) - Constructor for class org.locationtech.jtstest.test.TestCase
- TestCase(String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.locationtech.jtstest.test.TestCase
- TestCase(String, Geometry, Geometry, File, File, TestRun, int, int) - Constructor for class org.locationtech.jtstest.testrunner.TestCase
-
Creates a TestCase with the given description.
- TestCase(TestCase) - Constructor for class org.locationtech.jtstest.test.TestCase
- TestCaseEdit - Class in org.locationtech.jtstest.testbuilder.model
- TestCaseEdit(Geometry[]) - Constructor for class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- TestCaseEdit(Geometry[], String) - Constructor for class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- TestCaseEdit(PrecisionModel) - Constructor for class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- TestCaseEdit(Testable) - Constructor for class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- TestCaseEdit(TestCaseEdit) - Constructor for class org.locationtech.jtstest.testbuilder.model.TestCaseEdit
- TestCaseGeometryFunctions - Class in org.locationtech.jtstest.function
-
Geometry functions which augment the existing methods on
Geometry
, for use in XML Test files. - TestCaseGeometryFunctions - Class in org.locationtech.jtstest.geomop
-
Geometry functions which augment the existing methods on
Geometry
, for use in XML Test files. - TestCaseGeometryFunctions() - Constructor for class org.locationtech.jtstest.function.TestCaseGeometryFunctions
- TestCaseGeometryFunctions() - Constructor for class org.locationtech.jtstest.geomop.TestCaseGeometryFunctions
- testCaseIndex - Variable in class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd.TestRunnerOptions
- testCaseIndexLabel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- testCaseIndexToRun - Variable in class org.locationtech.jtstest.testrunner.TestEngine
- testCaseIndexToRun - Variable in class org.locationtech.jtstest.testrunner.TestRun
- testCaseList - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- TestCaseList - Class in org.locationtech.jtstest.test
- TestCaseList() - Constructor for class org.locationtech.jtstest.test.TestCaseList
- testCasePanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- TestCasePanel - Class in org.locationtech.jtstest.testbuilder
- TestCasePanel() - Constructor for class org.locationtech.jtstest.testbuilder.TestCasePanel
-
Construct the frame
- testCases - Variable in class org.locationtech.jtstest.testrunner.TestRun
- testCaseSignatureHTML(Testable) - Method in class org.locationtech.jtstest.testbuilder.TestListPanel.TestListCellRenderer
- TestCaseTextDialog - Class in org.locationtech.jtstest.testbuilder
- TestCaseTextDialog() - Constructor for class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- TestCaseTextDialog(Frame, String, boolean) - Constructor for class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- testCaseTextDlg - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- TestCoordinateSequenceFactory - Class in org.locationtech.jtstest
-
Create the CoordinateSequenceFactory to be used in tests
- TestCoordinateSequenceFactory() - Constructor for class org.locationtech.jtstest.TestCoordinateSequenceFactory
- testCoords - Variable in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- TestEngine - Class in org.locationtech.jtstest.testrunner
-
Converts test File's to TestCase's and runs them.
- TestEngine() - Constructor for class org.locationtech.jtstest.testrunner.TestEngine
-
Creates a TestEngine.
- testFile - Variable in class org.locationtech.jtstest.testrunner.TestRun
- testFiles - Variable in class org.locationtech.jtstest.testrunner.TestEngine
- testFiles() - Static method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- testIndex - Variable in class org.locationtech.jtstest.testrunner.Test
- testLinkResultDirectedEdges(DirectedEdgeStar, int) - Method in class org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker
- TestListCellRenderer() - Constructor for class org.locationtech.jtstest.testbuilder.TestListPanel.TestListCellRenderer
- testListPanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- TestListPanel - Class in org.locationtech.jtstest.testbuilder
- TestListPanel() - Constructor for class org.locationtech.jtstest.testbuilder.TestListPanel
- TestListPanel(JTSTestBuilderFrame) - Constructor for class org.locationtech.jtstest.testbuilder.TestListPanel
- TestListPanel.TestListCellRenderer - Class in org.locationtech.jtstest.testbuilder
- TestModel - Class in org.locationtech.jtstest.testbuilder.model
-
Contains the Geometry objects which the JTS Test Builder operates on
- TestModel() - Constructor for class org.locationtech.jtstest.testbuilder.model.TestModel
- testName(Testable) - Method in class org.locationtech.jtstest.testbuilder.TestListPanel.TestListCellRenderer
- testName(Testable, int) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- testPanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- TestParseException - Exception in org.locationtech.jtstest.testrunner
- TestParseException(String) - Constructor for exception org.locationtech.jtstest.testrunner.TestParseException
- testPt - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- testReader - Variable in class org.locationtech.jtstest.testrunner.TestEngine
- TestReader - Class in org.locationtech.jtstest.testrunner
- TestReader() - Constructor for class org.locationtech.jtstest.testrunner.TestReader
- testRun - Variable in class org.locationtech.jtstest.testrunner.TestCase
- TestRun - Class in org.locationtech.jtstest.testrunner
- TestRun(String, int, PrecisionModel, GeometryOperation, ResultMatcher, File) - Constructor for class org.locationtech.jtstest.testrunner.TestRun
- TestRunnerOptions() - Constructor for class org.locationtech.jtstest.testrunner.JTSTestRunnerCmd.TestRunnerOptions
- TestRunnerTestCaseAdapter - Class in org.locationtech.jtstest.testbuilder.model
- TestRunnerTestCaseAdapter(TestCase) - Constructor for class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- testRuns - Variable in class org.locationtech.jtstest.testrunner.TestEngine
- tests - Variable in class org.locationtech.jtstest.test.TestCaseList
- tests - Variable in class org.locationtech.jtstest.testrunner.TestCase
- testTopHtml() - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- TestWriter - Interface in org.locationtech.jtstest.testbuilder.model
- text - Variable in class org.locationtech.jts.io.gml2.GMLHandler.Handler
- text - Variable in class org.locationtech.jtstest.testbuilder.GeometricObjectNode
- text - Variable in class org.locationtech.jtstest.testbuilder.InfoPanel
- textFormatGroup - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- textFormatPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- THIRD_HEIGHT - Static variable in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- this_componentResized(ComponentEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- this_windowClosing(WindowEvent) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- this_windowOpened(WindowEvent) - Method in class org.locationtech.jtstest.testbuilder.BusyDialog
- this_windowOpened(WindowEvent) - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
- thread - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- thread - Variable in class org.locationtech.jtstest.testbuilder.ui.SwingWorker.ThreadVar
- threadVar - Variable in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
- ThreadVar(Thread) - Constructor for class org.locationtech.jtstest.testbuilder.ui.SwingWorker.ThreadVar
- throwInvalidConversion(Class, Object) - Method in class org.locationtech.jtstest.geomop.ArgumentConverter
- TICK_LEN - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- tickCrossLabel - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- tickIcon - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- tickIcon - Variable in class org.locationtech.jtstest.testbuilder.TestListPanel.TestListCellRenderer
- timeFmt - Static variable in class org.locationtech.jtstest.testbuilder.controller.ResultController
- timeLabel - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- timer - Variable in class org.locationtech.jtstest.testbuilder.BusyDialog
- timer - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- timer - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- timer - Variable in class org.locationtech.jtstest.testrunner.TopologyTestApp
- TIMER_DELAY_IN_MILLIS - Static variable in class org.locationtech.jtstest.testbuilder.controller.ResultController
- times(double) - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
-
Computes the scalar product c(v)
- TIP_CASE_ADD_NEW - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_CASE_DELETE - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_CASE_DUP - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_COPY_DATA - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_DELETE_VERTEX_COMPONENT - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_DRAW_LINE - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_DRAW_POINT - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_DRAW_POLY - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_DRAW_RECTANGLE - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_EXCHANGE_A_B - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_EXTRACT_COMPONENTS - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_INFO - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_INSPECT_GEOMETRY - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_MOVE_VERTEX - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_NEXT - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_PAN - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_PASTE_DATA - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_PREV - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_TEXT_ENTRY - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_WKT_PANEL_LOAD_GEOMETRY - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_ZOOM - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_ZOOM_1_1 - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_ZOOM_TO_A - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_ZOOM_TO_B - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_ZOOM_TO_FULL_EXTENT - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- TIP_ZOOM_TO_RESULT - Static variable in class org.locationtech.jtstest.testbuilder.AppStrings
- title() - Method in annotation type org.locationtech.jtstest.geomfunction.Metadata
- title(Annotation[]) - Static method in class org.locationtech.jtstest.geomfunction.MetadataUtil
- titledBorder1 - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- titledBorder1 - Variable in class org.locationtech.jtstest.testbuilder.WKTPanel
- titledBorder2 - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- to - Variable in class org.locationtech.jts.planargraph.DirectedEdge
- toArray(List) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.LineBandTool
- toBinaryString(double) - Static method in class org.locationtech.jts.index.quadtree.DoubleBits
- toBooleanResult(String) - Method in class org.locationtech.jtstest.testrunner.TestReader
- toCircle(Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.style.CircleEndpointStyle
- toCommaDelimitedString(Collection) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns the elements of c separated by commas.
- toCommaDelimitedStringInQuotes(Collection) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns the elements of c separated by commas and enclosed in single-quotes
- toCoordinate() - Method in class org.locationtech.jts.math.Vector2D
- toCoordinateArray() - Method in class org.locationtech.jts.geom.CoordinateList
-
Returns the Coordinates in this collection.
- toCoordinateArray() - Method in interface org.locationtech.jts.geom.CoordinateSequence
-
Returns (possibly copies of) the Coordinates in this collection.
- toCoordinateArray() - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.This method exposes the internal Array of Coordinate Objects
- toCoordinateArray() - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
This method exposes the internal Array of Coordinate Objects
- toCoordinateArray() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- toCoordinateArray() - Method in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- toCoordinateArray() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- toCoordinateArray(Collection) - Static method in class org.locationtech.jts.geom.CoordinateArrays
-
Converts the given Collection of Coordinates into a Coordinate array.
- toCoordinateArray(Stack) - Method in class org.locationtech.jts.algorithm.ConvexHull
-
An alternative to Stack.toArray, which is not present in earlier versions of Java.
- toCoordinates(PathIterator) - Static method in class org.locationtech.jts.awt.ShapeReader
-
Extracts the points of the paths in a flat
PathIterator
into a list of Coordinate arrays. - toCoordinates(Collection) - Static method in class org.locationtech.jts.index.kdtree.KdTree
-
Converts a collection of
KdNode
s to an array ofCoordinate
s. - toCoordinates(Collection, boolean) - Static method in class org.locationtech.jts.index.kdtree.KdTree
-
Converts a collection of
KdNode
s to an array ofCoordinate
s, specifying whether repeated nodes should be represented by multiple coordinates. - toDegrees(double) - Static method in class org.locationtech.jts.algorithm.Angle
-
Converts from radians to degrees.
- toDimensionSymbol(int) - Static method in class org.locationtech.jts.geom.Dimension
-
Converts the dimension value to a dimension symbol, for example,
TRUE => 'T'
. - toDimensionValue(char) - Static method in class org.locationtech.jts.geom.Dimension
-
Converts the dimension symbol to a dimension value, for example,
'*' => DONTCARE
. - toDouble(Object) - Static method in class org.locationtech.jtstest.util.ClassUtil
-
Converts a number-like object to a Double.
- toDoubleResult(String) - Method in class org.locationtech.jtstest.testrunner.TestReader
- toEdges(Collection) - Static method in class org.locationtech.jts.planargraph.DirectedEdge
-
Returns a List containing the parent Edge (possibly null) for each of the given DirectedEdges.
- toExternal(Coordinate) - Method in class org.locationtech.jts.geom.PrecisionModel
-
Deprecated.no longer needed, since internal representation is same as external representation
- toExternal(Coordinate, Coordinate) - Method in class org.locationtech.jts.geom.PrecisionModel
-
Deprecated.no longer needed, since internal representation is same as external representation
- toFacetString() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- toFile(List<String>) - Static method in class org.locationtech.jtstest.util.FilesUtil
- toFormattedString() - Method in class org.locationtech.jtstest.testrunner.BooleanResult
- toFormattedString() - Method in class org.locationtech.jtstest.testrunner.DoubleResult
- toFormattedString() - Method in class org.locationtech.jtstest.testrunner.GeometryResult
- toFormattedString() - Method in class org.locationtech.jtstest.testrunner.IntegerResult
- toFormattedString() - Method in interface org.locationtech.jtstest.testrunner.Result
- toGeometry(Collection, GeometryFactory) - Static method in class org.locationtech.jts.noding.SegmentStringUtil
-
Converts a collection of
SegmentString
s into aGeometry
. - toGeometry(Envelope) - Method in class org.locationtech.jts.geom.GeometryFactory
-
Creates a
Geometry
with the same extent as the given envelope. - toGeometry(GeometryFactory) - Method in class org.locationtech.jts.geom.LineSegment
-
Creates a LineString with the same coordinates as this segment
- toGeometry(GeometryFactory) - Method in class org.locationtech.jts.geom.OctagonalEnvelope
- toGeometry(Test) - Method in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- toGeometryArray(Collection) - Static method in class org.locationtech.jts.geom.GeometryFactory
-
Converts the
List
to an array. - toGeometryArray(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.FunctionsUtil
- toGeometryCollection(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.ConversionFunctions
- toGeometryResult(String, TestRun) - Method in class org.locationtech.jtstest.testrunner.TestReader
- toHex(byte[]) - Static method in class org.locationtech.jts.io.WKBWriter
-
Converts a byte array to a hexadecimal string.
- toHexDigit(int) - Static method in class org.locationtech.jts.io.WKBWriter
- toIntArray(List) - Static method in class org.locationtech.jts.geomgraph.index.MonotoneChainIndexer
- toIntArray(List) - Static method in class org.locationtech.jts.index.chain.MonotoneChainBuilder
- toIntArray(Vector) - Static method in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- toIntegerResult(String) - Method in class org.locationtech.jtstest.testrunner.TestReader
- toInternal(Coordinate) - Method in class org.locationtech.jts.geom.PrecisionModel
-
Deprecated.use makePrecise instead
- toInternal(Coordinate, Coordinate) - Method in class org.locationtech.jts.geom.PrecisionModel
-
Deprecated.use makePrecise instead
- tokenizer - Variable in class org.locationtech.jts.io.WKTReader
- tokenString() - Method in class org.locationtech.jts.io.WKTReader
-
Gets a description of the current token
- tolerance - Variable in class org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- tolerance - Variable in class org.locationtech.jts.index.kdtree.KdTree
- tolerance - Variable in class org.locationtech.jts.simplify.VWLineSimplifier
- tolerance - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder
- tolerance - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- tolerance - Variable in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
- tolerance - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- tolerance - Variable in class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
- tolerance - Variable in class org.locationtech.jtstest.geomop.NormalizedGeometryMatcher
- tolerance - Variable in class org.locationtech.jtstest.testbuilder.geom.FacetLocater
- tolerance - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- tolerance - Variable in class org.locationtech.jtstest.testbuilder.geom.NearestPointFinder.NearestPointFilter
- tolerance - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- tolerance - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearVerticesFilter
- tolerance - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder
- tolerance - Variable in class org.locationtech.jtstest.testrunner.Test
- tolerance - Variable in class org.locationtech.jtstest.testrunner.TestReader
- TOLERANCE - Static variable in class org.locationtech.jts.operation.overlay.validate.OverlayResultValidator
- TOLERANCE_PIXELS - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- toLine(int) - Method in class org.locationtech.jts.geomgraph.Label
-
Converts one GeometryLocation to a Line location
- toLine(Coordinate, Coordinate) - Static method in class org.locationtech.jts.util.Debug
- toLine(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.util.Debug
- toLine(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.util.Debug
- toLinearRingArray(Collection) - Static method in class org.locationtech.jts.geom.GeometryFactory
-
Converts the
List
to an array. - toLineLabel(Label) - Static method in class org.locationtech.jts.geomgraph.Label
- toLines(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.ConversionFunctions
- toLineSegment() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Creates a
LineSegment
representing the geometry of this edge. - toLineString() - Method in class org.locationtech.jts.operation.linemerge.EdgeString
-
Converts this EdgeString into a LineString.
- toLineString(Coordinate[]) - Static method in class org.locationtech.jts.io.WKTWriter
-
Generates the WKT for a LINESTRING specified by a
CoordinateSequence
. - toLineString(Coordinate, Coordinate) - Static method in class org.locationtech.jts.io.WKTWriter
-
Generates the WKT for a LINESTRING specified by two
Coordinate
s. - toLineString(CoordinateSequence) - Static method in class org.locationtech.jts.io.WKTWriter
-
Generates the WKT for a LINESTRING specified by a
CoordinateSequence
. - toLineStringArray(Collection) - Static method in class org.locationtech.jts.geom.GeometryFactory
-
Converts the
List
to an array. - toLineStrings(Collection) - Method in class org.locationtech.jts.noding.snapround.GeometryNoder
- toLoc - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexMover.MoveVertexOperation
- toLocationSymbol(int) - Static method in class org.locationtech.jts.geom.Location
-
Converts the location value to a location symbol, for example,
EXTERIOR => 'e'
. - toLongString() - Method in class org.locationtech.jtstest.testrunner.BooleanResult
- toLongString() - Method in class org.locationtech.jtstest.testrunner.DoubleResult
- toLongString() - Method in class org.locationtech.jtstest.testrunner.GeometryResult
- toLongString() - Method in class org.locationtech.jtstest.testrunner.IntegerResult
- toLongString() - Method in interface org.locationtech.jtstest.testrunner.Result
- toLowerCase(List) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns the elements of v in lowercase
- toLowest(Geometry) - Method in class org.locationtech.jts.linearref.LinearLocation
-
Converts a linear location to the lowest equivalent location index.
- toModel(double) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- toModel(double) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
Converts a distance in the view to a distance in the model.
- toModel(Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- toModel(Point) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- toModelCoordinate(Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- toModelCoordinate(Point) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- toModelSnapped(Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- toModelSnappedIfCloseToViewGrid(Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- toModelSnappedToViewGrid(Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- toMultiLineStringArray(Collection) - Static method in class org.locationtech.jts.geom.GeometryFactory
-
Converts the
List
to an array. - toMultiPointArray(Collection) - Static method in class org.locationtech.jts.geom.GeometryFactory
-
Converts the
List
to an array. - toMultiPolygon(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.ConversionFunctions
- toMultiPolygonArray(Collection) - Static method in class org.locationtech.jts.geom.GeometryFactory
-
Converts the
List
to an array. - toNullOrGeometry(String) - Method in class org.locationtech.jtstest.test.TestCase
- TOO_FEW_POINTS - Static variable in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Indicates that either a LineString contains a single point a LinearRing contains 2 or 3 points
- Tool - Interface in org.locationtech.jtstest.testbuilder.ui.tools
- toolbar() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- toolButtonGroup - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- toolTipText(GeometryFunction) - Static method in class org.locationtech.jtstest.geomfunction.GeometryFunctionUtil
- toPath(Coordinate[]) - Method in class org.locationtech.jts.awt.PolygonShape
-
Creates a GeneralPath representing a polygon ring having the given coordinate sequence.
- topMap - Variable in class org.locationtech.jtstest.function.DoubleKeyMap
- TOPO_STRETCH_VIEW_DIST - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- toPoint(Coordinate) - Static method in class org.locationtech.jts.io.WKTWriter
-
Generates the WKT for a POINT specified by a
Coordinate
. - toPointArray(Collection) - Static method in class org.locationtech.jts.geom.GeometryFactory
-
Converts the
List
to an array. - toPoints(Coordinate[]) - Method in class org.locationtech.jts.io.WKTReader
-
Creates an array of
Point
s having the givenCoordinate
s. - toPoints(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.ConversionFunctions
- TopologyException - Exception in org.locationtech.jts.geom
-
Indicates an invalid or inconsistent topological situation encountered during processing
- TopologyException(String) - Constructor for exception org.locationtech.jts.geom.TopologyException
- TopologyException(String, Coordinate) - Constructor for exception org.locationtech.jts.geom.TopologyException
- TopologyLocation - Class in org.locationtech.jts.geomgraph
-
A TopologyLocation is the labelling of a GraphComponent's topological relationship to a single Geometry.
- TopologyLocation(int) - Constructor for class org.locationtech.jts.geomgraph.TopologyLocation
- TopologyLocation(int[]) - Constructor for class org.locationtech.jts.geomgraph.TopologyLocation
- TopologyLocation(int, int, int) - Constructor for class org.locationtech.jts.geomgraph.TopologyLocation
-
Constructs a TopologyLocation specifying how points on, to the left of, and to the right of some GraphComponent relate to some Geometry.
- TopologyLocation(TopologyLocation) - Constructor for class org.locationtech.jts.geomgraph.TopologyLocation
- TopologyPreservingSimplifier - Class in org.locationtech.jts.simplify
-
Simplifies a geometry and ensures that the result is a valid geometry having the same dimension and number of components as the input, and with the components having the same topological relationship.
- TopologyPreservingSimplifier(Geometry) - Constructor for class org.locationtech.jts.simplify.TopologyPreservingSimplifier
- TopologyPreservingSimplifier.LineStringMapBuilderFilter - Class in org.locationtech.jts.simplify
-
A filter to add linear geometries to the linestring map with the appropriate minimum size constraint.
- TopologyPreservingSimplifier.LineStringTransformer - Class in org.locationtech.jts.simplify
- TopologyStretcher - Class in org.locationtech.jtstest.testbuilder.topostretch
-
Stretches the vertices and segments of a @link Geometry} to make the topology more visible.
- TopologyStretcher(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- TopologyStretcher(Geometry, Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
- TopologyStretcher.VertexInMaskCountCoordinateFilter - Class in org.locationtech.jtstest.testbuilder.topostretch
- topologyStretchSize - Static variable in class org.locationtech.jtstest.testbuilder.model.DisplayParameters
- TopologyTestApp - Class in org.locationtech.jtstest.testrunner
-
Executes tests specified in XML files.
- TopologyTestApp() - Constructor for class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Creates a TopologyTestApp.
- TopologyTestApp(List) - Constructor for class org.locationtech.jtstest.testrunner.TopologyTestApp
- TopologyValidationError - Class in org.locationtech.jts.operation.valid
-
Contains information about the nature and location of a
Geometry
validation error - TopologyValidationError(int) - Constructor for class org.locationtech.jts.operation.valid.TopologyValidationError
-
Creates a validation error of the given type with a null location
- TopologyValidationError(int, Coordinate) - Constructor for class org.locationtech.jts.operation.valid.TopologyValidationError
-
Creates a validation error with the given type and location
- toPolygon(GeometryFactory) - Method in class org.locationtech.jts.geomgraph.EdgeRing
- toPolygon(QuadEdge[]) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- toPolygon(Vertex[]) - Static method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- toPolygonArray(Collection) - Static method in class org.locationtech.jts.geom.GeometryFactory
-
Converts the
List
to an array. - toRadians(double) - Static method in class org.locationtech.jts.algorithm.Angle
-
Converts from degrees to radians.
- toResult(String, String, TestRun) - Method in class org.locationtech.jtstest.testrunner.TestReader
- toSciNotation() - Method in class org.locationtech.jts.math.DD
-
Returns the string representation of this value in scientific notation.
- toSegmentStrings(Collection) - Static method in class org.locationtech.jts.geomgraph.EdgeNodingValidator
- toSegmentStrings(Collection) - Method in class org.locationtech.jts.noding.snapround.GeometryNoder
- toShape(Geometry) - Method in class org.locationtech.jts.awt.ShapeWriter
-
Creates a
Shape
representing aGeometry
, according to the specified PointTransformation and PointShapeFactory (if relevant). - toShape(GeometryCollection) - Method in class org.locationtech.jts.awt.ShapeWriter
- toShape(LineString) - Method in class org.locationtech.jts.awt.ShapeWriter
- toShape(MultiLineString) - Method in class org.locationtech.jts.awt.ShapeWriter
- toShape(Point) - Method in class org.locationtech.jts.awt.ShapeWriter
- toShape(Polygon) - Method in class org.locationtech.jts.awt.ShapeWriter
- toShortString() - Method in class org.locationtech.jtstest.testrunner.BooleanResult
- toShortString() - Method in class org.locationtech.jtstest.testrunner.DoubleResult
- toShortString() - Method in class org.locationtech.jtstest.testrunner.GeometryResult
- toShortString() - Method in class org.locationtech.jtstest.testrunner.IntegerResult
- toShortString() - Method in interface org.locationtech.jtstest.testrunner.Result
- toStandardNotation() - Method in class org.locationtech.jts.math.DD
-
Returns the string representation of this value in standard notation.
- toString() - Method in class org.locationtech.jts.algorithm.distance.PointPairDistance
- toString() - Method in class org.locationtech.jts.algorithm.LineIntersector
- toString() - Method in class org.locationtech.jts.edgegraph.HalfEdge
-
Computes a string representation of a HalfEdge.
- toString() - Method in class org.locationtech.jts.geom.Coordinate
-
Returns a
String
of the form (x,y,z) . - toString() - Method in class org.locationtech.jts.geom.DefaultCoordinateSequence
-
Deprecated.Returns the string Representation of the coordinate array
- toString() - Method in class org.locationtech.jts.geom.Envelope
- toString() - Method in class org.locationtech.jts.geom.Geometry
- toString() - Method in class org.locationtech.jts.geom.impl.CoordinateArraySequence
-
Returns the string Representation of the coordinate array
- toString() - Method in class org.locationtech.jts.geom.impl.PackedCoordinateSequence
- toString() - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Returns a nine-character
String
representation of thisIntersectionMatrix
. - toString() - Method in class org.locationtech.jts.geom.LineSegment
- toString() - Method in class org.locationtech.jts.geom.PrecisionModel
- toString() - Method in class org.locationtech.jts.geom.PrecisionModel.Type
- toString() - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
- toString() - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Gets a text representation of this transformation.
- toString() - Method in class org.locationtech.jts.geomgraph.Depth
- toString() - Method in class org.locationtech.jts.geomgraph.Edge
- toString() - Method in class org.locationtech.jts.geomgraph.EdgeEnd
- toString() - Method in class org.locationtech.jts.geomgraph.EdgeEndStar
- toString() - Method in class org.locationtech.jts.geomgraph.EdgeIntersection
- toString() - Method in class org.locationtech.jts.geomgraph.Label
- toString() - Method in class org.locationtech.jts.geomgraph.TopologyLocation
- toString() - Method in class org.locationtech.jts.index.bintree.Interval
- toString() - Method in class org.locationtech.jts.index.intervalrtree.IntervalRTreeNode
- toString() - Method in class org.locationtech.jts.index.quadtree.DoubleBits
-
A representation of the Double bits formatted for easy readability
- toString() - Method in class org.locationtech.jts.JTSVersion
-
Gets the full version number, suitable for display.
- toString() - Method in class org.locationtech.jts.linearref.LinearLocation
- toString() - Method in class org.locationtech.jts.math.DD
-
Returns a string representation of this number, in either standard or scientific notation.
- toString() - Method in class org.locationtech.jts.math.Vector2D
-
Gets a string representation of this vector
- toString() - Method in class org.locationtech.jts.math.Vector3D
-
Gets a string representation of this vector
- toString() - Method in class org.locationtech.jts.noding.BasicSegmentString
- toString() - Method in class org.locationtech.jts.noding.NodedSegmentString
- toString() - Method in class org.locationtech.jts.operation.buffer.OffsetSegmentString
- toString() - Method in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater.DepthSegment
- toString() - Method in class org.locationtech.jts.operation.distance.FacetSequence
- toString() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Gets a string representation of this object.
- toString() - Method in class org.locationtech.jts.operation.valid.TopologyValidationError
-
Gets a message describing the type and location of this error.
- toString() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdge
-
Converts this edge to a WKT two-point LINESTRING indicating the geometry of this edge.
- toString() - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle
- toString() - Method in class org.locationtech.jts.triangulate.quadedge.Vertex
- toString() - Method in class org.locationtech.jts.triangulate.Segment
-
Computes a string representation of this segment.
- toString() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinate
- toString() - Method in class org.locationtech.jtsexample.geom.ExtendedCoordinateSequence
- toString() - Method in class org.locationtech.jtstest.testbuilder.geom.GeometryLocation
- toString() - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- toString(double) - Static method in class org.locationtech.jts.util.StringUtil
- toString(long) - Method in class org.locationtech.jts.precision.CommonBits
-
A representation of the Double bits formatted for easy readability
- toString(Object) - Static method in class org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
- toString(Object[]) - Static method in class org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
- toString(List) - Static method in class org.locationtech.jts.noding.SegmentStringUtil
- toString(List) - Method in class org.locationtech.jtstest.testrunner.TestReader
- toString(CoordinateSequence) - Static method in class org.locationtech.jts.geom.CoordinateSequences
-
Creates a string representation of a
CoordinateSequence
. - toStringNeverNull(Object) - Static method in class org.locationtech.jtstest.util.StringUtil
-
If s is null, returns "null"; otherwise, returns s.
- toStringVeryLarge(Geometry) - Static method in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- total() - Static method in class org.locationtech.jts.util.Memory
- totalEnv - Variable in class org.locationtech.jts.operation.valid.IndexedNestedRingTester
- totalLength - Variable in class org.locationtech.jts.algorithm.Centroid
- totalString() - Static method in class org.locationtech.jts.util.Memory
- totalTime - Variable in class org.locationtech.jts.util.Stopwatch
- toText() - Method in class org.locationtech.jts.geom.Geometry
-
Returns the Well-known Text representation of this
Geometry
. - touches(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry touches the argument geometry.
- touches(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- touches(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
touches a given geometry. - touches(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- touchesAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- touchesBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- toUpperCase(Vector) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Returns the elements of v in uppercase
- toVertices(Collection) - Static method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
-
Converts all
Coordinate
s in a collection toVertex
es. - toView(double) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- toView(double) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
Converts a distance in the model to a distance in the view.
- toView(Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- toView(Point2D, Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- toView(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.ui.tools.BasicTool
- toView(Coordinate) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- toXml() - Method in class org.locationtech.jtstest.testrunner.Test
- toXml() - Method in class org.locationtech.jtstest.testrunner.TestCase
- toXML(PrecisionModel) - Static method in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- tps - Variable in class org.locationtech.jts.simplify.TopologyPreservingSimplifier.LineStringMapBuilderFilter
- trans - Variable in class org.locationtech.jts.precision.CommonBitsRemover.Translater
- transferData(Geometry) - Method in class org.locationtech.jts.triangulate.VertexTaggedGeometryDataMapper
-
Input is assumed to be a multiGeometry in which every component has its userData set to be a Coordinate which is the key to the output data.
- transform(Collection, CollectionUtil.Function) - Static method in class org.locationtech.jts.util.CollectionUtil
-
Executes a function on each item in a
Collection
and returns the results in a newList
- transform(Coordinate, Point2D) - Method in class org.locationtech.jts.awt.IdentityPointTransformation
- transform(Coordinate, Point2D) - Method in interface org.locationtech.jts.awt.PointTransformation
-
Transforms a
Coordinate
into a Java2DPoint
. - transform(Coordinate, Point2D) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- transform(Coordinate, Coordinate) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Applies this transformation to the src coordinate and places the results in the dest coordinate (which may be the same as the source).
- transform(CoordinateSequence, int) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Applies this transformation to the i'th coordinate in the given CoordinateSequence.
- transform(Geometry) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a new
Geometry
which is the result of this transformation applied to the input Geometry. - transform(Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
- transformByBaseline(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- transformByVectors(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.locationtech.jts.densify.Densifier.DensifyTransformer
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
-
Transforms a
CoordinateSequence
. - transformCoordinates(CoordinateSequence, Geometry) - Method in class org.locationtech.jts.operation.overlay.snap.SnapTransformer
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier.DPTransformer
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.locationtech.jts.simplify.TopologyPreservingSimplifier.LineStringTransformer
- transformCoordinates(CoordinateSequence, Geometry) - Method in class org.locationtech.jts.simplify.VWSimplifier.VWTransformer
- transformGeometryCollection(GeometryCollection, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
- transformLinearRing(LinearRing, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
-
Transforms a LinearRing.
- transformLinearRing(LinearRing, Geometry) - Method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier.DPTransformer
-
Simplifies a LinearRing.
- transformLinearRing(LinearRing, Geometry) - Method in class org.locationtech.jts.simplify.VWSimplifier.VWTransformer
-
Simplifies a LinearRing.
- transformLineString(LineString, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
-
Transforms a
LineString
geometry. - transformMultiLineString(MultiLineString, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
- transformMultiPoint(MultiPoint, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
- transformMultiPolygon(MultiPolygon, Geometry) - Method in class org.locationtech.jts.densify.Densifier.DensifyTransformer
- transformMultiPolygon(MultiPolygon, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
- transformMultiPolygon(MultiPolygon, Geometry) - Method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier.DPTransformer
-
Simplifies a MultiPolygon, fixing it if required.
- transformMultiPolygon(MultiPolygon, Geometry) - Method in class org.locationtech.jts.simplify.VWSimplifier.VWTransformer
-
Simplifies a MultiPolygon, fixing it if required.
- transformPoint(Coordinate) - Method in class org.locationtech.jts.awt.ShapeWriter
- transformPoint(Coordinate, Point2D) - Method in class org.locationtech.jts.awt.ShapeWriter
- transformPoint(Point, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
- transformPolygon(Polygon, Geometry) - Method in class org.locationtech.jts.densify.Densifier.DensifyTransformer
- transformPolygon(Polygon, Geometry) - Method in class org.locationtech.jts.geom.util.GeometryTransformer
- transformPolygon(Polygon, Geometry) - Method in class org.locationtech.jts.simplify.DouglasPeuckerSimplifier.DPTransformer
-
Simplifies a polygon, fixing it if required.
- transformPolygon(Polygon, Geometry) - Method in class org.locationtech.jts.simplify.VWSimplifier.VWTransformer
-
Simplifies a polygon, fixing it if required.
- translate(double, double) - Method in class org.locationtech.jts.geom.Envelope
-
Translates this envelope by given amounts in the X and Y direction.
- translate(double, double) - Method in class org.locationtech.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a translation transformation composed with the current value.
- translate(Coordinate) - Method in class org.locationtech.jts.math.Vector2D
- translateCentreToOrigin(Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- Translater(Coordinate) - Constructor for class org.locationtech.jts.precision.CommonBitsRemover.Translater
- translateToOrigin(Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- translationInstance(double, double) - Static method in class org.locationtech.jts.geom.util.AffineTransformation
-
Creates a transformation for a translation.
- transPoint - Variable in class org.locationtech.jts.awt.ShapeWriter
-
Cache a Point2D object to use to transfer coordinates into shape
- transpose() - Method in class org.locationtech.jts.geom.IntersectionMatrix
-
Transposes this IntersectionMatrix.
- TraversalVisitor - Interface in org.locationtech.jts.triangulate.quadedge
-
Interface for classes which process triangles visited during traversals of a
QuadEdgeSubdivision
- tree - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
- tree - Variable in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- treeModelListeners - Variable in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
- treeSet - Variable in class org.locationtech.jts.util.UniqueCoordinateArrayFilter
- treeWillCollapse(TreeExpansionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- treeWillExpand(TreeExpansionEvent) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreePanel
- Triangle - Class in org.locationtech.jts.geom
-
Represents a planar triangle, and provides methods for calculating various properties of triangles.
- Triangle() - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Triangle
-
Creates a new factory for points with default size.
- Triangle(double) - Constructor for class org.locationtech.jts.awt.PointShapeFactory.Triangle
-
Creates a factory for points of given size.
- Triangle(Coordinate, Coordinate, Coordinate) - Constructor for class org.locationtech.jts.geom.Triangle
-
Creates a new triangle with the given vertices.
- triangleCent3 - Variable in class org.locationtech.jts.algorithm.Centroid
- TriangleCircumcentreVisitor() - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleCircumcentreVisitor
- TriangleCoordinatesVisitor() - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleCoordinatesVisitor
- TriangleEdgesListVisitor() - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleEdgesListVisitor
- TriangleFunctions - Class in org.locationtech.jtstest.function
- TriangleFunctions() - Constructor for class org.locationtech.jtstest.function.TriangleFunctions
- TrianglePredicate - Class in org.locationtech.jts.triangulate.quadedge
-
Algorithms for computing values and predicates associated with triangles.
- TrianglePredicate() - Constructor for class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
- trianglePts(Geometry) - Static method in class org.locationtech.jtstest.function.TriangleFunctions
- triangles - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle.QuadEdgeTriangleBuilderVisitor
- TriangleVertexListVisitor() - Constructor for class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleVertexListVisitor
- TriangleVisitor - Interface in org.locationtech.jts.triangulate.quadedge
-
An interface for algorithms which process the triangles in a
QuadEdgeSubdivision
. - TRIANGULATION_TOLERANCE - Static variable in class org.locationtech.jtstest.function.TriangulationFunctions
- TriangulationFunctions - Class in org.locationtech.jtstest.function
- TriangulationFunctions() - Constructor for class org.locationtech.jtstest.function.TriangulationFunctions
- triArea(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
-
Computes twice the area of the oriented triangle (a, b, c), i.e., the area is positive if the triangle is oriented counterclockwise.
- triAreaDDFast(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
- triAreaDDSlow(DD, DD, DD, DD, DD, DD) - Static method in class org.locationtech.jts.triangulate.quadedge.TrianglePredicate
-
Computes twice the area of the oriented triangle (a, b, c), i.e., the area is positive if the triangle is oriented counterclockwise.
- triCoords - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleCoordinatesVisitor
- triEdges - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
The quadedges forming a single triangle.
- triList - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleEdgesListVisitor
- triList - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleVertexListVisitor
- triQueue - Variable in class org.locationtech.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
- TRUE - Static variable in class org.locationtech.jts.geom.Dimension
-
Dimension value of non-empty geometries (= {P, L, A}).
- trunc() - Method in class org.locationtech.jts.math.DD
-
Returns the integer which is largest in absolute value and not further from zero than this value.
- truncateToPowerOfTwo(double) - Static method in class org.locationtech.jts.index.quadtree.DoubleBits
- TUPLE_SEPARATOR - Static variable in class org.locationtech.jts.io.kml.KMLWriter
- tupleSeparator - Static variable in class org.locationtech.jts.io.gml2.GMLWriter
- TWO_PI - Static variable in class org.locationtech.jts.math.DD
-
The value nearest to the constant 2 * Pi.
- TWO_THIRDS - Static variable in class org.locationtech.jts.shape.fractal.KochSnowflakeBuilder
- txtA - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- txtAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- txtB - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- txtBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- txtClassname - Variable in class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
- txtDesc - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- txtDesc_focusLost(FocusEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- txtDistance - Variable in class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
- txtDistance - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- txtError - Variable in class org.locationtech.jtstest.testbuilder.GeometryInputDialog
- txtGeomView - Variable in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- txtInfo - Variable in class org.locationtech.jtstest.testbuilder.InfoPanel
- txtIsValid - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- txtMarkLabel - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- txtMarkLocation - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- txtMitreLimit - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- txtQuadrantSegs - Variable in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- txtResult - Variable in class org.locationtech.jtstest.testbuilder.ResultValuePanel
- txtResult - Variable in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- txtScale - Variable in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- txtStats - Variable in class org.locationtech.jtstest.testbuilder.StatsPanel
- type - Variable in class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
- Type(String) - Constructor for class org.locationtech.jts.geom.PrecisionModel.Type
U
- uiInit() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
-
Component initialization
- uiInit() - Method in class org.locationtech.jtstest.testbuilder.InspectorPanel
- uiInit() - Method in class org.locationtech.jtstest.testbuilder.LayerListPanel
- uiInit() - Method in class org.locationtech.jtstest.testbuilder.TestBuilderPanel
- unaryIcon - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel.GeometryFunctionCellRenderer
- unaryIcon - Variable in class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel.GeometryFunctionRenderer
- unaryUnion(Geometry) - Static method in class org.locationtech.jtstest.function.OverlayFunctions
- UnaryUnionOp - Class in org.locationtech.jts.operation.union
-
Unions a
Collection
ofGeometry
s or a single Geometry (which may be aGeoometryCollection
) together. - UnaryUnionOp(Collection) - Constructor for class org.locationtech.jts.operation.union.UnaryUnionOp
-
Constructs a unary union operation for a
Collection
ofGeometry
s, using theGeometryFactory
of the input geometries. - UnaryUnionOp(Collection, GeometryFactory) - Constructor for class org.locationtech.jts.operation.union.UnaryUnionOp
-
Constructs a unary union operation for a
Collection
ofGeometry
s. - UnaryUnionOp(Geometry) - Constructor for class org.locationtech.jts.operation.union.UnaryUnionOp
-
Constructs a unary union operation for a
Geometry
(which may be aGeometryCollection
). - UNDEFINED - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- union() - Method in class org.locationtech.jts.geom.Geometry
-
Computes the union of all the elements of this geometry.
- union() - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Computes the union of the input geometries.
- union() - Method in class org.locationtech.jts.operation.union.PointGeometryUnion
- union() - Method in class org.locationtech.jts.operation.union.UnaryUnionOp
-
Gets the union of the input geometries.
- union() - Method in class org.locationtech.jts.operation.union.UnionInteracting
- union(Collection) - Static method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- union(Collection) - Static method in class org.locationtech.jts.operation.union.UnaryUnionOp
-
Computes the geometric union of a
Collection
ofGeometry
s. - union(Collection, GeometryFactory) - Static method in class org.locationtech.jts.operation.union.UnaryUnionOp
-
Computes the geometric union of a
Collection
ofGeometry
s. - union(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Computes a
Geometry
representing the point-set which is contained in both thisGeometry
and theother
Geometry. - union(Geometry) - Static method in class org.locationtech.jts.operation.union.UnaryUnionOp
-
Constructs a unary union operation for a
Geometry
(which may be aGeometryCollection
). - union(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- union(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.overlay.snap.SnapOverlayOp
- union(Geometry, Geometry) - Static method in class org.locationtech.jts.operation.union.UnionInteracting
- union(Geometry, Geometry) - Method in class org.locationtech.jts.precision.CommonBitsOp
-
Computes the set-theoretic union of two
Geometry
s, using enhanced precision. - union(Geometry, Geometry) - Static method in class org.locationtech.jts.precision.EnhancedPrecisionOp
-
Computes the set-theoretic union of two
Geometry
s, using enhanced precision. - union(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions
- union(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayEnhancedPrecisionFunctions
- union(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayFunctions
- union(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayNoSnapFunctions
- union(Puntal, Geometry) - Static method in class org.locationtech.jts.operation.union.PointGeometryUnion
- UNION - Static variable in class org.locationtech.jts.operation.overlay.OverlayOp
-
The code for the Union overlay operation.
- unionActual(Geometry, Geometry) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Encapsulates the actual unioning of two polygonal geometries.
- UnionInteracting - Class in org.locationtech.jts.operation.union
-
Experimental code to union MultiPolygons with processing limited to the elements which actually interact.
- UnionInteracting(Geometry, Geometry) - Constructor for class org.locationtech.jts.operation.union.UnionInteracting
- unionNoOpt(Geometry) - Method in class org.locationtech.jts.operation.union.UnaryUnionOp
-
Computes a unary union with no extra optimization, and no short-circuiting.
- unionOptimized(Geometry, Geometry) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- unionSafe(Geometry, Geometry) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Computes the union of two geometries, either or both of which may be null.
- unionTree(List) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
- unionUsingBuffer(Geometry[]) - Static method in class org.locationtech.jtsexample.technique.PolygonUnionUsingBuffer
-
Deprecated.
- unionUsingEnvelopeIntersection(Geometry, Geometry, Envelope) - Method in class org.locationtech.jts.operation.union.CascadedPolygonUnion
-
Unions two polygonal geometries, restricting computation to the envelope intersection where possible.
- unionUsingGeometryCollection(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.OverlayFunctions
- unionWithNull(Geometry, Geometry) - Method in class org.locationtech.jts.operation.union.UnaryUnionOp
-
Computes the union of two geometries, either of both of which may be null.
- unique(Coordinate[]) - Static method in class org.locationtech.jts.triangulate.DelaunayTriangulationBuilder
- UniqueCoordinateArrayFilter - Class in org.locationtech.jts.util
-
A
CoordinateFilter
that builds a set ofCoordinate
s. - UniqueCoordinateArrayFilter() - Constructor for class org.locationtech.jts.util.UniqueCoordinateArrayFilter
- unselectExtractComponentButton() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- update() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- update(Dimension) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- updateArea() - Method in class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- updateCache() - Method in class org.locationtech.jtstest.testbuilder.model.GeometryStretcherView
- updateClearance(double, Coordinate, Coordinate) - Method in class org.locationtech.jts.precision.SimpleMinimumClearance
- updateClearance(double, Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.precision.SimpleMinimumClearance
- updateDisplay() - Method in class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
- updateDistance(double, GeometryLocation, GeometryLocation, boolean) - Method in class org.locationtech.jts.operation.distance3d.Distance3DOp
- updateEnabled() - Method in class org.locationtech.jtstest.testrunner.TopologyTestApp
-
Sets the enabled state of the buttons.
- updateGeom() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- updateGeometry() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- updateIM(IntersectionMatrix) - Method in class org.locationtech.jts.geomgraph.GraphComponent
-
Update the IM with the contribution for this component.
- updateIM(IntersectionMatrix) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundle
-
Update the IM with the contribution for the computed label for the EdgeStubs.
- updateIM(IntersectionMatrix) - Method in class org.locationtech.jts.operation.relate.EdgeEndBundleStar
-
Update the IM with the contribution for the EdgeStubs around the node.
- updateIM(IntersectionMatrix) - Method in class org.locationtech.jts.operation.relate.RelateComputer
-
update the IM with the sum of the IMs for each component
- updateIM(Label, IntersectionMatrix) - Static method in class org.locationtech.jts.geomgraph.Edge
-
Updates an IM from the label for an edge.
- updateIMFromEdges(IntersectionMatrix) - Method in class org.locationtech.jts.operation.relate.RelateNode
-
Update the IM with the contribution for the EdgeEnds incident on this node.
- updateIncluded() - Method in class org.locationtech.jts.operation.polygonize.EdgeRing
-
Updates the included status for currently non-included shells based on whether they are adjacent to an included shell.
- updateInterval(double) - Method in class org.locationtech.jts.algorithm.InteriorPointArea.SafeBisectorFinder
- updateLabelling(Label) - Method in class org.locationtech.jts.geomgraph.DirectedEdgeStar
-
Update incomplete dirEdge labels from the labelling for the node
- updateLocationInfo(int) - Method in class org.locationtech.jts.algorithm.PointLocator
- updateMinDistance(GeometryLocation[], boolean) - Method in class org.locationtech.jts.operation.distance.DistanceOp
- updateModelToViewTransform() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- updateNodeLabelling() - Method in class org.locationtech.jts.operation.overlay.OverlayOp
- updatePanel(boolean) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
- updateParameters(GeometryFunction, JComponent[], JLabel[]) - Static method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- updatePrecisionModelDescription() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- updatePts(Coordinate, Coordinate, Coordinate) - Method in class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- updateResult() - Method in class org.locationtech.jtstest.testbuilder.ResultWKTPanel
- updateResult(GeometryFunctionInvocation, Object, Stopwatch) - Method in class org.locationtech.jtstest.testbuilder.controller.ResultController
- updateRingStartEdge(DissolveHalfEdge) - Method in class org.locationtech.jts.dissolve.LineDissolver
-
Updates the tracked ringStartEdge if the given edge has a lower origin (using the standard
Coordinate
ordering). - updateStatsPanelIfVisible() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- updateTestCaseIndexLabel() - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- updateTestCases() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- updateTestCaseView() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- updateTotalTime() - Method in class org.locationtech.jts.util.Stopwatch
- updateView() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- updateWktPanel() - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- upIcon - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- upwardSeg - Variable in class org.locationtech.jts.operation.buffer.SubgraphDepthLocater.DepthSegment
- useBoundaryDeterminationRule - Variable in class org.locationtech.jts.geomgraph.GeometryGraph
-
If this flag is true, the Boundary Determination Rule will used when deciding whether nodes are in the boundary or not
- used() - Static method in class org.locationtech.jts.util.Memory
- usedString() - Static method in class org.locationtech.jts.util.Memory
- usedTotalString() - Static method in class org.locationtech.jts.util.Memory
- useFormatting - Variable in class org.locationtech.jts.io.WKTWriter
- useFormatting - Variable in class org.locationtech.jtstest.util.io.SVGWriter
- usePt - Variable in class org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier
- userData - Variable in class org.locationtech.jts.geom.Geometry
-
An object reference which can be used to carry ancillary data defined by the client.
V
- valid(Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- validate(int, Geometry, Geometry, Geometry) - Method in class org.locationtech.jtstest.geomop.OverlayValidatedGeometryOperation
- validate(Geometry, Geometry) - Method in class org.locationtech.jtstest.geomop.BufferValidatedGeometryOperation
- validateConstruction() - Method in class org.locationtech.jts.geom.LinearRing
- ValidationFunctions - Class in org.locationtech.jtstest.function
- ValidationFunctions() - Constructor for class org.locationtech.jtstest.function.ValidationFunctions
- validCoordinateSequence(Coordinate[]) - Method in class org.locationtech.jts.linearref.LinearGeometryBuilder
- validErr - Variable in class org.locationtech.jts.operation.valid.IsValidOp
- validPanel - Variable in class org.locationtech.jtstest.testbuilder.TestCasePanel
- ValidPanel - Class in org.locationtech.jtstest.testbuilder
- ValidPanel() - Constructor for class org.locationtech.jtstest.testbuilder.ValidPanel
- validPanel_setHighlightPerformed(ValidPanelEvent) - Method in class org.locationtech.jtstest.testbuilder.TestCasePanel
- ValidPanelEvent - Class in org.locationtech.jtstest.testbuilder.event
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- ValidPanelEvent(Object) - Constructor for class org.locationtech.jtstest.testbuilder.event.ValidPanelEvent
- ValidPanelListener - Interface in org.locationtech.jtstest.testbuilder.event
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- validPanelListeners - Variable in class org.locationtech.jtstest.testbuilder.ValidPanel
- valOrDefault(String, String) - Static method in class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
- value - Variable in class org.locationtech.jtstest.testbuilder.ui.SwingWorker
- value - Variable in class org.locationtech.jtstest.testrunner.DoubleResult
- value - Variable in class org.locationtech.jtstest.testrunner.IntegerResult
- value(JComboBox, Object[]) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- value(JTextComponent) - Static method in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- valueForPathChanged(TreePath, Object) - Method in class org.locationtech.jtstest.testbuilder.GeometryTreeModel
-
Messaged when the user has altered the value for the item identified by path to newValue.
- valueOf(double) - Static method in class org.locationtech.jts.math.DD
-
Converts the double argument to a DoubleDouble number.
- valueOf(String) - Static method in class org.locationtech.jts.math.DD
-
Converts the string argument to a DoubleDouble number.
- values() - Method in class org.locationtech.jts.geomgraph.NodeMap
- values() - Method in class org.locationtech.jts.planargraph.NodeMap
-
Returns the Nodes in this NodeMap, sorted in ascending order by angle with the positive x-axis.
- values(Object) - Method in class org.locationtech.jtstest.function.DoubleKeyMap
- Vector2D - Class in org.locationtech.jts.math
-
A 2-dimensional mathematical vector represented by double-precision X and Y components.
- Vector2D() - Constructor for class org.locationtech.jts.math.Vector2D
- Vector2D(double, double) - Constructor for class org.locationtech.jts.math.Vector2D
- Vector2D(Coordinate) - Constructor for class org.locationtech.jts.math.Vector2D
- Vector2D(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.math.Vector2D
- Vector2D(Vector2D) - Constructor for class org.locationtech.jts.math.Vector2D
- Vector3D - Class in org.locationtech.jts.math
-
Represents a vector in 3-dimensional Cartesian space.
- Vector3D(double, double, double) - Constructor for class org.locationtech.jts.math.Vector3D
- Vector3D(Coordinate) - Constructor for class org.locationtech.jts.math.Vector3D
- Vector3D(Coordinate, Coordinate) - Constructor for class org.locationtech.jts.math.Vector3D
- verbose - Variable in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- VERBOSE - Static variable in class org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator
- VERBOSE - Static variable in class org.locationtech.jts.operation.buffer.validate.BufferResultValidator
- version - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader
- version - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
- VERSION - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- vertex - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdge
- Vertex - Class in org.locationtech.jts.triangulate.quadedge
-
Models a site (node) in a
QuadEdgeSubdivision
. - Vertex(double, double) - Constructor for class org.locationtech.jts.triangulate.quadedge.Vertex
- Vertex(double, double, double) - Constructor for class org.locationtech.jts.triangulate.quadedge.Vertex
- Vertex(Coordinate) - Constructor for class org.locationtech.jts.triangulate.quadedge.Vertex
- VERTEX_HIGHLIGHT_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- VERTEX_OFFSET - Static variable in class org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle
- VERTEX_SHADOW_CLR - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- VERTEX_SHADOW_SIZE - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- VERTEX_SHADOW_SIZE_OVER_2 - Static variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- VERTEX_SIZE - Static variable in class org.locationtech.jtstest.testbuilder.AppConstants
- VERTEX_SIZE - Static variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- VERTEX_SIZE_OVER_2 - Static variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- VertexCoordinateFilter(SimpleMinimumClearance) - Constructor for class org.locationtech.jts.precision.SimpleMinimumClearance.VertexCoordinateFilter
- vertexDistance(FacetSequence, FacetSequence) - Method in class org.locationtech.jts.precision.MinimumClearance.MinClearanceDistance
- vertexFactory - Variable in class org.locationtech.jts.triangulate.ConformingDelaunayTriangulator
- vertexFilter - Variable in class org.locationtech.jtstest.testbuilder.model.Layer
- vertexIndex - Variable in class org.locationtech.jts.linearref.LinearIterator
- vertexIndex - Variable in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
- vertexIndex - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter.DeleteVertexOperation
- vertexIndex - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater.NearestVertexFilter
- vertexIndex - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater
- VertexInMaskCountCoordinateFilter(Envelope) - Constructor for class org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher.VertexInMaskCountCoordinateFilter
- VertexLocater - Class in org.locationtech.jtstest.testbuilder.geom
- VertexLocater(Geometry) - Constructor for class org.locationtech.jtstest.testbuilder.geom.VertexLocater
- VertexLocater.Location - Class in org.locationtech.jtstest.testbuilder.geom
- VertexLocater.NearestVertexFilter - Class in org.locationtech.jtstest.testbuilder.geom
- VertexLocater.NearVerticesFilter - Class in org.locationtech.jtstest.testbuilder.geom
- vertexMap - Variable in class org.locationtech.jts.edgegraph.EdgeGraph
- vertexOnly - Variable in class org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater.NearestSegmentLocationFilter
- vertexPt - Variable in class org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
- vertexPt - Variable in class org.locationtech.jtstest.testbuilder.geom.VertexLocater
- vertexPt - Variable in class org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex
- VertexStyle - Class in org.locationtech.jtstest.testbuilder.ui.style
- VertexStyle(Color) - Constructor for class org.locationtech.jtstest.testbuilder.ui.style.VertexStyle
- VertexTaggedGeometryDataMapper - Class in org.locationtech.jts.triangulate
-
Creates a map between the vertex
Coordinate
s of a set ofGeometry
s, and the parent geometry, and transfers the source geometry data objects to geometry components tagged with the coordinates. - VertexTaggedGeometryDataMapper() - Constructor for class org.locationtech.jts.triangulate.VertexTaggedGeometryDataMapper
- verticalSlices(List, int) - Method in class org.locationtech.jts.index.strtree.STRtree
- viewEnvInModel - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- viewport - Variable in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- viewport - Variable in class org.locationtech.jtstest.testbuilder.ui.render.GridRenderer
- viewport - Variable in class org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer
- viewport - Variable in class org.locationtech.jtstest.testbuilder.ui.render.OperationMonitorManager
- viewport(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- Viewport - Class in org.locationtech.jtstest.testbuilder.ui
-
Maintains the information associated with mapping the model view to the screen
- Viewport(GeometryEditPanel) - Constructor for class org.locationtech.jtstest.testbuilder.ui.Viewport
- viewportCache - Static variable in class org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter
- viewportTrans(Envelope, Envelope) - Static method in class org.locationtech.jtstest.function.AffineTransformationFunctions
- viewSize - Variable in class org.locationtech.jtstest.testbuilder.ui.Viewport
- viewUpdated() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- visit(Envelope, ItemVisitor) - Method in class org.locationtech.jts.index.quadtree.NodeBase
- visit(Geometry) - Method in class org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor
- visit(Geometry) - Method in class org.locationtech.jts.operation.predicate.EnvelopeIntersectsVisitor
- visit(Geometry) - Method in class org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor
- visit(Geometry) - Method in class org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor
- visit(KdNode) - Method in interface org.locationtech.jts.index.kdtree.KdNodeVisitor
-
Visits a node.
- visit(KdNode) - Method in class org.locationtech.jts.index.kdtree.KdTree.BestMatchVisitor
- visit(QuadEdge[]) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleCircumcentreVisitor
- visit(QuadEdge[]) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleCoordinatesVisitor
- visit(QuadEdge[]) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleEdgesListVisitor
- visit(QuadEdge[]) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision.TriangleVertexListVisitor
- visit(QuadEdge[]) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle.QuadEdgeTriangleBuilderVisitor
- visit(QuadEdge[]) - Method in interface org.locationtech.jts.triangulate.quadedge.TriangleVisitor
-
Visits the
QuadEdge
s of a triangle. - visit(QuadEdgeTriangle, int, QuadEdgeTriangle) - Method in interface org.locationtech.jts.triangulate.quadedge.TraversalVisitor
-
Visits a triangle during a traversal of a
QuadEdgeSubdivision
. - visitAll(TraversalVisitor) - Method in class org.locationtech.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
-
Subclasses call this method to perform the visiting process.
- visitedKey - Variable in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
- visitInteriorRing(LineString, PlanarGraph) - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- visitItem(Object) - Method in class org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.SegmentVisitor
- visitItem(Object) - Method in class org.locationtech.jts.index.ArrayListVisitor
- visitItem(Object) - Method in interface org.locationtech.jts.index.ItemVisitor
- visitItem(Object) - Method in class org.locationtech.jts.simplify.LineSegmentVisitor
- visitItems(Envelope, ItemVisitor) - Method in class org.locationtech.jts.index.quadtree.NodeBase
- visitLinkedDirectedEdges(DirectedEdge) - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
- visitShellInteriors(Geometry, PlanarGraph) - Method in class org.locationtech.jts.operation.valid.ConnectedInteriorTester
-
Mark all the edges for the edgeRings corresponding to the shells of the input polygons.
- visitTriangles(TriangleVisitor, boolean) - Method in class org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Visitors
- voronoiDiagram(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- VoronoiDiagramBuilder - Class in org.locationtech.jts.triangulate
-
A utility class which creates Voronoi Diagrams from collections of points.
- VoronoiDiagramBuilder() - Constructor for class org.locationtech.jts.triangulate.VoronoiDiagramBuilder
-
Creates a new Voronoi diagram builder.
- voronoiDiagramWithData(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.TriangulationFunctions
- VWLineSimplifier - Class in org.locationtech.jts.simplify
-
Simplifies a linestring (sequence of points) using the Visvalingam-Whyatt algorithm.
- VWLineSimplifier(Coordinate[], double) - Constructor for class org.locationtech.jts.simplify.VWLineSimplifier
- VWLineSimplifier.VWVertex - Class in org.locationtech.jts.simplify
- VWSimplifier - Class in org.locationtech.jts.simplify
-
Simplifies a
Geometry
using the Visvalingam-Whyatt area-based algorithm. - VWSimplifier(Geometry) - Constructor for class org.locationtech.jts.simplify.VWSimplifier
-
Creates a simplifier for a given geometry.
- VWSimplifier.VWTransformer - Class in org.locationtech.jts.simplify
- VWTransformer(boolean, double) - Constructor for class org.locationtech.jts.simplify.VWSimplifier.VWTransformer
- VWVertex(Coordinate) - Constructor for class org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
W
- w - Variable in class org.locationtech.jts.algorithm.HCoordinate
- warning(SAXParseException) - Method in class org.locationtech.jts.io.gml2.GMLHandler
- watchObj - Variable in class org.locationtech.jts.util.Debug
- weightedSum(Vector2D, double) - Method in class org.locationtech.jts.math.Vector2D
-
Computes the weighted sum of this vector with another vector, with this vector contributing a fraction of frac to the total.
- WELLKNOWNTEXT - Static variable in interface org.locationtech.jtstest.testbuilder.model.GeometryType
- widestGeometry(Geometry) - Method in class org.locationtech.jts.algorithm.InteriorPointArea
- widestGeometry(GeometryCollection) - Method in class org.locationtech.jts.algorithm.InteriorPointArea
- width - Variable in class org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- WIDTH - Static variable in class org.locationtech.jtstest.function.JTSFunctions
- within(Geometry) - Method in class org.locationtech.jts.geom.Geometry
-
Tests whether this geometry is within the specified geometry.
- within(Geometry) - Method in class org.locationtech.jts.geom.prep.BasicPreparedGeometry
-
Default implementation.
- within(Geometry) - Method in interface org.locationtech.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometry
is within a given geometry. - within(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SelectionFunctions
- within(Geometry, Geometry) - Static method in class org.locationtech.jtstest.function.SpatialPredicateFunctions
- withinAB - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- withinBA - Variable in class org.locationtech.jtstest.testbuilder.RelatePanel
- WKBConstants - Interface in org.locationtech.jts.io
-
Constant values used by the WKB format
- wkbGeometryCollection - Static variable in interface org.locationtech.jts.io.WKBConstants
- WKBHexFileReader - Class in org.locationtech.jts.io
-
Reads a sequence of
Geometry
s in WKBHex format from a text file. - WKBHexFileReader(File, WKBReader) - Constructor for class org.locationtech.jts.io.WKBHexFileReader
-
Creates a new WKBHexFileReader given the File to read from and a WKTReader to use to parse the geometries.
- WKBHexFileReader(Reader, WKBReader) - Constructor for class org.locationtech.jts.io.WKBHexFileReader
-
Creates a new WKBHexFileReader, given a
Reader
to read from. - WKBHexFileReader(String, WKBReader) - Constructor for class org.locationtech.jts.io.WKBHexFileReader
-
Creates a new WKBHexFileReader, given the name of the file to read from.
- wkbLineString - Static variable in interface org.locationtech.jts.io.WKBConstants
- wkbMultiLineString - Static variable in interface org.locationtech.jts.io.WKBConstants
- wkbMultiPoint - Static variable in interface org.locationtech.jts.io.WKBConstants
- wkbMultiPolygon - Static variable in interface org.locationtech.jts.io.WKBConstants
- wkbNDR - Static variable in interface org.locationtech.jts.io.WKBConstants
- wkbPoint - Static variable in interface org.locationtech.jts.io.WKBConstants
- wkbPolygon - Static variable in interface org.locationtech.jts.io.WKBConstants
- wkbReader - Variable in class org.locationtech.jts.io.WKBHexFileReader
- wkbReader - Variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- wkbReader - Variable in class org.locationtech.jtstest.util.io.WKTOrWKBReader
- WKBReader - Class in org.locationtech.jts.io
-
Reads a
Geometry
from a byte stream in Well-Known Binary format. - WKBReader() - Constructor for class org.locationtech.jts.io.WKBReader
- WKBReader(GeometryFactory) - Constructor for class org.locationtech.jts.io.WKBReader
- wkbWriter - Variable in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- WKBWriter - Class in org.locationtech.jts.io
-
Writes a
Geometry
into Well-Known Binary format. - WKBWriter() - Constructor for class org.locationtech.jts.io.WKBWriter
-
Creates a writer that writes
Geometry
s with output dimension = 2 and BIG_ENDIAN byte order - WKBWriter(int) - Constructor for class org.locationtech.jts.io.WKBWriter
-
Creates a writer that writes
Geometry
s with the given dimension (2 or 3) for output coordinates andByteOrderValues.BIG_ENDIAN
byte order. - WKBWriter(int, boolean) - Constructor for class org.locationtech.jts.io.WKBWriter
-
Creates a writer that writes
Geometry
s with the given dimension (2 or 3) for output coordinates andByteOrderValues.BIG_ENDIAN
byte order. - WKBWriter(int, int) - Constructor for class org.locationtech.jts.io.WKBWriter
-
Creates a writer that writes
Geometry
s with the given dimension (2 or 3) for output coordinates and byte order If the input geometry has a small coordinate dimension, coordinates will be padded withCoordinate.NULL_ORDINATE
. - WKBWriter(int, int, boolean) - Constructor for class org.locationtech.jts.io.WKBWriter
-
Creates a writer that writes
Geometry
s with the given dimension (2 or 3) for output coordinates and byte order. - wkbXDR - Static variable in interface org.locationtech.jts.io.WKBConstants
- WKT_SYMBOLS - Static variable in class org.locationtech.jtstest.util.GeometryTextCleaner
- wkta - Variable in class org.locationtech.jtstest.test.TestCase
- wktABeforePMChange - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- wktb - Variable in class org.locationtech.jtstest.test.TestCase
- wktBBeforePMChange - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- wktFile(Element, TestRun) - Method in class org.locationtech.jtstest.testrunner.TestReader
- WKTFileReader - Class in org.locationtech.jts.io
-
Reads a sequence of
Geometry
s in WKT format from a text file. - WKTFileReader(File, WKTReader) - Constructor for class org.locationtech.jts.io.WKTFileReader
-
Creates a new WKTFileReader given the File to read from and a WKTReader to use to parse the geometries.
- WKTFileReader(Reader, WKTReader) - Constructor for class org.locationtech.jts.io.WKTFileReader
-
Creates a new WKTFileReader, given a
Reader
to read from. - WKTFileReader(String, WKTReader) - Constructor for class org.locationtech.jts.io.WKTFileReader
-
Creates a new WKTFileReader, given the name of the file to read from.
- wktorbReader - Variable in class org.locationtech.jtstest.testrunner.TestReader
- WKTOrWKBReader - Class in org.locationtech.jtstest.util.io
-
Reads a
Geometry
from a string which is in either WKT or WKBHex format - WKTOrWKBReader() - Constructor for class org.locationtech.jtstest.util.io.WKTOrWKBReader
- WKTOrWKBReader(GeometryFactory) - Constructor for class org.locationtech.jtstest.util.io.WKTOrWKBReader
- wktPanel - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- WKTPanel - Class in org.locationtech.jtstest.testbuilder
- WKTPanel(JTSTestBuilderFrame) - Constructor for class org.locationtech.jtstest.testbuilder.WKTPanel
- wktRdr - Static variable in class org.locationtech.jtsexample.operation.distance.ClosestPointExample
- wktReader - Variable in class org.locationtech.jts.io.WKTFileReader
- wktReader - Variable in class org.locationtech.jtstest.util.io.MultiFormatReader
- wktReader - Variable in class org.locationtech.jtstest.util.io.WKTOrWKBReader
- WKTReader - Class in org.locationtech.jts.io
-
Converts a geometry in Well-Known Text format to a
Geometry
. - WKTReader() - Constructor for class org.locationtech.jts.io.WKTReader
-
Creates a reader that creates objects using the default
GeometryFactory
. - WKTReader(GeometryFactory) - Constructor for class org.locationtech.jts.io.WKTReader
-
Creates a reader that creates objects using the given
GeometryFactory
. - wktWriter - Variable in class org.locationtech.jtstest.test.TestCase
- wktWriter - Static variable in class org.locationtech.jtstest.testbuilder.model.GeometryEditModel
- wktWriter - Variable in class org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- wktWriter - Variable in class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- WKTWriter - Class in org.locationtech.jts.io
-
Writes the Well-Known Text representation of a
Geometry
. - WKTWriter() - Constructor for class org.locationtech.jts.io.WKTWriter
-
Creates a new WKTWriter with default settings
- WKTWriter(int) - Constructor for class org.locationtech.jts.io.WKTWriter
-
Creates a writer that writes
Geometry
s with the given output dimension (2 or 3). - worker - Variable in class org.locationtech.jtstest.testbuilder.controller.ResultController
- worker - Variable in class org.locationtech.jtstest.testbuilder.ui.render.RenderManager
- workingNoder - Variable in class org.locationtech.jts.operation.buffer.BufferBuilder
- workingPrecisionModel - Variable in class org.locationtech.jts.operation.buffer.BufferBuilder
- workspace - Variable in class org.locationtech.jtstest.testrunner.TestRun
- workSpace - Variable in class org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream
- wrap(int, int) - Static method in class org.locationtech.jts.math.MathUtil
-
Computes an index which wraps around a given maximum value.
- wrap(String, int) - Static method in class org.locationtech.jtstest.util.StringUtil
-
Line-wraps a string s by inserting CR-LF instead of the first space after the nth columns.
- write(byte[], int) - Method in class org.locationtech.jts.io.OutputStreamOutStream
- write(byte[], int) - Method in interface org.locationtech.jts.io.OutStream
- write(double, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- write(File, TestCaseList, PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.model.HtmlWriter
- write(File, TestCaseEdit, PrecisionModel) - Method in class org.locationtech.jtstest.testbuilder.model.PNGWriter
- write(Coordinate[], int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Takes a list of coordinates and converts it to KML.
2d and 3d aware. - write(Coordinate[], Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Takes a list of coordinates and converts it to GML.
2d and 3d aware. - write(Coordinate, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- write(Geometry) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Writes a
Geometry
in GeoJson format to a String. - write(Geometry) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Writes a
Geometry
in GML2 format to a String. - write(Geometry) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Writes a
Geometry
in KML format as a string. - write(Geometry) - Method in class org.locationtech.jts.io.WKBWriter
-
Writes a
Geometry
into a byte array. - write(Geometry) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Geometry
to its Well-known Text representation. - write(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.JavaTestWriter
- write(Geometry) - Method in class org.locationtech.jtstest.testbuilder.model.SVGTestWriter
- write(Geometry) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Geometry
to its Well-known Text representation. - write(Geometry, Writer) - Method in class org.locationtech.jts.io.geojson.GeoJsonWriter
-
Writes a
Geometry
in GeoJson format into aWriter
. - write(Geometry, Writer) - Method in class org.locationtech.jts.io.gml2.GMLWriter
-
Writes a
Geometry
in GML2 format into aWriter
. - write(Geometry, Writer) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Writes the KML representation of a
Geometry
to aWriter
. - write(Geometry, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Geometry
to its Well-known Text representation. - write(Geometry, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Geometry
to its Well-known Text representation. - write(Geometry, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- write(Geometry, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
-
Appends the KML representation of a
Geometry
to aStringBuffer
. - write(Geometry, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- write(Testable) - Method in class org.locationtech.jtstest.testbuilder.model.JavaTestWriter
- write(Testable) - Method in class org.locationtech.jtstest.testbuilder.model.SVGTestWriter
- write(Testable) - Method in interface org.locationtech.jtstest.testbuilder.model.TestWriter
- write(Test) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- writeAttributes(Geometry, Writer) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writeByteOrder(OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writeComponentLocation(Geometry, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeCoordinate(CoordinateSequence, int, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writeCoordinateSequence(CoordinateSequence, boolean, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writeCustomElements(Geometry, Writer) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writeErr(String) - Method in interface org.locationtech.jtstest.testrunner.Logger
-
Writes an error message
- writeFacetLocation(Geometry, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeFacetLocations(List) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeFormatted(Geometry) - Method in class org.locationtech.jts.io.WKTWriter
-
Same as
write
, but with newlines and spaces to make the well-known text more readable. - writeFormatted(Geometry) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Same as
write
, but with newlines and spaces to make the well-known text more readable. - writeFormatted(Geometry, boolean, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
Geometry
to its Well-known Text representation. - writeFormatted(Geometry, boolean, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
Geometry
to its Well-known Text representation. - writeFormatted(Geometry, Writer) - Method in class org.locationtech.jts.io.WKTWriter
-
Same as
write
, but with newlines and spaces to make the well-known text more readable. - writeFormatted(Geometry, Writer) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Same as
write
, but with newlines and spaces to make the well-known text more readable. - writeGeoJSON(Geometry) - Static method in class org.locationtech.jtstest.function.WriterFunctions
- writeGeoJSONFixDecimal(Geometry, int) - Static method in class org.locationtech.jtstest.function.WriterFunctions
- writeGeometry(Geometry, double) - Static method in class org.locationtech.jts.io.kml.KMLWriter
-
Writes a Geometry as KML to a string, using a specified Z value.
- writeGeometry(Geometry, double, int, boolean, String) - Static method in class org.locationtech.jts.io.kml.KMLWriter
-
Writes a Geometry as KML to a string, using a specified Z value, precision, extrude flag, and altitude mode code.
- writeGeometry(Geometry, int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- writeGeometryCollection(int, GeometryCollection, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writeGeometryCollection(GeometryCollection, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writeGeometryCollection(GeometryCollection, String, int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- writeGeometryStyled(Geometry, String, String) - Method in class org.locationtech.jtstest.testbuilder.model.SVGTestWriter
- writeGeometryType(int, Geometry, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writeGeomStats(String, Geometry, StringBuffer) - Method in class org.locationtech.jtstest.testbuilder.StatsPanel
- writeGML(Geometry) - Static method in class org.locationtech.jtstest.function.WriterFunctions
- writeImage(Component, String, String) - Static method in class org.locationtech.jtstest.testbuilder.ui.ImageUtil
- writeInt(int, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writeKML(Geometry) - Static method in class org.locationtech.jtstest.function.WriterFunctions
- writeLinearRing(LinearRing, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writeLinearRing(LinearRing, String, boolean, int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- writeLineString(LineString, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writeLineString(LineString, String, int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- writeLineString(LineString, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writeLocation(LayerList, Coordinate, double) - Static method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeLocation(Layer, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeLocationString(LayerList, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeModifiers(int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- writeMsg(String) - Method in interface org.locationtech.jtstest.testrunner.Logger
-
Writes a status message
- writeMultiLineString(MultiLineString, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writeMultiPoint(MultiPoint, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writeMultiPolygon(MultiPolygon, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writeNumber(double) - Method in class org.locationtech.jts.io.WKTWriter
-
Converts a
double
to aString
, not in scientific notation. - writeNumber(double) - Method in class org.locationtech.jtstest.util.io.SVGWriter
-
Converts a
double
to aString
, not in scientific notation. - writeOra(Geometry) - Static method in class org.locationtech.jtstest.function.WriterFunctions
- writePoint(Point, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writePoint(Point, String, int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- writePoint(Point, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writePolygon(Polygon, Writer, int) - Method in class org.locationtech.jts.io.gml2.GMLWriter
- writePolygon(Polygon, String, int, StringBuffer) - Method in class org.locationtech.jts.io.kml.KMLWriter
- writePolygon(Polygon, OutStream) - Method in class org.locationtech.jts.io.WKBWriter
- writer - Variable in class org.locationtech.jtstest.testbuilder.model.JavaTestWriter
- writer - Variable in class org.locationtech.jtstest.testbuilder.model.SVGTestWriter
- writer - Variable in class org.locationtech.jtstest.testbuilder.model.TestBuilderModel
- writeReport(TestEngine) - Method in interface org.locationtech.jtstest.testrunner.ReportWriter
- writeReport(TestEngine) - Method in class org.locationtech.jtstest.testrunner.SimpleReportWriter
- WriterFunctions - Class in org.locationtech.jtstest.function
- WriterFunctions() - Constructor for class org.locationtech.jtstest.function.WriterFunctions
- writeSingleLocation(Layer, Coordinate, double) - Method in class org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeView(String, String, String) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- writeViewGeometry(String, String) - Method in class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
- writeWarn(String) - Method in interface org.locationtech.jtstest.testrunner.Logger
-
Writes a warning message
- writeWKB(Geometry) - Static method in class org.locationtech.jtstest.function.WriterFunctions
X
- x - Variable in class org.locationtech.jts.algorithm.HCoordinate
- x - Variable in class org.locationtech.jts.geom.Coordinate
-
The x-coordinate.
- x - Variable in class org.locationtech.jts.index.quadtree.DoubleBits
- x - Variable in class org.locationtech.jts.math.Vector2D
-
The X component of this vector.
- x - Variable in class org.locationtech.jts.math.Vector3D
- X - Static variable in class org.locationtech.jts.geom.Coordinate
-
Standard ordinate index values
- X - Static variable in interface org.locationtech.jts.geom.CoordinateSequence
-
Standard ordinate index values
- X() - Constructor for class org.locationtech.jts.awt.PointShapeFactory.X
-
Creates a new factory for points with default size.
- X(double) - Constructor for class org.locationtech.jts.awt.PointShapeFactory.X
-
Creates a factory for points of given size.
- xBits - Variable in class org.locationtech.jts.index.quadtree.DoubleBits
- xComparator - Static variable in class org.locationtech.jts.index.strtree.STRtree
- xml(String, Geometry, File, WKTWriter) - Method in class org.locationtech.jtstest.testrunner.TestCase
- XML_FILE_FILTER - Static variable in class org.locationtech.jtstest.testbuilder.ui.SwingUtil
- XMLTestWriter - Class in org.locationtech.jtstest.testbuilder.model
- XMLTestWriter() - Constructor for class org.locationtech.jtstest.testbuilder.model.XMLTestWriter
- xValue - Variable in class org.locationtech.jts.geomgraph.index.SweepLineEvent
- xValue - Variable in class org.locationtech.jts.index.sweepline.SweepLineEvent
- XY - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- XY_INDEX - Static variable in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- XY_PLANE - Static variable in class org.locationtech.jts.math.Plane3D
-
Enums for the 3 coordinate planes
- XYM - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- XYZM - Static variable in class org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile
- XZ_INDEX - Static variable in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- XZ_PLANE - Static variable in class org.locationtech.jts.math.Plane3D
Y
- y - Variable in class org.locationtech.jts.algorithm.HCoordinate
- y - Variable in class org.locationtech.jts.geom.Coordinate
-
The y-coordinate.
- y - Variable in class org.locationtech.jts.math.Vector2D
-
The Y component of this vector.
- y - Variable in class org.locationtech.jts.math.Vector3D
- Y - Static variable in class org.locationtech.jts.geom.Coordinate
- Y - Static variable in interface org.locationtech.jts.geom.CoordinateSequence
- yComparator - Static variable in class org.locationtech.jts.index.strtree.STRtree
- YZ_INDEX - Static variable in class org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence
- YZ_PLANE - Static variable in class org.locationtech.jts.math.Plane3D
Z
- z - Variable in class org.locationtech.jts.geom.Coordinate
-
The z-coordinate.
- z - Variable in class org.locationtech.jts.io.WKTReader
- z - Variable in class org.locationtech.jts.math.Vector3D
- Z - Static variable in class org.locationtech.jts.geom.Coordinate
- Z - Static variable in interface org.locationtech.jts.geom.CoordinateSequence
- zeroLowerBits(int) - Method in class org.locationtech.jts.index.quadtree.DoubleBits
- zeroLowerBits(long, int) - Static method in class org.locationtech.jts.precision.CommonBits
-
Zeroes the lower n bits of a bitstring.
- zMinMax(Geometry) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler
- zMinMax(Geometry) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler
- zMinMax(Geometry) - Method in class org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler
- zoom(Point2D, double) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
-
Zoom to a point, ensuring that the zoom point remains in the same screen location.
- zoom(Point2D, double) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
-
Zoom to a point, ensuring that the zoom point remains in the same screen location.
- zoom(Point2D, Point2D) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- zoom(Envelope) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- zoom(Envelope) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- zoom(Geometry) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- ZOOM - Static variable in class org.locationtech.jtstest.testbuilder.AppCursors
- zoomBoxEnd - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- zoomBoxEnd - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- zoomBoxStart - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.BoxBandTool
- zoomBoxStart - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- zoomButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomFactor - Variable in class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- zoomIcon - Variable in class org.locationtech.jtstest.testbuilder.InspectorPanel
- zoomIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomInButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- zoomOneToOneIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomPan(double, double) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- zoomPan(double, double) - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- zoomToFullExtent() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- zoomToFullExtent() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- zoomToFullExtentButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomToFullExtentButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- zoomToFullExtentIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomToGeometry(int) - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- zoomToInitialExtent() - Method in class org.locationtech.jtstest.testbuilder.ui.Viewport
- zoomToInput() - Static method in class org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
- zoomToInput() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- zoomToInputA_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- zoomToInputAButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomToInputAIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomToInputB_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- zoomToInputBButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomToInputBIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomToInputButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomToInputButton_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- zoomToInputIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomTool - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- ZoomTool - Class in org.locationtech.jtstest.testbuilder.ui.tools
- ZoomTool(double, Cursor) - Constructor for class org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool
- zoomToResult() - Method in class org.locationtech.jtstest.testbuilder.GeometryEditPanel
- zoomToResult_actionPerformed(ActionEvent) - Method in class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
- zoomToResultButton - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zoomToResultIcon - Variable in class org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar
- zVal - Variable in class org.locationtech.jts.io.kml.KMLWriter
All Classes All Packages