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 - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Dimension value of a surface (2).
- abs() - Method in class com.vividsolutions.jts.math.DD
-
Returns the absolute value of this value.
- AbstractDrawTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- AbstractDrawTool() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractDrawTool
- AbstractNode - Class in com.vividsolutions.jts.index.strtree
-
A node of an
AbstractSTRtree. - AbstractNode() - Constructor for class com.vividsolutions.jts.index.strtree.AbstractNode
-
Default constructor required for serialization.
- AbstractNode(int) - Constructor for class com.vividsolutions.jts.index.strtree.AbstractNode
-
Constructs an AbstractNode at the given level in the tree
- AbstractStreamDrawTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- AbstractStreamDrawTool() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- AbstractSTRtree - Class in com.vividsolutions.jts.index.strtree
-
Base class for STRtree and SIRtree.
- AbstractSTRtree() - Constructor for class com.vividsolutions.jts.index.strtree.AbstractSTRtree
-
Constructs an AbstractSTRtree with the default node capacity.
- AbstractSTRtree(int) - Constructor for class com.vividsolutions.jts.index.strtree.AbstractSTRtree
-
Constructs an AbstractSTRtree with the specified maximum number of child nodes that a node may have
- AbstractSTRtree.IntersectsOp - Interface in com.vividsolutions.jts.index.strtree
-
A test for intersection between two bounds, necessary because subclasses of AbstractSTRtree have different implementations of bounds.
- actionInspectGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- actionInspectGeometryDialog() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- actionPerformed(ActionEvent) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder_AboutBox
-
Close the dialog on a button event
- activate() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PanTool
- activate(GeometryEditPanel) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
-
Called when tool is activated.
- activate(GeometryEditPanel) - Method in interface com.vividsolutions.jtstest.testbuilder.ui.tools.Tool
- add(double) - Method in class com.vividsolutions.jts.math.DD
-
Returns a new DoubleDouble whose value is (this + y).
- add(double) - Method in class com.vividsolutions.jts.precision.CommonBits
- add(int, int, int) - Method in class com.vividsolutions.jts.geomgraph.Depth
- add(int, Coordinate, boolean) - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Inserts the specified coordinate at the specified position in this list.
- add(Coordinate) - Method in class com.vividsolutions.jts.algorithm.CentroidPoint
-
Deprecated.Adds the length defined by an array of coordinates.
- add(Coordinate) - Method in class com.vividsolutions.jts.linearref.LinearGeometryBuilder
-
Adds a point to the current line.
- add(Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- add(Coordinate[]) - Method in class com.vividsolutions.jts.algorithm.CentroidArea
-
Deprecated.Adds the area defined by an array of coordinates.
- add(Coordinate[]) - Method in class com.vividsolutions.jts.algorithm.CentroidLine
-
Deprecated.Adds the length defined by an array of coordinates.
- add(Coordinate[], boolean) - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Adds an array of coordinates to the list.
- add(Coordinate[], boolean, boolean) - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Adds an array of coordinates to the list.
- add(Coordinate[], boolean, int, int) - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Adds a section of an array of coordinates to the list.
- add(Coordinate, boolean) - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Adds a coordinate to the end of the list.
- add(Coordinate, boolean) - Method in class com.vividsolutions.jts.linearref.LinearGeometryBuilder
-
Adds a point to the current line.
- add(Coordinate, int) - Method in class com.vividsolutions.jts.noding.SegmentNodeList
-
Adds an intersection into the list, if it isn't already there.
- add(Coordinate, int, double) - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersectionList
-
Adds an intersection into the list, if it isn't already there.
- add(Geometry) - Method in class com.vividsolutions.jts.algorithm.CentroidArea
-
Deprecated.Adds the area defined by a Geometry to the centroid total.
- add(Geometry) - Method in class com.vividsolutions.jts.algorithm.CentroidLine
-
Deprecated.Adds the linear components of by a Geometry to the centroid total.
- add(Geometry) - Method in class com.vividsolutions.jts.algorithm.CentroidPoint
-
Deprecated.Adds the point(s) defined by a Geometry to the centroid total.
- add(Geometry) - Method in class com.vividsolutions.jts.dissolve.LineDissolver
-
Adds a
Geometryto be dissolved. - add(Geometry) - Method in class com.vividsolutions.jts.edgegraph.EdgeGraphBuilder
-
Adds the edges of a Geometry to the graph.
- add(Geometry) - Method in class com.vividsolutions.jts.operation.linemerge.LineMerger
-
Adds a Geometry to be processed.
- add(Geometry) - Method in class com.vividsolutions.jts.operation.linemerge.LineSequencer
-
Adds a
Geometryto be sequenced. - add(Geometry) - Method in class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Add a
Geometryto the edges to be polygonized. - add(Geometry) - Method in class com.vividsolutions.jts.precision.CommonBitsRemover
-
Add a geometry to the set of geometries whose common bits are being computed.
- add(IntersectionMatrix) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Adds one matrix to another.
- add(LinearRing) - Method in class com.vividsolutions.jts.operation.valid.IndexedNestedRingTester
- add(LinearRing) - Method in class com.vividsolutions.jts.operation.valid.QuadtreeNestedRingTester
- add(LinearRing) - Method in class com.vividsolutions.jts.operation.valid.SimpleNestedRingTester
- add(LinearRing) - Method in class com.vividsolutions.jts.operation.valid.SweeplineNestedRingTester
- add(Edge) - Method in class com.vividsolutions.jts.geomgraph.EdgeList
-
Insert an edge unless it is already in the list
- add(EdgeEnd) - Method in class com.vividsolutions.jts.geomgraph.Node
-
Add the edge to the list of edges at this node
- add(EdgeEnd) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.PlanarGraph
- add(Label) - Method in class com.vividsolutions.jts.geomgraph.Depth
- add(PlanarGraph) - Method in class com.vividsolutions.jts.operation.overlay.PolygonBuilder
-
Add a complete graph.
- add(SweepLineInterval) - Method in class com.vividsolutions.jts.index.sweepline.SweepLineIndex
- add(DD) - Method in class com.vividsolutions.jts.math.DD
-
Returns a new DoubleDouble whose value is (this + y).
- add(Vector2D) - Method in class com.vividsolutions.jts.math.Vector2D
- add(LineMergeDirectedEdge) - Method in class com.vividsolutions.jts.operation.linemerge.EdgeString
-
Adds a directed edge which is known to form part of this line.
- add(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Adds a new member to this DirectedEdgeStar.
- add(DirectedEdge) - Method in class com.vividsolutions.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 com.vividsolutions.jts.planargraph.PlanarGraph
-
Adds the Edge and its DirectedEdges with this PlanarGraph.
- add(Edge) - Method in class com.vividsolutions.jts.planargraph.Subgraph
-
Adds an
Edgeto the subgraph. - add(Node) - Method in class com.vividsolutions.jts.planargraph.NodeMap
-
Adds a node to the map, replacing any that is already at that location.
- add(Node) - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Adds a node to the map, replacing any that is already at that location.
- add(GeometryFunction) - Method in class com.vividsolutions.jtstest.function.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 com.vividsolutions.jtstest.test.TestCaseList
- add(TestCaseList) - Method in class com.vividsolutions.jtstest.test.TestCaseList
- add(Style) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.StyleList
- add(Style, StyleList.StyleFilter) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.StyleList
- add(Test) - Method in class com.vividsolutions.jtstest.testrunner.TestCase
-
Adds a Test to the TestCase.
- add(Point2D, Point2D) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.style.AWTUtil
- add(Shape) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- add(Class) - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
-
Adds functions for all the static methods in the given class.
- add(Comparable) - Method in class com.vividsolutions.jts.util.PriorityQueue
-
Insert into the priority queue.
- add(Object) - Method in class com.vividsolutions.jts.index.bintree.NodeBase
- add(Object) - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- add(Object) - Method in class com.vividsolutions.jts.util.ObjectCounter
- add(Object, boolean) - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Adds a coordinate to the list.
- add(String) - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
-
Adds functions for all the static methods in the given class.
- add(Collection) - Method in class com.vividsolutions.jts.dissolve.LineDissolver
-
Adds a collection of Geometries to be processed.
- add(Collection) - Method in class com.vividsolutions.jts.edgegraph.EdgeGraphBuilder
-
Adds the edges in a collection of
Geometrys to the graph. - add(Collection) - Method in class com.vividsolutions.jts.operation.linemerge.LineMerger
-
Adds a collection of Geometries to be processed.
- add(Collection) - Method in class com.vividsolutions.jts.operation.linemerge.LineSequencer
-
Adds a
CollectionofGeometrys to be sequenced. - add(Collection) - Method in class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Adds a collection of geometries to the edges to be polygonized.
- add(Collection) - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- add(Collection, Collection) - Method in class com.vividsolutions.jts.operation.overlay.PolygonBuilder
-
Add a set of edges and nodes, which form a graph.
- add(List) - Method in class com.vividsolutions.jtstest.testrunner.TopologyTestApp
- addAll(Collection) - Method in class com.vividsolutions.jts.geomgraph.EdgeList
- addAll(Collection, boolean) - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Add an array of coordinates
- addAllItems(List) - Method in class com.vividsolutions.jts.index.bintree.NodeBase
- addAllItems(List) - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- addAllItemsFromOverlapping(Envelope, List) - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- addAllItemsFromOverlapping(Interval, Collection) - Method in class com.vividsolutions.jts.index.bintree.NodeBase
-
Adds items in the tree which potentially overlap the query interval to the given collection.
- addCase(Geometry[]) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- addCase(Geometry[], String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- addChangeListener(JToggleButton, int) - Method in class com.vividsolutions.jtstest.testbuilder.LayerControlList
- addChildBoundable(Boundable) - Method in class com.vividsolutions.jts.index.strtree.AbstractNode
-
Adds either an AbstractNode, or if this is a leaf node, a data object (wrapped in an ItemBoundable)
- addCommonBits(Geometry) - Method in class com.vividsolutions.jts.precision.CommonBitsRemover
-
Adds the common coordinate bits back into a Geometry.
- addComponent(List) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
-
Adds a geometry component of the currently selected type, to the currently selected geometry.
- addEdge(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.edgegraph.EdgeGraph
-
Adds an edge between the coordinates orig and dest to this graph.
- addEdge(LineString) - Method in class com.vividsolutions.jts.operation.linemerge.LineMergeGraph
-
Adds an Edge, DirectedEdges, and Nodes for the given LineString representation of an edge.
- addEdge(Edge) - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
-
Add an Edge computed externally.
- addEdges(List) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
-
Add a set of edges to the graph.
- addEdges(List) - Method in class com.vividsolutions.jts.operation.overlay.EdgeSetNoder
- addEndpoints() - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersectionList
-
Adds entries for the first and last points of the edge to the list
- addGeometryFunctionListener(GeometryFunctionListener) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionTreePanel
- addGeometryListener(GeometryListener) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- addHole(Polygon, LinearRing) - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryCombiner
- addHole(EdgeRing) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- addInfo(String) - Method in class com.vividsolutions.jtstest.testbuilder.InfoPanel
- addIntersection(LineIntersector, int, int, int) - Method in class com.vividsolutions.jts.geomgraph.Edge
-
Add an EdgeIntersection for intersection intIndex.
- addIntersection(LineIntersector, int, int, int) - Method in class com.vividsolutions.jts.noding.NodedSegmentString
-
Add an SegmentNode for intersection intIndex.
- addIntersection(Coordinate, int) - Method in interface com.vividsolutions.jts.noding.NodableSegmentString
-
Adds an intersection node for a given point and segment to this segment string.
- addIntersection(Coordinate, int) - Method in class com.vividsolutions.jts.noding.NodedSegmentString
-
Adds an intersection node for a given point and segment to this segment string.
- addIntersectionNode(Coordinate, int) - Method in class com.vividsolutions.jts.noding.NodedSegmentString
-
Adds an intersection node for a given point and segment to this segment string.
- addIntersections(LineIntersector, int, int) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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.
- addLineString(Geometry, Coordinate[]) - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryCombiner
- addNode(Coordinate) - Method in class com.vividsolutions.jts.geomgraph.NodeMap
-
This method expects that a node has a coordinate value.
- addNode(Coordinate) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- addNode(Node) - Method in class com.vividsolutions.jts.geomgraph.NodeMap
- addNode(Node) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- addOptionSpec(OptionSpec) - Method in class com.vividsolutions.jtstest.command.CommandLine
- addOutEdge(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.Node
-
Adds an outgoing DirectedEdge to this Node.
- addPoint(Coordinate) - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
-
Add a point computed externally.
- addPoint(Geometry, Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryCombiner
- addPoints(Edge, boolean, boolean) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- addPolygonRing(Geometry, Coordinate[]) - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryCombiner
- addSide(int, Coordinate, Coordinate) - Method in class com.vividsolutions.jts.shape.fractal.KochSnowflakeBuilder
- addSnappedNode(NodedSegmentString, int) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ScalarFunctionPanel
- addSpatialFunctionPanelListener(SpatialFunctionPanelListener) - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- addSplitEdges(Collection) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- addTestCase(TestCase) - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- addTreeModelListener(TreeModelListener) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreeModel
-
Adds a listener for the TreeModelEvent posted after the tree changes.
- addValidPanelListener(ValidPanelListener) - Method in class com.vividsolutions.jtstest.testbuilder.ValidPanel
- addWatch(Object) - Static method in class com.vividsolutions.jts.util.Debug
-
Adds an object to be watched.
- AdjacentVertexFinder - Class in com.vividsolutions.jtstest.testbuilder.geom
-
Locates all vertices in a geometry which are adjacent to a given vertex.
- AdjacentVertexFinder(Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.AdjacentVertexFinder
- AffineTransformation - Class in com.vividsolutions.jts.geom.util
-
Represents an affine transformation on the 2D Cartesian plane.
- AffineTransformation() - Constructor for class com.vividsolutions.jts.geom.util.AffineTransformation
-
Constructs a new identity transformation
- AffineTransformation(double[]) - Constructor for class com.vividsolutions.jts.geom.util.AffineTransformation
-
Constructs a new transformation whose matrix has the specified values.
- AffineTransformation(double, double, double, double, double, double) - Constructor for class com.vividsolutions.jts.geom.util.AffineTransformation
-
Constructs a new transformation whose matrix has the specified values.
- AffineTransformation(Coordinate, Coordinate, Coordinate, Coordinate, Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.geom.util.AffineTransformation
-
Constructs a transformation which maps the given source points into the given destination points.
- AffineTransformation(AffineTransformation) - Constructor for class com.vividsolutions.jts.geom.util.AffineTransformation
-
Constructs a transformation which is a copy of the given one.
- AffineTransformationBuilder - Class in com.vividsolutions.jts.geom.util
-
Builds an
AffineTransformationdefined by a set of control vectors. - AffineTransformationBuilder(Coordinate, Coordinate, Coordinate, Coordinate, Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.geom.util.AffineTransformationBuilder
-
Constructs a new builder for the transformation defined by the given set of control point mappings.
- AffineTransformationFactory - Class in com.vividsolutions.jts.geom.util
-
Supports creating
AffineTransformations defined by various kinds of inputs and transformation mapping rules. - AffineTransformationFactory() - Constructor for class com.vividsolutions.jts.geom.util.AffineTransformationFactory
- AffineTransformationFunctions - Class in com.vividsolutions.jtstest.function
- AffineTransformationFunctions() - Constructor for class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- allPositionsEqual(int) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- allPositionsEqual(int, int) - Method in class com.vividsolutions.jts.geomgraph.Label
- allString() - Static method in class com.vividsolutions.jts.util.Memory
- ALTITUDE_MODE_ABSOLUTE - Static variable in class com.vividsolutions.jts.io.kml.KMLWriter
-
The KML standard value
absolutefor use inKMLWriter.setAltitudeMode(String). - ALTITUDE_MODE_CLAMPTOGROUND - Static variable in class com.vividsolutions.jts.io.kml.KMLWriter
-
The KML standard value
clampToGroundfor use inKMLWriter.setAltitudeMode(String). - ALTITUDE_MODE_RELATIVETOGROUND - Static variable in class com.vividsolutions.jts.io.kml.KMLWriter
-
The KML standard value
relativeToGroundfor use inKMLWriter.setAltitudeMode(String). - angle - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- angle() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the angle that the vector defined by this segment makes with the X-axis.
- angle() - Method in class com.vividsolutions.jts.math.Vector2D
- angle(Coordinate) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm.Angle
-
Returns the angle of the vector from p0 to p1, relative to the positive X-axis.
- angle(Vector2D) - Method in class com.vividsolutions.jts.math.Vector2D
- Angle - Class in com.vividsolutions.jts.algorithm
-
Utility functions for working with angles.
- Angle() - Constructor for class com.vividsolutions.jts.algorithm.Angle
- angleBetween(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Returns the unoriented smallest angle between two vectors.
- angleBetweenOriented(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Returns the oriented smallest angle between two vectors.
- angleBisector(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the point at which the bisector of the angle ABC cuts the segment AC.
- angleBisectors(Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangleFunctions
- angleTo(Vector2D) - Method in class com.vividsolutions.jts.math.Vector2D
- app - Static variable in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder
- AppConstants - Class in com.vividsolutions.jtstest.testbuilder
- AppConstants() - Constructor for class com.vividsolutions.jtstest.testbuilder.AppConstants
- AppCursors - Class in com.vividsolutions.jtstest.testbuilder
- AppCursors() - Constructor for class com.vividsolutions.jtstest.testbuilder.AppCursors
- apply(CoordinateFilter) - Method in class com.vividsolutions.jts.geom.Geometry
-
Performs an operation with or on this
Geometry's coordinates. - apply(CoordinateFilter) - Method in class com.vividsolutions.jts.geom.GeometryCollection
- apply(CoordinateFilter) - Method in class com.vividsolutions.jts.geom.LineString
- apply(CoordinateFilter) - Method in class com.vividsolutions.jts.geom.Point
- apply(CoordinateFilter) - Method in class com.vividsolutions.jts.geom.Polygon
- apply(CoordinateSequenceFilter) - Method in class com.vividsolutions.jts.geom.Geometry
-
Performs an operation on the coordinates in this
Geometry'sCoordinateSequences. - apply(CoordinateSequenceFilter) - Method in class com.vividsolutions.jts.geom.GeometryCollection
- apply(CoordinateSequenceFilter) - Method in class com.vividsolutions.jts.geom.LineString
- apply(CoordinateSequenceFilter) - Method in class com.vividsolutions.jts.geom.Point
- apply(CoordinateSequenceFilter) - Method in class com.vividsolutions.jts.geom.Polygon
- apply(GeometryComponentFilter) - Method in class com.vividsolutions.jts.geom.Geometry
-
Performs an operation with or on this Geometry and its component Geometry's.
- apply(GeometryComponentFilter) - Method in class com.vividsolutions.jts.geom.GeometryCollection
- apply(GeometryComponentFilter) - Method in class com.vividsolutions.jts.geom.LineString
- apply(GeometryComponentFilter) - Method in class com.vividsolutions.jts.geom.Point
- apply(GeometryComponentFilter) - Method in class com.vividsolutions.jts.geom.Polygon
- apply(GeometryFilter) - Method in class com.vividsolutions.jts.geom.Geometry
-
Performs an operation with or on this
Geometryand its subelementGeometrys (if any). - apply(GeometryFilter) - Method in class com.vividsolutions.jts.geom.GeometryCollection
- apply(GeometryFilter) - Method in class com.vividsolutions.jts.geom.LineString
- apply(GeometryFilter) - Method in class com.vividsolutions.jts.geom.Point
- apply(GeometryFilter) - Method in class com.vividsolutions.jts.geom.Polygon
- apply(Collection, CollectionUtil.Function) - Static method in class com.vividsolutions.jts.util.CollectionUtil
-
Executes a function on each item in a Collection but does not accumulate the result
- applyTo(Geometry) - Method in class com.vividsolutions.jts.geom.util.ShortCircuitedGeometryVisitor
- AppStrings - Class in com.vividsolutions.jtstest.testbuilder
- AppStrings() - Constructor for class com.vividsolutions.jtstest.testbuilder.AppStrings
- ARC - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- ARCM - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- ARCZ - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- area() - Method in class com.vividsolutions.jts.geom.Triangle
-
Computes the 2D area of this triangle.
- area(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the 2D area of a triangle.
- area(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- area3D() - Method in class com.vividsolutions.jts.geom.Triangle
-
Computes the 3D area of this triangle.
- area3D(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the 3D area of a triangle.
- areaDiff(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.geomop.OverlayValidatedGeometryOperation
- areaGreater(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- AreaSimilarityMeasure - Class in com.vividsolutions.jts.algorithm.match
-
Measures the degree of similarity between two
Geometrys using the area of intersection between the geometries. - AreaSimilarityMeasure() - Constructor for class com.vividsolutions.jts.algorithm.match.AreaSimilarityMeasure
- areaZero(Geometry) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- arg - Variable in class com.vividsolutions.jts.operation.GeometryGraphOperation
-
The operation args into an array so they can be accessed by index
- ArgumentConverter - Class in com.vividsolutions.jtstest.geomop
- ArgumentConverter() - Constructor for class com.vividsolutions.jtstest.geomop.ArgumentConverter
- armLengthRatio - Variable in class com.vividsolutions.jts.geom.util.SineStarFactory
- ArrayListVisitor - Class in com.vividsolutions.jts.index
- ArrayListVisitor() - Constructor for class com.vividsolutions.jts.index.ArrayListVisitor
- ArrowEndpointStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- ArrowEndpointStyle(Color, boolean, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- arrowheadPath(Point2D, Point2D, Point2D, double, double) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- ArrowLineStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- ArrowLineStyle(Color) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowLineStyle
- Assert - Class in com.vividsolutions.jts.util
-
A utility for making programming assertions.
- Assert() - Constructor for class com.vividsolutions.jts.util.Assert
- AssertionFailedException - Exception in com.vividsolutions.jts.util
-
Thrown when the application is in an inconsistent state.
- AssertionFailedException() - Constructor for exception com.vividsolutions.jts.util.AssertionFailedException
-
Creates an
AssertionFailedException. - AssertionFailedException(String) - Constructor for exception com.vividsolutions.jts.util.AssertionFailedException
-
Creates a
AssertionFailedExceptionwith the given detail message. - atLeastNCoordinatesOrNothing(int, Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Returns either the given coordinate array if its length is greater than the given amount, or an empty coordinate array.
- average(double, double) - Static method in class com.vividsolutions.jts.math.MathUtil
-
Computes the average of two numbers.
- average(Vector2D) - Method in class com.vividsolutions.jts.math.Vector2D
- AWTUtil - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- AWTUtil() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.AWTUtil
- AXIS_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- AXIS_WIDTH - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- AxisPlaneCoordinateSequence - Class in com.vividsolutions.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.
B
- BADgetConverter(Viewport) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.render.GeometryPainter
- BAND_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- bandFinished() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractDrawTool
- bandFinished() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- bandFinished() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- base - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- BaseGeometryFunction - Class in com.vividsolutions.jtstest.function
-
A base for implementations of
GeometryFunctionwhich provides most of the required structure. - BaseGeometryFunction(String, String, String[], Class[], Class) - Constructor for class com.vividsolutions.jtstest.function.BaseGeometryFunction
- BaseGeometryFunction(String, String, String, String[], Class[], Class) - Constructor for class com.vividsolutions.jtstest.function.BaseGeometryFunction
- BasePointShapeFactory() - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.BasePointShapeFactory
-
Creates a new factory for points with default size.
- BasePointShapeFactory(double) - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.BasePointShapeFactory
-
Creates a factory for points of given size.
- BasicExample - Class in com.vividsolutions.jtsexample.geom
-
Shows basic ways of creating and operating on geometries
- BasicExample() - Constructor for class com.vividsolutions.jtsexample.geom.BasicExample
- BasicSegmentString - Class in com.vividsolutions.jts.noding
-
Represents a list of contiguous line segments, and supports noding the segments.
- BasicSegmentString(Coordinate[], Object) - Constructor for class com.vividsolutions.jts.noding.BasicSegmentString
-
Creates a new segment string from a list of vertices.
- BasicStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- BasicStyle() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.BasicStyle
- BasicStyle(Color, Color) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.BasicStyle
- BasicTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- BasicTool() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- BasicTool(Cursor) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- BEHIND - Static variable in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- BETWEEN - Static variable in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- BEYOND - Static variable in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- biasedExponent() - Method in class com.vividsolutions.jts.index.quadtree.DoubleBits
-
Determines the exponent for the number
- BidirectionalComparator() - Constructor for class com.vividsolutions.jts.geom.CoordinateArrays.BidirectionalComparator
- BIG_ENDIAN - Static variable in class com.vividsolutions.jts.io.ByteOrderValues
- Bintree - Class in com.vividsolutions.jts.index.bintree
-
An
BinTree(or "Binary Interval Tree") is a 1-dimensional version of a quadtree. - Bintree() - Constructor for class com.vividsolutions.jts.index.bintree.Bintree
- BooleanResult - Class in com.vividsolutions.jtstest.testrunner
- BooleanResult(boolean) - Constructor for class com.vividsolutions.jtstest.testrunner.BooleanResult
- BooleanResult(Boolean) - Constructor for class com.vividsolutions.jtstest.testrunner.BooleanResult
- Boundable - Interface in com.vividsolutions.jts.index.strtree
-
A spatial object in an AbstractSTRtree.
- boundablesAtLevel(int) - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- boundary(Geometry) - Static method in class com.vividsolutions.jtstest.function.BoundaryFunctions
- boundary(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- BOUNDARY - Static variable in class com.vividsolutions.jts.geom.Location
-
The location value for the boundary of a geometry.
- boundaryEndpoint(Geometry) - Static method in class com.vividsolutions.jtstest.function.BoundaryFunctions
- BoundaryFunctions - Class in com.vividsolutions.jtstest.function
- BoundaryFunctions() - Constructor for class com.vividsolutions.jtstest.function.BoundaryFunctions
- boundaryMod2(Geometry) - Static method in class com.vividsolutions.jtstest.function.BoundaryFunctions
- boundaryMonoValentEnd(Geometry) - Static method in class com.vividsolutions.jtstest.function.BoundaryFunctions
- boundaryMultiValentEnd(Geometry) - Static method in class com.vividsolutions.jtstest.function.BoundaryFunctions
- BoundaryNodeRule - Interface in com.vividsolutions.jts.algorithm
-
An interface for rules which determine whether node points which are in boundaries of
Linealgeometry components are in the boundary of the parent geometry collection. - BoundaryNodeRule.EndPointBoundaryNodeRule - Class in com.vividsolutions.jts.algorithm
-
A
BoundaryNodeRulewhich specifies that any points which are endpoints of lineal components are in the boundary of the parent geometry. - BoundaryNodeRule.Mod2BoundaryNodeRule - Class in com.vividsolutions.jts.algorithm
-
A
BoundaryNodeRulespecifies 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 com.vividsolutions.jts.algorithm
-
A
BoundaryNodeRulewhich determines that only endpoints with valency of exactly 1 are on the boundary. - BoundaryNodeRule.MultiValentEndPointBoundaryNodeRule - Class in com.vividsolutions.jts.algorithm
-
A
BoundaryNodeRulewhich determines that only endpoints with valency greater than 1 are on the boundary. - BoundaryOp - Class in com.vividsolutions.jts.operation
-
Computes the boundary of a
Geometry. - BoundaryOp(Geometry) - Constructor for class com.vividsolutions.jts.operation.BoundaryOp
- BoundaryOp(Geometry, BoundaryNodeRule) - Constructor for class com.vividsolutions.jts.operation.BoundaryOp
- BoxBandTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- BoxBandTool() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
- BoxBandTool(Cursor) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
- breakIf(boolean) - Static method in class com.vividsolutions.jts.util.Debug
- breakIfEqual(Coordinate, Coordinate, double) - Static method in class com.vividsolutions.jts.util.Debug
- breakIfEqual(Object, Object) - Static method in class com.vividsolutions.jts.util.Debug
- buffer(double) - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes a buffer area around this geometry having the given width.
- buffer(double, int) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.precision.CommonBitsOp
-
Computes the buffer a geometry, using enhanced precision.
- buffer(Geometry, double) - Static method in class com.vividsolutions.jts.precision.EnhancedPrecisionOp
-
Computes the buffer of a
Geometry, using enhanced precision. - buffer(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- bufferByChains(Geometry, double, int) - Static method in class com.vividsolutions.jtstest.function.BufferByUnionFunctions
- bufferByComponents(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferByUnionFunctions
- bufferBySegments(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferByUnionFunctions
-
Buffer polygons by buffering the individual boundary segments and either unioning or differencing them.
- BufferByUnionFunctions - Class in com.vividsolutions.jtstest.function
- BufferByUnionFunctions() - Constructor for class com.vividsolutions.jtstest.function.BufferByUnionFunctions
- bufferCurve(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- BufferCurveMaximumDistanceFinder - Class in com.vividsolutions.jts.operation.buffer.validate
-
Finds the approximate maximum distance from a buffer curve to the originating geometry.
- BufferCurveMaximumDistanceFinder(Geometry) - Constructor for class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter - Class in com.vividsolutions.jts.operation.buffer.validate
- BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter - Class in com.vividsolutions.jts.operation.buffer.validate
- bufferCurveWithParams(Geometry, Double, Integer, Integer, Integer, Double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- bufferDescription - Static variable in class com.vividsolutions.jtstest.function.BufferFunctions
- bufferDistanceError(int) - Static method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Computes the maximum distance error due to a given level of approximation to a true arc.
- BufferDistanceValidator - Class in com.vividsolutions.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 com.vividsolutions.jts.operation.buffer.validate.BufferDistanceValidator
- bufferEach(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- BufferFunctions - Class in com.vividsolutions.jtstest.function
- BufferFunctions() - Constructor for class com.vividsolutions.jtstest.function.BufferFunctions
- BufferInputLineSimplifier - Class in com.vividsolutions.jts.operation.buffer
-
Simplifies a buffer input line to remove concavities with shallow depth.
- BufferInputLineSimplifier(Coordinate[]) - Constructor for class com.vividsolutions.jts.operation.buffer.BufferInputLineSimplifier
- bufferLineSimplifier(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- bufferMitredJoin(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.TestCaseGeometryFunctions
- bufferOp(Geometry, double) - Static method in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Computes the buffer of a geometry for a given buffer distance.
- bufferOp(Geometry, double, int) - Static method in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Comutes the buffer for a geometry for a given buffer distance and accuracy of approximation.
- bufferOp(Geometry, double, int, int) - Static method in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Comutes the buffer for a geometry for a given buffer distance and accuracy of approximation.
- bufferOp(Geometry, double, BufferParameters) - Static method in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Comutes the buffer for a geometry for a given buffer distance and accuracy of approximation.
- BufferOp - Class in com.vividsolutions.jts.operation.buffer
-
Computes the buffer of a geometry, for both positive and negative buffer distances.
- BufferOp(Geometry) - Constructor for class com.vividsolutions.jts.operation.buffer.BufferOp
-
Initializes a buffer computation for the given geometry
- BufferOp(Geometry, BufferParameters) - Constructor for class com.vividsolutions.jts.operation.buffer.BufferOp
-
Initializes a buffer computation for the given geometry with the given set of parameters
- BufferParameters - Class in com.vividsolutions.jts.operation.buffer
-
A value class containing the parameters which specify how a buffer should be constructed.
- BufferParameters() - Constructor for class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Creates a default set of parameters
- BufferParameters(int) - Constructor for class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Creates a set of parameters with the given quadrantSegments value.
- BufferParameters(int, int) - Constructor for class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Creates a set of parameters with the given quadrantSegments and endCapStyle values.
- BufferParameters(int, int, int, double) - Constructor for class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Creates a set of parameters with the given parameter values.
- BufferResultMatcher - Class in com.vividsolutions.jtstest.testrunner
-
A
ResultMatcherwhich compares the results of buffer operations for equality, up to the given tolerance. - BufferResultMatcher() - Constructor for class com.vividsolutions.jtstest.testrunner.BufferResultMatcher
- BufferResultValidator - Class in com.vividsolutions.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 com.vividsolutions.jts.operation.buffer.validate.BufferResultValidator
- bufferValidated(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- bufferValidatedGeom(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- BufferValidatedGeometryOperation - Class in com.vividsolutions.jtstest.geomop
-
A
GeometryOperationwhich validates the results of theGeometrybuffer() method. - BufferValidatedGeometryOperation() - Constructor for class com.vividsolutions.jtstest.geomop.BufferValidatedGeometryOperation
- BufferValidatedGeometryOperation(GeometryMethodOperation) - Constructor for class com.vividsolutions.jtstest.geomop.BufferValidatedGeometryOperation
-
Creates a new operation which chains to the given
GeometryMethodOperationfor non-intercepted methods. - bufferWithParams(Geometry, Double, Integer, Integer, Integer, Double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- bufferWithSimplify(Geometry, Double, Double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- build() - Method in class com.vividsolutions.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 com.vividsolutions.jts.operation.overlay.LineBuilder
- build(int) - Method in class com.vividsolutions.jts.operation.overlay.PointBuilder
-
Computes the Point geometries which will appear in the result, given the specified overlay operation.
- build(Geometry) - Static method in class com.vividsolutions.jts.operation.distance.FacetSequenceTreeBuilder
- build(GeometryGraph) - Method in class com.vividsolutions.jts.operation.relate.RelateNodeGraph
- build(Collection) - Static method in class com.vividsolutions.jts.edgegraph.EdgeGraphBuilder
- buildGeometry(Geometry[]) - Static method in class com.vividsolutions.jtstest.function.FunctionsUtil
- buildGeometry(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.FunctionsUtil
- buildGeometry(Collection) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Build an appropriate
Geometry,MultiGeometry, orGeometryCollectionto contain theGeometrys in it. - buildGeometry(List, Geometry) - Static method in class com.vividsolutions.jtstest.function.FunctionsUtil
- buildMinimalRings() - Method in class com.vividsolutions.jts.operation.overlay.MaximalEdgeRing
- BusyDialog - Class in com.vividsolutions.jtstest.testbuilder
-
An indicator that the app is performing a long operation.
- BusyDialog() - Constructor for class com.vividsolutions.jtstest.testbuilder.BusyDialog
-
Creates a BusyDialog
- BusyDialog.Executable - Interface in com.vividsolutions.jtstest.testbuilder
- ByteArrayInStream - Class in com.vividsolutions.jts.io
-
Allows an array of bytes to be used as an
InStream. - ByteArrayInStream(byte[]) - Constructor for class com.vividsolutions.jts.io.ByteArrayInStream
-
Creates a new stream based on the given buffer.
- ByteOrderDataInStream - Class in com.vividsolutions.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 com.vividsolutions.jts.io.ByteOrderDataInStream
- ByteOrderDataInStream(InStream) - Constructor for class com.vividsolutions.jts.io.ByteOrderDataInStream
- ByteOrderValues - Class in com.vividsolutions.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 com.vividsolutions.jts.io.ByteOrderValues
- bytesToHex(byte[]) - Static method in class com.vividsolutions.jts.io.WKBWriter
-
Deprecated.
C
- cancel() - Method in class com.vividsolutions.jtstest.testbuilder.ui.render.LayerRenderer
- cancel() - Method in interface com.vividsolutions.jtstest.testbuilder.ui.render.Renderer
-
Informs this process that it can stop rendering, because the rendered context will not be displayed.
- CAP_BUTT - Static variable in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Deprecated.use BufferParameters
- CAP_FLAT - Static variable in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Deprecated.use BufferParameters
- CAP_FLAT - Static variable in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Specifies a flat line buffer end cap style.
- CAP_ROUND - Static variable in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Deprecated.use BufferParameters
- CAP_ROUND - Static variable in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Specifies a round line buffer end cap style.
- CAP_SQUARE - Static variable in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Deprecated.use BufferParameters
- CAP_SQUARE - Static variable in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Specifies a square line buffer end cap style.
- capitalize(String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Capitalizes the given string.
- CascadedPolygonUnion - Class in com.vividsolutions.jts.operation.union
-
Provides an efficient method of unioning a collection of
Polygonalgeometrys. - CascadedPolygonUnion(Collection) - Constructor for class com.vividsolutions.jts.operation.union.CascadedPolygonUnion
-
Creates a new instance to union the given collection of
Geometrys. - category - Variable in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- ceil() - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.LayerCheckBoxList.CellRenderer
- center(Component, Component) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
-
Centers the first component on the second
- centerOnScreen(Component) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
-
Centers the component on the screen
- centerOnWindow(Component) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
-
Centers the component on its window
- CentralEndpointIntersector - Class in com.vividsolutions.jts.algorithm
-
Deprecated.
- CentralEndpointIntersector(Coordinate, Coordinate, Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.algorithm.CentralEndpointIntersector
-
Deprecated.
- centre - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- centre() - Method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm.InteriorPointArea
-
Returns the centre point of the envelope.
- centroid() - Method in class com.vividsolutions.jts.geom.Triangle
-
Computes the centroid (centre of mass) of this triangle.
- centroid(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the centroid (centre of mass) of a triangle.
- centroid(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- centroid(Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangleFunctions
- Centroid - Class in com.vividsolutions.jts.algorithm
-
Computes the centroid of a
Geometryof any dimension. - Centroid(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.Centroid
-
Creates a new instance for computing the centroid of a geometry
- CentroidArea - Class in com.vividsolutions.jts.algorithm
-
Deprecated.use Centroid instead
- CentroidArea() - Constructor for class com.vividsolutions.jts.algorithm.CentroidArea
-
Deprecated.
- CentroidLine - Class in com.vividsolutions.jts.algorithm
-
Deprecated.use Centroid instead
- CentroidLine() - Constructor for class com.vividsolutions.jts.algorithm.CentroidLine
-
Deprecated.
- CentroidPoint - Class in com.vividsolutions.jts.algorithm
-
Deprecated.use Centroid instead
- CentroidPoint() - Constructor for class com.vividsolutions.jts.algorithm.CentroidPoint
-
Deprecated.
- cga - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.PolygonHandler
- CGAlgorithmFunctions - Class in com.vividsolutions.jtstest.function
- CGAlgorithmFunctions() - Constructor for class com.vividsolutions.jtstest.function.CGAlgorithmFunctions
- CGAlgorithms - Class in com.vividsolutions.jts.algorithm
-
Specifies and implements various fundamental Computational Geometric algorithms.
- CGAlgorithms() - Constructor for class com.vividsolutions.jts.algorithm.CGAlgorithms
- CGAlgorithms3D - Class in com.vividsolutions.jts.algorithm
-
Basic computational geometry algorithms for geometry and coordinates defined in 3-dimensional Cartesian space.
- CGAlgorithms3D() - Constructor for class com.vividsolutions.jts.algorithm.CGAlgorithms3D
- CGAlgorithmsDD - Class in com.vividsolutions.jts.algorithm
-
Implements basic computational geometry algorithms using
DDarithmetic. - CGAlgorithmsDD() - Constructor for class com.vividsolutions.jts.algorithm.CGAlgorithmsDD
- changePrecisionModel(PrecisionModel) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- characters(char[], int, int) - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- chars(char, int) - Static method in class com.vividsolutions.jts.util.StringUtil
- check(int) - Method in class com.vividsolutions.jts.operation.overlay.ConsistentPolygonRingChecker
-
Tests whether the result geometry is consistent
- checkAll() - Method in class com.vividsolutions.jts.operation.overlay.ConsistentPolygonRingChecker
- checkNotGeometryCollection(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Throws an exception if
g's class isGeometryCollection. - checkValid() - Method in class com.vividsolutions.jts.geomgraph.EdgeNodingValidator
-
Checks whether the supplied edges are correctly noded.
- checkValid() - Method in class com.vividsolutions.jts.noding.FastNodingValidator
-
Checks for an intersection and throws a TopologyException if one is found.
- checkValid() - Method in class com.vividsolutions.jts.noding.NodingValidator
- checkValid(Collection) - Static method in class com.vividsolutions.jts.geomgraph.EdgeNodingValidator
-
Checks whether the supplied
Edges are correctly noded. - chooseFilenameWithConfirm(Component, JFileChooser) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- Circle() - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Circle
-
Creates a new factory for points with default size.
- Circle(double) - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Circle
-
Creates a factory for points of given size.
- circleCenter(Vertex, Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
-
Computes the centre of the circumcircle of this vertex and two others.
- CircleEndpointStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- CircleEndpointStyle(Color, boolean, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.CircleEndpointStyle
- CircleEndpointStyle(Color, double, boolean, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.CircleEndpointStyle
- circumcentre() - Method in class com.vividsolutions.jts.geom.Triangle
-
Computes the circumcentre of this triangle.
- circumcentre(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the circumcentre of a triangle.
- circumcentre(Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangleFunctions
- circumRadiusRatio(Vertex, Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
-
Computes the value of the ratio of the circumradius to shortest edge.
- clamp(double, double, double) - Static method in class com.vividsolutions.jts.math.MathUtil
-
Clamps a double value to a given range.
- clamp(int, int, int) - Static method in class com.vividsolutions.jts.math.MathUtil
-
Clamps an int value to a given range.
- clamp(Geometry) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Ensures the indexes are valid for a given linear
Geometry. - clampIndex(double) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.triangulate.quadedge.Vertex
- ClassUtil - Class in com.vividsolutions.jtstest.util
- ClassUtil() - Constructor for class com.vividsolutions.jtstest.util.ClassUtil
- clean(Geometry) - Method in class com.vividsolutions.jtstest.clean.CleanDuplicatePoints
- CleanDuplicatePoints - Class in com.vividsolutions.jtstest.clean
- CleanDuplicatePoints() - Constructor for class com.vividsolutions.jtstest.clean.CleanDuplicatePoints
- cleanWKT(String) - Static method in class com.vividsolutions.jtstest.util.GeometryTextCleaner
- clear() - Method in class com.vividsolutions.jts.util.PriorityQueue
-
Make the priority queue logically empty.
- clear() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- clear(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- clearFunction() - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- clearIndicator() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.IndicatorTool
- clearParsingProblems() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- clearParsingProblems() - Method in class com.vividsolutions.jtstest.testrunner.TestReader
- clearResult() - Method in class com.vividsolutions.jtstest.testbuilder.ResultWKTPanel
- clearResults() - Method in class com.vividsolutions.jtstest.testbuilder.RelatePanel
- clearToolButtons() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderToolBar
- clip(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayFunctions
- ClipImage - Class in com.vividsolutions.jtstest.testbuilder.ui
- ClipImage(byte[]) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.ClipImage
- CLOCKWISE - Static variable in class com.vividsolutions.jts.algorithm.Angle
-
Constant representing clockwise orientation
- CLOCKWISE - Static variable in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
A value that indicates an orientation of clockwise, or a right turn.
- clone() - Method in class com.vividsolutions.jts.geom.Coordinate
- clone() - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Returns a deep copy of this CoordinateList instance.
- clone() - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns a deep copy of this collection.
- clone() - Method in class com.vividsolutions.jts.geom.Geometry
-
Creates and returns a full copy of this
Geometryobject (including all coordinates contained by it). - clone() - Method in class com.vividsolutions.jts.geom.GeometryCollection
-
Creates and returns a full copy of this
GeometryCollectionobject. - clone() - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Creates a deep copy of the Object
- clone() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- clone() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
- clone() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
- clone() - Method in class com.vividsolutions.jts.geom.LineString
-
Creates and returns a full copy of this
LineStringobject. - clone() - Method in class com.vividsolutions.jts.geom.Point
-
Creates and returns a full copy of this
Pointobject. - clone() - Method in class com.vividsolutions.jts.geom.Polygon
-
Creates and returns a full copy of this
Polygonobject. - clone() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Clones this transformation
- clone() - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Copies this location
- clone() - Method in class com.vividsolutions.jts.math.DD
-
Creates and returns a copy of this value.
- clone() - Method in class com.vividsolutions.jts.math.Vector2D
-
Creates a copy of this vector
- clone() - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- clone() - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- close() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
close the stream
- close() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- closeRing() - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Ensure this coordList is a ring, by adding the start point if necessary
- closestAxisPlane() - Method in class com.vividsolutions.jts.math.Plane3D
-
Computes the axis plane that this plane lies closest to.
- closestLocations() - Method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Deprecated.renamed to nearestLocations
- closestPoint(Coordinate) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the closest point on this line segment to another point.
- ClosestPointExample - Class in com.vividsolutions.jtsexample.operation.distance
-
Example of computing distance and closest points between geometries using the DistanceOp class.
- ClosestPointExample() - Constructor for class com.vividsolutions.jtsexample.operation.distance.ClosestPointExample
- closestPoints() - Method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Deprecated.renamed to nearestPoints
- closestPoints(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Deprecated.renamed to nearestPoints
- closestPoints(LineSegment) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the closest points on two line segments.
- coerce(Object, Class) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- CollectionUtil - Class in com.vividsolutions.jts.util
-
Utilities for processing
Collections. - CollectionUtil() - Constructor for class com.vividsolutions.jts.util.CollectionUtil
- CollectionUtil.Function - Interface in com.vividsolutions.jts.util
- COLLINEAR - Static variable in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
A value that indicates an orientation of collinear, or no turn (straight).
- COLLINEAR - Static variable in class com.vividsolutions.jts.algorithm.LineIntersector
- COLLINEAR_INTERSECTION - Static variable in class com.vividsolutions.jts.algorithm.LineIntersector
-
Indicates that line segments intersect in a line segment
- ColorUtil - Class in com.vividsolutions.jtstest.testbuilder.ui
- ColorUtil() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.ColorUtil
- com.vividsolutions.jts - package com.vividsolutions.jts
- com.vividsolutions.jts.algorithm - package com.vividsolutions.jts.algorithm
-
Contains classes and interfaces implementing fundamental computational geometry algorithms.
- com.vividsolutions.jts.algorithm.distance - package com.vividsolutions.jts.algorithm.distance
-
Classes to compute distance metrics between geonetries.
- com.vividsolutions.jts.algorithm.locate - package com.vividsolutions.jts.algorithm.locate
-
Classes to determine the topological location of points in geometries.
- com.vividsolutions.jts.algorithm.match - package com.vividsolutions.jts.algorithm.match
-
Classes to compute matching metrics between geometries.
- com.vividsolutions.jts.awt - package com.vividsolutions.jts.awt
-
Classes to perform conversions from Java2D shape objects.
- com.vividsolutions.jts.densify - package com.vividsolutions.jts.densify
-
Classes to perform densification on geometries.
- com.vividsolutions.jts.dissolve - package com.vividsolutions.jts.dissolve
- com.vividsolutions.jts.edgegraph - package com.vividsolutions.jts.edgegraph
- com.vividsolutions.jts.geom - package com.vividsolutions.jts.geom
-
Contains the
Geometryinterface hierarchy and supporting classes. - com.vividsolutions.jts.geom.impl - package com.vividsolutions.jts.geom.impl
-
Implementations of interfaces for geometric structures.
- com.vividsolutions.jts.geom.prep - package com.vividsolutions.jts.geom.prep
-
Classes to perform optimized geometric operations on suitably prepared geometries.
- com.vividsolutions.jts.geom.util - package com.vividsolutions.jts.geom.util
-
Provides classes that parse and modify Geometry objects.
- com.vividsolutions.jts.geomgraph - package com.vividsolutions.jts.geomgraph
-
Contains classes that implement topology graphs.
- com.vividsolutions.jts.geomgraph.index - package com.vividsolutions.jts.geomgraph.index
-
Contains classes that implement indexes for performing noding on geometry graph edges.
- com.vividsolutions.jts.index - package com.vividsolutions.jts.index
-
Provides classes for various kinds of spatial indexes.
- com.vividsolutions.jts.index.bintree - package com.vividsolutions.jts.index.bintree
-
Contains classes that implement a Binary Interval Tree index
- com.vividsolutions.jts.index.chain - package com.vividsolutions.jts.index.chain
-
Contains classes that implement Monotone Chains
- com.vividsolutions.jts.index.intervalrtree - package com.vividsolutions.jts.index.intervalrtree
-
Contains classes to implement an R-tree index for one-dimensional intervals.
- com.vividsolutions.jts.index.kdtree - package com.vividsolutions.jts.index.kdtree
-
Contains classes which implement a k-D tree index over 2-D point data.
- com.vividsolutions.jts.index.quadtree - package com.vividsolutions.jts.index.quadtree
-
Contains classes that implement a Quadtree spatial index
- com.vividsolutions.jts.index.strtree - package com.vividsolutions.jts.index.strtree
-
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
- com.vividsolutions.jts.index.sweepline - package com.vividsolutions.jts.index.sweepline
-
Contains classes which implement a sweepline algorithm for scanning geometric data structures.
- com.vividsolutions.jts.io - package com.vividsolutions.jts.io
-
Contains the interfaces for converting JTS objects to and from other formats.
- com.vividsolutions.jts.io.geojson - package com.vividsolutions.jts.io.geojson
- com.vividsolutions.jts.io.gml2 - package com.vividsolutions.jts.io.gml2
-
Classes to read and write the GML2 geometry format.
- com.vividsolutions.jts.io.kml - package com.vividsolutions.jts.io.kml
- com.vividsolutions.jts.linearref - package com.vividsolutions.jts.linearref
-
Contains classes and interfaces implementing linear referencing on linear geometries
- com.vividsolutions.jts.math - package com.vividsolutions.jts.math
- com.vividsolutions.jts.noding - package com.vividsolutions.jts.noding
-
Classes to compute nodings for arrangements of line segments and line segment sequences.
- com.vividsolutions.jts.noding.snapround - package com.vividsolutions.jts.noding.snapround
-
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
- com.vividsolutions.jts.operation - package com.vividsolutions.jts.operation
-
Provides classes for implementing operations on geometries
- com.vividsolutions.jts.operation.buffer - package com.vividsolutions.jts.operation.buffer
-
Provides classes for computing buffers of geometries
- com.vividsolutions.jts.operation.buffer.validate - package com.vividsolutions.jts.operation.buffer.validate
-
Classes to perform validation of the results of buffer operations.
- com.vividsolutions.jts.operation.distance - package com.vividsolutions.jts.operation.distance
-
Provides classes for computing the distance between geometries
- com.vividsolutions.jts.operation.distance3d - package com.vividsolutions.jts.operation.distance3d
- com.vividsolutions.jts.operation.linemerge - package com.vividsolutions.jts.operation.linemerge
-
Classes to perform line merging.
- com.vividsolutions.jts.operation.overlay - package com.vividsolutions.jts.operation.overlay
-
Contains classes that perform a topological overlay to compute boolean spatial functions.
- com.vividsolutions.jts.operation.overlay.snap - package com.vividsolutions.jts.operation.overlay.snap
-
Classes to perform snapping on geometries to prepare them for overlay operations.
- com.vividsolutions.jts.operation.overlay.validate - package com.vividsolutions.jts.operation.overlay.validate
-
Classes to validate the results of overlay operations.
- com.vividsolutions.jts.operation.polygonize - package com.vividsolutions.jts.operation.polygonize
-
An API for polygonizing sets of lines.
- com.vividsolutions.jts.operation.predicate - package com.vividsolutions.jts.operation.predicate
-
Classes which implement topological predicates optimized for particular kinds of geometries.
- com.vividsolutions.jts.operation.relate - package com.vividsolutions.jts.operation.relate
-
Contains classes to implement the computation of the spatial relationships of
Geometrys. - com.vividsolutions.jts.operation.union - package com.vividsolutions.jts.operation.union
-
Classes to perform efficent unioning of collections of geometries.
- com.vividsolutions.jts.operation.valid - package com.vividsolutions.jts.operation.valid
-
Provides classes for testing the validity of geometries.
- com.vividsolutions.jts.planargraph - package com.vividsolutions.jts.planargraph
-
Contains classes to implement a planar graph data structure.
- com.vividsolutions.jts.planargraph.algorithm - package com.vividsolutions.jts.planargraph.algorithm
-
Classes which implement graph algorithms on planar graphs.
- com.vividsolutions.jts.precision - package com.vividsolutions.jts.precision
-
Provides classes for analyzing and manipulating the precision of Geometries.
- com.vividsolutions.jts.shape - package com.vividsolutions.jts.shape
- com.vividsolutions.jts.shape.fractal - package com.vividsolutions.jts.shape.fractal
- com.vividsolutions.jts.shape.random - package com.vividsolutions.jts.shape.random
- com.vividsolutions.jts.simplify - package com.vividsolutions.jts.simplify
-
Classes which implement algorithms for simplifying or generalizing geometries.
- com.vividsolutions.jts.triangulate - package com.vividsolutions.jts.triangulate
-
Classes to compute Delaunay triangulations.
- com.vividsolutions.jts.triangulate.quadedge - package com.vividsolutions.jts.triangulate.quadedge
-
Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams.
- com.vividsolutions.jts.util - package com.vividsolutions.jts.util
-
Contains support classes for the Java Topology Suite.
- com.vividsolutions.jtsexample.geom - package com.vividsolutions.jtsexample.geom
- com.vividsolutions.jtsexample.geom.prep - package com.vividsolutions.jtsexample.geom.prep
- com.vividsolutions.jtsexample.io.gml2 - package com.vividsolutions.jtsexample.io.gml2
- com.vividsolutions.jtsexample.linearref - package com.vividsolutions.jtsexample.linearref
- com.vividsolutions.jtsexample.operation.distance - package com.vividsolutions.jtsexample.operation.distance
- com.vividsolutions.jtsexample.operation.linemerge - package com.vividsolutions.jtsexample.operation.linemerge
- com.vividsolutions.jtsexample.operation.polygonize - package com.vividsolutions.jtsexample.operation.polygonize
- com.vividsolutions.jtsexample.precision - package com.vividsolutions.jtsexample.precision
- com.vividsolutions.jtsexample.technique - package com.vividsolutions.jtsexample.technique
- com.vividsolutions.jtstest - package com.vividsolutions.jtstest
- com.vividsolutions.jtstest.clean - package com.vividsolutions.jtstest.clean
- com.vividsolutions.jtstest.command - package com.vividsolutions.jtstest.command
- com.vividsolutions.jtstest.function - package com.vividsolutions.jtstest.function
- com.vividsolutions.jtstest.geomop - package com.vividsolutions.jtstest.geomop
- com.vividsolutions.jtstest.test - package com.vividsolutions.jtstest.test
- com.vividsolutions.jtstest.testbuilder - package com.vividsolutions.jtstest.testbuilder
- com.vividsolutions.jtstest.testbuilder.controller - package com.vividsolutions.jtstest.testbuilder.controller
- com.vividsolutions.jtstest.testbuilder.event - package com.vividsolutions.jtstest.testbuilder.event
- com.vividsolutions.jtstest.testbuilder.geom - package com.vividsolutions.jtstest.testbuilder.geom
- com.vividsolutions.jtstest.testbuilder.io.shapefile - package com.vividsolutions.jtstest.testbuilder.io.shapefile
- com.vividsolutions.jtstest.testbuilder.model - package com.vividsolutions.jtstest.testbuilder.model
- com.vividsolutions.jtstest.testbuilder.topostretch - package com.vividsolutions.jtstest.testbuilder.topostretch
- com.vividsolutions.jtstest.testbuilder.ui - package com.vividsolutions.jtstest.testbuilder.ui
- com.vividsolutions.jtstest.testbuilder.ui.dnd - package com.vividsolutions.jtstest.testbuilder.ui.dnd
- com.vividsolutions.jtstest.testbuilder.ui.render - package com.vividsolutions.jtstest.testbuilder.ui.render
- com.vividsolutions.jtstest.testbuilder.ui.style - package com.vividsolutions.jtstest.testbuilder.ui.style
- com.vividsolutions.jtstest.testbuilder.ui.tools - package com.vividsolutions.jtstest.testbuilder.ui.tools
- com.vividsolutions.jtstest.testrunner - package com.vividsolutions.jtstest.testrunner
- com.vividsolutions.jtstest.util - package com.vividsolutions.jtstest.util
- com.vividsolutions.jtstest.util.io - package com.vividsolutions.jtstest.util.io
- comb(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- combine() - Method in class com.vividsolutions.jts.geom.util.GeometryCombiner
-
Computes the combination of the input geometries to produce the most appropriate
GeometryorGeometryCollection - combine(double, double) - Static method in class com.vividsolutions.jts.algorithm.match.SimilarityMeasureCombiner
- combine(Geometry, Geometry) - Static method in class com.vividsolutions.jts.geom.util.GeometryCombiner
-
Combines two geometries.
- combine(Geometry, Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryCombiner
- combine(Geometry, Geometry, Geometry) - Static method in class com.vividsolutions.jts.geom.util.GeometryCombiner
-
Combines three geometries.
- combine(Collection) - Static method in class com.vividsolutions.jts.geom.util.GeometryCombiner
-
Combines a collection of geometries.
- CommandLine - Class in com.vividsolutions.jtstest.command
-
A class to parse Unix (and DOS/Win)-style application command-lines
- CommandLine() - Constructor for class com.vividsolutions.jtstest.command.CommandLine
- CommandLine(char) - Constructor for class com.vividsolutions.jtstest.command.CommandLine
- commitChanges(JTable) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
- CommonBits - Class in com.vividsolutions.jts.precision
-
Determines the maximum number of common most-significant bits in the mantissa of one or numbers.
- CommonBits() - Constructor for class com.vividsolutions.jts.precision.CommonBits
- CommonBitsOp - Class in com.vividsolutions.jts.precision
-
Provides versions of Geometry spatial functions which use common bit removal to reduce the likelihood of robustness problems.
- CommonBitsOp() - Constructor for class com.vividsolutions.jts.precision.CommonBitsOp
-
Creates a new instance of class, which reshifts result
Geometrys. - CommonBitsOp(boolean) - Constructor for class com.vividsolutions.jts.precision.CommonBitsOp
-
Creates a new instance of class, specifying whether the result
Geometrys should be reshifted. - CommonBitsRemover - Class in com.vividsolutions.jts.precision
-
Removes common most-significant mantissa bits from one or more
Geometrys. - CommonBitsRemover() - Constructor for class com.vividsolutions.jts.precision.CommonBitsRemover
- commonHalfPlane(int, int) - Static method in class com.vividsolutions.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.
- compare(double, double) - Static method in class com.vividsolutions.jts.geom.Coordinate.DimensionalComparator
-
Compare two
doubles, allowing for NaN values. - compare(double, double) - Static method in class com.vividsolutions.jts.geom.CoordinateSequenceComparator
-
Compare two
doubles, allowing for NaN values. - compare(int, double) - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- compare(int, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.noding.SegmentPointComparator
-
Compares two
Coordinates for their relative position along a segment lying in the specifiedOctant. - compare(Coordinate[], Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Compares two
Coordinatearrays in the forward direction of their coordinates, using lexicographic ordering. - compare(Object, Object) - Method in class com.vividsolutions.jts.geom.Coordinate.DimensionalComparator
-
Compares two
Coordinates along to the number of dimensions specified. - compare(Object, Object) - Method in class com.vividsolutions.jts.geom.CoordinateArrays.BidirectionalComparator
- compare(Object, Object) - Method in class com.vividsolutions.jts.geom.CoordinateArrays.ForwardComparator
- compare(Object, Object) - Method in class com.vividsolutions.jts.geom.CoordinateSequenceComparator
-
Compares two
CoordinateSequences for relative order. - compare(Object, Object) - Method in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode.NodeComparator
- compare(Collection, Collection) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the first non-zero result of
compareToencountered as the twoCollections are iterated over. - compareAngularDirection(HalfEdge) - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Implements the total order relation:
- compareCoordinate(CoordinateSequence, CoordinateSequence, int, int) - Method in class com.vividsolutions.jts.geom.CoordinateSequenceComparator
-
Compares the same coordinate of two
CoordinateSequences along the given number of dimensions. - compareDirection(EdgeEnd) - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
-
Implements the total order relation:
- compareDirection(DirectedEdge) - Method in class com.vividsolutions.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 com.vividsolutions.jts.index.strtree.AbstractSTRtree
- compareLocationValues(int, int, double) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Compares this object with the specified index values for order.
- compareLocationValues(int, int, double, int, int, double) - Static method in class com.vividsolutions.jts.linearref.LinearLocation
-
Compares two sets of location values for order.
- compareTo(Object) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geom.Coordinate
-
Compares this
Coordinatewith the specifiedCoordinatefor order. - compareTo(Object) - Method in class com.vividsolutions.jts.geom.Envelope
-
Compares two envelopes using lexicographic ordering.
- compareTo(Object) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns whether this
Geometryis greater than, equal to, or less than anotherGeometry. - compareTo(Object) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Compares this
PrecisionModelobject with the specified object for order. - compareTo(Object) - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- compareTo(Object) - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- compareTo(Object) - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
-
Events are ordered first by their x-value, and then by their eventType.
- compareTo(Object) - Method in class com.vividsolutions.jts.index.sweepline.SweepLineEvent
-
ProjectionEvents are ordered first by their x-value, and then by their eventType.
- compareTo(Object) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Compares this object with the specified object for order.
- compareTo(Object) - Method in class com.vividsolutions.jts.math.DD
-
Compares two DoubleDouble objects numerically.
- compareTo(Object) - Method in class com.vividsolutions.jts.noding.OrientedCoordinateArray
-
Compares two
OrientedCoordinateArrays for their relative order - compareTo(Object) - Method in class com.vividsolutions.jts.noding.SegmentNode
- compareTo(Object) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.function.BaseGeometryFunction
- compareTo(Object, CoordinateSequenceComparator) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns whether this
Geometryis greater than, equal to, or less than anotherGeometry, using the givenCoordinateSequenceComparator. - compareToSameClass(Object) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns whether this
Geometryis greater than, equal to, or less than anotherGeometryhaving the same class. - compareToSameClass(Object) - Method in class com.vividsolutions.jts.geom.GeometryCollection
- compareToSameClass(Object) - Method in class com.vividsolutions.jts.geom.LineString
- compareToSameClass(Object) - Method in class com.vividsolutions.jts.geom.Point
- compareToSameClass(Object) - Method in class com.vividsolutions.jts.geom.Polygon
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns whether this
Geometryis greater than, equal to, or less than anotherGeometryof the same class. - compareToSameClass(Object, CoordinateSequenceComparator) - Method in class com.vividsolutions.jts.geom.GeometryCollection
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class com.vividsolutions.jts.geom.LineString
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class com.vividsolutions.jts.geom.Point
- compareToSameClass(Object, CoordinateSequenceComparator) - Method in class com.vividsolutions.jts.geom.Polygon
- componentBuffers(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferByUnionFunctions
- ComponentCoordinateExtracter - Class in com.vividsolutions.jts.geom.util
-
Extracts a single representative
Coordinatefrom each connected component of aGeometry. - ComponentCoordinateExtracter(List) - Constructor for class com.vividsolutions.jts.geom.util.ComponentCoordinateExtracter
-
Constructs a LineExtracterFilter with a list in which to store LineStrings found.
- ComponentLocater - Class in com.vividsolutions.jtstest.testbuilder.geom
-
Locates the components of a Geometry which lie in a target area.
- ComponentLocater(Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.ComponentLocater
- componentResized() - Method in class com.vividsolutions.jtstest.testbuilder.ui.render.RenderManager
- ComponentStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- ComponentStyle() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.ComponentStyle
- compose(AffineTransformation) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Updates this transformation to be the composition of this transformation with the given
AffineTransformation. - composeBefore(AffineTransformation) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Updates this transformation to be the composition of a given
AffineTransformationwith this transformation. - computeBounds() - Method in class com.vividsolutions.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.
- computeDepths(DirectedEdge) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- computeDistance(Geometry, Coordinate, PointPairDistance) - Static method in class com.vividsolutions.jts.algorithm.distance.DistanceToPoint
- computeDistance(Geometry, Coordinate, PointPairDistance) - Static method in class com.vividsolutions.jts.operation.buffer.validate.DistanceToPointFinder
- computeDistance(LineSegment, Coordinate, PointPairDistance) - Static method in class com.vividsolutions.jts.algorithm.distance.DistanceToPoint
- computeDistance(LineSegment, Coordinate, PointPairDistance) - Static method in class com.vividsolutions.jts.operation.buffer.validate.DistanceToPointFinder
- computeDistance(LineString, Coordinate, PointPairDistance) - Static method in class com.vividsolutions.jts.algorithm.distance.DistanceToPoint
- computeDistance(LineString, Coordinate, PointPairDistance) - Static method in class com.vividsolutions.jts.operation.buffer.validate.DistanceToPointFinder
- computeDistance(Polygon, Coordinate, PointPairDistance) - Static method in class com.vividsolutions.jts.algorithm.distance.DistanceToPoint
- computeDistance(Polygon, Coordinate, PointPairDistance) - Static method in class com.vividsolutions.jts.operation.buffer.validate.DistanceToPointFinder
- computeEdgeDistance(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Computes the "edge distance" of an intersection point p along a segment.
- computeEdgeEnds(Edge, List) - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBuilder
-
Creates stub edges for all the intersections in this Edge (if any) and inserts them into the graph.
- computeEdgeEnds(Iterator) - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBuilder
- computeEdgeIntersections(GeometryGraph, LineIntersector, boolean) - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
- computeEnvelopeInternal() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the minimum and maximum x and y values in this
Geometry, or a nullEnvelopeif thisGeometryis empty. - computeEnvelopeInternal() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- computeEnvelopeInternal() - Method in class com.vividsolutions.jts.geom.LineString
- computeEnvelopeInternal() - Method in class com.vividsolutions.jts.geom.Point
- computeEnvelopeInternal() - Method in class com.vividsolutions.jts.geom.Polygon
- computeIM() - Method in class com.vividsolutions.jts.operation.relate.RelateComputer
- computeIM(IntersectionMatrix) - Method in class com.vividsolutions.jts.geomgraph.Edge
-
Update the IM with the contribution for this component.
- computeIM(IntersectionMatrix) - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
-
compute the contribution to an IM for this component
- computeIM(IntersectionMatrix) - Method in class com.vividsolutions.jts.geomgraph.Node
-
Basic nodes do not compute IMs
- computeIM(IntersectionMatrix) - Method in class com.vividsolutions.jts.operation.relate.RelateNode
-
Update the IM with the contribution for this component.
- computeIntersect(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
- computeIntersect(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.NonRobustLineIntersector
- computeIntersect(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.RobustLineIntersector
- computeIntersection(Coordinate, Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Compute the intersection of a point p and the line p1-p2.
- computeIntersection(Coordinate, Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.NonRobustLineIntersector
- computeIntersection(Coordinate, Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.RobustLineIntersector
- computeIntersection(Coordinate, Coordinate, Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Computes the intersection of the lines p1-p2 and p3-p4.
- computeIntersectionNodes(GeometryGraph, int) - Method in class com.vividsolutions.jts.operation.relate.RelateNodeGraph
-
Insert nodes for all intersections on the edges of a Geometry.
- computeIntersections(MonotoneChain, SegmentIntersector) - Method in class com.vividsolutions.jts.geomgraph.index.MonotoneChain
- computeIntersections(SweepLineSegment, SegmentIntersector) - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineSegment
- computeIntersections(Collection) - Static method in class com.vividsolutions.jts.noding.FastNodingValidator
- computeIntersections(List, SegmentIntersector, boolean) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.index.SimpleEdgeSetIntersector
- computeIntersections(List, SegmentIntersector, boolean) - Method in class com.vividsolutions.jts.geomgraph.index.SimpleMCSweepLineIntersector
- computeIntersections(List, SegmentIntersector, boolean) - Method in class com.vividsolutions.jts.geomgraph.index.SimpleSweepLineIntersector
- computeIntersections(List, List, SegmentIntersector) - Method in class com.vividsolutions.jts.geomgraph.index.EdgeSetIntersector
-
Computes all mutual intersections between two sets of edges.
- computeIntersections(List, List, SegmentIntersector) - Method in class com.vividsolutions.jts.geomgraph.index.SimpleEdgeSetIntersector
- computeIntersections(List, List, SegmentIntersector) - Method in class com.vividsolutions.jts.geomgraph.index.SimpleMCSweepLineIntersector
- computeIntersections(List, List, SegmentIntersector) - Method in class com.vividsolutions.jts.geomgraph.index.SimpleSweepLineIntersector
- computeIntersects(MonotoneChainEdge, SegmentIntersector) - Method in class com.vividsolutions.jts.geomgraph.index.MonotoneChainEdge
- computeIntersectsForChain(int, MonotoneChainEdge, int, SegmentIntersector) - Method in class com.vividsolutions.jts.geomgraph.index.MonotoneChainEdge
- computeIntLineIndex() - Method in class com.vividsolutions.jts.algorithm.LineIntersector
- computeIntLineIndex(int) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
- computeKey(Envelope) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.geomgraph.EdgeEnd
- computeLabel(BoundaryNodeRule) - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBundle
-
This computes the overall edge label for the set of edges in this EdgeStubBundle.
- computeLabelling(GeometryGraph[]) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
-
Compute the labelling for all dirEdges in this star, as well as the overall labelling
- computeLabelling(GeometryGraph[]) - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- computeLevel(Interval) - Static method in class com.vividsolutions.jts.index.bintree.Key
- computeNodes(Collection) - Method in class com.vividsolutions.jts.noding.IteratedNoder
-
Fully nodes a list of
SegmentStrings, i.e. - computeNodes(Collection) - Method in class com.vividsolutions.jts.noding.MCIndexNoder
- computeNodes(Collection) - Method in interface com.vividsolutions.jts.noding.Noder
-
Computes the noding for a collection of
SegmentStrings. - computeNodes(Collection) - Method in class com.vividsolutions.jts.noding.ScaledNoder
- computeNodes(Collection) - Method in class com.vividsolutions.jts.noding.SimpleNoder
- computeNodes(Collection) - Method in class com.vividsolutions.jts.noding.SinglePassNoder
-
Computes the noding for a collection of
SegmentStrings. - computeNodes(Collection) - Method in class com.vividsolutions.jts.noding.snapround.MCIndexSnapRounder
- computeNodes(Collection) - Method in class com.vividsolutions.jts.noding.snapround.SimpleSnapRounder
- computeOrientation(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes the orientation of a point q to the directed line segment p1-p2.
- computeOrientation(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.NonRobustCGAlgorithms
-
Computes the orientation of a point q to the directed line segment p1-p2.
- computeOverlaps(MonotoneChain, MonotoneChainOverlapAction) - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
-
Determine all the line segments in two chains which may overlap, and process them.
- computeOverlaps(SweepLineOverlapAction) - Method in class com.vividsolutions.jts.index.sweepline.SweepLineIndex
- computeOverlaySnapTolerance(Geometry) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.operation.overlay.snap.GeometrySnapper
- computePassed() - Method in class com.vividsolutions.jtstest.testrunner.Test
- computePoints(DirectedEdge) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
-
Collect all the points from the DirectedEdges of this ring into a contiguous list
- computeQuadLevel(Envelope) - Static method in class com.vividsolutions.jts.index.quadtree.Key
- computeRing() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
-
Compute a LinearRing from the point list previously collected.
- computeSelfNodes(LineIntersector, boolean) - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
-
Compute self-nodes, taking advantage of the Geometry type to minimize the number of intersection tests.
- computeSizeBasedSnapTolerance(Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.GeometrySnapper
- computeSplitEdges(List) - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
- computeVertexSnaps(Collection) - Method in class com.vividsolutions.jts.noding.snapround.MCIndexSnapRounder
-
Snaps segments to all vertices.
- computeVertexSnaps(Collection) - Method in class com.vividsolutions.jts.noding.snapround.SimpleSnapRounder
-
Computes nodes introduced as a result of snapping segments to vertices of other segments
- confirmOverwrite(Component, File) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- conformingDelaunayEdges(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- conformingDelaunayEdgesWithTolerance(Geometry, Geometry, double) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- conformingDelaunayTriangles(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- conformingDelaunayTrianglesWithTolerance(Geometry, Geometry, double) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- ConformingDelaunayTriangulationBuilder - Class in com.vividsolutions.jts.triangulate
-
A utility class which creates Conforming Delaunay Trianglulations from collections of points and linear constraints, and extract the resulting triangulation edges or triangles as geometries.
- ConformingDelaunayTriangulationBuilder() - Constructor for class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulationBuilder
- ConformingDelaunayTriangulator - Class in com.vividsolutions.jts.triangulate
-
Computes a Conforming Delaunay Triangulation over a set of sites and a set of linear constraints.
- ConformingDelaunayTriangulator(Collection, double) - Constructor for class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Creates a Conforming Delaunay Triangulation based on the given unconstrained initial vertices.
- connect(QuadEdge, QuadEdge) - Static method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.operation.distance
-
A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g.
- ConnectedElementPointFilter - Class in com.vividsolutions.jts.operation.distance
-
Extracts a single point from each connected element in a Geometry (e.g.
- ConnectedInteriorTester - Class in com.vividsolutions.jts.operation.valid
- ConnectedInteriorTester(GeometryGraph) - Constructor for class com.vividsolutions.jts.operation.valid.ConnectedInteriorTester
- ConnectedSubgraphFinder - Class in com.vividsolutions.jts.planargraph.algorithm
-
Finds all connected
Subgraphs of aPlanarGraph. - ConnectedSubgraphFinder(PlanarGraph) - Constructor for class com.vividsolutions.jts.planargraph.algorithm.ConnectedSubgraphFinder
- ConsistentAreaTester - Class in com.vividsolutions.jts.operation.valid
-
Checks that a
GeometryGraphrepresenting an area (aPolygonorMultiPolygon) has consistent semantics for area geometries. - ConsistentAreaTester(GeometryGraph) - Constructor for class com.vividsolutions.jts.operation.valid.ConsistentAreaTester
-
Creates a new tester for consistent areas.
- ConsistentPolygonRingChecker - Class in com.vividsolutions.jts.operation.overlay
-
Tests whether the polygon rings in a
GeometryGraphare consistent. - ConsistentPolygonRingChecker(PlanarGraph) - Constructor for class com.vividsolutions.jts.operation.overlay.ConsistentPolygonRingChecker
- ConstraintEnforcementException - Exception in com.vividsolutions.jts.triangulate
-
Indicates a failure during constraint enforcement.
- ConstraintEnforcementException(String) - Constructor for exception com.vividsolutions.jts.triangulate.ConstraintEnforcementException
-
Creates a new instance with a given message.
- ConstraintEnforcementException(String, Coordinate) - Constructor for exception com.vividsolutions.jts.triangulate.ConstraintEnforcementException
-
Creates a new instance with a given message and approximate location.
- ConstraintSplitPointFinder - Interface in com.vividsolutions.jts.triangulate
-
An interface for strategies for determining the location of split points on constraint segments.
- ConstraintVertex - Class in com.vividsolutions.jts.triangulate
-
A vertex in a Constrained Delaunay Triangulation.
- ConstraintVertex(Coordinate) - Constructor for class com.vividsolutions.jts.triangulate.ConstraintVertex
-
Creates a new constraint vertex
- ConstraintVertexFactory - Interface in com.vividsolutions.jts.triangulate
-
An interface for factories which create a
ConstraintVertex - construct() - Method in class com.vividsolutions.jtstest.testbuilder.ui.SwingWorker
-
Compute the value to be returned by the
getmethod. - ConstructionExample - Class in com.vividsolutions.jtsexample.geom
-
Examples of constructing Geometries programmatically.
- ConstructionExample() - Constructor for class com.vividsolutions.jtsexample.geom.ConstructionExample
- ConstructionFunctions - Class in com.vividsolutions.jtstest.function
- ConstructionFunctions() - Constructor for class com.vividsolutions.jtstest.function.ConstructionFunctions
- contains(double) - Method in class com.vividsolutions.jts.index.bintree.Interval
- contains(double, double) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- contains(double, double) - Method in class com.vividsolutions.jts.awt.PolygonShape
- contains(double, double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Tests if the given point lies in or on the envelope.
- contains(double, double) - Method in class com.vividsolutions.jts.index.bintree.Interval
- contains(double, double, double, double) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- contains(double, double, double, double) - Method in class com.vividsolutions.jts.awt.PolygonShape
- contains(Coordinate) - Method in class com.vividsolutions.jts.geom.Envelope
-
Tests if the given point lies in or on the envelope.
- contains(Coordinate) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- contains(Envelope) - Method in class com.vividsolutions.jts.geom.Envelope
-
Tests if the
Envelope otherlies wholely inside thisEnvelope(inclusive of the boundary). - contains(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry contains the argument geometry.
- contains(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometrycontains a given geometry. - contains(Geometry) - Method in class com.vividsolutions.jts.geom.prep.PreparedPolygon
- contains(Geometry) - Method in class com.vividsolutions.jts.operation.predicate.RectangleContains
- contains(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- contains(OctagonalEnvelope) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- contains(Polygon, Geometry) - Static method in class com.vividsolutions.jts.operation.predicate.RectangleContains
-
Tests whether a rectangle contains a given geometry.
- contains(Interval) - Method in class com.vividsolutions.jts.index.bintree.Interval
- contains(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Tests whether this graph contains the given
DirectedEdge - contains(Edge) - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Tests whether this graph contains the given
Edge - contains(Edge) - Method in class com.vividsolutions.jts.planargraph.Subgraph
-
Tests whether an
Edgeis contained in this subgraph - contains(QuadEdge[], Coordinate) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Tests whether the point pt is contained in the triangle defined by 3
QuadEdgees. - contains(Vertex[], Coordinate) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Tests whether the point pt is contained in the triangle defined by 3
Vertexes. - contains(Point2D) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- contains(Point2D) - Method in class com.vividsolutions.jts.awt.PolygonShape
- contains(Rectangle2D) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- contains(Rectangle2D) - Method in class com.vividsolutions.jts.awt.PolygonShape
- contains(String) - Method in class com.vividsolutions.jtstest.testrunner.Parameters
-
Returns true if key is one of the parameters.
- contains(String, String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns true if substring is indeed a substring of string.
- containsIgnoreCase(String, String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns true if substring is indeed a substring of string.
- containsInModel(Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- containsPoint(Coordinate) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
-
This method will cause the ring to be computed.
- containsPoint(Coordinate) - Method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm.locate.SimplePointInAreaLocator
- containsProperly(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometryproperly contains a given geometry. - containsProperly(Geometry) - Method in class com.vividsolutions.jts.geom.prep.PreparedPolygon
- ConversionFunctions - Class in com.vividsolutions.jtstest.function
- ConversionFunctions() - Constructor for class com.vividsolutions.jtstest.function.ConversionFunctions
- convert(Class[], Object[]) - Method in class com.vividsolutions.jtstest.geomop.ArgumentConverter
- convert(Class, Object) - Method in class com.vividsolutions.jtstest.geomop.ArgumentConverter
- convertDouble(String) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- convertInteger(String) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- convertToPolygon(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- convexHull() - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes the smallest convex
Polygonthat contains all the points in theGeometry. - convexHull() - Method in class com.vividsolutions.jts.geom.Polygon
- convexHull(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- ConvexHull - Class in com.vividsolutions.jts.algorithm
-
Computes the convex hull of a
Geometry. - ConvexHull(Coordinate[], GeometryFactory) - Constructor for class com.vividsolutions.jts.algorithm.ConvexHull
-
Create a new convex hull construction for the input
Coordinatearray. - ConvexHull(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.ConvexHull
-
Create a new convex hull construction for the input
Geometry. - coord - Variable in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- coord - Variable in class com.vividsolutions.jts.geomgraph.Node
- coord - Variable in class com.vividsolutions.jts.noding.SegmentNode
- coord(double, double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
- Coordinate - Class in com.vividsolutions.jts.geom
-
A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.
- Coordinate() - Constructor for class com.vividsolutions.jts.geom.Coordinate
-
Constructs a
Coordinateat (0,0,NaN). - Coordinate(double, double) - Constructor for class com.vividsolutions.jts.geom.Coordinate
-
Constructs a
Coordinateat (x,y,NaN). - Coordinate(double, double, double) - Constructor for class com.vividsolutions.jts.geom.Coordinate
-
Constructs a
Coordinateat (x,y,z). - Coordinate(Coordinate) - Constructor for class com.vividsolutions.jts.geom.Coordinate
-
Constructs a
Coordinatehaving the same (x,y,z) values asother. - Coordinate.DimensionalComparator - Class in com.vividsolutions.jts.geom
-
Compares two
Coordinates, allowing for either a 2-dimensional or 3-dimensional comparison, and handling NaN values correctly. - CoordinateArrayFilter - Class in com.vividsolutions.jts.util
-
A
CoordinateFilterthat creates an array containing every coordinate in aGeometry. - CoordinateArrayFilter(int) - Constructor for class com.vividsolutions.jts.util.CoordinateArrayFilter
-
Constructs a
CoordinateArrayFilter. - CoordinateArrays - Class in com.vividsolutions.jts.geom
-
Useful utility functions for handling Coordinate arrays
- CoordinateArrays() - Constructor for class com.vividsolutions.jts.geom.CoordinateArrays
- CoordinateArrays.BidirectionalComparator - Class in com.vividsolutions.jts.geom
-
A
ComparatorforCoordinatearrays modulo their directionality. - CoordinateArrays.ForwardComparator - Class in com.vividsolutions.jts.geom
-
A
ComparatorforCoordinatearrays in the forward direction of their coordinates, using lexicographic ordering. - CoordinateArraySequence - Class in com.vividsolutions.jts.geom.impl
-
A
CoordinateSequencebacked by an array ofCoordinates. - CoordinateArraySequence(int) - Constructor for class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Constructs a sequence of a given size, populated with new
Coordinates. - CoordinateArraySequence(int, int) - Constructor for class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Constructs a sequence of a given size, populated with new
Coordinates. - CoordinateArraySequence(Coordinate[]) - Constructor for class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Constructs a sequence based on the given array of
Coordinates (the array is not copied). - CoordinateArraySequence(Coordinate[], int) - Constructor for class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Constructs a sequence based on the given array of
Coordinates (the array is not copied). - CoordinateArraySequence(CoordinateSequence) - Constructor for class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Creates a new sequence based on a deep copy of the given
CoordinateSequence. - CoordinateArraySequenceFactory - Class in com.vividsolutions.jts.geom.impl
-
Creates
CoordinateSequences represented as an array ofCoordinates. - CoordinateCountFilter - Class in com.vividsolutions.jts.util
-
A
CoordinateFilterthat counts the total number of coordinates in aGeometry. - CoordinateCountFilter() - Constructor for class com.vividsolutions.jts.util.CoordinateCountFilter
- CoordinateFilter - Interface in com.vividsolutions.jts.geom
-
An interface for classes which use the values of the coordinates in a
Geometry. - CoordinateList - Class in com.vividsolutions.jts.geom
-
A list of
Coordinates, which may be set to prevent repeated coordinates from occuring in the list. - CoordinateList() - Constructor for class com.vividsolutions.jts.geom.CoordinateList
-
Constructs a new list without any coordinates
- CoordinateList(Coordinate[]) - Constructor for class com.vividsolutions.jts.geom.CoordinateList
-
Constructs a new list from an array of Coordinates, allowing repeated points.
- CoordinateList(Coordinate[], boolean) - Constructor for class com.vividsolutions.jts.geom.CoordinateList
-
Constructs a new list from an array of Coordinates, allowing caller to specify if repeated points are to be removed.
- CoordinateOperation() - Constructor for class com.vividsolutions.jts.geom.util.GeometryEditor.CoordinateOperation
- CoordinatePrecisionReducerFilter - Class in com.vividsolutions.jts.precision
-
Reduces the precision of the
Coordinates in aCoordinateSequenceto match the suppliedPrecisionModel. - CoordinatePrecisionReducerFilter(PrecisionModel) - Constructor for class com.vividsolutions.jts.precision.CoordinatePrecisionReducerFilter
-
Creates a new precision reducer filter.
- CoordinateSequence - Interface in com.vividsolutions.jts.geom
-
The internal representation of a list of coordinates inside a Geometry.
- CoordinateSequenceComparator - Class in com.vividsolutions.jts.geom
-
Compares two
CoordinateSequences. - CoordinateSequenceComparator() - Constructor for class com.vividsolutions.jts.geom.CoordinateSequenceComparator
-
Creates a comparator which will test all dimensions.
- CoordinateSequenceComparator(int) - Constructor for class com.vividsolutions.jts.geom.CoordinateSequenceComparator
-
Creates a comparator which will test only the specified number of dimensions.
- CoordinateSequenceFactory - Interface in com.vividsolutions.jts.geom
-
A factory to create concrete instances of
CoordinateSequences. - CoordinateSequenceFilter - Interface in com.vividsolutions.jts.geom
-
An interface for classes which process the coordinates in a
CoordinateSequence. - CoordinateSequenceOperation() - Constructor for class com.vividsolutions.jts.geom.util.GeometryEditor.CoordinateSequenceOperation
- CoordinateSequences - Class in com.vividsolutions.jts.geom
-
Utility functions for manipulating
CoordinateSequences - CoordinateSequences() - Constructor for class com.vividsolutions.jts.geom.CoordinateSequences
- coordRef - Variable in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
-
A soft reference to the Coordinate[] representation of this sequence.
- coordTrans(double, double, Coordinate) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
- copy(Coordinate[]) - Static method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- copy(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
-
Convenience method which provides statndard way of copying
CoordinateSequences - copy(CoordinateSequence) - Static method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- copy(CoordinateSequence, int, CoordinateSequence, int, int) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
-
Copies a section of a
CoordinateSequenceto anotherCoordinateSequence. - copy(DD) - Static method in class com.vividsolutions.jts.math.DD
-
Creates a new DoubleDouble with the value of the argument.
- copyCase() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- copyComponentToClipboard(Coordinate) - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- copyCoord(CoordinateSequence, int, CoordinateSequence, int) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
-
Copies a coordinate of a
CoordinateSequenceto anotherCoordinateSequence. - copyDeep(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Creates a deep copy of the argument
Coordinatearray. - copyDeep(Coordinate[], int, Coordinate[], int, int) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Creates a deep copy of a given section of a source
Coordinatearray into a destination Coordinate array. - copyFile(File, File) - Static method in class com.vividsolutions.jtstest.util.FileUtil
-
Copies the source file to the destination filename.
- copyImage(Graphics) - Method in class com.vividsolutions.jtstest.testbuilder.ui.render.RenderManager
- copyNodesAndLabels(GeometryGraph, int) - Method in class com.vividsolutions.jts.operation.relate.RelateNodeGraph
-
Copy all nodes from an arg geometry into this graph.
- copyResult(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- copyResultToTest() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- copyToClipboard(Object, boolean) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- count() - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Gets the count of intersections found.
- count(Object) - Method in class com.vividsolutions.jts.util.ObjectCounter
- COUNTERCLOCKWISE - Static variable in class com.vividsolutions.jts.algorithm.Angle
-
Constant representing counterclockwise orientation
- COUNTERCLOCKWISE - Static variable in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
A value that indicates an orientation of counterclockwise, or a left turn.
- countSegment(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.RayCrossingCounter
-
Counts a segment
- coveredBy(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry is covered by the argument geometry.
- coveredBy(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometryis covered by a given geometry. - coveredBy(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- coveredBy(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- covers(double, double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Tests if the given point lies in or on the envelope.
- covers(Coordinate) - Method in class com.vividsolutions.jts.geom.Envelope
-
Tests if the given point lies in or on the envelope.
- covers(Envelope) - Method in class com.vividsolutions.jts.geom.Envelope
-
Tests if the
Envelope otherlies wholely inside thisEnvelope(inclusive of the boundary). - covers(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry covers the argument geometry.
- covers(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometrycovers a given geometry. - covers(Geometry) - Method in class com.vividsolutions.jts.geom.prep.PreparedPolygon
- covers(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- covers(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- create(double[], int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- create(double, double) - Static method in class com.vividsolutions.jts.math.Vector2D
-
Creates a new vector with given X and Y components.
- create(double, double, double) - Static method in class com.vividsolutions.jts.math.Vector3D
-
Creates a new vector with given X and Y components.
- create(float[], int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- create(int, int) - Method in interface com.vividsolutions.jts.geom.CoordinateSequenceFactory
-
Creates a
CoordinateSequenceof the specified size and dimension. - create(int, int) - Method in class com.vividsolutions.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- create(int, int) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequenceFactory
-
The created sequence dimension is clamped to be <= 3.
- create(int, int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- create(int, int) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequenceFactory
- create(Coordinate) - Static method in class com.vividsolutions.jts.math.Vector2D
-
Creates a vector from a
Coordinate. - create(Coordinate) - Static method in class com.vividsolutions.jts.math.Vector3D
-
Creates a vector from a
Coordinate. - create(Coordinate[]) - Method in interface com.vividsolutions.jts.geom.CoordinateSequenceFactory
-
Returns a
CoordinateSequencebased on the given array. - create(Coordinate[]) - Method in class com.vividsolutions.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.Returns a DefaultCoordinateSequence based on the given array (the array is not copied).
- create(Coordinate[]) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequenceFactory
-
Returns a
CoordinateArraySequencebased on the given array (the array is not copied). - create(Coordinate[]) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- create(Coordinate[]) - Method in class com.vividsolutions.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, Coordinate) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.math.Vector2D
-
Creates a vector with the direction and magnitude of the difference between the to and from
Coordinates. - create(CoordinateSequence) - Method in interface com.vividsolutions.jts.geom.CoordinateSequenceFactory
-
Creates a
CoordinateSequencewhich is a copy of the givenCoordinateSequence. - create(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- create(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequenceFactory
- create(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- create(CoordinateSequence) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequenceFactory
- create(Geometry) - Method in class com.vividsolutions.jts.geom.prep.PreparedGeometryFactory
-
Creates a new
PreparedGeometryappropriate for the argumentGeometry. - create(Vector2D) - Static method in class com.vividsolutions.jts.math.Vector2D
-
Creates a new vector from an existing one.
- createAllIntersectionsFinder(LineIntersector) - Static method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Creates an intersection finder which finds all interior intersections.
- createAnyIntersectionFinder(LineIntersector) - Static method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Creates an intersection finder which tests if there is at least one interior intersection.
- createArc(double, double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Creates an elliptical arc, as a
LineString. - createArcPolygon(double, double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Creates an elliptical arc polygon.
- createCircle() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Creates a circular or elliptical
Polygon. - createContentHandler() - Method in class com.vividsolutions.jtstest.util.io.LineNumberSAXBuilder
- createCoord(double, double) - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- createCoord(double, double) - Method in class com.vividsolutions.jts.shape.random.RandomPointsBuilder
- createCoordinateSequence(Coordinate[]) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
-
Convenience method which provides standard way of creating a
CoordinateSequence - createEdge(Coordinate) - Method in class com.vividsolutions.jts.edgegraph.EdgeGraph
-
Creates a single HalfEdge.
- createEllipse() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Creates an elliptical
Polygon. - createEmptyResult(int, Geometry, Geometry, GeometryFactory) - Static method in class com.vividsolutions.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.
- createExpanded(Node, Interval) - Static method in class com.vividsolutions.jts.index.bintree.Node
- createExpanded(Node, Envelope) - Static method in class com.vividsolutions.jts.index.quadtree.Node
- createFileFilter(String, String) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
-
Example usage:
- CreateFractalShapeFunctions - Class in com.vividsolutions.jtstest.function
- CreateFractalShapeFunctions() - Constructor for class com.vividsolutions.jtstest.function.CreateFractalShapeFunctions
- createFromBaseLines(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.util.AffineTransformationFactory
-
Creates an AffineTransformation defined by a maping between two baselines.
- createFromControlVectors(Coordinate[], Coordinate[]) - Static method in class com.vividsolutions.jts.geom.util.AffineTransformationFactory
-
Creates an AffineTransformation defined by a set of control vectors.
- createFromControlVectors(Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.util.AffineTransformationFactory
-
Creates an AffineTransformation defined by a single control vector.
- createFromControlVectors(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.geom.util.AffineTransformationFactory
-
Creates a tranformation from a set of three control vectors.
- createFunction(Method) - Static method in class com.vividsolutions.jtstest.function.StaticMethodGeometryFunction
- createFunctions(Class) - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
-
Create
GeometryFunctions for all the static methods in the given class - createGeometry(Geometry) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a deep copy of the input
Geometry. - createGeometryCollection(Geometry[]) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testrunner.GeometryOperationLoader
-
If anything bad happens while creating the geometry operation, just print a message and fail
- createIntersectionCounter(LineIntersector) - Static method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Creates an intersection finder which counts all interior intersections.
- createLinearRing(Coordinate[]) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a
LinearRingusing the givenCoordinates. - createLinearRing(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a
LinearRingusing the givenCoordinateSequence. - createLineString(Coordinate[]) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a LineString using the given Coordinates.
- createLineString(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a LineString using the given CoordinateSequence.
- createMultiLineString(LineString[]) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a MultiLineString using the given LineStrings; a null or empty array will create an empty MultiLineString.
- createMultiPoint(Coordinate[]) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a
MultiPointusing the givenCoordinates. - createMultiPoint(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a
MultiPointusing the points in the givenCoordinateSequence. - createMultiPoint(Point[]) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a
MultiPointusing the givenPoints. - createMultiPolygon(Polygon[]) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.
- createNew() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- createNode(int) - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- createNode(int) - Method in class com.vividsolutions.jts.index.strtree.SIRtree
- createNode(int) - Method in class com.vividsolutions.jts.index.strtree.STRtree
- createNode(Coordinate) - Method in class com.vividsolutions.jts.geomgraph.NodeFactory
-
The basic node constructor does not allow for incident edges
- createNode(Coordinate) - Method in class com.vividsolutions.jts.operation.overlay.OverlayNodeFactory
- createNode(Coordinate) - Method in class com.vividsolutions.jts.operation.relate.RelateNodeFactory
- createNode(Envelope) - Static method in class com.vividsolutions.jts.index.quadtree.Node
- createNode(Interval) - Static method in class com.vividsolutions.jts.index.bintree.Node
- createOn(QuadEdgeSubdivision) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Creates
QuadEdgeTriangles for all facets of aQuadEdgeSubdivisionrepresenting a triangulation. - createParentBoundables(List, int) - Method in class com.vividsolutions.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 com.vividsolutions.jts.index.strtree.STRtree
-
Creates the parent level for the given child level.
- createParentBoundablesFromVerticalSlice(List, int) - Method in class com.vividsolutions.jts.index.strtree.STRtree
- createPoint(Coordinate) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a Point using the given Coordinate.
- createPoint(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a Point using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty Point.
- createPoint(Point2D) - Method in class com.vividsolutions.jts.awt.PointShapeFactory.BasePointShapeFactory
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class com.vividsolutions.jts.awt.PointShapeFactory.Circle
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in interface com.vividsolutions.jts.awt.PointShapeFactory
-
Creates a shape representing a
PointShapeFactory.Point. - createPoint(Point2D) - Method in class com.vividsolutions.jts.awt.PointShapeFactory.Cross
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class com.vividsolutions.jts.awt.PointShapeFactory.Point
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class com.vividsolutions.jts.awt.PointShapeFactory.Square
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class com.vividsolutions.jts.awt.PointShapeFactory.Star
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class com.vividsolutions.jts.awt.PointShapeFactory.Triangle
-
Creates a shape representing a point.
- createPoint(Point2D) - Method in class com.vividsolutions.jts.awt.PointShapeFactory.X
-
Creates a shape representing a point.
- createPointFromInternalCoord(Coordinate, Geometry) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
- createPolygon(Coordinate[]) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Constructs a
Polygonwith the given exterior boundary. - createPolygon(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Constructs a
Polygonwith the given exterior boundary. - createPolygon(LinearRing) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Constructs a
Polygonwith the given exterior boundary. - createPolygon(LinearRing, LinearRing[]) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Constructs a
Polygonwith the given exterior boundary and interior boundaries. - createRandomCoord(Envelope) - Method in class com.vividsolutions.jts.shape.random.RandomPointsBuilder
- CreateRandomShapeFunctions - Class in com.vividsolutions.jtstest.function
- CreateRandomShapeFunctions() - Constructor for class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- createRectangle() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Creates a rectangular
Polygon. - CreateShapeFunctions - Class in com.vividsolutions.jtstest.function
- CreateShapeFunctions() - Constructor for class com.vividsolutions.jtstest.function.CreateShapeFunctions
- createSineStar() - Method in class com.vividsolutions.jts.geom.util.SineStarFactory
-
Generates the geometry for the sine star
- createSquircle() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Creates a squircular
Polygon. - createSupercircle(double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Creates a supercircular
Polygonof a given positive power. - createTestBuilderRegistry() - Static method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- createTestRun(File, int) - Method in class com.vividsolutions.jtstest.testrunner.TestReader
- createVertex(Coordinate, Segment) - Method in interface com.vividsolutions.jts.triangulate.ConstraintVertexFactory
- Cross() - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Cross
-
Creates a new factory for points with default size.
- Cross(double) - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Cross
-
Creates a factory for points of given size.
- crosses(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry crosses the argument geometry.
- crosses(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometrycrosses a given geometry. - crosses(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- CURRENT_VERSION - Static variable in class com.vividsolutions.jts.JTSVersion
-
The current version number of the JTS API.
- currentMethodName() - Static method in class com.vividsolutions.jtstest.util.StringUtil
- currentSegment(double[]) - Method in class com.vividsolutions.jts.awt.ShapeCollectionPathIterator
- currentSegment(float[]) - Method in class com.vividsolutions.jts.awt.ShapeCollectionPathIterator
- cursor - Variable in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- cursorLocationString(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- cutEdges - Variable in class com.vividsolutions.jts.operation.polygonize.Polygonizer
D
- dangles - Variable in class com.vividsolutions.jts.operation.polygonize.Polygonizer
- DataLabelStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- DataLabelStyle() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.DataLabelStyle
- DataLabelStyle(Color) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.DataLabelStyle
- DD - Class in com.vividsolutions.jts.math
-
Implements extended-precision floating-point numbers which maintain 106 bits (approximately 30 decimal digits) of precision.
- DD() - Constructor for class com.vividsolutions.jts.math.DD
-
Creates a new DoubleDouble with value 0.0.
- DD(double) - Constructor for class com.vividsolutions.jts.math.DD
-
Creates a new DoubleDouble with value x.
- DD(double, double) - Constructor for class com.vividsolutions.jts.math.DD
-
Creates a new DoubleDouble with value (hi, lo).
- DD(DD) - Constructor for class com.vividsolutions.jts.math.DD
-
Creates a new DoubleDouble with value equal to the argument.
- DD(String) - Constructor for class com.vividsolutions.jts.math.DD
-
Creates a new DoubleDouble with value equal to the argument.
- deactivate() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- deactivate() - Method in interface com.vividsolutions.jtstest.testbuilder.ui.tools.Tool
- Debug - Class in com.vividsolutions.jts.util
-
Provides routines to simplify and localize debugging output.
- DEBUG_PROPERTY_NAME - Static variable in class com.vividsolutions.jts.util.Debug
- DEBUG_PROPERTY_VALUE_ON - Static variable in class com.vividsolutions.jts.util.Debug
- DEBUG_PROPERTY_VALUE_TRUE - Static variable in class com.vividsolutions.jts.util.Debug
- DEFAULT_ENVELOPE - Static variable in class com.vividsolutions.jtstest.function.FunctionsUtil
- DEFAULT_GRID_SIZE - Static variable in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- DEFAULT_MITRE_LIMIT - Static variable in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
The default mitre limit Allows fairly pointy mitres.
- DEFAULT_POINT_FACTORY - Static variable in class com.vividsolutions.jts.awt.ShapeWriter
-
The point shape factory used by default.
- DEFAULT_POINT_TRANSFORMATION - Static variable in class com.vividsolutions.jts.awt.ShapeWriter
-
The point transformation used by default.
- DEFAULT_QUADRANT_SEGMENTS - Static variable in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.awt.PointShapeFactory.BasePointShapeFactory
-
The default size of the shape
- DefaultCoordinateSequenceFactory - Class in com.vividsolutions.jts.geom
-
Deprecated.no longer used
- DefaultCoordinateSequenceFactory() - Constructor for class com.vividsolutions.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.
- degree() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Computes the degree of the origin vertex.
- delaunayEdges(Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- delaunayEdgesWithTolerance(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- delaunayTriangles(Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- delaunayTrianglesWithTolerance(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- delaunayTrianglesWithToleranceNoError(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- DelaunayTriangulationBuilder - Class in com.vividsolutions.jts.triangulate
-
A utility class which creates Delaunay Trianglulations from collections of points and extract the resulting triangulation edges or triangles as geometries.
- DelaunayTriangulationBuilder() - Constructor for class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Creates a new triangulation builder.
- delete() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Marks this quadedge as being deleted.
- delete() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- delete(Geometry, Envelope) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryBoxDeleter
- delete(Geometry, LineString, int) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryVertexDeleter
- delete(QuadEdge) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Deletes a quadedge from the subdivision.
- DELETE - Static variable in class com.vividsolutions.jts.index.sweepline.SweepLineEvent
- deleteCase() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- deleteFiles(String) - Static method in class com.vividsolutions.jtstest.util.FileUtil
-
Deletes the files in the directory, but does not remove the directory.
- DeleteVertexTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
-
Deletes vertices within a selection box from a geometry component
- deltaX() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
The X component of the distance between the orig and dest vertices.
- deltaY() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
The Y component of the distance between the orig and dest vertices.
- densifiedDiscreteHausdorffDistanceLine(Geometry, Geometry, double) - Static method in class com.vividsolutions.jtstest.function.DistanceFunctions
- Densifier - Class in com.vividsolutions.jts.densify
-
Densifies a
Geometryby inserting extra vertices along the line segments contained in the geometry. - Densifier(Geometry) - Constructor for class com.vividsolutions.jts.densify.Densifier
-
Creates a new densifier instance.
- densify(Geometry, double) - Static method in class com.vividsolutions.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 com.vividsolutions.jtstest.function.ConstructionFunctions
- densify(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.TestCaseGeometryFunctions
- depth() - Method in class com.vividsolutions.jts.index.bintree.Bintree
- depth() - Method in class com.vividsolutions.jts.index.quadtree.Quadtree
-
Returns the number of levels in the tree.
- depth() - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- depth() - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Returns the number of items in the tree.
- depth(AbstractNode) - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- Depth - Class in com.vividsolutions.jts.geomgraph
-
A Depth object records the topological depth of the sides of an Edge for up to two Geometries.
- Depth() - Constructor for class com.vividsolutions.jts.geomgraph.Depth
- depthAtLocation(int) - Static method in class com.vividsolutions.jts.geomgraph.Depth
- depthFactor(int, int) - Static method in class com.vividsolutions.jts.geomgraph.DirectedEdge
-
Computes the factor for the change in depth when moving from one location to another.
- description - Variable in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- description - Variable in class com.vividsolutions.jtstest.test.TestCase
- dest() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Gets the destination coordinate of this edge.
- dest() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the vertex for the edge's destination
- deStar - Variable in class com.vividsolutions.jts.planargraph.Node
-
The collection of DirectedEdges that leave this Node
- DESTINATION - Static variable in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- determineBoundary(BoundaryNodeRule, int) - Static method in class com.vividsolutions.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) - diagonalSize(Envelope) - Static method in class com.vividsolutions.jts.algorithm.match.HausdorffSimilarityMeasure
- diff(double, double) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Computes the unoriented smallest difference between two angles.
- difference(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes a
Geometryrepresenting the closure of the point-set of the points contained in thisGeometrythat are not contained in theotherGeometry. - difference(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- difference(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapOverlayOp
- difference(Geometry, Geometry) - Method in class com.vividsolutions.jts.precision.CommonBitsOp
-
Computes the set-theoretic difference of two
Geometrys, using enhanced precision. - difference(Geometry, Geometry) - Static method in class com.vividsolutions.jts.precision.EnhancedPrecisionOp
-
Computes the set-theoretic difference of two
Geometrys, using enhanced precision. - difference(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayCommonBitsRemovedFunctions
- difference(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayEnhancedPrecisionFunctions
- difference(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayFunctions
- difference(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayNoSnapFunctions
- difference(String, String, PrecisionModel) - Method in class com.vividsolutions.jtsexample.geom.PrecisionModelExample
- DIFFERENCE - Static variable in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
The code for the Difference overlay operation.
- differenceBA(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayCommonBitsRemovedFunctions
- differenceBA(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayEnhancedPrecisionFunctions
- differenceBA(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayFunctions
- differenceBA(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayNoSnapFunctions
- dim - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory
- dimension - Variable in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
-
The dimensions of the coordinates hold in the packed array
- Dimension - Class in com.vividsolutions.jts.geom
-
Provides constants representing the dimensions of a point, a curve and a surface.
- Dimension() - Constructor for class com.vividsolutions.jts.geom.Dimension
- DimensionalComparator() - Constructor for class com.vividsolutions.jts.geom.Coordinate.DimensionalComparator
-
Creates a comparator for 2 dimensional coordinates.
- DimensionalComparator(int) - Constructor for class com.vividsolutions.jts.geom.Coordinate.DimensionalComparator
-
Creates a comparator for 2 or 3 dimensional coordinates, depending on the value provided.
- dimensionLimit - Variable in class com.vividsolutions.jts.geom.CoordinateSequenceComparator
-
The number of dimensions to test
- Dimensions() - Constructor for class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- DirectedEdge - Class in com.vividsolutions.jts.geomgraph
- DirectedEdge - Class in com.vividsolutions.jts.planargraph
-
Represents a directed edge in a
PlanarGraph. - DirectedEdge(Edge, boolean) - Constructor for class com.vividsolutions.jts.geomgraph.DirectedEdge
- DirectedEdge(Node, Node, Coordinate, boolean) - Constructor for class com.vividsolutions.jts.planargraph.DirectedEdge
-
Constructs a DirectedEdge connecting the
fromnode to thetonode. - DirectedEdgeStar - Class in com.vividsolutions.jts.geomgraph
-
A DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.
- DirectedEdgeStar - Class in com.vividsolutions.jts.planargraph
- DirectedEdgeStar() - Constructor for class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- DirectedEdgeStar() - Constructor for class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Constructs a DirectedEdgeStar with no edges.
- directoryExists(String) - Static method in class com.vividsolutions.jtstest.util.FileUtil
-
Returns true if the given directory exists.
- dirEdge - Variable in class com.vividsolutions.jts.planargraph.Edge
-
The two DirectedEdges associated with this Edge.
- dirEdgeIterator() - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Returns an Iterator over the DirectedEdges in this PlanarGraph, in the order in which they were added.
- dirEdgeIterator() - Method in class com.vividsolutions.jts.planargraph.Subgraph
-
Returns an
Iteratorover theDirectedEdges in this graph, in the order in which they were added. - dirEdges - Variable in class com.vividsolutions.jts.planargraph.PlanarGraph
- dirEdges - Variable in class com.vividsolutions.jts.planargraph.Subgraph
- DISCONNECTED_INTERIOR - Static variable in class com.vividsolutions.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)
- discreteHausdorffDistance(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.DistanceFunctions
- DiscreteHausdorffDistance - Class in com.vividsolutions.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 com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance
- DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter - Class in com.vividsolutions.jts.algorithm.distance
- DiscreteHausdorffDistance.MaxPointDistanceFilter - Class in com.vividsolutions.jts.algorithm.distance
- discreteHausdorffDistanceLine(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.DistanceFunctions
- discreteOrientedHausdorffDistance(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.DistanceFunctions
- discreteOrientedHausdorffDistanceLine(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.DistanceFunctions
- disjoint(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry is disjoint from the argument geometry.
- disjoint(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometryis disjoint from a given geometry. - disjoint(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- disjoint(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- displayInfo(Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- displayInfo(String) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- displayInfo(String, boolean) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- dissolve(Geometry) - Static method in class com.vividsolutions.jts.dissolve.LineDissolver
-
Dissolves the linear components in a geometry.
- dissolve(Geometry) - Static method in class com.vividsolutions.jtstest.function.DissolveFunctions
- dissolve(Geometry) - Static method in class com.vividsolutions.jtstest.function.LineHandlingFunctions
- dissolve(SegmentString) - Method in class com.vividsolutions.jts.noding.SegmentStringDissolver
-
Dissolve the given
SegmentString. - dissolve(Collection) - Method in class com.vividsolutions.jts.noding.SegmentStringDissolver
-
Dissolve all
SegmentStrings in the inputCollection - DissolveFunctions - Class in com.vividsolutions.jtstest.function
- DissolveFunctions() - Constructor for class com.vividsolutions.jtstest.function.DissolveFunctions
- dist - Variable in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- distance() - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance
- distance() - Method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Report the distance between the nearest points on the input geometries.
- distance() - Method in class com.vividsolutions.jts.operation.distance3d.Distance3DOp
-
Report the distance between the nearest points on the input geometries.
- distance(Coordinate) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Computes the 2-dimensional Euclidean distance to another location.
- distance(Coordinate) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the distance between this line segment and a given point.
- distance(Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms3D
- distance(Envelope) - Method in class com.vividsolutions.jts.geom.Envelope
-
Computes the distance between this and another
Envelope. - distance(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the minimum distance between this
Geometryand anotherGeometry. - distance(Geometry, Geometry) - Static method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance
- distance(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Compute the distance between the nearest points of two geometries.
- distance(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.distance.IndexedFacetDistance
-
Computes the distance between two geometries using the indexed approach.
- distance(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.distance3d.Distance3DOp
-
Compute the distance between the nearest points of two geometries.
- distance(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.DistanceFunctions
- distance(Geometry, Geometry, double) - Static method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance
- distance(LineSegment) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the distance between this line segment and another segment.
- distance(ItemBoundable, ItemBoundable) - Method in class com.vividsolutions.jts.index.strtree.GeometryItemDistance
-
Computes the distance between two
Geometryitems, using theGeometry.distance(Geometry)method. - distance(ItemBoundable, ItemBoundable) - Method in interface com.vividsolutions.jts.index.strtree.ItemDistance
-
Computes the distance between two items.
- distance(Vector2D) - Method in class com.vividsolutions.jts.math.Vector2D
-
Computes the distance between this vector and another one.
- distance(FacetSequence) - Method in class com.vividsolutions.jts.operation.distance.FacetSequence
- distance3D(Coordinate) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Computes the 3-dimensional Euclidean distance to another location.
- Distance3DOp - Class in com.vividsolutions.jts.operation.distance3d
-
Find two points on two 3D
Geometrys 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 com.vividsolutions.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 com.vividsolutions.jts.operation.distance3d.Distance3DOp
-
Constructs a DistanceOp that computes the distance and nearest points between the two specified geometries.
- DistanceFunctions - Class in com.vividsolutions.jtstest.function
- DistanceFunctions() - Constructor for class com.vividsolutions.jtstest.function.DistanceFunctions
- distanceLineLine(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes the distance from a line segment AB to a line segment CD Note: NON-ROBUST!
- distanceLineLine(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.NonRobustCGAlgorithms
-
Computes the distance from a line segment AB to a line segment CD Note: NON-ROBUST!
- DistanceOp - Class in com.vividsolutions.jts.operation.distance
-
Find two points on two
Geometrys 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 com.vividsolutions.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 com.vividsolutions.jts.operation.distance.DistanceOp
-
Constructs a DistanceOp that computes the distance and nearest points between the two specified geometries.
- distancePerpendicular(Coordinate) - Method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes the distance from a point to a sequence of line segments.
- distancePointLine(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes the distance from a point p to a line segment AB Note: NON-ROBUST!
- distancePointLinePerpendicular(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes the perpendicular distance from a point p to the (infinite) line containing the points AB
- distancePointSegment(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms3D
- distanceSegmentSegment(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms3D
-
Computes the distance between two 3D segments.
- DistanceToPoint - Class in com.vividsolutions.jts.algorithm.distance
-
Computes the Euclidean distance (L2 metric) from a
Coordinateto aGeometry. - DistanceToPoint() - Constructor for class com.vividsolutions.jts.algorithm.distance.DistanceToPoint
- DistanceToPointFinder - Class in com.vividsolutions.jts.operation.buffer.validate
-
Computes the Euclidean distance (L2 metric) from a Point to a Geometry.
- DistanceToPointFinder() - Constructor for class com.vividsolutions.jts.operation.buffer.validate.DistanceToPointFinder
- divide(double) - Method in class com.vividsolutions.jts.math.DD
-
Computes a new DoubleDouble whose value is (this / y).
- divide(double) - Method in class com.vividsolutions.jts.math.Vector2D
-
Divides the vector by a scalar value.
- divide(DD) - Method in class com.vividsolutions.jts.math.DD
-
Computes a new DoubleDouble whose value is (this / y).
- dNext() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the next CCW edge around (into) the destination of this edge.
- DO_INTERSECT - Static variable in class com.vividsolutions.jts.algorithm.LineIntersector
- DONT_INTERSECT - Static variable in class com.vividsolutions.jts.algorithm.LineIntersector
-
These are deprecated, due to ambiguous naming
- DONTCARE - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Dimension value for any dimension (= {FALSE, TRUE}).
- dot(Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.math.Vector3D
-
Computes the 3D dot-product of two
Coordinates. - dot(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.math.Vector3D
-
Computes the dot product of the 3D vectors AB and CD.
- dot(Vector2D) - Method in class com.vividsolutions.jts.math.Vector2D
-
Computes the dot-product of two vectors
- dot(Vector3D) - Method in class com.vividsolutions.jts.math.Vector3D
-
Computes the dot-product of two vectors
- Double(double[], int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new packed coordinate sequence
- Double(float[], int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new packed coordinate sequence out of a float coordinate array
- Double(int, int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new empty packed coordinate sequence of a given size and dimension
- Double(Coordinate[]) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new packed coordinate sequence out of a coordinate array
- Double(Coordinate[], int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
-
Builds a new packed coordinate sequence out of a coordinate array
- DOUBLE - Static variable in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- DOUBLE_FACTORY - Static variable in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- DoubleBits - Class in com.vividsolutions.jts.index.quadtree
-
DoubleBits manipulates Double numbers by using bit manipulation and bit-field extraction.
- DoubleBits(double) - Constructor for class com.vividsolutions.jts.index.quadtree.DoubleBits
- DoubleKeyMap - Class in com.vividsolutions.jtstest.function
- DoubleKeyMap() - Constructor for class com.vividsolutions.jtstest.function.DoubleKeyMap
- DoubleResult - Class in com.vividsolutions.jtstest.testrunner
- DoubleResult(Double) - Constructor for class com.vividsolutions.jtstest.testrunner.DoubleResult
- doubleValue() - Method in class com.vividsolutions.jts.math.DD
-
Converts this value to the nearest double-precision number.
- DouglasPeuckerSimplifier - Class in com.vividsolutions.jts.simplify
-
Simplifies a
Geometryusing the Douglas-Peucker algorithm. - DouglasPeuckerSimplifier(Geometry) - Constructor for class com.vividsolutions.jts.simplify.DouglasPeuckerSimplifier
-
Creates a simplifier for a given geometry.
- dPrev() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the next CW edge around (into) the destination of this edge.
- DRAW_GEOM - Static variable in class com.vividsolutions.jtstest.testbuilder.AppCursors
- DrawingGrid - Class in com.vividsolutions.jtstest.testbuilder.model
- DrawingGrid() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- DrawingGrid(int) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- drawRect(Graphics, Point, Point) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.ZoomTool
- drawStringAlignCenter(Graphics2D, String, int, int) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.GraphicsUtil
- dump() - Method in class com.vividsolutions.jts.math.DD
-
Dumps the components of this number to a string.
- DUPLICATE_RINGS - Static variable in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Indicates that a polygonal geometry contains two rings which are identical
- dynamicCall(String, String, Class[], Object[]) - Static method in class com.vividsolutions.jtstest.util.ClassUtil
E
- E - Static variable in class com.vividsolutions.jts.math.DD
-
The value nearest to the constant e (the natural logarithm base).
- edge - Variable in class com.vividsolutions.jts.geomgraph.EdgeEnd
- Edge - Class in com.vividsolutions.jts.geomgraph
- Edge - Class in com.vividsolutions.jts.planargraph
-
Represents an undirected edge of a
PlanarGraph. - Edge() - Constructor for class com.vividsolutions.jts.planargraph.Edge
-
Constructs an Edge whose DirectedEdges are not yet set.
- Edge(Coordinate[]) - Constructor for class com.vividsolutions.jts.geomgraph.Edge
- Edge(Coordinate[], Label) - Constructor for class com.vividsolutions.jts.geomgraph.Edge
- Edge(DirectedEdge, DirectedEdge) - Constructor for class com.vividsolutions.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.
- EdgeConnectedTriangleTraversal - Class in com.vividsolutions.jts.triangulate.quadedge
-
A framework to visit sets of edge-connected
QuadEdgeTriangles in breadth-first order - EdgeConnectedTriangleTraversal() - Constructor for class com.vividsolutions.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
- edgeDirection - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- EdgeEnd - Class in com.vividsolutions.jts.geomgraph
-
Models the end of an edge incident on a node.
- EdgeEnd(Edge) - Constructor for class com.vividsolutions.jts.geomgraph.EdgeEnd
- EdgeEnd(Edge, Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.geomgraph.EdgeEnd
- EdgeEnd(Edge, Coordinate, Coordinate, Label) - Constructor for class com.vividsolutions.jts.geomgraph.EdgeEnd
- EdgeEndBuilder - Class in com.vividsolutions.jts.operation.relate
- EdgeEndBuilder() - Constructor for class com.vividsolutions.jts.operation.relate.EdgeEndBuilder
- EdgeEndBundle - Class in com.vividsolutions.jts.operation.relate
-
A collection of
EdgeEnds which obey the following invariant: They originate at the same node and have the same direction. - EdgeEndBundle(BoundaryNodeRule, EdgeEnd) - Constructor for class com.vividsolutions.jts.operation.relate.EdgeEndBundle
- EdgeEndBundle(EdgeEnd) - Constructor for class com.vividsolutions.jts.operation.relate.EdgeEndBundle
- EdgeEndBundleStar - Class in com.vividsolutions.jts.operation.relate
-
An ordered list of
EdgeEndBundles around aRelateNode. - EdgeEndBundleStar() - Constructor for class com.vividsolutions.jts.operation.relate.EdgeEndBundleStar
-
Creates a new empty EdgeEndBundleStar
- edgeEndList - Variable in class com.vividsolutions.jts.geomgraph.PlanarGraph
- EdgeEndStar - Class in com.vividsolutions.jts.geomgraph
-
A EdgeEndStar is an ordered list of EdgeEnds around a node.
- EdgeEndStar() - Constructor for class com.vividsolutions.jts.geomgraph.EdgeEndStar
- EdgeGraph - Class in com.vividsolutions.jts.edgegraph
-
A graph comprised of
HalfEdges. - EdgeGraph() - Constructor for class com.vividsolutions.jts.edgegraph.EdgeGraph
- EdgeGraphBuilder - Class in com.vividsolutions.jts.edgegraph
-
Builds an edge graph from geometries containing edges.
- EdgeGraphBuilder() - Constructor for class com.vividsolutions.jts.edgegraph.EdgeGraphBuilder
- EdgeIntersection - Class in com.vividsolutions.jts.geomgraph
-
Represents a point on an edge which intersects with another edge.
- EdgeIntersection(Coordinate, int, double) - Constructor for class com.vividsolutions.jts.geomgraph.EdgeIntersection
- EdgeIntersectionList - Class in com.vividsolutions.jts.geomgraph
-
A list of edge intersections along an
Edge. - EdgeIntersectionList(Edge) - Constructor for class com.vividsolutions.jts.geomgraph.EdgeIntersectionList
- edgeIterator() - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Returns an Iterator over the Edges in this PlanarGraph, in the order in which they were added.
- edgeIterator() - Method in class com.vividsolutions.jts.planargraph.Subgraph
-
Returns an
Iteratorover theEdges in this graph, in the order in which they were added. - edgeList - Variable in class com.vividsolutions.jts.geomgraph.EdgeEndStar
-
A list of all outgoing edges in the result, in CCW order
- EdgeList - Class in com.vividsolutions.jts.geomgraph
-
A EdgeList is a list of Edges.
- EdgeList() - Constructor for class com.vividsolutions.jts.geomgraph.EdgeList
- edgeMap - Variable in class com.vividsolutions.jts.geomgraph.EdgeEndStar
-
A map which maintains the edges in sorted order around the node
- EdgeNodingValidator - Class in com.vividsolutions.jts.geomgraph
-
Validates that a collection of
Edges is correctly noded. - EdgeNodingValidator(Collection) - Constructor for class com.vividsolutions.jts.geomgraph.EdgeNodingValidator
-
Creates a new validator for the given collection of
Edges. - EdgeRing - Class in com.vividsolutions.jts.geomgraph
- EdgeRing(DirectedEdge, GeometryFactory) - Constructor for class com.vividsolutions.jts.geomgraph.EdgeRing
- edges - Variable in class com.vividsolutions.jts.geomgraph.Node
- edges - Variable in class com.vividsolutions.jts.geomgraph.PlanarGraph
- edges - Variable in class com.vividsolutions.jts.planargraph.PlanarGraph
- edges - Variable in class com.vividsolutions.jts.planargraph.Subgraph
- EdgeSetIntersector - Class in com.vividsolutions.jts.geomgraph.index
-
An EdgeSetIntersector computes all the intersections between the edges in the set.
- EdgeSetIntersector() - Constructor for class com.vividsolutions.jts.geomgraph.index.EdgeSetIntersector
- EdgeSetNoder - Class in com.vividsolutions.jts.operation.overlay
-
Nodes a set of edges.
- EdgeSetNoder(LineIntersector) - Constructor for class com.vividsolutions.jts.operation.overlay.EdgeSetNoder
- EdgeString - Class in com.vividsolutions.jts.operation.linemerge
-
A sequence of
LineMergeDirectedEdges forming one of the lines that will be output by the line-merging process. - EdgeString(GeometryFactory) - Constructor for class com.vividsolutions.jts.operation.linemerge.EdgeString
-
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString
- edit(Coordinate[], Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryEditor.CoordinateOperation
-
Edits the array of
Coordinates from aGeometry. - edit(Coordinate[], Geometry) - Method in class com.vividsolutions.jts.precision.PrecisionReducerCoordinateOperation
- edit(CoordinateSequence, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryEditor.CoordinateSequenceOperation
-
Edits a
CoordinateSequencefrom aGeometry. - edit(Geometry, GeometryFactory) - Method in class com.vividsolutions.jts.geom.util.GeometryEditor.CoordinateOperation
- edit(Geometry, GeometryFactory) - Method in class com.vividsolutions.jts.geom.util.GeometryEditor.CoordinateSequenceOperation
- edit(Geometry, GeometryFactory) - Method in interface com.vividsolutions.jts.geom.util.GeometryEditor.GeometryEditorOperation
-
Edits a Geometry by returning a new Geometry with a modification.
- edit(Geometry, GeometryFactory) - Method in class com.vividsolutions.jts.geom.util.GeometryEditor.NoOpGeometryOperation
- edit(Geometry, GeometryEditor.GeometryEditorOperation) - Method in class com.vividsolutions.jts.geom.util.GeometryEditor
-
Edit the input
Geometrywith the given edit operation. - EDIT_VERTEX - Static variable in class com.vividsolutions.jtstest.testbuilder.AppCursors
- EditVertexTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- ellipse(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- ellipseRotate(Geometry, int, double) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- enableExecuteControl(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- endElement(String, String, String) - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- EndianDataInputStream - Class in com.vividsolutions.jtstest.testbuilder.io.shapefile
-
A class that gives most of the functionality of DataInputStream, but is endian aware.
- EndianDataInputStream(InputStream) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
Creates new EndianDataInputStream
- endLine() - Method in class com.vividsolutions.jts.linearref.LinearGeometryBuilder
-
Terminate the current LineString.
- ENDPOINT_BOUNDARY_RULE - Static variable in interface com.vividsolutions.jts.algorithm.BoundaryNodeRule
-
The Endpoint Boundary Node Rule.
- EndPointBoundaryNodeRule() - Constructor for class com.vividsolutions.jts.algorithm.BoundaryNodeRule.EndPointBoundaryNodeRule
- enforceConstraints() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Enforces the supplied constraints into the triangulation.
- EnhancedPrecisionOp - Class in com.vividsolutions.jts.precision
-
Provides versions of Geometry spatial functions which use enhanced precision techniques to reduce the likelihood of robustness problems.
- EnhancedPrecisionOp() - Constructor for class com.vividsolutions.jts.precision.EnhancedPrecisionOp
- EnhancedPrecisionOpExample - Class in com.vividsolutions.jtsexample.precision
-
Example of using
EnhancedPrecisionOpto avoid robustness problems - EnhancedPrecisionOpExample() - Constructor for class com.vividsolutions.jtsexample.precision.EnhancedPrecisionOpExample
- ensureExtent(Envelope, double) - Static method in class com.vividsolutions.jts.index.quadtree.Quadtree
-
Ensure that the envelope for the inserted item has non-zero extents.
- ensureExtent(Interval, double) - Static method in class com.vividsolutions.jts.index.bintree.Bintree
-
Ensure that the Interval for the inserted item has non-zero extents.
- ensureValidRing(CoordinateSequenceFactory, CoordinateSequence) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
-
Ensures that a CoordinateSequence forms a valid ring, returning a new closed sequence of the correct length if required.
- envelope - Variable in class com.vividsolutions.jts.geom.Geometry
-
The bounding box of this
Geometry. - envelope(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Computes the envelope of the coordinates.
- envelope(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- envelope(Collection) - Static method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Computes the
Envelopeof a collection ofCoordinates. - Envelope - Class in com.vividsolutions.jts.geom
-
Defines a rectangular region of the 2D coordinate plane.
- Envelope() - Constructor for class com.vividsolutions.jts.geom.Envelope
-
Creates a null
Envelope. - Envelope(double, double, double, double) - Constructor for class com.vividsolutions.jts.geom.Envelope
-
Creates an
Envelopefor a region defined by maximum and minimum values. - Envelope(Coordinate) - Constructor for class com.vividsolutions.jts.geom.Envelope
-
Creates an
Envelopefor a region defined by a single Coordinate. - Envelope(Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.geom.Envelope
-
Creates an
Envelopefor a region defined by two Coordinates. - Envelope(Envelope) - Constructor for class com.vividsolutions.jts.geom.Envelope
-
Create an
Envelopefrom an existing Envelope. - EnvelopeUtil - Class in com.vividsolutions.jtstest.testbuilder.geom
- EnvelopeUtil() - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.EnvelopeUtil
- EPS - Static variable in class com.vividsolutions.jts.math.DD
-
The smallest representable relative difference between two {link @ DoubleDouble} values
- EPSG_PREFIX - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonWriter
- equal(Coordinate, Coordinate, double) - Method in class com.vividsolutions.jts.geom.Geometry
- equalInZ(Coordinate, double) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Tests if another coordinate has the same value for Z, within a tolerance.
- EqualityResultMatcher - Class in com.vividsolutions.jtstest.testrunner
-
A
ResultMatcherwhich compares result for equality, up to the given tolerance. - EqualityResultMatcher() - Constructor for class com.vividsolutions.jtstest.testrunner.EqualityResultMatcher
- equals(Coordinate[], Coordinate[]) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.geom.CoordinateArrays
-
Returns true if the two arrays are identical, both null, or pointwise equal, using a user-defined
ComparatorforCoordinates - equals(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Tests whether this edge has the given orig and dest vertices.
- equals(Coordinate, Coordinate, double) - Static method in class com.vividsolutions.jts.util.Debug
- equals(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry is topologically equal to the argument geometry.
- equals(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- equals(DD) - Method in class com.vividsolutions.jts.math.DD
-
Tests whether this value is equal to another DoubleDouble value.
- equals(Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- equals(Vertex, double) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- equals(Result, double) - Method in class com.vividsolutions.jtstest.testrunner.BooleanResult
- equals(Result, double) - Method in class com.vividsolutions.jtstest.testrunner.DoubleResult
- equals(Result, double) - Method in class com.vividsolutions.jtstest.testrunner.GeometryResult
- equals(Result, double) - Method in class com.vividsolutions.jtstest.testrunner.IntegerResult
- equals(Result, double) - Method in interface com.vividsolutions.jtstest.testrunner.Result
- equals(Object) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Returns
trueifotherhas the same values for the x and y ordinates. - equals(Object) - Method in class com.vividsolutions.jts.geom.Envelope
- equals(Object) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry is structurally and numerically equal to a given
Object. - equals(Object) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Returns
trueifotherhas the same values for its points. - equals(Object) - Method in class com.vividsolutions.jts.geom.PrecisionModel
- equals(Object) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Tests if an object is an AffineTransformation and has the same matrix as this transformation.
- equals(Object) - Method in class com.vividsolutions.jts.geomgraph.Edge
-
equals is defined to be:
- equals(Object) - Method in class com.vividsolutions.jts.index.strtree.Interval
- equals(Object) - Method in class com.vividsolutions.jts.math.Vector2D
-
Tests if a vector o has the same values for the x and y components.
- equals(Object) - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
-
Two functions are the same if they have the same signature (name, parameter types and return type).
- equals(Object) - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Two functions are the same if they have the same name, parameter types and return type.
- equals(Object, Object) - Static method in class com.vividsolutions.jts.util.Assert
-
Throws an
AssertionFailedExceptionif the given objects are not equal, according to theequalsmethod. - equals(Object, Object, String) - Static method in class com.vividsolutions.jts.util.Assert
-
Throws an
AssertionFailedExceptionwith the given message if the given objects are not equal, according to theequalsmethod. - equals2D(Coordinate) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Returns whether the planar projections of the two
Coordinates are equal. - equals2D(Coordinate, double) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Tests if another coordinate has the same values for the X and Y ordinates.
- equals3D(Coordinate) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Tests if another coordinate has the same values for the X, Y and Z ordinates.
- equalsExact(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns true if the two
Geometrys are exactly equal. - equalsExact(Geometry, double) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns true if the two
Geometrys are exactly equal, up to a specified distance tolerance. - equalsExact(Geometry, double) - Method in class com.vividsolutions.jts.geom.GeometryCollection
- equalsExact(Geometry, double) - Method in class com.vividsolutions.jts.geom.LineString
- equalsExact(Geometry, double) - Method in class com.vividsolutions.jts.geom.MultiLineString
- equalsExact(Geometry, double) - Method in class com.vividsolutions.jts.geom.MultiPoint
- equalsExact(Geometry, double) - Method in class com.vividsolutions.jts.geom.MultiPolygon
- equalsExact(Geometry, double) - Method in class com.vividsolutions.jts.geom.Point
- equalsExact(Geometry, double) - Method in class com.vividsolutions.jts.geom.Polygon
- equalsNonOriented(QuadEdge) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Tests if this quadedge and another have the same line segment geometry, regardless of orientation.
- equalsNorm(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether two geometries are exactly equal in their normalized forms.
- equalsOriented(QuadEdge) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry is topologically equal to the argument geometry as defined by the SFS
equalspredicate. - equalsTopo(LineSegment) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Returns
trueifotheris topologically equal to this LineSegment (e.g. - equalsTopo(Segment) - Method in class com.vividsolutions.jts.triangulate.Segment
-
Determines whether two segments are topologically equal.
- equalsWithTolerance(double, double, double) - Static method in class com.vividsolutions.jts.util.NumberUtil
- erase(Image) - Method in class com.vividsolutions.jtstest.testbuilder.ui.render.RenderManager
- errMsg - Static variable in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Messages corresponding to error codes
- error(SAXParseException) - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- ERROR - Static variable in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Deprecated.
- escapeHTML(String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
- example1() - Method in class com.vividsolutions.jtsexample.geom.PrecisionModelExample
- example2() - Method in class com.vividsolutions.jtsexample.geom.PrecisionModelExample
- ExceptionFormatter - Class in com.vividsolutions.jtstest.util
- ExceptionFormatter() - Constructor for class com.vividsolutions.jtstest.util.ExceptionFormatter
- exchange() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- execFunction() - Method in class com.vividsolutions.jtstest.testbuilder.ScalarFunctionPanel
- execFunction(GeometryFunction, boolean) - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- execute() - Method in interface com.vividsolutions.jtstest.testbuilder.BusyDialog.Executable
- execute(Object) - Method in interface com.vividsolutions.jts.util.CollectionUtil.Function
- execute(String, BusyDialog.Executable) - Method in class com.vividsolutions.jtstest.testbuilder.BusyDialog
-
Runs the Executable and displays the BusyDialog.
- expandBy(double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Expands this envelope by a given distance in all directions.
- expandBy(double) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- expandBy(double, double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Expands this envelope by a given distance in all directions.
- expandEnvelope(Envelope) - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Expands the given
Envelopeto include the coordinates in the sequence. - expandEnvelope(Envelope) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
- expandEnvelope(Envelope) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
- expandEnvelope(Envelope) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
- expandEnvelope(Envelope) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- expandEnvelope(Envelope) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- expandToInclude(double, double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Enlarges this
Envelopeso that it contains the given point. - expandToInclude(double, double) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- expandToInclude(Coordinate) - Method in class com.vividsolutions.jts.geom.Envelope
-
Enlarges this
Envelopeso that it contains the givenCoordinate. - expandToInclude(Coordinate) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- expandToInclude(CoordinateSequence) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- expandToInclude(Envelope) - Method in class com.vividsolutions.jts.geom.Envelope
-
Enlarges this
Envelopeso that it contains theotherEnvelope. - expandToInclude(Envelope) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- expandToInclude(Geometry) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- expandToInclude(OctagonalEnvelope) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- expandToInclude(Interval) - Method in class com.vividsolutions.jts.index.bintree.Interval
- expandToInclude(Interval) - Method in class com.vividsolutions.jts.index.strtree.Interval
- expectedIM - Variable in class com.vividsolutions.jtstest.test.TestCase
- exponent(double) - Static method in class com.vividsolutions.jts.index.quadtree.DoubleBits
- EXPONENT_BIAS - Static variable in class com.vividsolutions.jts.index.quadtree.DoubleBits
- extend(CoordinateSequenceFactory, CoordinateSequence, int) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
- ExtendedCoordinate - Class in com.vividsolutions.jtsexample.geom
- ExtendedCoordinate() - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinate
-
Default constructor
- ExtendedCoordinate(double, double, double, double) - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinate
- ExtendedCoordinate(Coordinate) - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinate
- ExtendedCoordinate(ExtendedCoordinate) - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinate
- ExtendedCoordinateExample - Class in com.vividsolutions.jtsexample.geom
- ExtendedCoordinateExample() - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinateExample
- ExtendedCoordinateSequence - Class in com.vividsolutions.jtsexample.geom
-
Demonstrates how to implement a CoordinateSequence for a new kind of coordinate (an
ExtendedCoordinatein this example). - ExtendedCoordinateSequence(int) - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
-
Constructs a sequence of a given size, populated with new
ExtendedCoordinates. - ExtendedCoordinateSequence(Coordinate[]) - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
-
Constructor that makes a copy of an array of Coordinates.
- ExtendedCoordinateSequence(CoordinateSequence) - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
-
Constructor that makes a copy of a CoordinateSequence.
- ExtendedCoordinateSequence(ExtendedCoordinate[]) - Constructor for class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
-
Copy constructor -- simply aliases the input array, for better performance.
- ExtendedCoordinateSequenceFactory - Class in com.vividsolutions.jtsexample.geom
-
Creates ExtendedCoordinateSequenceFactory internally represented as an array of
ExtendedCoordinates. - extension(String) - Static method in class com.vividsolutions.jtstest.util.FileUtil
- EXTENSION_SEPARATOR - Static variable in class com.vividsolutions.jtstest.util.FileUtil
- extent - Variable in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- EXTERIOR - Static variable in class com.vividsolutions.jts.geom.Location
-
The location value for the exterior of a geometry.
- extract(Coordinate[], int, int) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
- extract(Geometry, Class) - Static method in class com.vividsolutions.jts.geom.util.GeometryExtracter
-
Extracts the components of type clz from a
Geometryand returns them in aList. - extract(Geometry, Class, List) - Static method in class com.vividsolutions.jts.geom.util.GeometryExtracter
-
Extracts the components of type clz from a
Geometryand adds them to the providedList. - extractChains(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.LineHandlingFunctions
- extractComponentsToTestCase(Coordinate) - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- extractComponentsToTestCase(Geometry) - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- ExtractComponentTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
-
Extracts a component of a geometry to a new Test Case
- extractElements(Geometry, boolean) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryCombiner
- extractFactory(Collection) - Static method in class com.vividsolutions.jts.geom.util.GeometryCombiner
-
Extracts the GeometryFactory used by the geometries in a collection
- extractLine(double, double) - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Computes the
LineStringfor the interval on the line between the given indices. - extractLine(Geometry, double, double) - Static method in class com.vividsolutions.jtstest.function.LinearReferencingFunctions
- extractLine(LinearLocation, LinearLocation) - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Computes the
LineStringfor the interval on the line between the given indices. - extractLines(Geometry) - Static method in class com.vividsolutions.jtstest.function.LineHandlingFunctions
- extractNodedSegmentStrings(Geometry) - Static method in class com.vividsolutions.jts.noding.SegmentStringUtil
-
Extracts all linear components from a given
GeometrytoSegmentStrings. - extractPoint(double) - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Computes the
Coordinatefor the point on the line at the given index. - extractPoint(double, double) - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Computes the
Coordinatefor the point on the line at the given index, offset by the given distance. - extractPoint(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.LinearReferencingFunctions
- extractPoint(LinearLocation) - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Computes the
Coordinatefor the point on the line at the given index. - extractPoint(LinearLocation, double) - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Computes the
Coordinatefor the point on the line at the given index, offset by the given distance. - extractSegments(Geometry) - Static method in class com.vividsolutions.jtstest.function.LineHandlingFunctions
- extractSegmentStrings(Geometry) - Static method in class com.vividsolutions.jts.noding.SegmentStringUtil
-
Extracts all linear components from a given
GeometrytoSegmentStrings. - extractUniqueCoordinates(Geometry) - Static method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Extracts the unique
Coordinates from the givenGeometry.
F
- FacetLocater - Class in com.vividsolutions.jtstest.testbuilder.geom
-
Locates the paths to facets (vertices and segments) of a
Geometrywhich are within a given tolerance of a query point. - FacetLocater(Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.FacetLocater
- FacetSequence - Class in com.vividsolutions.jts.operation.distance
-
Represents a sequence of facets (points or line segments) of a
Geometryspecified by a subsequence of aCoordinateSequence. - FacetSequence(CoordinateSequence, int) - Constructor for class com.vividsolutions.jts.operation.distance.FacetSequence
-
Creates a new sequence for a single point from a CoordinateSequence.
- FacetSequence(CoordinateSequence, int, int) - Constructor for class com.vividsolutions.jts.operation.distance.FacetSequence
-
Creates a new section based on a CoordinateSequence.
- FacetSequenceTreeBuilder - Class in com.vividsolutions.jts.operation.distance
- FacetSequenceTreeBuilder() - Constructor for class com.vividsolutions.jts.operation.distance.FacetSequenceTreeBuilder
- factory - Variable in class com.vividsolutions.jts.geom.Geometry
-
The
GeometryFactoryused to create this Geometry - factory - Variable in class com.vividsolutions.jts.geom.util.GeometryTransformer
- failed - Variable in class com.vividsolutions.jtstest.test.TestCase
- failedMsg - Variable in class com.vividsolutions.jtstest.test.TestCase
- FALSE - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Dimension value of the empty geometry (-1).
- farthestPoints(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- FastNodingValidator - Class in com.vividsolutions.jts.noding
-
Validates that a collection of
SegmentStrings is correctly noded. - FastNodingValidator(Collection) - Constructor for class com.vividsolutions.jts.noding.FastNodingValidator
-
Creates a new noding validator for a given set of linework.
- FastSegmentSetIntersectionFinder - Class in com.vividsolutions.jts.noding
-
Finds if two sets of
SegmentStrings intersect. - FastSegmentSetIntersectionFinder(Collection) - Constructor for class com.vividsolutions.jts.noding.FastSegmentSetIntersectionFinder
-
Creates an intersection finder against a given set of segment strings.
- fatalError(SAXParseException) - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- FileDrop - Class in com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a default border and the option to recursively set drop targets.
- FileDrop(Component, FileDrop.Listener) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructs a
FileDropwith 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(Component, Border, boolean, FileDrop.Listener) - Constructor for class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a specified border
- FileDrop(PrintStream, Component, boolean, FileDrop.Listener) - Constructor for class com.vividsolutions.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, FileDrop.Listener) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a default border and debugging optionally turned on.
- FileDrop(PrintStream, Component, Border, boolean, FileDrop.Listener) - Constructor for class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ui.dnd.FileDrop
-
Constructor with a specified border and debugging optionally turned on.
- FileDrop.Listener - Interface in com.vividsolutions.jtstest.testbuilder.ui.dnd
-
Implement this inner interface to listen for when files are dropped.
- fileLength - Variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileHeader
- filesDropped(File[]) - Method in interface com.vividsolutions.jtstest.testbuilder.ui.dnd.FileDrop.Listener
-
This method is called when files have been successfully dropped.
- FileUtil - Class in com.vividsolutions.jtstest.util
-
Useful file utilities.
- FileUtil() - Constructor for class com.vividsolutions.jtstest.util.FileUtil
- filter(Coordinate) - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- filter(Coordinate) - Method in interface com.vividsolutions.jts.geom.CoordinateFilter
-
Performs an operation with the
coord. - filter(Coordinate) - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- filter(Coordinate) - Method in class com.vividsolutions.jts.util.CoordinateArrayFilter
- filter(Coordinate) - Method in class com.vividsolutions.jts.util.CoordinateCountFilter
- filter(Coordinate) - Method in class com.vividsolutions.jts.util.UniqueCoordinateArrayFilter
- filter(CoordinateSequence, int) - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- filter(CoordinateSequence, int) - Method in interface com.vividsolutions.jts.geom.CoordinateSequenceFilter
-
Performs an operation on a coordinate in a
CoordinateSequence. - filter(CoordinateSequence, int) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Transforms the i'th coordinate in the input sequence
- filter(CoordinateSequence, int) - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- filter(CoordinateSequence, int) - Method in class com.vividsolutions.jts.precision.CoordinatePrecisionReducerFilter
-
Rounds the Coordinates in the sequence to match the PrecisionModel
- filter(Geometry) - Method in interface com.vividsolutions.jts.geom.GeometryComponentFilter
-
Performs an operation with or on
geom. - filter(Geometry) - Method in interface com.vividsolutions.jts.geom.GeometryFilter
-
Performs an operation with or on
geom. - filter(Geometry) - Method in class com.vividsolutions.jts.geom.util.ComponentCoordinateExtracter
- filter(Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryExtracter
- filter(Geometry) - Method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
- filter(Geometry) - Method in class com.vividsolutions.jts.geom.util.LineStringExtracter
- filter(Geometry) - Method in class com.vividsolutions.jts.geom.util.PointExtracter
- filter(Geometry) - Method in class com.vividsolutions.jts.geom.util.PolygonExtracter
- filter(Geometry) - Method in class com.vividsolutions.jts.operation.distance.ConnectedElementLocationFilter
- filter(Geometry) - Method in class com.vividsolutions.jts.operation.distance.ConnectedElementPointFilter
- filterCoordinates(Coordinate[]) - Static method in class com.vividsolutions.jts.util.UniqueCoordinateArrayFilter
-
Convenience method which allows running the filter over an array of
Coordinates. - filterVertexLocations(Collection) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.FacetLocater
-
Creates a list containing all the vertex
GeometryLocations in the input collection. - fin(Point2D, Point2D, double, double) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- find(Coordinate) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.NodeMap
- find(Coordinate) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- find(Coordinate) - Method in class com.vividsolutions.jts.planargraph.NodeMap
-
Returns the Node at the given location, or null if no Node was there.
- find(Envelope) - Method in class com.vividsolutions.jts.index.quadtree.Node
-
Returns the smallest existing node containing the envelope.
- find(Interval) - Method in class com.vividsolutions.jts.index.bintree.Node
-
Returns the smallest existing node containing the envelope.
- find(String) - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
-
Finds the first function which matches the given name.
- find(String, int) - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
-
Finds the first function which matches the given name and argument count.
- find(String, Class[]) - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
-
Finds the first function which matches the given signature.
- findAdjacentVertices(Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- findClosestPoint(String, String) - Method in class com.vividsolutions.jtsexample.operation.distance.ClosestPointExample
- findCoveredLineEdges() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
-
Traverse the star of edges, maintaing the current location in the result area at this node (if any).
- findDifferentPoint(Coordinate[], Coordinate) - Static method in class com.vividsolutions.jts.operation.valid.ConnectedInteriorTester
- findDistance(Geometry) - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- findEdge(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.edgegraph.EdgeGraph
-
Finds an edge in this graph with the given origin and destination, if one exists.
- findEdge(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
-
Returns the edge whose first two coordinates are p0 and p1
- findEdge(LineString) - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
- findEdgeEnd(Edge) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.EdgeList
-
If the edge e is already in the list, return its index.
- findEdgeInSameDirection(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
-
Returns the edge which starts at p0 and whose first segment is parallel to p1
- findEdgesIncidentOnOrigin(QuadEdge) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeUtil
-
Gets all edges which are incident on the origin of the given edge.
- findEqualEdge(Edge) - Method in class com.vividsolutions.jts.geomgraph.EdgeList
-
If there is an edge equal to e already in the list, return it.
- findIndex(EdgeEnd) - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- findNearestPoint(Geometry, Coordinate, double) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.NearestPointFinder
- findNode(Coordinate) - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
- findNodePoints(Geometry) - Static method in class com.vividsolutions.jtstest.function.NodingFunctions
- findNodesOfDegree(int) - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Returns all Nodes with the given number of Edges around it.
- findPtNotNode(Coordinate[], LinearRing, GeometryGraph) - Static method in class com.vividsolutions.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
- findSingleNodePoint(Geometry) - Static method in class com.vividsolutions.jtstest.function.NodingFunctions
- findSplitPoint(Segment, Coordinate) - Method in interface com.vividsolutions.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 com.vividsolutions.jts.triangulate.MidpointSplitPointFinder
-
Gets the midpoint of the split segment
- findSplitPoint(Segment, Coordinate) - Method in class com.vividsolutions.jts.triangulate.NonEncroachingSplitPointFinder
-
A basic strategy for finding split points when nothing extra is known about the geometry of the situation.
- findStrategy(String, String) - Static method in class com.vividsolutions.jts.io.gml2.GeometryStrategies
- findVertices(Geometry, Coordinate) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.AdjacentVertexFinder
- finished() - Method in class com.vividsolutions.jtstest.testbuilder.ui.SwingWorker
-
Called on the event dispatching thread (not on the worker thread) after the
constructmethod has returned. - finishGesture() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- fireFunctionExecuted(SpatialFunctionPanelEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ScalarFunctionPanel
- fireFunctionExecuted(SpatialFunctionPanelEvent) - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- fireFunctionInvoked(GeometryFunctionEvent) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionTreePanel
- fireFunctionSelected(GeometryFunctionEvent) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionTreePanel
- fireGeometryChanged(GeometryEvent) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- fireSetHighlightPerformed(ValidPanelEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ValidPanel
- firstNComponents(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- FIXED - Static variable in class com.vividsolutions.jts.geom.PrecisionModel
-
Fixed Precision indicates that coordinates have a fixed number of decimal places.
- flash(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- flip() - Method in class com.vividsolutions.jts.geomgraph.Label
- flip() - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- Float(double[], int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
-
Constructs a packed coordinate sequence from an array of
doubles - Float(float[], int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
-
Constructs a packed coordinate sequence from an array of
floats - Float(int, int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
-
Constructs an empty packed coordinate sequence of a given size and dimension
- Float(Coordinate[], int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
-
Constructs a packed coordinate sequence out of a coordinate array
- FLOAT - Static variable in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- FLOAT_FACTORY - Static variable in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- FLOATING - Static variable in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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.
- FONT_LABEL - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- FONT_MONOSPACED - Static variable in class com.vividsolutions.jts.awt.FontGlyphReader
-
The font name of the Java logical font Monospaced.
- FONT_SANSERIF - Static variable in class com.vividsolutions.jts.awt.FontGlyphReader
-
The font name of the Java logical font SansSerif.
- FONT_SANSSERIF - Static variable in class com.vividsolutions.jts.awt.FontGlyphReader
-
The font name of the Java logical font SansSerif.
- FONT_SERIF - Static variable in class com.vividsolutions.jts.awt.FontGlyphReader
-
The font name of the Java logical font Serif.
- fontGlyph(Geometry, String, String) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- fontGlyphMonospaced(Geometry, String) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- FontGlyphReader - Class in com.vividsolutions.jts.awt
-
Provides methods to read
Fontglyphs for strings intoPolygonalgeometry. - FontGlyphReader() - Constructor for class com.vividsolutions.jts.awt.FontGlyphReader
- fontGlyphSansSerif(Geometry, String) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- fontGlyphSerif(Geometry, String) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- fontGlyphSerifPointSize(Geometry, String, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- forceRepaint() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- format(double, int) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns d as a string truncated to the specified number of decimal places
- format(long) - Static method in class com.vividsolutions.jts.util.Memory
- format(String) - Static method in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- FORMAT_GML - Static variable in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- FORMAT_UNKNOWN - Static variable in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- FORMAT_WKB - Static variable in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- FORMAT_WKT - Static variable in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- formatTooltip(JComponent) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
-
Changes the tooltip text of the JComponent to be multiline HTML.
- formatTooltips(Container) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
-
Changes the tooltip text of each component in the Container to be multiline HTML.
- formInitialDelaunay() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Computes the Delaunay triangulation of the initial sites.
- ForwardComparator() - Constructor for class com.vividsolutions.jts.geom.CoordinateArrays.ForwardComparator
- free() - Static method in class com.vividsolutions.jts.util.Memory
- freeString() - Static method in class com.vividsolutions.jts.util.Memory
- from - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- fromCommaDelimitedString(String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Converts the comma-delimited string into a List of trimmed strings.
- functionExecuted(SpatialFunctionPanelEvent) - Method in interface com.vividsolutions.jtstest.testbuilder.event.SpatialFunctionPanelListener
- FunctionInvocation - Class in com.vividsolutions.jtstest.testbuilder.controller
- FunctionInvocation(GeometryFunction, Object[]) - Constructor for class com.vividsolutions.jtstest.testbuilder.controller.FunctionInvocation
- functionInvoked(GeometryFunctionEvent) - Method in interface com.vividsolutions.jtstest.testbuilder.event.GeometryFunctionListener
- FunctionParameters - Class in com.vividsolutions.jtstest.testbuilder.model
- FunctionParameters() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.FunctionParameters
- functionSelected(GeometryFunctionEvent) - Method in interface com.vividsolutions.jtstest.testbuilder.event.GeometryFunctionListener
- FunctionsUtil - Class in com.vividsolutions.jtstest.function
- FunctionsUtil() - Constructor for class com.vividsolutions.jtstest.function.FunctionsUtil
- FuzzyPointLocator - Class in com.vividsolutions.jts.operation.overlay.validate
-
Finds the most likely
Locationof a point relative to the polygonal components of a geometry, using a tolerance value. - FuzzyPointLocator(Geometry, double) - Constructor for class com.vividsolutions.jts.operation.overlay.validate.FuzzyPointLocator
G
- GB - Static variable in class com.vividsolutions.jts.util.Memory
- ge(DD) - Method in class com.vividsolutions.jts.math.DD
-
Tests whether this value is greater than or equals to another DoubleDouble value.
- GeoJsonConstants - Class in com.vividsolutions.jts.io.geojson
-
Constants for GeoJSON objects
- GeoJsonConstants() - Constructor for class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- GeoJsonMultiReader - Class in com.vividsolutions.jtstest.util.io
- GeoJsonMultiReader(GeometryFactory) - Constructor for class com.vividsolutions.jtstest.util.io.GeoJsonMultiReader
- GeoJsonReader - Class in com.vividsolutions.jts.io.geojson
-
Reads a GeoJson Geometry from a JSON fragment into a
Geometry. - GeoJsonReader() - Constructor for class com.vividsolutions.jts.io.geojson.GeoJsonReader
-
The default constructor uses the SRID from the Geojson CRS and the default
PrecisionModelto create aGeometryFactory. - GeoJsonReader(GeometryFactory) - Constructor for class com.vividsolutions.jts.io.geojson.GeoJsonReader
-
This constructor accepts a
GeometryFactorythat is used to create the output geometries and to override the GeoJson CRS. - GeoJsonWriter - Class in com.vividsolutions.jts.io.geojson
-
Writes
Geometrys as JSON fragments in GeoJson format. - GeoJsonWriter() - Constructor for class com.vividsolutions.jts.io.geojson.GeoJsonWriter
-
Constructs a GeoJsonWriter instance.
- GeoJsonWriter(int) - Constructor for class com.vividsolutions.jts.io.geojson.GeoJsonWriter
-
Constructs a GeoJsonWriter instance specifying the number of decimals to use when encoding floating point numbers.
- GEOM_A - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_A_FILL_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_A_HIGHLIGHT_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_A_LINE_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_B - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_B_FILL_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_B_HIGHLIGHT_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_B_LINE_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_LABEL_A - Static variable in class com.vividsolutions.jtstest.testbuilder.AppStrings
- GEOM_LABEL_B - Static variable in class com.vividsolutions.jtstest.testbuilder.AppStrings
- GEOM_RESULT_FILL_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GEOM_RESULT_LINE_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- geomChanged() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- GeometricShapeBuilder - Class in com.vividsolutions.jts.shape
- GeometricShapeBuilder(GeometryFactory) - Constructor for class com.vividsolutions.jts.shape.GeometricShapeBuilder
- GeometricShapeFactory - Class in com.vividsolutions.jts.util
-
Computes various kinds of common geometric shapes.
- GeometricShapeFactory() - Constructor for class com.vividsolutions.jts.util.GeometricShapeFactory
-
Create a shape factory which will create shapes using the default
GeometryFactory. - GeometricShapeFactory(GeometryFactory) - Constructor for class com.vividsolutions.jts.util.GeometricShapeFactory
-
Create a shape factory which will create shapes using the given
GeometryFactory. - GeometricShapeFactory.Dimensions - Class in com.vividsolutions.jts.util
- geometries - Variable in class com.vividsolutions.jts.geom.GeometryCollection
-
Internal representation of this
GeometryCollection. - Geometry - Class in com.vividsolutions.jts.geom
-
A representation of a planar, linear vector geometry.
- Geometry(GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.Geometry
-
Creates a new
Geometryvia the specified GeometryFactory. - GEOMETRY_FLAVOR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryTransferable
- GeometryBoxDeleter - Class in com.vividsolutions.jtstest.testbuilder.geom
-
Deletes vertices or components from a geometry which lie inside a given box.
- GeometryBoxDeleter() - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryBoxDeleter
- geometryChanged() - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.model.GeometryListener
- geometryChangedAction() - Method in class com.vividsolutions.jts.geom.Geometry
-
Notifies this Geometry that its Coordinates have been changed by an external party.
- GeometryCollection - Class in com.vividsolutions.jts.geom
-
Models a collection of
Geometrys of arbitrary type and dimension. - GeometryCollection(Geometry[], GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.GeometryCollection
- GeometryCollection(Geometry[], PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.GeometryCollection
-
Deprecated.Use GeometryFactory instead
- GEOMETRYCOLLECTION - Static variable in interface com.vividsolutions.jtstest.testbuilder.model.GeometryType
- GeometryCollectionIterator - Class in com.vividsolutions.jts.geom
- GeometryCollectionIterator(Geometry) - Constructor for class com.vividsolutions.jts.geom.GeometryCollectionIterator
-
Constructs an iterator over the given
Geometry. - GeometryCollectionMapper - Class in com.vividsolutions.jts.geom.util
-
Maps the members of a
GeometryCollectioninto another GeometryCollection via a defined mapping function. - GeometryCollectionMapper(GeometryMapper.MapOp) - Constructor for class com.vividsolutions.jts.geom.util.GeometryCollectionMapper
- GeometryCollectionShape - Class in com.vividsolutions.jts.awt
-
A
Shapewhich contains a heterogeneous collection of other shapes representing JTSGeometrys. - GeometryCollectionShape() - Constructor for class com.vividsolutions.jts.awt.GeometryCollectionShape
- GeometryCombiner - Class in com.vividsolutions.jts.geom.util
-
Combines
Geometrys to produce aGeometryCollectionof the most appropriate type. - GeometryCombiner - Class in com.vividsolutions.jtstest.testbuilder.geom
- GeometryCombiner(GeometryFactory) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryCombiner
- GeometryCombiner(Collection) - Constructor for class com.vividsolutions.jts.geom.util.GeometryCombiner
-
Creates a new combiner for a collection of geometries
- GeometryComponentFilter - Interface in com.vividsolutions.jts.geom
-
Geometryclasses support the concept of applying aGeometryComponentFilterfilter to theGeometry. - GeometryContainer - Interface in com.vividsolutions.jtstest.testbuilder.model
- GeometryDataUtil - Class in com.vividsolutions.jtstest.util
- GeometryDataUtil() - Constructor for class com.vividsolutions.jtstest.util.GeometryDataUtil
- GeometryDepiction - Class in com.vividsolutions.jtstest.testbuilder.model
- GeometryDepiction(Color, Color, Color) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- GeometryEditControlPanel - Class in com.vividsolutions.jtstest.testbuilder
- GeometryEditControlPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryEditControlPanel
- GeometryEditModel - Class in com.vividsolutions.jtstest.testbuilder.model
-
Holds the current
TestCaseEdit. - GeometryEditModel() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- GeometryEditor - Class in com.vividsolutions.jts.geom.util
-
A class which supports creating new
Geometrys which are modifications of existing ones, maintaining the same type structure. - GeometryEditor() - Constructor for class com.vividsolutions.jts.geom.util.GeometryEditor
-
Creates a new GeometryEditor object which will create edited
Geometrys with the sameGeometryFactoryas the input Geometry. - GeometryEditor(GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.util.GeometryEditor
-
Creates a new GeometryEditor object which will create edited
Geometrys with the givenGeometryFactory. - GeometryEditor.CoordinateOperation - Class in com.vividsolutions.jts.geom.util
-
A
GeometryEditor.GeometryEditorOperationwhich edits the coordinate list of aGeometry. - GeometryEditor.CoordinateSequenceOperation - Class in com.vividsolutions.jts.geom.util
- GeometryEditor.GeometryEditorOperation - Interface in com.vividsolutions.jts.geom.util
-
A interface which specifies an edit operation for Geometries.
- GeometryEditor.NoOpGeometryOperation - Class in com.vividsolutions.jts.geom.util
-
A GeometryEditorOperation which does not modify the input geometry.
- GeometryEditPanel - Class in com.vividsolutions.jtstest.testbuilder
-
Panel which displays rendered geometries.
- GeometryEditPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- GeometryEvent - Class in com.vividsolutions.jtstest.testbuilder.model
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- GeometryEvent(Object) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.GeometryEvent
- GeometryExtracter - Class in com.vividsolutions.jts.geom.util
-
Extracts the components of a given type from a
Geometry. - GeometryExtracter(Class, List) - Constructor for class com.vividsolutions.jts.geom.util.GeometryExtracter
-
Constructs a filter with a list in which to store the elements found.
- geometryFactory - Variable in class com.vividsolutions.jts.geomgraph.EdgeRing
- GeometryFactory - Class in com.vividsolutions.jts.geom
-
Supplies a set of utility methods for building Geometry objects from lists of Coordinates.
- GeometryFactory() - Constructor for class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.geom.GeometryFactory
-
Constructs a GeometryFactory that generates Geometries having the given
PrecisionModeland the default CoordinateSequence implementation. - GeometryFactory(PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.GeometryFactory
-
Constructs a GeometryFactory that generates Geometries having the given
PrecisionModeland spatial-reference ID, and the default CoordinateSequence implementation. - GeometryFactory(PrecisionModel, int, CoordinateSequenceFactory) - Constructor for class com.vividsolutions.jts.geom.GeometryFactory
-
Constructs a GeometryFactory that generates Geometries having the given PrecisionModel, spatial-reference ID, and CoordinateSequence implementation.
- GeometryFilter - Interface in com.vividsolutions.jts.geom
-
GeometryCollectionclasses support the concept of applying aGeometryFilterto theGeometry. - GeometryFunction - Interface in com.vividsolutions.jtstest.function
-
A reification of a function which can be executed on a
Geometry, possibly with other arguments. - GeometryFunctionEvent - Class in com.vividsolutions.jtstest.testbuilder.event
- GeometryFunctionEvent(GeometryFunction) - Constructor for class com.vividsolutions.jtstest.testbuilder.event.GeometryFunctionEvent
- GeometryFunctionListener - Interface in com.vividsolutions.jtstest.testbuilder.event
- GeometryFunctionListPanel - Class in com.vividsolutions.jtstest.testbuilder
- GeometryFunctionListPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryFunctionListPanel
- GeometryFunctionOperation - Class in com.vividsolutions.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 com.vividsolutions.jtstest.geomop.GeometryFunctionOperation
- GeometryFunctionOperation(GeometryFunctionRegistry) - Constructor for class com.vividsolutions.jtstest.geomop.GeometryFunctionOperation
- GeometryFunctionRegistry - Class in com.vividsolutions.jtstest.function
-
A registry to manage a collection of
GeometryFunctions. - GeometryFunctionRegistry() - Constructor for class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- GeometryFunctionRegistry(Class) - Constructor for class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- GeometryFunctions - Class in com.vividsolutions.jtstest.function
-
Implementations for various geometry functions.
- GeometryFunctions() - Constructor for class com.vividsolutions.jtstest.function.GeometryFunctions
- GeometryFunctionTreePanel - Class in com.vividsolutions.jtstest.testbuilder
- GeometryFunctionTreePanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryFunctionTreePanel
- GeometryGraph - Class in com.vividsolutions.jts.geomgraph
-
A GeometryGraph is a graph that models a given Geometry
- GeometryGraph(int, Geometry) - Constructor for class com.vividsolutions.jts.geomgraph.GeometryGraph
- GeometryGraph(int, Geometry, BoundaryNodeRule) - Constructor for class com.vividsolutions.jts.geomgraph.GeometryGraph
- GeometryGraphOperation - Class in com.vividsolutions.jts.operation
-
The base class for operations that require
GeometryGraphs. - GeometryGraphOperation(Geometry) - Constructor for class com.vividsolutions.jts.operation.GeometryGraphOperation
- GeometryGraphOperation(Geometry, Geometry) - Constructor for class com.vividsolutions.jts.operation.GeometryGraphOperation
- GeometryGraphOperation(Geometry, Geometry, BoundaryNodeRule) - Constructor for class com.vividsolutions.jts.operation.GeometryGraphOperation
- GeometryInputDialog - Class in com.vividsolutions.jtstest.testbuilder
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- GeometryInputDialog() - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryInputDialog
- GeometryInputDialog(Frame, String, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryInputDialog
- GeometryInspectorDialog - Class in com.vividsolutions.jtstest.testbuilder
- GeometryInspectorDialog() - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryInspectorDialog
- GeometryInspectorDialog(Frame) - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryInspectorDialog
- GeometryInspectorDialog(Frame, String, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryInspectorDialog
- GeometryItemDistance - Class in com.vividsolutions.jts.index.strtree
-
An ItemDistance function for items which are
Geometrys, using theGeometry.distance(Geometry)method. - GeometryItemDistance() - Constructor for class com.vividsolutions.jts.index.strtree.GeometryItemDistance
- GeometryListener - Interface in com.vividsolutions.jtstest.testbuilder.model
- GeometryLocation - Class in com.vividsolutions.jts.operation.distance
-
Represents the location of a point on a Geometry.
- GeometryLocation - Class in com.vividsolutions.jtstest.testbuilder.geom
-
Models the location of a point on a Geometry
- GeometryLocation(Geometry, int, Coordinate) - Constructor for class com.vividsolutions.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_AREAif the point is not on a segment). - GeometryLocation(Geometry, Coordinate) - Constructor for class com.vividsolutions.jts.operation.distance.GeometryLocation
-
Constructs a GeometryLocation specifying a point inside an area geometry.
- GeometryLocation(Geometry, Geometry, int[]) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- GeometryLocation(Geometry, Geometry, int[], int, boolean, Coordinate) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- GeometryLocation(Geometry, Geometry, int, boolean, Coordinate) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- GeometryLocation(Geometry, Geometry, int, Coordinate) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- GeometryLocationsWriter - Class in com.vividsolutions.jtstest.testbuilder.ui
- GeometryLocationsWriter() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- GeometryMapper - Class in com.vividsolutions.jts.geom.util
-
Methods to map various collections of
Geometrys via defined mapping functions. - GeometryMapper() - Constructor for class com.vividsolutions.jts.geom.util.GeometryMapper
- GeometryMapper.MapOp - Interface in com.vividsolutions.jts.geom.util
-
An interface for geometry functions used for mapping.
- GeometryMatcher - Interface in com.vividsolutions.jtstest.geomop
-
An interface for classes which can determine whether two geometries match, within a given tolerance.
- GeometryMethodOperation - Class in com.vividsolutions.jtstest.geomop
-
Invokes a named operation on a set of arguments, the first of which is a
Geometry. - GeometryMethodOperation() - Constructor for class com.vividsolutions.jtstest.geomop.GeometryMethodOperation
- GeometryNoder - Class in com.vividsolutions.jts.noding.snapround
-
Nodes the linework in a list of
Geometrys using Snap-Rounding to a givenPrecisionModel. - GeometryNoder(PrecisionModel) - Constructor for class com.vividsolutions.jts.noding.snapround.GeometryNoder
-
Creates a new noder which snap-rounds to a grid specified by the given
PrecisionModel. - GeometryOperation - Interface in com.vividsolutions.jtstest.geomop
-
Interface for classes which execute operations on
Geometrys. - GeometryOperationLoader - Class in com.vividsolutions.jtstest.testrunner
-
Loads a GeometryOperation class
- GeometryOperationLoader() - Constructor for class com.vividsolutions.jtstest.testrunner.GeometryOperationLoader
- GeometryPainter - Class in com.vividsolutions.jtstest.testbuilder.ui.render
- GeometryPainter() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.render.GeometryPainter
- GeometryPointLocater - Class in com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.geom.GeometryPointLocater
- GeometryPopupMenu - Class in com.vividsolutions.jtstest.testbuilder
- GeometryPopupMenu() - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryPopupMenu
- GeometryPrecisionReducer - Class in com.vividsolutions.jts.precision
-
Reduces the precision of a
Geometryaccording to the suppliedPrecisionModel, ensuring that the result is topologically valid. - GeometryPrecisionReducer(PrecisionModel) - Constructor for class com.vividsolutions.jts.precision.GeometryPrecisionReducer
- GeometryResult - Class in com.vividsolutions.jtstest.testrunner
- GeometryResult(Geometry) - Constructor for class com.vividsolutions.jtstest.testrunner.GeometryResult
- GeometrySnapper - Class in com.vividsolutions.jts.operation.overlay.snap
-
Snaps the vertices and segments of a
Geometryto another Geometry's vertices. - GeometrySnapper(Geometry) - Constructor for class com.vividsolutions.jts.operation.overlay.snap.GeometrySnapper
-
Creates a new snapper acting on the given geometry
- GeometryStrategies - Class in com.vividsolutions.jts.io.gml2
-
Container for GML2 Geometry parsing strategies which can be represented in JTS.
- GeometryStrategies() - Constructor for class com.vividsolutions.jts.io.gml2.GeometryStrategies
- GeometryStretcherView - Class in com.vividsolutions.jtstest.testbuilder.model
- GeometryStretcherView(GeometryEditModel) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
- GeometryTextCleaner - Class in com.vividsolutions.jtstest.util
-
Cleans text strings which are supposed to contain valid text for Geometries (either WKB, WKB, or GML)
- GeometryTextCleaner() - Constructor for class com.vividsolutions.jtstest.util.GeometryTextCleaner
- GeometryTransferable - Class in com.vividsolutions.jtstest.testbuilder.model
- GeometryTransferable(Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.GeometryTransferable
- GeometryTransferable(Geometry, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.GeometryTransferable
- GeometryTransformer - Class in com.vividsolutions.jts.geom.util
- GeometryTransformer() - Constructor for class com.vividsolutions.jts.geom.util.GeometryTransformer
- GeometryTreeModel - Class in com.vividsolutions.jtstest.testbuilder
- GeometryTreeModel(Geometry, int) - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryTreeModel
- GeometryTreePanel - Class in com.vividsolutions.jtstest.testbuilder
- GeometryTreePanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.GeometryTreePanel
- GeometryType - Interface in com.vividsolutions.jtstest.testbuilder.model
- GeometryUtil - Class in com.vividsolutions.jtstest.testbuilder.geom
- GeometryUtil() - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryUtil
- GeometryVertexDeleter - Class in com.vividsolutions.jtstest.testbuilder.geom
- GeometryVertexDeleter() - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryVertexDeleter
- GeometryVertexInserter - Class in com.vividsolutions.jtstest.testbuilder.geom
- GeometryVertexInserter() - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryVertexInserter
- GeometryVertexMover - Class in com.vividsolutions.jtstest.testbuilder.geom
- GeometryVertexMover() - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.GeometryVertexMover
- GeometryVerticesMover - Class in com.vividsolutions.jtstest.testbuilder.topostretch
- GeometryVerticesMover(Geometry, Map) - Constructor for class com.vividsolutions.jtstest.testbuilder.topostretch.GeometryVerticesMover
- geometryViewChanged() - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- geomFact - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory
- geomFactory - Variable in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- geomModel() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- gestureFinished() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
- gestureFinished() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.DeleteVertexTool
- gestureFinished() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.ExtractComponentTool
- gestureFinished() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.RectangleTool
- get() - Method in class com.vividsolutions.jtstest.testbuilder.ui.SwingWorker
-
Return the value created by the
constructmethod. - get(int) - Method in class com.vividsolutions.jts.geomgraph.EdgeList
- get(int) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- get(int, int) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns the value of one of this matrix entries.
- get(Object, Object) - Method in class com.vividsolutions.jtstest.function.DoubleKeyMap
- get(String) - Method in class com.vividsolutions.jtstest.testrunner.Parameters
-
Returns the value of the specified parameter, or null if there is no such key.
- getActualResult() - Method in class com.vividsolutions.jtstest.testrunner.Test
-
Computes the actual result and caches the result value.
- getAdjacentTriangleAcrossEdge(int) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getAdjacentTriangleEdgeIndex(int) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getAngle() - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Returns the angle that the start of this DirectedEdge makes with the positive x-axis, in radians.
- getArea() - Method in class com.vividsolutions.jts.geom.Envelope
-
Gets the area of this envelope.
- getArea() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the area of this
Geometry. - getArea() - Method in class com.vividsolutions.jts.geom.GeometryCollection
-
Returns the area of this
GeometryCollection - getArea() - Method in class com.vividsolutions.jts.geom.Polygon
-
Returns the area of this
Polygon - getArg(int) - Method in class com.vividsolutions.jtstest.command.Option
- getArgAsInt(int) - Method in class com.vividsolutions.jtstest.command.Option
- getArgDesc() - Method in class com.vividsolutions.jtstest.command.OptionSpec
- getArgGeometry(int) - Method in class com.vividsolutions.jts.operation.GeometryGraphOperation
- getArgument(int) - Method in class com.vividsolutions.jtstest.testrunner.Test
- getArgumentCount() - Method in class com.vividsolutions.jtstest.testrunner.Test
- getBandColor() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- getBase() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- getBit(int) - Method in class com.vividsolutions.jts.index.quadtree.DoubleBits
- getBit(long, int) - Static method in class com.vividsolutions.jts.precision.CommonBits
-
Extracts the i'th bit of a bitstring.
- getBoundary() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the boundary, or an empty geometry of appropriate dimension if this
Geometryis empty. - getBoundary() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getBoundary() - Method in class com.vividsolutions.jts.geom.LineString
-
Gets the boundary of this geometry.
- getBoundary() - Method in class com.vividsolutions.jts.geom.MultiLineString
-
Gets the boundary of this geometry.
- getBoundary() - Method in class com.vividsolutions.jts.geom.MultiPoint
-
Gets the boundary of this geometry.
- getBoundary() - Method in class com.vividsolutions.jts.geom.MultiPolygon
-
Computes the boundary of this geometry
- getBoundary() - Method in class com.vividsolutions.jts.geom.Point
-
Gets the boundary of this geometry.
- getBoundary() - Method in class com.vividsolutions.jts.geom.Polygon
-
Computes the boundary of this geometry
- getBoundary() - Method in class com.vividsolutions.jts.operation.BoundaryOp
- getBoundary(Geometry) - Static method in class com.vividsolutions.jts.operation.BoundaryOp
- getBoundary(Geometry, BoundaryNodeRule) - Static method in class com.vividsolutions.jts.operation.BoundaryOp
- getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the dimension of this
Geometrys inherent boundary. - getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.LinearRing
-
Returns
Dimension.FALSE, since by definition LinearRings do not have a boundary. - getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.LineString
- getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.MultiLineString
- getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.MultiPoint
- getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.MultiPolygon
- getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.Point
- getBoundaryDimension() - Method in class com.vividsolutions.jts.geom.Polygon
- getBoundaryNodeRule() - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
- getBoundaryNodes() - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
- getBoundaryNodes(int) - Method in class com.vividsolutions.jts.geomgraph.NodeMap
- getBoundaryPoints() - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
- getBounds() - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- getBounds() - Method in class com.vividsolutions.jts.awt.PolygonShape
- getBounds() - Method in class com.vividsolutions.jts.index.strtree.AbstractNode
-
Gets the bounds of this node
- getBounds() - Method in interface com.vividsolutions.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 com.vividsolutions.jts.index.strtree.ItemBoundable
- getBounds() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileHeader
- getBounds2D() - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- getBounds2D() - Method in class com.vividsolutions.jts.awt.PolygonShape
- getBox() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
- getBufferParameters() - Method in class com.vividsolutions.jts.operation.buffer.OffsetCurveBuilder
-
Gets the buffer parameters being used to generate the curve.
- getCaseIndex() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- getCategories() - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- getCategorizedGeometryFunctions() - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- getCategory() - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- getCategory() - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Gets the category name of this function
- getCentre() - Method in class com.vividsolutions.jts.algorithm.MinimumBoundingCircle
-
Gets the centre point of the computed Minimum Bounding Circle.
- getCentre() - Method in class com.vividsolutions.jts.index.quadtree.Key
- getCentre() - Method in class com.vividsolutions.jts.index.strtree.Interval
- getCentre() - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- getCentre() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- getCentroid() - Method in class com.vividsolutions.jts.algorithm.Centroid
-
Gets the computed centroid.
- getCentroid() - Method in class com.vividsolutions.jts.algorithm.CentroidArea
-
Deprecated.
- getCentroid() - Method in class com.vividsolutions.jts.algorithm.CentroidLine
-
Deprecated.
- getCentroid() - Method in class com.vividsolutions.jts.algorithm.CentroidPoint
-
Deprecated.
- getCentroid() - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes the centroid of this
Geometry. - getCentroid(Geometry) - Static method in class com.vividsolutions.jts.algorithm.Centroid
-
Computes the centroid point of a geometry.
- getChains(Coordinate[]) - Static method in class com.vividsolutions.jts.index.chain.MonotoneChainBuilder
- getChains(Coordinate[], Object) - Static method in class com.vividsolutions.jts.index.chain.MonotoneChainBuilder
-
Return a list of the
MonotoneChains for the given list of coordinates. - getChainStartIndices(Coordinate[]) - Method in class com.vividsolutions.jts.geomgraph.index.MonotoneChainIndexer
- getChainStartIndices(Coordinate[]) - Static method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.GeometryTreeModel
-
Returns the child of parent at index index in the parent's child array.
- getChildBoundables() - Method in class com.vividsolutions.jts.index.strtree.AbstractNode
-
Returns either child
AbstractNodes, or if this is a leaf node, real data (wrapped inItemBoundables). - getChildCount(Object) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreeModel
-
Returns the number of children of parent.
- getCircle() - Method in class com.vividsolutions.jts.algorithm.MinimumBoundingCircle
-
Gets a geometry which represents the Minimum Bounding Circle.
- getClassname(Class) - Static method in class com.vividsolutions.jtstest.function.StaticMethodGeometryFunction
- getClassname(Class) - Static method in class com.vividsolutions.jtstest.util.ClassUtil
- getCollapsedEdge() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getColor() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- getColor() - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.DataLabelStyle
- getCommon() - Method in class com.vividsolutions.jts.precision.CommonBits
- getCommonCoordinate() - Method in class com.vividsolutions.jts.precision.CommonBitsRemover
-
The common bits of the Coordinates in the supplied Geometries.
- getComparator() - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- getComparator() - Method in class com.vividsolutions.jts.index.strtree.SIRtree
- getComparator() - Method in class com.vividsolutions.jts.index.strtree.STRtree
- getComponent() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- getComponent(int) - Method in class com.vividsolutions.jts.math.Vector2D
- getComponent(Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.model.LayerList
- getComponentIndex() - Method in class com.vividsolutions.jts.linearref.LinearIterator
-
The component index of the vertex the iterator is currently at.
- getComponentIndex() - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Gets the component index for this location.
- getComponents(Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.geom.ComponentLocater
- getComponents(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.geom.ComponentLocater
- getComponents(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.LayerList
- getComponentWithVisitedState(Iterator, boolean) - Static method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Finds the first
GraphComponentin aIteratorset which has the specified visited state. - getConnectedSubgraphs() - Method in class com.vividsolutions.jts.planargraph.algorithm.ConnectedSubgraphFinder
- getConstraint() - Method in class com.vividsolutions.jts.triangulate.ConstraintVertex
-
Gets the external constraint object
- getConstraintSegments() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the
Segments which represent the constraints. - getContainer(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
- getContents(Clipboard) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- getContents(String) - Static method in class com.vividsolutions.jtstest.util.FileUtil
-
Returns a List of the String's in the text file, one per line.
- getContext() - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
- getContext() - Method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Gets the user-defined data for this component.
- getConverter(Viewport) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.render.GeometryPainter
- getConvexHull() - Method in class com.vividsolutions.jts.algorithm.ConvexHull
-
Returns a
Geometrythat represents the convex hull of the input geometry. - getConvexHull() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the convex hull of all the sites in the triangulation, including constraint vertices.
- getCoordinate() - Method in class com.vividsolutions.jts.algorithm.HCoordinate
- getCoordinate() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns a vertex of this
Geometry(usually, but not necessarily, the first one). - getCoordinate() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getCoordinate() - Method in class com.vividsolutions.jts.geom.LineString
- getCoordinate() - Method in class com.vividsolutions.jts.geom.Point
- getCoordinate() - Method in class com.vividsolutions.jts.geom.Polygon
- getCoordinate() - Method in exception com.vividsolutions.jts.geom.TopologyException
- getCoordinate() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getCoordinate() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- getCoordinate() - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- getCoordinate() - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- getCoordinate() - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- getCoordinate() - Method in class com.vividsolutions.jts.geomgraph.Node
- getCoordinate() - Method in class com.vividsolutions.jts.index.kdtree.KdNode
-
Returns the location of this node
- getCoordinate() - Method in class com.vividsolutions.jts.noding.SegmentNode
-
Gets the
Coordinategiving the location of this node. - getCoordinate() - Method in class com.vividsolutions.jts.noding.snapround.HotPixel
-
Gets the coordinate this hot pixel is based at.
- getCoordinate() - Method in class com.vividsolutions.jts.operation.distance.GeometryLocation
-
Returns the
Coordinateof this location. - getCoordinate() - Method in class com.vividsolutions.jts.operation.valid.ConnectedInteriorTester
- getCoordinate() - Method in class com.vividsolutions.jts.operation.valid.RepeatedPointTester
- getCoordinate() - Method in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Returns the location of this error (on the
Geometrycontaining the error). - getCoordinate() - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Returns the coordinate of the from-node.
- getCoordinate() - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Returns the coordinate for the node at wich this star is based
- getCoordinate() - Method in class com.vividsolutions.jts.planargraph.Node
-
Returns the location of this Node.
- getCoordinate() - Method in exception com.vividsolutions.jts.triangulate.ConstraintEnforcementException
-
Gets the approximate location of this error.
- getCoordinate() - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- getCoordinate() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- getCoordinate() - Method in class com.vividsolutions.jtstest.testbuilder.geom.VertexLocater.Location
- getCoordinate(int) - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- getCoordinate(int) - Method in class com.vividsolutions.jts.geom.CoordinateList
- getCoordinate(int) - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns (possibly a copy of) the i'th coordinate in this sequence.
- getCoordinate(int) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Get the Coordinate with index i.
- getCoordinate(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- getCoordinate(int) - Method in class com.vividsolutions.jts.geom.LineSegment
- getCoordinate(int) - Method in class com.vividsolutions.jts.geom.MultiPoint
-
Returns the
Coordinateat the given position. - getCoordinate(int) - Method in class com.vividsolutions.jts.geomgraph.Edge
- getCoordinate(int) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- getCoordinate(int) - Method in class com.vividsolutions.jts.noding.BasicSegmentString
- getCoordinate(int) - Method in class com.vividsolutions.jts.noding.NodedSegmentString
- getCoordinate(int) - Method in interface com.vividsolutions.jts.noding.SegmentString
- getCoordinate(int) - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- getCoordinate(int) - Method in class com.vividsolutions.jts.operation.distance.FacetSequence
- getCoordinate(int) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getCoordinate(int) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getCoordinate(int) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- getCoordinate(int, Coordinate) - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Copies the i'th coordinate in the sequence to the supplied
Coordinate. - getCoordinate(int, Coordinate) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
- getCoordinate(int, Coordinate) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- getCoordinate(int, Coordinate) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getCoordinate(int, Coordinate) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- getCoordinate(Geometry) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Gets the
Coordinatealong the given linearGeometrywhich is referenced by this location. - getCoordinateCopy(int) - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns a copy of the i'th coordinate in this sequence.
- getCoordinateCopy(int) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Get a copy of the Coordinate with index i.
- getCoordinateCopy(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- getCoordinateCopy(int) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getCoordinateCopy(int) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- getCoordinateInternal(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
- getCoordinateInternal(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
- getCoordinateInternal(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
-
Returns a Coordinate representation of the specified coordinate, by always building a new Coordinate object
- getCoordinateN(int) - Method in class com.vividsolutions.jts.geom.LineString
- getCoordinates() - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance
- getCoordinates() - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- getCoordinates() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns an array containing the values of all the vertices for this geometry.
- getCoordinates() - Method in class com.vividsolutions.jts.geom.GeometryCollection
-
Collects all coordinates of all subgeometries into an Array.
- getCoordinates() - Method in class com.vividsolutions.jts.geom.LineString
- getCoordinates() - Method in class com.vividsolutions.jts.geom.Point
- getCoordinates() - Method in class com.vividsolutions.jts.geom.Polygon
- getCoordinates() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getCoordinates() - Method in class com.vividsolutions.jts.geomgraph.index.MonotoneChainEdge
- getCoordinates() - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
-
Return the subsequence of coordinates forming this chain.
- getCoordinates() - Method in class com.vividsolutions.jts.noding.BasicSegmentString
- getCoordinates() - Method in class com.vividsolutions.jts.noding.NodedSegmentString
- getCoordinates() - Method in interface com.vividsolutions.jts.noding.SegmentString
- getCoordinates() - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- getCoordinates() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getCoordinates() - Method in class com.vividsolutions.jts.triangulate.VertexTaggedGeometryDataMapper
- getCoordinates() - Method in class com.vividsolutions.jts.util.CoordinateArrayFilter
-
Returns the gathered
Coordinates. - getCoordinates() - Method in class com.vividsolutions.jts.util.UniqueCoordinateArrayFilter
-
Returns the gathered
Coordinates. - getCoordinates() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
-
Gets the coordinates for the rectangle starting at the first point clicked.
- getCoordinates() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
-
Returns an empty List once the shape is cleared.
- getCoordinates(Geometry) - Static method in class com.vividsolutions.jts.geom.util.ComponentCoordinateExtracter
-
Extracts the linear components from a single geometry.
- getCoordinates(Geometry) - Static method in class com.vividsolutions.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 com.vividsolutions.jtstest.function.GeometryFunctions
- getCoordinateSequence() - Method in class com.vividsolutions.jts.geom.LineString
- getCoordinateSequence() - Method in class com.vividsolutions.jts.geom.Point
- getCoordinateSequenceFactory() - Method in class com.vividsolutions.jts.geom.GeometryFactory
- getCoordinatesOfEnvelope() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
-
Getes the coordinates for the rectangle starting with the lower left point.
- getCount() - Method in class com.vividsolutions.jts.index.kdtree.KdNode
-
Returns the number of inserted points that are coincident at this location.
- getCount() - Method in class com.vividsolutions.jts.util.CoordinateCountFilter
-
Returns the result of the filtering.
- getCurrentTestable() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getCurrentTestCaseEdit() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getCurrentTestIndex() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getCursor() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- getCursor() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PanTool
- getCursor() - Method in interface com.vividsolutions.jtstest.testbuilder.ui.tools.Tool
- getCurves() - Method in class com.vividsolutions.jts.operation.buffer.OffsetCurveSetBuilder
-
Computes the set of raw offset curves for the buffer.
- getCutEdges() - Method in class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Gets the list of cut edges found during polygonization.
- getDangles() - Method in class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Gets the list of dangling lines found during polygonization.
- getData() - Method in class com.vividsolutions.jts.index.kdtree.KdNode
-
Gets the user data object associated with this node.
- getData() - Method in class com.vividsolutions.jts.noding.BasicSegmentString
-
Gets the user-defined data for this segment string.
- getData() - Method in class com.vividsolutions.jts.noding.NodedSegmentString
-
Gets the user-defined data for this segment string.
- getData() - Method in interface com.vividsolutions.jts.noding.SegmentString
-
Gets the user-defined data for this segment string.
- getData() - Method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Gets the user-defined data for this component.
- getData() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the external data value for this edge.
- getData() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the external data value for this triangle.
- getData() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the external data associated with this segment
- getDegree() - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- getDegree() - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Returns the number of edges around the Node associated with this DirectedEdgeStar.
- getDegree() - Method in class com.vividsolutions.jts.planargraph.Node
-
Returns the number of edges around this Node.
- getDeleteEventIndex() - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
- getDeleteEventIndex() - Method in class com.vividsolutions.jts.index.sweepline.SweepLineEvent
- getDelta(int) - Method in class com.vividsolutions.jts.geomgraph.Depth
- getDepth() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getDepth(int) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- getDepth(int, int) - Method in class com.vividsolutions.jts.geomgraph.Depth
- getDepthDelta() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- getDepthDelta() - Method in class com.vividsolutions.jts.geomgraph.Edge
-
The depthDelta is the change in depth as an edge is crossed from R to L
- getDescription() - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- getDescription() - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Gets the description of this function
- getDescription() - Method in interface com.vividsolutions.jtstest.test.Testable
- getDescription() - Method in class com.vividsolutions.jtstest.test.TestCase
- getDescription() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getDescription() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getDescription() - Method in class com.vividsolutions.jtstest.testrunner.Test
- getDescription() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- getDescription() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getDescriptionForXml(TestCase) - Method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getDescriptionForXmlFromGdbcTestCase(TestCase) - Method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getDeterminant() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Computes the determinant of the transformation matrix.
- getDiagram(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.VoronoiDiagramBuilder
-
Gets the faces of the computed diagram as a
GeometryCollectionofPolygons, clipped as specified. - getDiameter() - Method in class com.vividsolutions.jts.algorithm.MinimumBoundingCircle
-
Gets a geometry representing the diameter of the computed Minimum Bounding Circle.
- getDiameter() - Method in class com.vividsolutions.jts.algorithm.MinimumDiameter
-
Gets a
LineStringwhich is a minimum diameter - getDiameter() - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- getDimension() - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns the dimension (number of ordinates in each coordinate) for this sequence.
- getDimension() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the dimension of this geometry.
- getDimension() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getDimension() - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
- getDimension() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- getDimension() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- getDimension() - Method in class com.vividsolutions.jts.geom.LineString
- getDimension() - Method in class com.vividsolutions.jts.geom.MultiLineString
- getDimension() - Method in class com.vividsolutions.jts.geom.MultiPoint
- getDimension() - Method in class com.vividsolutions.jts.geom.MultiPolygon
- getDimension() - Method in class com.vividsolutions.jts.geom.Point
- getDimension() - Method in class com.vividsolutions.jts.geom.Polygon
- getDimension() - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getDimension() - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- getDirectedCoordinate() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- getDirectionPt() - Method in class com.vividsolutions.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 com.vividsolutions.jts.planargraph.Edge
-
Returns one of the DirectedEdges associated with this Edge.
- getDirEdge(Node) - Method in class com.vividsolutions.jts.planargraph.Edge
-
Returns the
DirectedEdgethat 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 com.vividsolutions.jts.noding.SegmentStringDissolver
-
Gets the collection of dissolved (i.e.
- getDistance() - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- getDistance() - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- getDistance() - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- getDistance() - Method in class com.vividsolutions.jts.precision.MinimumClearance
-
Gets the Minimum Clearance distance.
- getDistance() - Method in class com.vividsolutions.jts.precision.SimpleMinimumClearance
- getDistance(Geometry) - Method in class com.vividsolutions.jts.operation.distance.IndexedFacetDistance
-
Computes the distance from the base geometry to the given geometry.
- getDistance(Geometry) - Static method in class com.vividsolutions.jts.precision.MinimumClearance
-
Computes the Minimum Clearance distance for the given Geometry.
- getDistance(Geometry) - Static method in class com.vividsolutions.jts.precision.SimpleMinimumClearance
- getDistancePoints() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder
- getDocDesc() - Method in class com.vividsolutions.jtstest.command.OptionSpec
- getDocumentLocator() - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- getDouble() - Method in class com.vividsolutions.jts.index.quadtree.DoubleBits
- getDouble(byte[], int) - Static method in class com.vividsolutions.jts.io.ByteOrderValues
- getDouble(JTextField, Double) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- getDoubleOrNull(Object[], int) - Static method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- getDx() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- getDy() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- getEdge() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- getEdge() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- getEdge() - Method in class com.vividsolutions.jts.noding.SegmentNodeList
- getEdge() - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Returns this DirectedEdge's parent Edge, or null if it has none.
- getEdge(int) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getEdgeDirection() - Method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm.LineIntersector
-
Computes the "edge distance" of an intersection point along the specified input line segment.
- getEdgeEnds() - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- getEdgeEnds() - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBundle
- getEdgeIndex(QuadEdge) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the index for the given edge of this triangle
- getEdgeIndex(Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the index for the edge that starts at vertex v.
- getEdgeIntersectionList() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getEdgeIterator() - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- getEdgeRing() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- getEdges() - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- getEdges() - Method in class com.vividsolutions.jts.geomgraph.EdgeList
- getEdges() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
-
Returns the list of DirectedEdges that make up this EdgeRing
- getEdges() - Method in class com.vividsolutions.jts.geomgraph.Node
- getEdges() - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Returns the DirectedEdges, in ascending order by angle with the positive x-axis.
- getEdges() - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Returns the Edges that have been added to this PlanarGraph
- getEdges() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the collection of base
QuadEdges (one for every pair of vertices which is connected). - getEdges() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getEdges(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Gets the edges of the computed triangulation as a
MultiLineString. - getEdges(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Gets the edges of the computed triangulation as a
MultiLineString. - getEdges(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the geometry for the edges in the subdivision as a
MultiLineStringcontaining 2-point lines. - getEdgesBetween(Node, Node) - Static method in class com.vividsolutions.jts.planargraph.Node
-
Returns all Edges that connect the two nodes (which are assumed to be different).
- getEdgeSegment(int, LineSegment) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getEnd() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the end coordinate of the segment
- getEnd() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getEndCapStyle() - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Gets the end cap style.
- getEndIndex() - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
- getEndIndex() - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Returns the index of the end of the line
- getEndIndex() - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Returns the index of the end of the line
- getEndLine() - Method in class com.vividsolutions.jtstest.util.io.LineNumberElement
- getEndLocation(Geometry) - Static method in class com.vividsolutions.jts.linearref.LinearLocation
-
Gets a location which refers to the end of a linear
Geometry. - getEndpoint(int, int) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Gets an endpoint of an input segment.
- getEndPoint() - Method in class com.vividsolutions.jts.geom.LineString
- getEndPoints(Geometry) - Static method in class com.vividsolutions.jtsexample.technique.LineStringSelfIntersections
- getEndX() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the end X ordinate of the segment
- getEndY() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the end Y ordinate of the segment
- getEndZ() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the end Z ordinate of the segment
- getEnvelope() - Method in class com.vividsolutions.jts.geom.Geometry
-
Gets a Geometry representing the envelope (bounding box) of this
Geometry. - getEnvelope() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getEnvelope() - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
- getEnvelope() - Method in class com.vividsolutions.jts.index.quadtree.Key
- getEnvelope() - Method in class com.vividsolutions.jts.index.quadtree.Node
- getEnvelope() - Method in class com.vividsolutions.jts.operation.distance.FacetSequence
- getEnvelope() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the envelope of the Subdivision (including the frame).
- getEnvelope() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- getEnvelope() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getEnvelope() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
-
Gets the envelope of the indicated rectangle, in model coordinates.
- getEnvelopeAll() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getEnvelopeInternal() - Method in class com.vividsolutions.jts.geom.Geometry
-
Gets an
Envelopecontaining the minimum and maximum x and y values in thisGeometry. - getEnvelopeOrDefault(Geometry) - Static method in class com.vividsolutions.jtstest.function.FunctionsUtil
- getEnvelopeResult() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getErrorIndicator() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferDistanceValidator
-
Gets a geometry which indicates the location and nature of a validation failure.
- getErrorIndicator() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferResultValidator
-
Gets a geometry which indicates the location and nature of a validation failure.
- getErrorLocation() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferDistanceValidator
- getErrorLocation() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferResultValidator
- getErrorMessage() - Method in class com.vividsolutions.jts.noding.FastNodingValidator
-
Returns an error message indicating the segments containing the intersection.
- getErrorMessage() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferDistanceValidator
- getErrorMessage() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferResultValidator
- getErrorType() - Method in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Gets the type of this error.
- getException() - Method in class com.vividsolutions.jtstest.testrunner.Test
- getExceptionCount() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getExpectedBoundary() - Method in interface com.vividsolutions.jtstest.test.Testable
- getExpectedBoundary() - Method in class com.vividsolutions.jtstest.test.TestCase
- getExpectedBoundary() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getExpectedBoundary() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedConvexHull() - Method in interface com.vividsolutions.jtstest.test.Testable
- getExpectedConvexHull() - Method in class com.vividsolutions.jtstest.test.TestCase
- getExpectedConvexHull() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getExpectedConvexHull() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedDifference() - Method in interface com.vividsolutions.jtstest.test.Testable
- getExpectedDifference() - Method in class com.vividsolutions.jtstest.test.TestCase
- getExpectedDifference() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getExpectedDifference() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedIntersection() - Method in interface com.vividsolutions.jtstest.test.Testable
- getExpectedIntersection() - Method in class com.vividsolutions.jtstest.test.TestCase
- getExpectedIntersection() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getExpectedIntersection() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedIntersectionMatrix() - Method in interface com.vividsolutions.jtstest.test.Testable
- getExpectedIntersectionMatrix() - Method in class com.vividsolutions.jtstest.test.TestCase
- getExpectedIntersectionMatrix() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getExpectedIntersectionMatrix() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedResult() - Method in class com.vividsolutions.jtstest.testrunner.Test
- getExpectedSymDifference() - Method in interface com.vividsolutions.jtstest.test.Testable
- getExpectedSymDifference() - Method in class com.vividsolutions.jtstest.test.TestCase
- getExpectedSymDifference() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getExpectedSymDifference() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExpectedUnion() - Method in interface com.vividsolutions.jtstest.test.Testable
- getExpectedUnion() - Method in class com.vividsolutions.jtstest.test.TestCase
- getExpectedUnion() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getExpectedUnion() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getExponent() - Method in class com.vividsolutions.jts.index.quadtree.DoubleBits
-
Determines the exponent for the number
- getExtent() - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- getExteriorRing() - Method in class com.vividsolutions.jts.geom.Polygon
- getExtremalPoints() - Method in class com.vividsolutions.jts.algorithm.MinimumBoundingCircle
-
Gets the extremal points which define the computed Minimum Bounding Circle.
- getFactory() - Method in class com.vividsolutions.jts.geom.Geometry
-
Gets the factory which contains the context in which this geometry was created.
- getFactoryOrDefault(Geometry) - Static method in class com.vividsolutions.jtstest.function.FunctionsUtil
- getFactoryOrDefault(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.FunctionsUtil
- getFailedCount() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getFailedMsg() - Method in interface com.vividsolutions.jtstest.test.Testable
- getFailedMsg() - Method in class com.vividsolutions.jtstest.test.TestCase
- getFailedMsg() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getFailedMsg() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getFarthestPoints() - Method in class com.vividsolutions.jts.algorithm.MinimumBoundingCircle
-
Gets a geometry representing a line between the two farthest points in the input.
- getFillColor() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- getFillColor() - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.BasicStyle
- getFromClipboard() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- getFromNode() - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Returns the node from which this DirectedEdge leaves.
- getFullString(Throwable) - Static method in class com.vividsolutions.jtstest.util.ExceptionFormatter
- getFunction() - Method in class com.vividsolutions.jtstest.testbuilder.controller.FunctionInvocation
- getFunction() - Method in class com.vividsolutions.jtstest.testbuilder.event.GeometryFunctionEvent
- getFunction() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionListPanel
- getFunction() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionTreePanel
- getFunction() - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- getFunctionParams() - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- getFunctionRegistry() - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder
- getFunctions() - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- getFunctions(String) - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- getGeometries() - Method in class com.vividsolutions.jtstest.test.TestCase
- getGeometries() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getGeometry() - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Gets the original
Geometrywhich has been prepared. - getGeometry() - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
- getGeometry() - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
-
Gets the geometry parsed by this handler.
- getGeometry() - Method in class com.vividsolutions.jts.linearref.LinearGeometryBuilder
- getGeometry() - Method in class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Gets a geometry representing the polygons formed by the polygonization.
- getGeometry() - Method in class com.vividsolutions.jts.shape.fractal.KochSnowflakeBuilder
- getGeometry() - Method in class com.vividsolutions.jts.shape.fractal.SierpinskiCarpetBuilder
- getGeometry() - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- getGeometry() - Method in class com.vividsolutions.jts.shape.random.RandomPointsBuilder
- getGeometry() - Method in class com.vividsolutions.jts.shape.random.RandomPointsInGridBuilder
-
Gets the
MultiPointcontaining the generated point - getGeometry() - Method in interface com.vividsolutions.jtstest.testbuilder.model.GeometryContainer
- getGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.model.IndexedGeometryContainer
- getGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- getGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.model.ResultGeometryContainer
- getGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.model.StaticGeometryContainer
- getGeometry() - Method in class com.vividsolutions.jtstest.testrunner.GeometryResult
- getGeometry(int) - Method in interface com.vividsolutions.jtstest.test.Testable
- getGeometry(int) - Method in class com.vividsolutions.jtstest.test.TestCase
- getGeometry(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getGeometry(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getGeometry(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getGeometry(Geometry) - Static method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometryand returns them as either a {@link LineString) or {@link MultiLineString}. - getGeometry(Geometry) - Static method in class com.vividsolutions.jts.geom.util.LineStringExtracter
-
Extracts the
LineStringelements from a singleGeometryand returns them as either a {@link LineString) or {@link MultiLineString}. - getGeometry(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getGeometry(Geometry, boolean) - Static method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometryand returns them as either a {@link LineString) or {@link MultiLineString}. - getGeometryA() - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- getGeometryA() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- getGeometryB() - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- getGeometryB() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- getGeometryComponent() - Method in class com.vividsolutions.jts.operation.distance.GeometryLocation
-
Returns the geometry component on (or in) which this location occurs.
- getGeometryCount() - Method in class com.vividsolutions.jts.geomgraph.Label
- getGeometryEditControlPanel() - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- getGeometryEditModel() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getGeometryEditPanel() - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- getGeometryEditPanel() - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- getGeometryEditPanel() - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- getGeometryFactory() - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder
- getGeometryFactory() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getGeometryFunctions() - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- getGeometryIndex() - Method in class com.vividsolutions.jtstest.testrunner.Test
- getGeometryN(int) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns an element
Geometryfrom aGeometryCollection(orthis, if the geometry is not a collection). - getGeometryN(int) - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getGeometryN(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- getGeometryOperation() - Method in class com.vividsolutions.jtstest.testrunner.TestReader
- getGeometryOperation() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getGeometryOperation() - Static method in class com.vividsolutions.jtstest.testrunner.TopologyTestApp
- getGeometryReturnType(String) - Static method in class com.vividsolutions.jtstest.geomop.GeometryMethodOperation
- getGeometryText(int) - Method in class com.vividsolutions.jtstest.testbuilder.WKTPanel
- getGeometryTextA() - Method in class com.vividsolutions.jtstest.testbuilder.WKTPanel
- getGeometryTextB() - Method in class com.vividsolutions.jtstest.testbuilder.WKTPanel
- getGeometryTextClean(int) - Method in class com.vividsolutions.jtstest.testbuilder.WKTPanel
- getGeometryType() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the name of this Geometry's actual class.
- getGeometryType() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getGeometryType() - Method in class com.vividsolutions.jts.geom.LinearRing
- getGeometryType() - Method in class com.vividsolutions.jts.geom.LineString
- getGeometryType() - Method in class com.vividsolutions.jts.geom.MultiLineString
- getGeometryType() - Method in class com.vividsolutions.jts.geom.MultiPoint
- getGeometryType() - Method in class com.vividsolutions.jts.geom.MultiPolygon
- getGeometryType() - Method in class com.vividsolutions.jts.geom.Point
- getGeometryType() - Method in class com.vividsolutions.jts.geom.Polygon
- getGeometryType() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getGeometryType() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractDrawTool
- getGeometryType() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- getGeometryType() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineStringTool
- getGeometryType() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PointTool
- getGeometryType() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PolygonTool
- getGeometryType() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.StreamPolygonTool
- getGeomIndex() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getGeomModel() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- getGraph() - Method in class com.vividsolutions.jts.edgegraph.EdgeGraphBuilder
- getGraph() - Method in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
Gets the graph constructed to compute the overlay.
- getGraphics2D() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- getGridPrecisionModel() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
-
Gets a PrecisionModel corresponding to the grid size.
- getGridSize() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- getGridSize() - Method in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- getGridSizeModel() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getHeight() - Method in class com.vividsolutions.jts.geom.Envelope
-
Returns the difference between the maximum and minimum y values.
- getHeight() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- getHeightInView() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getId() - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
- getIM() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getIndex() - Method in class com.vividsolutions.jts.noding.MCIndexNoder
- getIndex() - Method in class com.vividsolutions.jts.noding.MCIndexSegmentSetMutualIntersector
-
Gets the index constructed over the base segment strings.
- getIndex() - Method in class com.vividsolutions.jtstest.testbuilder.geom.AdjacentVertexFinder
- getIndex() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryPointLocater
- getIndex() - Method in class com.vividsolutions.jtstest.testbuilder.geom.VertexLocater
- getIndex(int) - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Returns value of i modulo the number of edges in this DirectedEdgeStar (i.e.
- getIndex(DirectedEdge) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.GeometryTreeModel
-
Returns the index of child in parent.
- getIndicatorCircle(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.EditVertexTool
- getIndices() - Method in class com.vividsolutions.jtstest.testbuilder.geom.VertexLocater.Location
- getInfo(Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- getInitialVertices() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the sites (vertices) used to initialize the triangulation.
- getInputGeometry() - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
-
Utility function to make input geometry available
- getInsertEvent() - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
- getInsertEvent() - Method in class com.vividsolutions.jts.index.sweepline.SweepLineEvent
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.DeleteVertexTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.EditVertexTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.ExtractComponentTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.InfoTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineStringTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PanTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PointTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PolygonTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.RectangleTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.StreamPolygonTool
- getInstance() - Static method in class com.vividsolutions.jtstest.testrunner.Parameters
-
Returns the singleton.
- getInt(byte[], int) - Static method in class com.vividsolutions.jts.io.ByteOrderValues
- getInteger(JTextField, Integer) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- getIntegerOrNull(Object[], int) - Static method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- getInteriorIntersection() - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Gets the computed location of the intersection.
- getInteriorIntersections() - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinderAdder
- getInteriorIntersections() - Method in class com.vividsolutions.jts.noding.IntersectionFinderAdder
-
Deprecated.
- getInteriorPoint() - Method in class com.vividsolutions.jts.algorithm.InteriorPointArea
-
Gets the computed interior point.
- getInteriorPoint() - Method in class com.vividsolutions.jts.algorithm.InteriorPointLine
- getInteriorPoint() - Method in class com.vividsolutions.jts.algorithm.InteriorPointPoint
- getInteriorPoint() - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes an interior point of this
Geometry. - getInteriorRingN(int) - Method in class com.vividsolutions.jts.geom.Polygon
- getIntersection() - Method in class com.vividsolutions.jts.algorithm.CentralEndpointIntersector
-
Deprecated.
- getIntersection() - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Gets the computed location of the intersection.
- getIntersection(int) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Returns the intIndex'th intersection point
- getIntersection(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CentralEndpointIntersector
-
Deprecated.
- getIntersectionAlongSegment(int, int) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Computes the intIndex'th intersection point in the direction of a specified input line segment
- getIntersectionFinder() - Method in class com.vividsolutions.jts.geom.prep.PreparedLineString
- getIntersectionFinder() - Method in class com.vividsolutions.jts.geom.prep.PreparedPolygon
-
Gets the indexed intersection finder for this geometry.
- getIntersectionMatrix() - Method in class com.vividsolutions.jts.operation.relate.RelateOp
-
Gets the IntersectionMatrix for the spatial relationship between the input geometries.
- getIntersectionMatrix() - Method in interface com.vividsolutions.jtstest.test.Testable
- getIntersectionMatrix() - Method in class com.vividsolutions.jtstest.test.TestCase
- getIntersectionMatrix() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getIntersectionMatrix() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getIntersectionNum() - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Returns the number of intersection points found.
- getIntersections() - Method in class com.vividsolutions.jts.noding.FastNodingValidator
-
Gets a list of all intersections found.
- getIntersections() - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Gets the intersections found.
- getIntersectionSegments() - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Gets the endpoints of the intersecting segments.
- getIntersectionSegments() - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Gets the endpoints of the intersecting segments.
- getIntersectsOp() - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- getIntersectsOp() - Method in class com.vividsolutions.jts.index.strtree.SIRtree
- getIntersectsOp() - Method in class com.vividsolutions.jts.index.strtree.STRtree
- getInterval() - Method in class com.vividsolutions.jts.index.bintree.Key
- getInterval() - Method in class com.vividsolutions.jts.index.bintree.Node
- getInvalidLocation() - Method in class com.vividsolutions.jts.operation.overlay.validate.OverlayResultValidator
- getInvalidPoint() - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
- getInvalidPoint() - Method in class com.vividsolutions.jts.operation.valid.ConsistentAreaTester
- getInvalidRingLines() - Method in class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Gets the list of lines forming invalid rings found during polygonization.
- getInverse() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Computes the inverse of this transformation, if one exists.
- getItem() - Method in class com.vividsolutions.jts.index.strtree.ItemBoundable
- getItem() - Method in class com.vividsolutions.jts.index.sweepline.SweepLineInterval
- getItems() - Method in class com.vividsolutions.jts.index.ArrayListVisitor
- getItems() - Method in class com.vividsolutions.jts.index.bintree.NodeBase
- getItems() - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- getJoinStyle() - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Gets the join style
- getKDT() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the
KdTreewhich contains the vertices of the triangulation. - getLabel() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- getLabel() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- getLabel() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- getLabel() - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- getLabel() - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBundle
- getLastCoordinate() - Method in class com.vividsolutions.jts.linearref.LinearGeometryBuilder
- getLayer(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.LayerList
- getLayers() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getLeft() - Method in class com.vividsolutions.jts.index.kdtree.KdNode
-
Returns the left node of the tree
- getLength() - Method in class com.vividsolutions.jts.algorithm.MinimumDiameter
-
Gets the length of the minimum diameter of the input Geometry
- getLength() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the length of this
Geometry. - getLength() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getLength() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the length of the line segment.
- getLength() - Method in class com.vividsolutions.jts.geom.LineString
-
Returns the length of this
LineString - getLength() - Method in class com.vividsolutions.jts.geom.Polygon
-
Returns the perimeter of this
Polygon - getLength() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the length of the geometry of this quadedge.
- getLength() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- getLength(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiLineHandler
- getLength(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiPointHandler
-
Calcuates the record length of this object.
- getLength(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.PointHandler
-
Calcuates the record length of this object.
- getLength(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.PolygonHandler
- getLength(Geometry) - Method in interface com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapeHandler
- getLength(Geometry, LinearLocation) - Static method in class com.vividsolutions.jts.linearref.LengthLocationMap
-
Computes the length for a given
LinearLocationon a linearGeometry. - getLength(LinearLocation) - Method in class com.vividsolutions.jts.linearref.LengthLocationMap
- getLevel() - Method in class com.vividsolutions.jts.index.bintree.Key
- getLevel() - Method in class com.vividsolutions.jts.index.quadtree.Key
- getLevel() - Method in class com.vividsolutions.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 com.vividsolutions.jts.linearref.LinearIterator
-
Gets the
LineStringcomponent the iterator is current at. - getLine() - Method in class com.vividsolutions.jts.operation.linemerge.LineMergeEdge
-
Returns the LineString specifying the vertices of this edge.
- getLine() - Method in class com.vividsolutions.jts.precision.MinimumClearance
-
Gets a LineString containing two points which are at the Minimum Clearance distance.
- getLine() - Method in class com.vividsolutions.jts.precision.SimpleMinimumClearance
- getLine(Geometry) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.precision.SimpleMinimumClearance
- getLinearRing() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- getLineColor() - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.BasicStyle
- getLineCurve(Coordinate[], double) - Method in class com.vividsolutions.jts.operation.buffer.OffsetCurveBuilder
-
This method handles single points as well as LineStrings.
- getLineIntersector() - Method in class com.vividsolutions.jts.noding.IntersectionAdder
- getLineNumber() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- getLines(Geometry) - Static method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single geometry.
- getLines(Geometry) - Static method in class com.vividsolutions.jts.geom.util.LineStringExtracter
- getLines(Geometry, boolean) - Static method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single geometry.
- getLines(Geometry, Collection) - Static method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometryand adds them to the providedCollection. - getLines(Geometry, Collection, boolean) - Static method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometryand adds them to the providedCollection. - getLines(Geometry, List) - Static method in class com.vividsolutions.jts.geom.util.LineStringExtracter
- getLines(Collection, Collection) - Static method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometryand adds them to the providedCollection. - getLines(Collection, Collection, boolean) - Static method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Extracts the linear components from a single
Geometryand adds them to the providedCollection. - getLineSegment() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets a LineSegment modelling this segment.
- getLineSegment(int, LineSegment) - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
-
Gets the line segment starting at
index - getList() - Method in class com.vividsolutions.jtstest.test.TestCaseList
- getList() - Method in class com.vividsolutions.jtstest.testbuilder.LoadTestCasesDialog
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.vividsolutions.jtstest.testbuilder.LayerCheckBoxList.CellRenderer
- getLocation() - Method in class com.vividsolutions.jts.algorithm.RayCrossingCounter
-
Gets the
Locationof the point relative to the ring, polygon or multipolygon from which the processed segments were provided. - getLocation(double) - Method in class com.vividsolutions.jts.linearref.LengthLocationMap
-
Compute the
LinearLocationcorresponding to a length. - getLocation(double, boolean) - Method in class com.vividsolutions.jts.linearref.LengthLocationMap
-
Compute the
LinearLocationcorresponding to a length. - getLocation(int) - Method in class com.vividsolutions.jts.geomgraph.Label
- getLocation(int, int) - Method in class com.vividsolutions.jts.geomgraph.Depth
- getLocation(int, int) - Method in class com.vividsolutions.jts.geomgraph.Label
- getLocation(Coordinate) - Method in class com.vividsolutions.jts.operation.overlay.validate.FuzzyPointLocator
- getLocation(Coordinate, boolean, double) - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryPointLocater
- getLocation(Geometry, double) - Static method in class com.vividsolutions.jts.linearref.LengthLocationMap
-
Computes the
LinearLocationfor a given length along a linearGeometry. - getLocation(Geometry, double, boolean) - Static method in class com.vividsolutions.jts.linearref.LengthLocationMap
-
Computes the
LinearLocationfor a given length along a linearGeometry, with control over how the location is resolved at component endpoints. - getLocations() - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- getLocations(Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.geom.FacetLocater
- getLocations(Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.geom.VertexLocater
- getLocations(Geometry) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.io.ByteOrderValues
- getLowerLeftCornerInModel() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getM() - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinate
- getMajor() - Method in class com.vividsolutions.jts.JTSVersion
-
Gets the major number of the release version.
- getMarkPoint() - Method in class com.vividsolutions.jtstest.testbuilder.ValidPanel
- getMatrixEntries() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Gets an array containing the entries of the transformation matrix.
- getMax() - Method in class com.vividsolutions.jts.index.bintree.Interval
- getMax() - Method in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
- getMax() - Method in class com.vividsolutions.jts.index.sweepline.SweepLineInterval
- getMaxA() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- getMaxB() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- getMaximumSegmentIndex() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getMaximumSignificantDigits() - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Returns the maximum number of significant digits provided by this precision model.
- getMaxNodeDegree() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- getMaxPointDistance() - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- getMaxPointDistance() - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- getMaxPointDistance() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- getMaxPointDistance() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- getMaxX() - Method in class com.vividsolutions.jts.geom.Envelope
-
Returns the
Envelopes maximum x-value. - getMaxX() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- getMaxX() - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineSegment
- getMaxX(int) - Method in class com.vividsolutions.jts.geomgraph.index.MonotoneChainEdge
- getMaxY() - Method in class com.vividsolutions.jts.geom.Envelope
-
Returns the
Envelopes maximum y-value. - getMaxY() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- getMenuBar() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderMenuBar
- getMergedLineStrings() - Method in class com.vividsolutions.jts.operation.linemerge.LineMerger
-
Gets the
LineStrings created by the merging process. - getMessage() - Method in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Gets an error message describing this error.
- getMin() - Method in class com.vividsolutions.jts.index.bintree.Interval
- getMin() - Method in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
- getMin() - Method in class com.vividsolutions.jts.index.sweepline.SweepLineInterval
- getMinA() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- getMinB() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- getMinEdgeRing() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- getMinimumDiameter(Geometry) - Static method in class com.vividsolutions.jts.algorithm.MinimumDiameter
-
Gets the length of the minimum diameter enclosing a geometry
- getMinimumRectangle() - Method in class com.vividsolutions.jts.algorithm.MinimumDiameter
-
Gets the minimum rectangular
Polygonwhich encloses the input geometry. - getMinimumRectangle(Geometry) - Static method in class com.vividsolutions.jts.algorithm.MinimumDiameter
-
Gets the minimum rectangle enclosing a geometry.
- getMinor() - Method in class com.vividsolutions.jts.JTSVersion
-
Gets the minor number of the release version.
- getMinSize() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- getMinX() - Method in class com.vividsolutions.jts.geom.Envelope
-
Returns the
Envelopes minimum x-value. - getMinX() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- getMinX() - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineSegment
- getMinX(int) - Method in class com.vividsolutions.jts.geomgraph.index.MonotoneChainEdge
- getMinY() - Method in class com.vividsolutions.jts.geom.Envelope
-
Returns the
Envelopes minimum y-value. - getMinY() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- getMitreLimit() - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Gets the mitre ratio limit.
- getModel() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- getModel() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- getModelEnv() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getModelToViewTransform() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getModifiedCoordinates() - Method in class com.vividsolutions.jtstest.testbuilder.topostretch.GeometryVerticesMover
- getModifiedCoordinates() - Method in class com.vividsolutions.jtstest.testbuilder.topostretch.TopologyStretcher
-
Gets the
Coordinates in each stretched geometry which were modified (if any). - getMonotoneChainEdge() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getMonotoneChains() - Method in class com.vividsolutions.jts.noding.MCIndexNoder
- getName() - Method in class com.vividsolutions.jtstest.command.Option
- getName() - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- getName() - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Gets the name of this function
- getName() - Method in interface com.vividsolutions.jtstest.test.Testable
- getName() - Method in class com.vividsolutions.jtstest.test.TestCase
- getName() - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- getName() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getName() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getNameInfo() - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- getNearestPoint(Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.geom.NearestPointFinder
- getNeighbours() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the neighbours of this triangle.
- getNestedPoint() - Method in class com.vividsolutions.jts.operation.valid.IndexedNestedRingTester
- getNestedPoint() - Method in class com.vividsolutions.jts.operation.valid.QuadtreeNestedRingTester
- getNestedPoint() - Method in class com.vividsolutions.jts.operation.valid.SimpleNestedRingTester
- getNestedPoint() - Method in class com.vividsolutions.jts.operation.valid.SweeplineNestedRingTester
- getNext() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- getNext() - Method in class com.vividsolutions.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(DirectedEdge) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- getNext(DirectedEdge) - Method in class com.vividsolutions.jts.operation.overlay.MaximalEdgeRing
- getNext(DirectedEdge) - Method in class com.vividsolutions.jts.operation.overlay.MinimalEdgeRing
- getNextCW(EdgeEnd) - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- getNextCWEdge(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Returns the
DirectedEdgeon the right-hand (CW) side of the givenDirectedEdge(which must be a member of this DirectedEdgeStar). - getNextEdge(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Returns the
DirectedEdgeon the left-hand (CCW) side of the givenDirectedEdge(which must be a member of this DirectedEdgeStar). - getNextMin() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- getNode() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- getNode(Envelope) - Method in class com.vividsolutions.jts.index.quadtree.Node
-
Returns the subquad containing the envelope searchEnv.
- getNode(Interval) - Method in class com.vividsolutions.jts.index.bintree.Node
-
Returns the subnode containing the envelope.
- getNodeCapacity() - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
-
Returns the maximum number of child nodes that a node may have
- getNodedEdges() - Method in class com.vividsolutions.jts.operation.overlay.EdgeSetNoder
- getNodedSubstrings() - Method in class com.vividsolutions.jts.noding.IteratedNoder
- getNodedSubstrings() - Method in class com.vividsolutions.jts.noding.MCIndexNoder
- getNodedSubstrings() - Method in interface com.vividsolutions.jts.noding.Noder
-
Returns a
Collectionof fully nodedSegmentStrings. - getNodedSubstrings() - Method in class com.vividsolutions.jts.noding.ScaledNoder
- getNodedSubstrings() - Method in class com.vividsolutions.jts.noding.SimpleNoder
- getNodedSubstrings() - Method in class com.vividsolutions.jts.noding.SinglePassNoder
-
Returns a
Collectionof fully nodedSegmentStrings. - getNodedSubstrings() - Method in class com.vividsolutions.jts.noding.snapround.MCIndexSnapRounder
- getNodedSubstrings() - Method in class com.vividsolutions.jts.noding.snapround.SimpleSnapRounder
- getNodedSubstrings(Collection) - Static method in class com.vividsolutions.jts.noding.NodedSegmentString
-
Gets the
SegmentStrings which result from splitting this string at node points. - getNodedSubstrings(Collection, Collection) - Static method in class com.vividsolutions.jts.noding.NodedSegmentString
-
Adds the noded
SegmentStrings which result from splitting this string at node points. - getNodeIterator() - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- getNodeIterator() - Method in class com.vividsolutions.jts.operation.relate.RelateNodeGraph
- getNodeList() - Method in class com.vividsolutions.jts.noding.NodedSegmentString
- getNodes() - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- getNodes() - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
- getNonSimpleLocation() - Method in class com.vividsolutions.jts.operation.IsSimpleOp
-
Gets a coordinate for the location where the geometry fails to be simple.
- getNumArgs() - Method in class com.vividsolutions.jtstest.command.Option
- getNumGeometries() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the number of
Geometrys in aGeometryCollection(or 1, if the geometry is not a collection). - getNumGeometries() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getNumInteriorRing() - Method in class com.vividsolutions.jts.geom.Polygon
- getNumOptions() - Method in class com.vividsolutions.jtstest.command.OptionSpec
- getNumPoints() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the count of this
Geometrys vertices. - getNumPoints() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- getNumPoints() - Method in class com.vividsolutions.jts.geom.LineString
- getNumPoints() - Method in class com.vividsolutions.jts.geom.Point
- getNumPoints() - Method in class com.vividsolutions.jts.geom.Polygon
- getNumPoints() - Method in class com.vividsolutions.jts.geomgraph.Edge
- getObject() - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
- getOffsetCurve(Coordinate[], double) - Method in class com.vividsolutions.jts.operation.buffer.OffsetCurveBuilder
- getOffsetX() - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Deprecated.Offsets are no longer used
- getOffsetY() - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Deprecated.Offsets are no longer used
- getOperation() - Method in class com.vividsolutions.jtstest.testrunner.Test
- getOpName() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getOpName() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getOpName() - Method in class com.vividsolutions.jtstest.testbuilder.ScalarFunctionPanel
- getOppositeNode(Node) - Method in class com.vividsolutions.jts.planargraph.Edge
-
If
nodeis one of the two nodes associated with this Edge, returns the other node; otherwise returns null. - getOption(int) - Method in class com.vividsolutions.jtstest.command.OptionSpec
- getOption(String) - Method in class com.vividsolutions.jtstest.command.CommandLine
- getOptions() - Method in class com.vividsolutions.jtstest.command.OptionSpec
- getOptions(String) - Method in class com.vividsolutions.jtstest.command.CommandLine
- getOrdinate(int) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Gets the ordinate value for the given index.
- getOrdinate(int, int) - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns the ordinate of a coordinate in this sequence.
- getOrdinate(int, int) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
- getOrdinate(int, int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
- getOrdinate(int, int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
- getOrdinate(int, int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- getOrdinate(int, int) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getOrdinate(int, int) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- getOutEdges() - Method in class com.vividsolutions.jts.planargraph.Node
-
Returns the collection of DirectedEdges that leave this Node.
- getOutgoingDegree() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- getOutgoingDegree(EdgeRing) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- getParameterNames() - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- getParameterNames() - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Gets the parameter names for this function
- getParameters() - Method in class com.vividsolutions.jtstest.testbuilder.controller.FunctionInvocation
- getParameterTypes() - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
-
Gets the types of the other function arguments, if any.
- getParameterTypes() - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Gets the types of the other function arguments, if any.
- getParent() - Method in class com.vividsolutions.jts.planargraph.Subgraph
-
Gets the
PlanarGraphwhich this subgraph is part of. - getParseExceptionCount() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getParsingProblems() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getParsingProblems() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getParsingProblems() - Method in class com.vividsolutions.jtstest.testrunner.TestReader
- getPassedCount() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getPatch() - Method in class com.vividsolutions.jts.JTSVersion
-
Gets the patch number of the release version.
- getPathIterator(AffineTransform) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- getPathIterator(AffineTransform) - Method in class com.vividsolutions.jts.awt.PolygonShape
- getPathIterator(AffineTransform, double) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- getPathIterator(AffineTransform, double) - Method in class com.vividsolutions.jts.awt.PolygonShape
- getPlane() - Method in class com.vividsolutions.jts.operation.distance3d.PlanarPolygon3D
- getPoint() - Method in class com.vividsolutions.jts.index.bintree.Key
- getPoint() - Method in class com.vividsolutions.jts.index.quadtree.Key
- getPointLocator() - Method in class com.vividsolutions.jts.geom.prep.PreparedPolygon
- getPointN(int) - Method in class com.vividsolutions.jts.geom.LineString
- getPoints(double) - Method in class com.vividsolutions.jts.operation.overlay.validate.OffsetPointGenerator
-
Gets the computed offset points.
- getPoints(Geometry) - Static method in class com.vividsolutions.jts.geom.util.PointExtracter
- getPoints(Geometry, List) - Static method in class com.vividsolutions.jts.geom.util.PointExtracter
- getPolygon() - Method in class com.vividsolutions.jts.operation.distance3d.PlanarPolygon3D
- getPolygonHoleN(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- getPolygonHoles(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- getPolygons() - Method in class com.vividsolutions.jts.operation.overlay.PolygonBuilder
- getPolygons() - Method in class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Gets the list of polygons formed by the polygonization.
- getPolygons(Geometry) - Static method in class com.vividsolutions.jts.geom.util.PolygonExtracter
- getPolygons(Geometry, List) - Static method in class com.vividsolutions.jts.geom.util.PolygonExtracter
- getPolygonShell(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- getPrecisionModel() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the
PrecisionModelused by theGeometry. - getPrecisionModel() - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Returns the PrecisionModel that Geometries created by this factory will be associated with.
- getPrecisionModel() - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder
- getPrecisionModel() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getPrecisionModel() - Method in class com.vividsolutions.jtstest.testbuilder.PrecisionModelDialog
- getPrecisionModel() - Method in class com.vividsolutions.jtstest.testbuilder.PrecisionModelPanel
- getPrecisionModel() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getPrimary() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the primary edge of this quadedge and its sym.
- getPrimaryEdges(boolean) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets all primary quadedges in the subdivision.
- getProperIntersectionPoint() - Method in class com.vividsolutions.jts.geomgraph.index.SegmentIntersector
- getProperIntersectionPoint() - Method in class com.vividsolutions.jts.noding.IntersectionAdder
- getQuadrant() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- getQuadrant() - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Returns 0, 1, 2, or 3, indicating the quadrant in which this DirectedEdge's orientation lies.
- getQuadrantSegments() - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Gets the number of quadrant segments which will be used
- getRadius() - Method in class com.vividsolutions.jts.algorithm.MinimumBoundingCircle
-
Gets the radius of the computed Minimum Bounding Circle.
- getRadius() - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- getRawCoordinates() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
-
Gets the underlying array containing the coordinate values.
- getRawCoordinates() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
-
Gets the underlying array containing the coordinate values.
- getRenderer() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- getResult() - Method in class com.vividsolutions.jts.dissolve.LineDissolver
-
Gets the dissolved result as a MultiLineString.
- getResult() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getResult() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getResult() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getResult() - Method in class com.vividsolutions.jtstest.testbuilder.ScalarFunctionPanel
- getResultDisplayString(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getResultGeometry() - Method in class com.vividsolutions.jts.densify.Densifier
-
Gets the densified geometry.
- getResultGeometry() - Method in class com.vividsolutions.jts.simplify.DouglasPeuckerSimplifier
-
Gets the simplified geometry.
- getResultGeometry() - Method in class com.vividsolutions.jts.simplify.TopologyPreservingSimplifier
- getResultGeometry() - Method in class com.vividsolutions.jts.simplify.VWSimplifier
-
Gets the simplified geometry.
- getResultGeometry(double) - Method in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Returns the buffer computed for a geometry for a given buffer distance.
- getResultGeometry(int) - Method in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
Gets the result of the overlay for a given overlay operation.
- getResultGeometry(int) - Method in class com.vividsolutions.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- getResultGeometry(int) - Method in class com.vividsolutions.jts.operation.overlay.snap.SnapOverlayOp
- getResultMatcher() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getResultMatcher() - Static method in class com.vividsolutions.jtstest.testrunner.TopologyTestApp
- getResultValuePanel() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- getResultWKTPanel() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- getReturnType() - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- getReturnType() - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Gets the return type of this function
- getReturnType(String) - Method in class com.vividsolutions.jtstest.geomop.BufferValidatedGeometryOperation
- getReturnType(String) - Method in class com.vividsolutions.jtstest.geomop.GeometryFunctionOperation
- getReturnType(String) - Method in class com.vividsolutions.jtstest.geomop.GeometryMethodOperation
- getReturnType(String) - Method in interface com.vividsolutions.jtstest.geomop.GeometryOperation
-
Gets the class of the return type of the given operation.
- getReturnType(String) - Method in class com.vividsolutions.jtstest.geomop.LoggingGeometryOperation
- getReturnType(String) - Method in class com.vividsolutions.jtstest.geomop.OverlayValidatedGeometryOperation
- getReturnType(String) - Method in class com.vividsolutions.jtstest.geomop.PreparedGeometryOperation
- getReturnType(String) - Method in class com.vividsolutions.jtstest.geomop.TeeGeometryOperation
- getRight() - Method in class com.vividsolutions.jts.index.kdtree.KdNode
-
Returns the right node of the tree
- getRightmostEdge() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- getRingCurve(Coordinate[], int, double) - Method in class com.vividsolutions.jts.operation.buffer.OffsetCurveBuilder
-
This method handles the degenerate cases of single points and lines, as well as rings.
- getRoot() - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- getRoot() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreeModel
-
Returns the root of the tree.
- getRunDescription(TestCaseList) - Static method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getRunIndex() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getRunJava(String, TestBuilderModel) - Static method in class com.vividsolutions.jtstest.testbuilder.model.JavaTestWriter
- getRunWorkspace(TestCaseList) - Static method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getRunXml() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- getRunXml(TestCaseList, PrecisionModel) - Static method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getSafeEnvelope() - Method in class com.vividsolutions.jts.noding.snapround.HotPixel
-
Returns a "safe" envelope that is guaranteed to contain the hot pixel.
- getScalarFunctionPanel() - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- getScalarFunctions() - Method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- getScale() - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Returns the scale factor used to specify a fixed precision model.
- getScale() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getScaleFormat() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getSegment() - Method in exception com.vividsolutions.jts.triangulate.quadedge.LocateFailureException
- getSegment(Geometry) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Gets a
LineSegmentrepresenting the segment of the given linearGeometrywhich contains this location. - getSegmentEnd() - Method in class com.vividsolutions.jts.linearref.LinearIterator
-
Gets the second
Coordinateof the current segment. - getSegmentFraction() - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Gets the segment fraction for this location
- getSegmentIndex() - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- getSegmentIndex() - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Gets the segment index for this location
- getSegmentIndex() - Method in class com.vividsolutions.jts.operation.distance.GeometryLocation
-
Returns the segment index for this location.
- getSegmentLength(Geometry) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Gets the length of the segment in the given Geometry containing this location.
- getSegmentOctant(int) - Method in class com.vividsolutions.jts.noding.BasicSegmentString
-
Gets the octant of the segment starting at vertex
index. - getSegmentOctant(int) - Method in class com.vividsolutions.jts.noding.NodedSegmentString
-
Gets the octant of the segment starting at vertex
index. - getSegmentSetIntersector() - Method in class com.vividsolutions.jts.noding.FastSegmentSetIntersectionFinder
-
Gets the segment set intersector used by this class.
- getSegmentStart() - Method in class com.vividsolutions.jts.linearref.LinearIterator
-
Gets the first
Coordinateof the current segment. - getSelectedFiles(JFileChooser) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
-
Workaround for Swing bug: JFileChooser does not support multi-file selection See Sun bug database 4218431.
- getSelectedGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreePanel
- getSequencedLineStrings() - Method in class com.vividsolutions.jts.operation.linemerge.LineSequencer
-
Returns the
LineStringorMultiLineStringbuilt by the sequencing process, if one exists. - getShape() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
- getShape() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.EditVertexTool
- getShape() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.IndicatorTool
-
Gets the shape for displaying the current state of the action.
- getShape() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- getShapeHandler(int) - Static method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- getShapeHandler(Geometry, int) - Static method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- getShapeType() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiLineHandler
-
Get the type of shape stored (Shapefile.ARC)
- getShapeType() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiPointHandler
-
Returns the shapefile shape type value for a point
- getShapeType() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.PointHandler
-
Returns the shapefile shape type value for a point
- getShapeType() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.PolygonHandler
- getShapeType() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileHeader
- getShapeType() - Method in interface com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapeHandler
- getShapeType(Geometry, int) - Static method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- getShapeTypeDescription(int) - Static method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
-
Returns a string for the shape type of index.
- getShell() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- getSignature() - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- getSignature() - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Gets a string representing the signature of this function.
- getSignature() - Method in class com.vividsolutions.jtstest.testbuilder.controller.FunctionInvocation
- getSimplifyFactor() - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Gets the simplify factor.
- getSource() - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- getSpatialFunctionPanel() - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- getSplitCoordinates() - Method in class com.vividsolutions.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 com.vividsolutions.jts.triangulate.SplitSegment
- getSquareBaseLine() - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- getSquareExtent() - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- getSRID() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the ID of the Spatial Reference System used by the
Geometry. - getSRID() - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Gets the SRID value defined for this factory.
- getStackTrace() - Method in class com.vividsolutions.jtstest.testbuilder.BusyDialog
- getStackTrace(Throwable) - Static method in class com.vividsolutions.jts.util.StringUtil
-
Returns an throwable's stack trace
- getStackTrace(Throwable) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns an throwable's stack trace
- getStackTrace(Throwable, int) - Static method in class com.vividsolutions.jts.util.StringUtil
- getStackTrace(Throwable, int) - Static method in class com.vividsolutions.jtstest.util.StringUtil
- getStart() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the start coordinate of the segment
- getStart() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getStartIndex() - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
- getStartIndex() - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Returns the index of the start of the line
- getStartIndex() - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Returns the index of the start of the line
- getStartIndexes() - Method in class com.vividsolutions.jts.geomgraph.index.MonotoneChainEdge
- getStartLine() - Method in class com.vividsolutions.jtstest.util.io.LineNumberElement
- getStartPoint() - Method in class com.vividsolutions.jts.geom.LineString
- getStartX() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the start X ordinate of the segment
- getStartY() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the start Y ordinate of the segment
- getStartZ() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Gets the start Z ordinate of the segment
- getStretchedGeometry(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
- getStretchedVertex(double) - Method in class com.vividsolutions.jtstest.testbuilder.topostretch.StretchedVertex
-
Gets the point which this near vertex will be stretched to (by a given distance)
- getStretchedVertices(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
- getStretchSize() - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- getStringArrayClassField(Class, String) - Static method in class com.vividsolutions.jtstest.util.ClassUtil
- getStringClassField(Class, String) - Static method in class com.vividsolutions.jtstest.util.ClassUtil
- getStyles() - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- getSubdivision() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Gets the QuadEdgeSubdivision which models the computed triangulation.
- getSubdivision() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the
QuadEdgeSubdivisionwhich represents the triangulation. - getSubdivision() - Method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Gets the
QuadEdgeSubdivisionwhich models the computed triangulation. - getSubdivision() - Method in class com.vividsolutions.jts.triangulate.VoronoiDiagramBuilder
-
Gets the
QuadEdgeSubdivisionwhich models the computed diagram. - getSubnodeIndex(Envelope, double, double) - Static method in class com.vividsolutions.jts.index.quadtree.NodeBase
-
Gets the index of the subquad that wholly contains the given envelope.
- getSubnodeIndex(Interval, double) - Static method in class com.vividsolutions.jts.index.bintree.NodeBase
-
Returns the index of the subnode that wholely contains the given interval.
- getSupportingSegment() - Method in class com.vividsolutions.jts.algorithm.MinimumDiameter
-
Gets the segment forming the base of the minimum diameter
- getSym() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
-
Each Edge gives rise to a pair of symmetric DirectedEdges, in opposite directions.
- getSym() - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Returns the symmetric DirectedEdge -- the other DirectedEdge associated with this DirectedEdge's parent Edge.
- getTestable() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getTestCase() - Method in class com.vividsolutions.jtstest.testrunner.Test
- getTestCaseCount() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getTestCaseList() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getTestCasePanel() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- getTestCases() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getTestCases() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getTestCount() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
-
Returns the number of tests.
- getTestCount() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
-
Returns the total number of tests.
- getTestCount() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getTestFile() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getTestIndex() - Method in class com.vividsolutions.jtstest.testrunner.Test
- getTestJava(TestCaseList) - Static method in class com.vividsolutions.jtstest.testbuilder.model.JavaTestWriter
- getTestList() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getTestListSize() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getTestRun() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- getTestRunnerTestCase() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getTestRuns() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- getTests() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- getTestSVG(Testable) - Static method in class com.vividsolutions.jtstest.testbuilder.model.SVGTestWriter
- getTestSVG(TestCaseList) - Static method in class com.vividsolutions.jtstest.testbuilder.model.SVGTestWriter
- getTestXML(Geometry, String, String[]) - Method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getTestXML(Testable) - Method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getTestXML(Testable, boolean) - Method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getTestXML(TestCaseList) - Method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getTestXML(TestRunnerTestCaseAdapter) - Method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- getText(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getText(Geometry, int) - Static method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- getTime() - Method in class com.vividsolutions.jts.util.Stopwatch
- getTimer() - Method in class com.vividsolutions.jtstest.testbuilder.ScalarFunctionPanel
- getTimeString() - Method in class com.vividsolutions.jts.util.Stopwatch
- getTimeString(long) - Static method in class com.vividsolutions.jts.util.Stopwatch
- getTimeString(long) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Converts the milliseconds value into a String of the form "9d 22h 15m 8s".
- getTolerance() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the tolerance value used to construct the triangulation.
- getTolerance() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the vertex-equality tolerance value used in this subdivision
- getToleranceInModel() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- getToNode() - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Returns the node to which this DirectedEdge goes.
- getToolbar() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- getToolBar() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderToolBar
- getToolTipText(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- getTopologyStretchSize() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- getTransferData(DataFlavor) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryTransferable
- getTransferData(DataFlavor) - Method in class com.vividsolutions.jtstest.testbuilder.ui.ClipImage
- getTransferDataFlavors() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryTransferable
- getTransferDataFlavors() - Method in class com.vividsolutions.jtstest.testbuilder.ui.ClipImage
- getTransformation() - Method in class com.vividsolutions.jts.geom.util.AffineTransformationBuilder
-
Computes the
AffineTransformationdetermined by the control point mappings, ornullif the control vectors do not determine a well-defined transformation. - getTriangleCoordinates(boolean) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the coordinates for each triangle in the subdivision as an array.
- getTriangleEdges(boolean) - Method in class com.vividsolutions.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 com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the edges for the triangle to the left of the given
QuadEdge. - getTriangles(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Gets the faces of the computed triangulation as a
GeometryCollectionofPolygon. - getTriangles(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Gets the faces of the computed triangulation as a
GeometryCollectionofPolygon. - getTriangles(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the geometry for the triangles in a triangulated subdivision as a
GeometryCollectionof triangularPolygons. - getTrianglesAdjacentToVertex(int) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the triangles which are adjacent (include) to a given vertex of this triangle.
- getTriangleVertices(boolean) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets a list of the triangles in the subdivision, specified as an array of the triangle
Vertexes. - getTurn(double, double) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Returns whether an angle must turn clockwise or counterclockwise to overlap another angle.
- getType() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
-
Returns the type of packed coordinate sequences this factory builds, either PackedCoordinateSequenceFactory#Float or PackedCoordinateSequenceFactory#Double
- getType() - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Gets the type of this precision model
- getUserData() - Method in class com.vividsolutions.jts.geom.Geometry
-
Gets the user data object for this geometry, if any.
- getValidationError() - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileHeader
- getVertex(int) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- getVertex(Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.geom.VertexLocater
- getVertexCoordinate() - Method in class com.vividsolutions.jtstest.testbuilder.topostretch.StretchedVertex
- getVertexEdges() - Method in class com.vividsolutions.jts.edgegraph.EdgeGraph
- getVertexFactory() - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Gets the ConstraintVertexFactory used to create new constraint vertices at split points.
- getVertexIndex() - Method in class com.vividsolutions.jts.linearref.LinearIterator
-
The vertex index of the vertex the iterator is currently at.
- getVertexUniqueEdges(boolean) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets a collection of
QuadEdges whose origin vertices are a unique set which includes all vertices in the subdivision. - getVertices() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Gets the vertices for this triangle.
- getVertices(boolean) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the unique
Vertexes in the subdivision, including the frame vertices if desired. - getVertices(Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.geom.AdjacentVertexFinder
- getViewEnv() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getViewport() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- getVoronoiCellPolygon(QuadEdge, GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the Voronoi cell around a site specified by the origin of a QuadEdge.
- getVoronoiCellPolygons(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets a List of
Polygons for the Voronoi cells of this triangulation. - getVoronoiDiagram(GeometryFactory) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Gets the cells in the Voronoi diagram for this triangulation.
- getWellKnownText(int) - Method in interface com.vividsolutions.jtstest.test.Testable
- getWellKnownText(int) - Method in class com.vividsolutions.jtstest.test.TestCase
- getWellKnownText(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- getWellKnownText(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- getWidth() - Method in class com.vividsolutions.jts.geom.Envelope
-
Returns the difference between the maximum and minimum x values.
- getWidth() - Method in class com.vividsolutions.jts.index.bintree.Interval
- getWidth() - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- getWidthCoordinate() - Method in class com.vividsolutions.jts.algorithm.MinimumDiameter
-
Gets the
Coordinateforming one end of the minimum diameter - getWidthInView() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- getWindingRule() - Method in class com.vividsolutions.jts.awt.ShapeCollectionPathIterator
- getWorkspace() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- getX() - Method in class com.vividsolutions.jts.algorithm.HCoordinate
- getX() - Method in class com.vividsolutions.jts.geom.Point
- getX() - Method in class com.vividsolutions.jts.index.kdtree.KdNode
-
Returns the X coordinate of the node
- getX() - Method in class com.vividsolutions.jts.math.Vector2D
- getX() - Method in class com.vividsolutions.jts.math.Vector3D
- getX() - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- getX(int) - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns ordinate X (0) of the specified coordinate.
- getX(int) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
- getX(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- getX(int) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getX(int) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- getY() - Method in class com.vividsolutions.jts.algorithm.HCoordinate
- getY() - Method in class com.vividsolutions.jts.geom.Point
- getY() - Method in class com.vividsolutions.jts.index.kdtree.KdNode
-
Returns the Y coordinate of the node
- getY() - Method in class com.vividsolutions.jts.math.Vector2D
- getY() - Method in class com.vividsolutions.jts.math.Vector3D
- getY() - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- getY(int) - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns ordinate Y (1) of the specified coordinate.
- getY(int) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
- getY(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- getY(int) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- getY(int) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- getZ() - Method in class com.vividsolutions.jts.math.Vector3D
- getZ() - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- getZ(int) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- GML_ATTR_SRSNAME - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_BOX - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_COORD - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_COORD_X - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_COORD_Y - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_COORD_Z - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_COORDINATES - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_GEOMETRY_MEMBER - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_INNER_BOUNDARY_IS - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_LINEARRING - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_LINESTRING - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_LINESTRING_MEMBER - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_MULTI_GEOMETRY - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_MULTI_LINESTRING - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_MULTI_POINT - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_MULTI_POLYGON - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_NAMESPACE - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_OUTER_BOUNDARY_IS - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_POINT - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_POINT_MEMBER - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_POLYGON - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_POLYGON_MEMBER - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GML_PREFIX - Static variable in class com.vividsolutions.jts.io.gml2.GMLConstants
- GMLConstants - Class in com.vividsolutions.jts.io.gml2
-
Various constant strings associated with GML format.
- GMLConstants() - Constructor for class com.vividsolutions.jts.io.gml2.GMLConstants
- GMLHandler - Class in com.vividsolutions.jts.io.gml2
-
A SAX
DefaultHandlerwhich buildsGeometrys from GML2-formatted geometries. - GMLHandler(GeometryFactory, ErrorHandler) - Constructor for class com.vividsolutions.jts.io.gml2.GMLHandler
-
Creates a new handler.
- GMLReader - Class in com.vividsolutions.jts.io.gml2
-
Reads a GML2 geometry from an XML fragment into a
Geometry. - GMLReader() - Constructor for class com.vividsolutions.jts.io.gml2.GMLReader
- GMLWriter - Class in com.vividsolutions.jts.io.gml2
-
Writes
Geometrys as XML fragments in GML2 format. - GMLWriter() - Constructor for class com.vividsolutions.jts.io.gml2.GMLWriter
-
Creates a writer which outputs GML with default settings.
- GMLWriter(boolean) - Constructor for class com.vividsolutions.jts.io.gml2.GMLWriter
-
Creates a writer which may emit the GML namespace prefix declaration in the geometry root element.
- graph - Variable in class com.vividsolutions.jts.operation.polygonize.Polygonizer
- GraphComponent - Class in com.vividsolutions.jts.geomgraph
-
A GraphComponent is the parent class for the objects' that form a graph.
- GraphComponent - Class in com.vividsolutions.jts.planargraph
-
The base class for all graph component classes.
- GraphComponent() - Constructor for class com.vividsolutions.jts.geomgraph.GraphComponent
- GraphComponent() - Constructor for class com.vividsolutions.jts.planargraph.GraphComponent
- GraphComponent(Label) - Constructor for class com.vividsolutions.jts.geomgraph.GraphComponent
- GraphicsUtil - Class in com.vividsolutions.jtstest.testbuilder.ui
- GraphicsUtil() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.GraphicsUtil
- gray(int) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.ColorUtil
- grid(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- GRID_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- GRID_MAJOR_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- GRID_MAJOR_FACTOR - Static variable in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- GRID_MINOR_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- gridMagnitudeModel() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
-
Gets the magnitude (power of 10) for the basic grid size.
- GridRenderer - Class in com.vividsolutions.jtstest.testbuilder.ui.render
- GridRenderer(Viewport, DrawingGrid) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.render.GridRenderer
- gridSize() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- gt(DD) - Method in class com.vividsolutions.jts.math.DD
-
Tests whether this value is greater than another DoubleDouble value.
- GuiUtil - Class in com.vividsolutions.jtstest.testrunner
-
Useful GUI utilities
- GuiUtil() - Constructor for class com.vividsolutions.jtstest.testrunner.GuiUtil
H
- HalfEdge - Class in com.vividsolutions.jts.edgegraph
-
Represents a directed component of an edge in an
EdgeGraph. - HalfEdge(Coordinate) - Constructor for class com.vividsolutions.jts.edgegraph.HalfEdge
-
Creates an edge originating from a given coordinate.
- haltonPoints(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- haltonPoints57(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- haltonPointsWithBases(Geometry, int, int, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- HAND - Static variable in class com.vividsolutions.jtstest.testbuilder.AppCursors
- hasChildren() - Method in class com.vividsolutions.jts.index.bintree.NodeBase
- hasChildren() - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- hasDuplicateRings() - Method in class com.vividsolutions.jts.operation.valid.ConsistentAreaTester
-
Checks for two duplicate rings in an area.
- hasGeometryResult(GeometryFunction) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctionRegistry
- hashCode() - Method in class com.vividsolutions.jts.geom.Coordinate
-
Gets a hashcode for this coordinate.
- hashCode() - Method in class com.vividsolutions.jts.geom.Envelope
- hashCode() - Method in class com.vividsolutions.jts.geom.Geometry
-
Gets a hash code for the Geometry.
- hashCode() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Gets a hashcode for this object.
- hashCode() - Method in class com.vividsolutions.jts.math.Vector2D
-
Gets a hashcode for this vector.
- hashCode(double) - Static method in class com.vividsolutions.jts.geom.Coordinate
-
Computes a hash code for a double value, using the algorithm from Joshua Bloch's book Effective Java"
- hasInteriorIntersection() - Method in class com.vividsolutions.jts.noding.IntersectionAdder
-
An interior intersection is an intersection which is in the interior of some segment.
- hasIntersection() - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Tests whether the input geometries intersect.
- hasIntersection() - Method in class com.vividsolutions.jts.geomgraph.index.SegmentIntersector
- hasIntersection() - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Tests whether an intersection was found.
- hasIntersection() - Method in class com.vividsolutions.jts.noding.IntersectionAdder
- hasIntersection() - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Tests whether an intersection was found.
- hasItems() - Method in class com.vividsolutions.jts.index.bintree.NodeBase
- hasItems() - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- hasNext() - Method in class com.vividsolutions.jts.geom.GeometryCollectionIterator
-
Tests whether any geometry elements remain to be returned.
- hasNext() - Method in class com.vividsolutions.jts.linearref.LinearIterator
-
Tests whether there are any vertices left to iterator over.
- hasNonEmptyElements(Geometry[]) - Static method in class com.vividsolutions.jts.geom.Geometry
-
Returns true if the array contains any non-empty
Geometrys. - hasNonProperIntersection() - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Tests whether a non-proper intersection was found.
- hasNullElements(Object[]) - Static method in class com.vividsolutions.jts.geom.Geometry
-
Returns true if the array contains any
nullelements. - hasOption() - Method in class com.vividsolutions.jtstest.command.OptionSpec
- hasOption(String) - Method in class com.vividsolutions.jtstest.command.CommandLine
- hasParseErrors() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- hasProperInteriorIntersection() - Method in class com.vividsolutions.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 com.vividsolutions.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() - Method in class com.vividsolutions.jts.geomgraph.index.SegmentIntersector
-
A proper intersection is an intersection which is interior to at least two line segments.
- hasProperIntersection() - Method in class com.vividsolutions.jts.noding.IntersectionAdder
-
A proper intersection is an intersection which is interior to at least two line segments.
- hasProperIntersection() - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Tests whether a proper intersection was found.
- hasRepeatedPoint(Coordinate[]) - Method in class com.vividsolutions.jts.operation.valid.RepeatedPointTester
- hasRepeatedPoint(Geometry) - Method in class com.vividsolutions.jts.operation.valid.RepeatedPointTester
- hasRepeatedPoints(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Returns whether #equals returns true for any two consecutive Coordinates in the given array.
- hasSegment(Geometry, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.util.Debug
- hasTooFewPoints() - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
-
This constructor is used by clients that wish to add Edges explicitly, rather than adding a Geometry.
- HausdorffSimilarityMeasure - Class in com.vividsolutions.jts.algorithm.match
-
Measures the degree of similarity between two
Geometrys using the Hausdorff distance metric. - HausdorffSimilarityMeasure() - Constructor for class com.vividsolutions.jts.algorithm.match.HausdorffSimilarityMeasure
- HCoordinate - Class in com.vividsolutions.jts.algorithm
-
Represents a homogeneous coordinate in a 2-D coordinate space.
- HCoordinate() - Constructor for class com.vividsolutions.jts.algorithm.HCoordinate
- HCoordinate(double, double) - Constructor for class com.vividsolutions.jts.algorithm.HCoordinate
- HCoordinate(double, double, double) - Constructor for class com.vividsolutions.jts.algorithm.HCoordinate
- HCoordinate(HCoordinate, HCoordinate) - Constructor for class com.vividsolutions.jts.algorithm.HCoordinate
- HCoordinate(Coordinate) - Constructor for class com.vividsolutions.jts.algorithm.HCoordinate
- HCoordinate(Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.algorithm.HCoordinate
-
Constructs a homogeneous coordinate which is the intersection of the lines define by the homogenous coordinates represented by two
Coordinates. - HCoordinate(Coordinate, Coordinate, Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.algorithm.HCoordinate
- height - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- hexToBytes(String) - Static method in class com.vividsolutions.jts.io.WKBReader
-
Converts a hexadecimal string to a byte array.
- HIGHLIGHT_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- HIGHLIGHT_FILL_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- HIGHLIGHT_SIZE - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- HOLE_OUTSIDE_SHELL - Static variable in class com.vividsolutions.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 com.vividsolutions.jts.operation.polygonize.Polygonizer
- holes - Variable in class com.vividsolutions.jts.geom.Polygon
-
The interior boundaries, if any.
- horizontalBisector(Geometry) - Method in class com.vividsolutions.jts.algorithm.InteriorPointArea
- HotPixel - Class in com.vividsolutions.jts.noding.snapround
-
Implements a "hot pixel" as used in the Snap Rounding algorithm.
- HotPixel(Coordinate, double, LineIntersector) - Constructor for class com.vividsolutions.jts.noding.snapround.HotPixel
-
Creates a new hot pixel, using a given scale factor.
- HotPixelSnapAction(HotPixel, SegmentString, int) - Constructor for class com.vividsolutions.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- HtmlWriter - Class in com.vividsolutions.jtstest.testbuilder.model
-
An object that creates an .html file describing the test cases.
- HtmlWriter() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.HtmlWriter
I
- icon(String) - Static method in class com.vividsolutions.jtstest.testbuilder.IconLoader
- ICON_COLLECTION - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_COLLECTION_B - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_LINEARRING - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_LINEARRING_B - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_LINESTRING - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_LINESTRING_B - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_POINT - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_POINT_B - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_POLYGON - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- ICON_POLYGON_B - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- IconLoader - Class in com.vividsolutions.jtstest.testbuilder
-
Gets an icon from this class' package.
- IconLoader() - Constructor for class com.vividsolutions.jtstest.testbuilder.IconLoader
- IdentityPointTransformation - Class in com.vividsolutions.jts.awt
-
Copies point ordinates with no transformation.
- IdentityPointTransformation() - Constructor for class com.vividsolutions.jts.awt.IdentityPointTransformation
- ignorableWhitespace(char[], int, int) - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- IMAGE_FORMAT_NAME_PNG - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.ImageUtil
- ImageUtil - Class in com.vividsolutions.jtstest.testbuilder.ui
- ImageUtil() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.ImageUtil
- incentre(Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangleFunctions
- inCentre() - Method in class com.vividsolutions.jts.geom.Triangle
-
Computes the incentre of this triangle.
- inCentre(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the incentre of a triangle.
- increasingDirection(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Determines which orientation of the
Coordinatearray is (overall) increasing. - IncrementalDelaunayTriangulator - Class in com.vividsolutions.jts.triangulate
-
Computes a Delauanay Triangulation of a set of
Vertexes, using an incrementatal insertion algorithm. - IncrementalDelaunayTriangulator(QuadEdgeSubdivision) - Constructor for class com.vividsolutions.jts.triangulate.IncrementalDelaunayTriangulator
-
Creates a new triangulator using the given
QuadEdgeSubdivision. - indent(String, int) - Static method in class com.vividsolutions.jtstest.util.StringUtil
- IndexedFacetDistance - Class in com.vividsolutions.jts.operation.distance
-
Computes the distance between the facets (segments and vertices) of two
Geometrys using a Branch-and-Bound algorithm. - IndexedFacetDistance(Geometry) - Constructor for class com.vividsolutions.jts.operation.distance.IndexedFacetDistance
-
Creates a new distance-finding instance for a given target
Geometry. - IndexedGeometryContainer - Class in com.vividsolutions.jtstest.testbuilder.model
- IndexedGeometryContainer(GeometryEditModel, int) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.IndexedGeometryContainer
- IndexedNestedRingTester - Class in com.vividsolutions.jts.operation.valid
-
Tests whether any of a set of
LinearRings are nested inside another ring in the set, using a spatial index to speed up the comparisons. - IndexedNestedRingTester(GeometryGraph) - Constructor for class com.vividsolutions.jts.operation.valid.IndexedNestedRingTester
- IndexedPointInAreaLocator - Class in com.vividsolutions.jts.algorithm.locate
-
Determines the
LocationofCoordinates relative to aPolygonalgeometry, using indexing for efficiency. - IndexedPointInAreaLocator(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.locate.IndexedPointInAreaLocator
-
Creates a new locator for a given
Geometry - indexOf(Coordinate) - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Computes the minimum index for a point on the line.
- indexOf(Coordinate) - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Computes the index for a given point on the line.
- indexOf(Coordinate, Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Returns the index of
coordinateincoordinates. - indexOfAfter(Coordinate, double) - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Finds the index for a point on the line which is greater than the given index.
- indexOfAfter(Coordinate, LinearLocation) - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Finds the index for a point on the line which is greater than the given index.
- indexOfIgnoreParentheses(char, String, int) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns the position of the first occurrence of the given character found in s starting at start.
- indicator - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.render.OperationMonitorManager
- INDICATOR_FILL_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- INDICATOR_LINE_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- IndicatorTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- IndicatorTool() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.IndicatorTool
- IndicatorTool(Cursor) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.IndicatorTool
- indicesOf(Geometry) - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Computes the indices for a subline of the line.
- indicesOf(Geometry) - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Computes the indices for a subline of the line.
- InfoPanel - Class in com.vividsolutions.jtstest.testbuilder
- InfoPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.InfoPanel
- InfoTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- init() - Method in class com.vividsolutions.jts.geom.Envelope
-
Initialize to a null
Envelope. - init(double, double) - Method in class com.vividsolutions.jts.index.bintree.Interval
- init(double, double, double, double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Initialize an
Envelopefor a region defined by maximum and minimum values. - init(HalfEdge) - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
- init(HalfEdge, HalfEdge) - Static method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Initialize a symmetric pair of halfedges.
- init(Coordinate) - Method in class com.vividsolutions.jts.geom.Envelope
-
Initialize an
Envelopeto a region defined by a single Coordinate. - init(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.geom.Envelope
-
Initialize an
Envelopeto a region defined by two Coordinates. - init(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- init(Envelope) - Method in class com.vividsolutions.jts.geom.Envelope
-
Initialize an
Envelopefrom an existing Envelope. - init(QuadEdgeTriangle) - Method in class com.vividsolutions.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
- init(Collection) - Method in class com.vividsolutions.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
-
Called to initialize the traversal queue with a given set of
QuadEdgeTriangles - initGeometry() - Method in interface com.vividsolutions.jtstest.test.Testable
- initGeometry() - Method in class com.vividsolutions.jtstest.test.TestCase
- initGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- initGeometry() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- initialize() - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- initialize() - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- initialize(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- initialize(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- initList(TestCaseList) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- initTestCaseList() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- inputLines - Variable in class com.vividsolutions.jts.algorithm.LineIntersector
- InputStreamInStream - Class in com.vividsolutions.jts.io
-
An adapter to allow an
InputStreamto be used as anInStream - InputStreamInStream(InputStream) - Constructor for class com.vividsolutions.jts.io.InputStreamInStream
- insert() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- insert(double, double, Object) - Method in class com.vividsolutions.jts.index.intervalrtree.SortedPackedIntervalRTree
-
Adds an item to the index which is associated with the given interval
- insert(double, double, Object) - Method in class com.vividsolutions.jts.index.strtree.SIRtree
-
Inserts an item having the given bounds into the tree.
- insert(HalfEdge) - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Inserts an edge into the ring of edges around the origin vertex of this edge.
- insert(Coordinate) - Method in class com.vividsolutions.jts.index.kdtree.KdTree
-
Inserts a new point in the kd-tree, with no data.
- insert(Coordinate, Object) - Method in class com.vividsolutions.jts.index.kdtree.KdTree
-
Inserts a new point into the kd-tree.
- insert(Envelope, Object) - Method in class com.vividsolutions.jts.index.quadtree.Quadtree
- insert(Envelope, Object) - Method in class com.vividsolutions.jts.index.quadtree.Root
-
Insert an item into the quadtree this is the root of.
- insert(Envelope, Object) - Method in interface com.vividsolutions.jts.index.SpatialIndex
-
Adds a spatial item with an extent specified by the given
Envelopeto the index - insert(Envelope, Object) - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Inserts an item having the given bounds into the tree.
- insert(Geometry, LineString, int, Coordinate) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryVertexInserter
- insert(EdgeEnd) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
-
Insert a directed edge in the list
- insert(EdgeEnd) - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
-
Insert a EdgeEnd into this EdgeEndStar
- insert(EdgeEnd) - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBundle
- insert(EdgeEnd) - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBundleStar
-
Insert a EdgeEnd in order in the list.
- insert(Interval, Object) - Method in class com.vividsolutions.jts.index.bintree.Bintree
- insert(Interval, Object) - Method in class com.vividsolutions.jts.index.bintree.Root
-
Insert an item into the tree this is the root of.
- insert(Object, Object) - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- INSERT - Static variable in class com.vividsolutions.jts.index.sweepline.SweepLineEvent
- insertEdge(Edge) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- insertEdgeEnd(EdgeEnd, Object) - Method in class com.vividsolutions.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 com.vividsolutions.jts.operation.relate.RelateNodeGraph
- insertSite(Coordinate) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Inserts a site into the triangulation, maintaining the conformal Delaunay property.
- insertSite(Vertex) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.triangulate.IncrementalDelaunayTriangulator
-
Inserts all sites in a collection.
- insertUniqueEdge(Edge) - Method in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
Insert an edge from one of the noded input graphs.
- INSIDE_AREA - Static variable in class com.vividsolutions.jts.operation.distance.GeometryLocation
-
A special value of segmentIndex used for locations inside area geometries.
- INSPECT_GEOMETRY_TIP - Static variable in class com.vividsolutions.jtstest.testbuilder.AppStrings
- inspectGeometry() - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- inspectGeometryDialog() - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- InspectorPanel - Class in com.vividsolutions.jtstest.testbuilder
- InspectorPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.InspectorPanel
- InspectorPanel(boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.InspectorPanel
- instance() - Static method in class com.vividsolutions.jts.geom.DefaultCoordinateSequenceFactory
-
Deprecated.Returns the singleton instance of DefaultCoordinateSequenceFactory
- instance() - Static method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequenceFactory
-
Returns the singleton instance of
CoordinateArraySequenceFactory - instance() - Static method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequenceFactory
-
Returns the singleton instance of ExtendedCoordinateSequenceFactory
- instance() - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder
- instance() - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- instance() - Static method in class com.vividsolutions.jtstest.TestCoordinateSequenceFactory
- instancePrint(Object) - Method in class com.vividsolutions.jts.util.Debug
- instancePrint(Iterator) - Method in class com.vividsolutions.jts.util.Debug
- instancePrintIfWatch(Object) - Method in class com.vividsolutions.jts.util.Debug
- instancePrintObject(Object) - Method in class com.vividsolutions.jts.util.Debug
- instancePrintWatch() - Method in class com.vividsolutions.jts.util.Debug
- InStream - Interface in com.vividsolutions.jts.io
-
A interface for classes providing an input stream of bytes.
- IntegerResult - Class in com.vividsolutions.jtstest.testrunner
- IntegerResult(Integer) - Constructor for class com.vividsolutions.jtstest.testrunner.IntegerResult
- INTERIOR - Static variable in class com.vividsolutions.jts.geom.Location
-
The location value for the interior of a geometry.
- interiorAngle(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Computes the interior angle between two segments of a ring.
- interiorIntersectionCount(Geometry) - Static method in class com.vividsolutions.jtstest.function.NodingFunctions
- InteriorIntersectionFinder - Class in com.vividsolutions.jts.noding
-
Finds an interior intersection in a set of
SegmentStrings, if one exists. - InteriorIntersectionFinder(LineIntersector) - Constructor for class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Creates an intersection finder which finds an interior intersection if one exists
- InteriorIntersectionFinderAdder - Class in com.vividsolutions.jts.noding
-
Finds interior intersections between line segments in
NodedSegmentStrings, and adds them as nodes usingNodedSegmentString.addIntersection(LineIntersector, int, int, int). - InteriorIntersectionFinderAdder(LineIntersector) - Constructor for class com.vividsolutions.jts.noding.InteriorIntersectionFinderAdder
-
Creates an intersection finder which finds all proper intersections
- interiorPoint(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- InteriorPointArea - Class in com.vividsolutions.jts.algorithm
-
Computes a point in the interior of an areal geometry.
- InteriorPointArea(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.InteriorPointArea
-
Creates a new interior point finder for an areal geometry.
- InteriorPointLine - Class in com.vividsolutions.jts.algorithm
-
Computes a point in the interior of an linear geometry.
- InteriorPointLine(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.InteriorPointLine
- InteriorPointPoint - Class in com.vividsolutions.jts.algorithm
-
Computes a point in the interior of an point geometry.
- InteriorPointPoint(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.InteriorPointPoint
- interpolateZ(Coordinate) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ui.SwingWorker
-
A new method that interrupts the worker thread.
- intersection(Coordinate[], Envelope) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Extracts the coordinates which intersect an
Envelope. - intersection(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithmsDD
-
Computes an intersection point between two lines using DD arithmetic.
- intersection(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.HCoordinate
-
Computes the (approximate) intersection point between two line segments using homogeneous coordinates.
- intersection(Envelope) - Method in class com.vividsolutions.jts.geom.Envelope
-
Computes the intersection of two
Envelopes. - intersection(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes a
Geometryrepresenting the point-set which is common to both thisGeometryand theotherGeometry. - intersection(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- intersection(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapOverlayOp
- intersection(Geometry, Geometry) - Method in class com.vividsolutions.jts.precision.CommonBitsOp
-
Computes the set-theoretic intersection of two
Geometrys, using enhanced precision. - intersection(Geometry, Geometry) - Static method in class com.vividsolutions.jts.precision.EnhancedPrecisionOp
-
Computes the set-theoretic intersection of two
Geometrys, using enhanced precision. - intersection(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayCommonBitsRemovedFunctions
- intersection(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayEnhancedPrecisionFunctions
- intersection(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayFunctions
- intersection(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayNoSnapFunctions
- intersection(LineSegment) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes an intersection point between two line segments, if there is one.
- intersection(Segment) - Method in class com.vividsolutions.jts.triangulate.Segment
-
Computes the intersection point between this segment and another one.
- intersection(String, String, PrecisionModel) - Method in class com.vividsolutions.jtsexample.geom.PrecisionModelExample
- INTERSECTION - Static variable in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
The code for the Intersection overlay operation.
- IntersectionAdder - Class in com.vividsolutions.jts.noding
-
Computes the possible intersections between two line segments in
NodedSegmentStrings and adds them to each string usingNodedSegmentString.addIntersection(LineIntersector, int, int, int). - IntersectionAdder(LineIntersector) - Constructor for class com.vividsolutions.jts.noding.IntersectionAdder
- IntersectionFinderAdder - Class in com.vividsolutions.jts.noding
-
Deprecated.see InteriorIntersectionFinderAdder
- IntersectionFinderAdder(LineIntersector) - Constructor for class com.vividsolutions.jts.noding.IntersectionFinderAdder
-
Deprecated.Creates an intersection finder which finds all proper intersections
- IntersectionMatrix - Class in com.vividsolutions.jts.geom
-
Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.
- IntersectionMatrix() - Constructor for class com.vividsolutions.jts.geom.IntersectionMatrix
-
Creates an
IntersectionMatrixwithFALSEdimension values. - IntersectionMatrix(IntersectionMatrix) - Constructor for class com.vividsolutions.jts.geom.IntersectionMatrix
-
Creates an
IntersectionMatrixwith the same elements asother. - IntersectionMatrix(String) - Constructor for class com.vividsolutions.jts.geom.IntersectionMatrix
-
Creates an
IntersectionMatrixwith the given dimension symbols. - intersects(double, double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Check if the point
(x, y)overlaps (lies inside) the region of thisEnvelope. - intersects(double, double) - Method in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
- intersects(double, double, double, double) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- intersects(double, double, double, double) - Method in class com.vividsolutions.jts.awt.PolygonShape
- intersects(Coordinate) - Method in class com.vividsolutions.jts.geom.Envelope
-
Check if the point
poverlaps (lies inside) the region of thisEnvelope. - intersects(Coordinate) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- intersects(Coordinate) - Method in class com.vividsolutions.jts.operation.distance3d.PlanarPolygon3D
- intersects(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.RectangleLineIntersector
-
Tests whether the query rectangle intersects a given line segment.
- intersects(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.noding.snapround.HotPixel
-
Tests whether the line segment (p0-p1) intersects this hot pixel.
- intersects(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.algorithm.PointLocator
-
Convenience method to test a point for intersection with a Geometry
- intersects(Coordinate, LineString) - Method in class com.vividsolutions.jts.operation.distance3d.PlanarPolygon3D
- intersects(Envelope) - Method in class com.vividsolutions.jts.geom.Envelope
-
Check if the region defined by
otheroverlaps (intersects) the region of thisEnvelope. - intersects(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry intersects the argument geometry.
- intersects(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometryintersects a given geometry. - intersects(Geometry) - Method in class com.vividsolutions.jts.geom.prep.PreparedLineString
- intersects(Geometry) - Method in class com.vividsolutions.jts.geom.prep.PreparedPoint
-
Tests whether this point intersects a
Geometry. - intersects(Geometry) - Method in class com.vividsolutions.jts.geom.prep.PreparedPolygon
- intersects(Geometry) - Method in class com.vividsolutions.jts.operation.predicate.RectangleIntersects
-
Tests whether the given Geometry intersects the query rectangle.
- intersects(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.PreparedGeometryFunctions
- intersects(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- intersects(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- intersects(OctagonalEnvelope) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- intersects(Polygon, Geometry) - Static method in class com.vividsolutions.jts.operation.predicate.RectangleIntersects
-
Tests whether a rectangle intersects a given geometry.
- intersects(Interval) - Method in class com.vividsolutions.jts.index.strtree.Interval
- intersects(Rectangle2D) - Method in class com.vividsolutions.jts.awt.GeometryCollectionShape
- intersects(Rectangle2D) - Method in class com.vividsolutions.jts.awt.PolygonShape
- intersects(Object, Object) - Method in interface com.vividsolutions.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 com.vividsolutions.jts.noding.FastSegmentSetIntersectionFinder
-
Tests for intersections with a given set of target
SegmentStrings. - intersects(Collection, SegmentIntersectionDetector) - Method in class com.vividsolutions.jts.noding.FastSegmentSetIntersectionFinder
-
Tests for intersections with a given set of target
SegmentStrings. - intersectsInModel(Envelope) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- Interval - Class in com.vividsolutions.jts.index.bintree
-
Represents an (1-dimensional) closed interval on the Real number line.
- Interval - Class in com.vividsolutions.jts.index.strtree
-
A contiguous portion of 1D-space.
- Interval() - Constructor for class com.vividsolutions.jts.index.bintree.Interval
- Interval(double, double) - Constructor for class com.vividsolutions.jts.index.bintree.Interval
- Interval(double, double) - Constructor for class com.vividsolutions.jts.index.strtree.Interval
- Interval(Interval) - Constructor for class com.vividsolutions.jts.index.bintree.Interval
- Interval(Interval) - Constructor for class com.vividsolutions.jts.index.strtree.Interval
- IntervalRTreeBranchNode - Class in com.vividsolutions.jts.index.intervalrtree
- IntervalRTreeBranchNode(IntervalRTreeNode, IntervalRTreeNode) - Constructor for class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeBranchNode
- IntervalRTreeLeafNode - Class in com.vividsolutions.jts.index.intervalrtree
- IntervalRTreeLeafNode(double, double, Object) - Constructor for class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeLeafNode
- IntervalRTreeNode - Class in com.vividsolutions.jts.index.intervalrtree
- IntervalRTreeNode() - Constructor for class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
- IntervalRTreeNode.NodeComparator - Class in com.vividsolutions.jts.index.intervalrtree
- IntervalSize - Class in com.vividsolutions.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 com.vividsolutions.jts.index.quadtree.IntervalSize
- intLineIndex - Variable in class com.vividsolutions.jts.algorithm.LineIntersector
-
The indexes of the endpoints of the intersection lines, in order along the corresponding line
- intPt - Variable in class com.vividsolutions.jts.algorithm.LineIntersector
- intValue() - Method in class com.vividsolutions.jts.math.DD
-
Converts this value to the nearest integer.
- invalid(Geometry) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- INVALID_COORDINATE - Static variable in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Indicates that the
XorYordinate of a Coordinate is not a valid numeric value (e.g. - invalidGeoms(Geometry) - Static method in class com.vividsolutions.jtstest.function.ValidationFunctions
- invalidLocations(Geometry) - Static method in class com.vividsolutions.jtstest.function.ValidationFunctions
-
Validates all geometries in a collection independently.
- invalidRingLines - Variable in class com.vividsolutions.jts.operation.polygonize.Polygonizer
- InvalidShapefileException - Exception in com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.io.shapefile.InvalidShapefileException
- invoke(Geometry, Object[]) - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- invoke(Geometry, Object[]) - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
-
Invokes this function.
- invoke(Geometry, Object[]) - Method in class com.vividsolutions.jtstest.function.StaticMethodGeometryFunction
- invoke(Method, Object, Object[]) - Static method in class com.vividsolutions.jtstest.function.StaticMethodGeometryFunction
- invoke(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.BufferValidatedGeometryOperation
-
Invokes the named operation
- invoke(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.GeometryFunctionOperation
- invoke(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.GeometryMethodOperation
- invoke(String, Geometry, Object[]) - Method in interface com.vividsolutions.jtstest.geomop.GeometryOperation
-
Invokes an operation on a
Geometry. - invoke(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.LoggingGeometryOperation
- invoke(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.OverlayValidatedGeometryOperation
-
Invokes the named operation
- invoke(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.PreparedGeometryOperation
-
Invokes the named operation
- invoke(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.TeeGeometryOperation
-
Invokes the named operation
- invokeAndWait(Runnable) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
-
Runs r in the event dispatch thread, which may be the current thread.
- invokeGeometryOverlayMethod(int, Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.geomop.OverlayValidatedGeometryOperation
- invokeValidatedOverlayOp(int, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.OverlayValidatedGeometryOperation
-
Invokes an overlay op, optionally using snapping, and optionally validating the result.
- invRot() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the dual of this edge, directed from its left to its right.
- IOUtil - Class in com.vividsolutions.jtstest.util.io
- IOUtil() - Constructor for class com.vividsolutions.jtstest.util.io.IOUtil
- isAcute() - Method in class com.vividsolutions.jts.geom.Triangle
-
Tests whether this triangle is acute.
- isAcute(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Tests whether the angle between p0-p1-p2 is acute.
- isAcute(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Tests whether a triangle is acute.
- isAddingPoints() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- isAdjacentSegments(int, int) - Static method in class com.vividsolutions.jts.geomgraph.index.SegmentIntersector
- isAdjacentSegments(int, int) - Static method in class com.vividsolutions.jts.noding.IntersectionAdder
- isAnyNull() - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- isAnyNull(int) - Method in class com.vividsolutions.jts.geomgraph.Label
- isArea() - Method in class com.vividsolutions.jts.geomgraph.Label
- isArea() - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- isArea(int) - Method in class com.vividsolutions.jts.geomgraph.Label
- isAreaLabelsConsistent(GeometryGraph) - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- isBinary() - Method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- isBinary() - Method in interface com.vividsolutions.jtstest.function.GeometryFunction
- isBinaryGeomFunction(GeometryFunction) - Static method in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- isBooleanFunction(String) - Static method in class com.vividsolutions.jtstest.geomop.GeometryMethodOperation
- isBooleanFunction(String) - Method in class com.vividsolutions.jtstest.testrunner.TestReader
- isBorder() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Tests whether this triangle is adjacent to the outside of the subdivision.
- isBorder(int) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- isBoundaryHausdorffDistanceInTolerance(Geometry, Geometry, double) - Method in class com.vividsolutions.jtstest.testrunner.BufferResultMatcher
- isBoundaryNode(int, Coordinate) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- isBufferResultMatch(Geometry, Geometry, double) - Method in class com.vividsolutions.jtstest.testrunner.BufferResultMatcher
- isCCW(Coordinate[]) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes whether a ring defined by an array of
Coordinates is oriented counter-clockwise. - isCCW(Coordinate[]) - Static method in class com.vividsolutions.jts.algorithm.NonRobustCGAlgorithms
-
Computes whether a ring defined by an array of
Coordinateis oriented counter-clockwise. - isCCW(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- isCCW(Vertex, Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
-
Tests whether the triangle formed by this vertex and two other vertices is in CCW orientation.
- isClosed() - Method in class com.vividsolutions.jts.geom.LinearRing
-
Tests whether this ring is closed.
- isClosed() - Method in class com.vividsolutions.jts.geom.LineString
- isClosed() - Method in class com.vividsolutions.jts.geom.MultiLineString
- isClosed() - Method in class com.vividsolutions.jts.geomgraph.Edge
- isClosed() - Method in class com.vividsolutions.jts.noding.BasicSegmentString
- isClosed() - Method in class com.vividsolutions.jts.noding.NodedSegmentString
- isClosed() - Method in interface com.vividsolutions.jts.noding.SegmentString
- isClosed(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- isCollapsed() - Method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm.LineIntersector
- isContains() - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Tests whether this
IntersectionMatrixis T*****FF*. - isCoordinate(Coordinate) - Method in class com.vividsolutions.jts.geom.LineString
-
Returns true if the given point is a vertex of this
LineString. - isCovered() - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- isCoveredBy() - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns
trueif thisIntersectionMatrixisT*F**F***or*TF**F***or**FT*F***or**F*TF*** - isCoveredByA(Coordinate) - Method in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
Tests if an L edge should be included in the result or not.
- isCoveredByLA(Coordinate) - Method in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
Tests if a point node should be included in the result or not.
- isCoveredSet() - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- isCovers() - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns
trueif thisIntersectionMatrixisT*****FF*or*T****FF*or***T**FF*or****T*FF* - isCreateNew() - Method in class com.vividsolutions.jtstest.testbuilder.event.SpatialFunctionPanelEvent
- isCrosses(int, int) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Tests whether this geometry crosses the specified geometry.
- isDataFlavorSupported(DataFlavor) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryTransferable
- isDataFlavorSupported(DataFlavor) - Method in class com.vividsolutions.jtstest.testbuilder.ui.ClipImage
- isDebugging() - Static method in class com.vividsolutions.jts.util.Debug
- isDelete() - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
- isDelete() - Method in class com.vividsolutions.jts.index.sweepline.SweepLineEvent
- isDisjoint() - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns
trueif thisIntersectionMatrixis FF*FF****. - isDone() - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- isDone() - Method in class com.vividsolutions.jts.awt.ShapeCollectionPathIterator
- isDone() - Method in interface com.vividsolutions.jts.geom.CoordinateSequenceFilter
-
Reports whether the application of this filter can be terminated.
- isDone() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Reports that this filter should continue to be executed until all coordinates have been transformed.
- isDone() - Method in class com.vividsolutions.jts.geom.util.ShortCircuitedGeometryVisitor
- isDone() - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
- isDone() - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinderAdder
-
Always process all intersections
- isDone() - Method in class com.vividsolutions.jts.noding.IntersectionAdder
-
Always process all intersections
- isDone() - Method in class com.vividsolutions.jts.noding.IntersectionFinderAdder
-
Deprecated.Always process all intersections
- isDone() - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Tests whether processing can terminate, because all required information has been obtained (e.g.
- isDone() - Method in interface com.vividsolutions.jts.noding.SegmentIntersector
-
Reports whether the client of this class needs to continue testing all intersections in an arrangement.
- isDone() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- isDone() - Method in class com.vividsolutions.jts.precision.CoordinatePrecisionReducerFilter
-
Always runs over all geometry components.
- isDoubleFunction(String) - Static method in class com.vividsolutions.jtstest.geomop.GeometryMethodOperation
- isDoubleFunction(String) - Method in class com.vividsolutions.jtstest.testrunner.TestReader
- isEmpty() - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether the set of points covered by this
Geometryis empty. - isEmpty() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- isEmpty() - Method in class com.vividsolutions.jts.geom.LineString
- isEmpty() - Method in class com.vividsolutions.jts.geom.Point
- isEmpty() - Method in class com.vividsolutions.jts.geom.Polygon
- isEmpty() - Method in class com.vividsolutions.jts.index.kdtree.KdTree
-
Tests whether the index contains any items.
- isEmpty() - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- isEmpty() - Method in class com.vividsolutions.jts.index.quadtree.Quadtree
-
Tests whether the index contains any items.
- isEmpty() - Method in class com.vividsolutions.jts.index.strtree.AbstractNode
-
Tests whether there are any
Boundables at this node. - isEmpty() - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
-
Tests whether the index contains any items.
- isEmpty() - Method in class com.vividsolutions.jts.util.PriorityQueue
-
Test if the priority queue is logically empty.
- isEnabled() - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- isEndOfLine() - Method in class com.vividsolutions.jts.linearref.LinearIterator
-
Checks whether the iterator cursor is pointing to the endpoint of a component
LineString. - isEndpoint(Geometry) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Tests whether this location is an endpoint of the linear component it refers to.
- isEndPoint() - Method in class com.vividsolutions.jts.algorithm.LineIntersector
- isEndPoint(int) - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- isEndPoint(int) - Method in class com.vividsolutions.jts.noding.SegmentNode
- isEqual(CoordinateSequence, CoordinateSequence) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
-
Tests whether two
CoordinateSequences are equal. - isEqualOnSide(Label, int) - Method in class com.vividsolutions.jts.geomgraph.Label
- isEqualOnSide(TopologyLocation, int) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- isEquals(int, int) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Tests whether the argument dimensions are equal and this
IntersectionMatrixmatches the pattern T*F**FFF*. - isEquivalentClass(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns whether the two
Geometrys are equal, from the point of view of theequalsExactmethod. - isEquivalentClass(Geometry) - Method in class com.vividsolutions.jts.geom.LineString
- isFailed() - Method in interface com.vividsolutions.jtstest.test.Testable
- isFailed() - Method in class com.vividsolutions.jtstest.test.TestCase
- isFailed() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- isFailed() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- isFiltered(Style) - Method in interface com.vividsolutions.jtstest.testbuilder.ui.style.StyleList.StyleFilter
- isFinishingRelease(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- isFloating() - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Tests whether the precision model supports floating point
- isForward - Variable in class com.vividsolutions.jts.geomgraph.DirectedEdge
- isForward() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- isFractional() - Method in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- isFrameBorderEdge(QuadEdge) - Method in class com.vividsolutions.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 com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Tests whether a QuadEdge is an edge incident on a frame triangle vertex.
- isFrameVertex(Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Tests whether a vertex is a vertex of the outer triangle.
- isFunctionSelected() - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- isGeoJSON(String) - Static method in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- isGeometryChanged() - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- isGeometryChanged() - Method in interface com.vividsolutions.jts.geom.CoordinateSequenceFilter
-
Reports whether the execution of this filter has modified the coordinates of the geometry.
- isGeometryChanged() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
- isGeometryChanged() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- isGeometryChanged() - Method in class com.vividsolutions.jts.precision.CoordinatePrecisionReducerFilter
-
Always reports that the geometry has changed
- isGeometryCollection() - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this is an instance of a general
GeometryCollection, rather than a homogeneous subclass. - isGeometryComplete() - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
-
Tests whether this handler has completed parsing a geometry.
- isGeometryFunction(String) - Static method in class com.vividsolutions.jtstest.geomop.GeometryMethodOperation
- isGeometryFunction(String) - Method in class com.vividsolutions.jtstest.testrunner.TestReader
- isGeometryOperationSpecified() - Static method in class com.vividsolutions.jtstest.testrunner.TopologyTestApp
-
Tests whether a GeometryOperation was specified on the command line
- isGML(String) - Static method in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- isHole() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- isHorizontal() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Tests whether the segment is horizontal.
- isIdentity() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Tests if this transformation is the identity transformation.
- isInBoundary(int) - Method in class com.vividsolutions.jts.algorithm.BoundaryNodeRule.EndPointBoundaryNodeRule
- isInBoundary(int) - Method in interface com.vividsolutions.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 com.vividsolutions.jts.algorithm.BoundaryNodeRule.Mod2BoundaryNodeRule
- isInBoundary(int) - Method in class com.vividsolutions.jts.algorithm.BoundaryNodeRule.MonoValentEndPointBoundaryNodeRule
- isInBoundary(int) - Method in class com.vividsolutions.jts.algorithm.BoundaryNodeRule.MultiValentEndPointBoundaryNodeRule
- isIncidentEdgeInResult() - Method in class com.vividsolutions.jts.geomgraph.Node
-
Tests whether any incident edge is flagged as being in the result.
- isInCircle(Vertex, Vertex, Vertex) - Method in class com.vividsolutions.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 com.vividsolutions.jts.triangulate.quadedge.TrianglePredicate
-
Computes the inCircle test using distance from the circumcentre.
- isInCircleDDFast(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.triangulate.quadedge.TrianglePredicate
- isInCircleDDNormalized(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.triangulate.quadedge.TrianglePredicate
- isInCircleDDSlow(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.triangulate.quadedge.TrianglePredicate
-
Tests if a point is inside the circle defined by the triangle with vertices a, b, c (oriented counter-clockwise).
- isIndicatorVisible() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.IndicatorTool
-
Important for XOR drawing.
- isInExtent(Coordinate) - Method in class com.vividsolutions.jts.shape.random.RandomPointsBuilder
- isInHalfPlane(int, int) - Static method in class com.vividsolutions.jts.geomgraph.Quadrant
-
Returns whether the given quadrant lies within the given halfplane (specified by its right-hand quadrant).
- isInResult() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- isInResult() - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- isInsert() - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
- isInsert() - Method in class com.vividsolutions.jts.index.sweepline.SweepLineEvent
- isInside(Coordinate) - Method in class com.vividsolutions.jts.algorithm.MCPointInRing
- isInside(Coordinate) - Method in interface com.vividsolutions.jts.algorithm.PointInRing
- isInside(Coordinate) - Method in class com.vividsolutions.jts.algorithm.SimplePointInRing
- isInsideArea() - Method in class com.vividsolutions.jts.operation.distance.GeometryLocation
-
Tests whether this location represents a point inside an area geometry.
- isInteger(String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns true if s can be converted to an int.
- isIntegerFunction(String) - Static method in class com.vividsolutions.jtstest.geomop.GeometryMethodOperation
- isIntegerFunction(String) - Method in class com.vividsolutions.jtstest.testrunner.TestReader
- isIntegerPrecision() - Method in class com.vividsolutions.jts.noding.ScaledNoder
- isInterior() - Method in class com.vividsolutions.jts.noding.SegmentNode
- isInteriorAreaEdge() - Method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm.LineIntersector
-
Tests whether either intersection point is an interior point of one of the input segments.
- isInteriorIntersection(int) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Tests whether either intersection point is an interior point of the specified input segment.
- isInteriorsConnected() - Method in class com.vividsolutions.jts.operation.valid.ConnectedInteriorTester
- isIntersection(Coordinate) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Test whether a point is a intersection point of two line segments.
- isIntersection(Coordinate) - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersectionList
-
Tests if the given point is an edge intersection
- isIntersects() - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns
trueifisDisjointreturns false. - isIsolated() - Method in class com.vividsolutions.jts.geomgraph.Edge
- isIsolated() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- isIsolated() - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
-
An isolated component is one that does not intersect or touch any other component.
- isIsolated() - Method in class com.vividsolutions.jts.geomgraph.Node
- isLeaf(Object) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreeModel
-
Returns true if node is a leaf.
- isLine() - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- isLine(int) - Method in class com.vividsolutions.jts.geomgraph.Label
- isLineEdge() - Method in class com.vividsolutions.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
- isLive() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Tests whether this edge has been deleted.
- isLive() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- isMagnifyingTopology - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- isMagnifyingTopology() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- isMarked - Variable in class com.vividsolutions.jts.planargraph.GraphComponent
- isMarked() - Method in class com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Tests whether this edge is marked.
- isMarked() - Method in class com.vividsolutions.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 com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Tests whether the given edge is marked.
- isMatch(Geometry, String, Object[], Result, Result, double) - Method in class com.vividsolutions.jtstest.testrunner.BufferResultMatcher
-
Tests whether the two results are equal within the given tolerance.
- isMatch(Geometry, String, Object[], Result, Result, double) - Method in class com.vividsolutions.jtstest.testrunner.EqualityResultMatcher
-
Tests whether the two results are equal within the given tolerance.
- isMatch(Geometry, String, Object[], Result, Result, double) - Method in class com.vividsolutions.jtstest.testrunner.NullResultMatcher
-
Always reports a match.
- isMatch(Geometry, String, Object[], Result, Result, double) - Method in interface com.vividsolutions.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 com.vividsolutions.jts.math.DD
-
Tests whether this value is NaN.
- isNegative() - Method in class com.vividsolutions.jts.math.DD
-
Tests whether this value is less than 0.
- isNodeAdded() - Method in class com.vividsolutions.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- isNodeConsistentArea() - Method in class com.vividsolutions.jts.operation.valid.ConsistentAreaTester
-
Check all nodes to see if their labels are consistent with area topology.
- isNodingValid(Geometry) - Static method in class com.vividsolutions.jtstest.function.NodingFunctions
- isNonNested() - Method in class com.vividsolutions.jts.operation.valid.IndexedNestedRingTester
- isNonNested() - Method in class com.vividsolutions.jts.operation.valid.QuadtreeNestedRingTester
- isNonNested() - Method in class com.vividsolutions.jts.operation.valid.SimpleNestedRingTester
- isNonNested() - Method in class com.vividsolutions.jts.operation.valid.SweeplineNestedRingTester
- isNorthern(int) - Static method in class com.vividsolutions.jts.geomgraph.Quadrant
-
Returns true if the given quadrant is 0 or 1.
- isNull() - Method in class com.vividsolutions.jts.geom.Envelope
-
Returns
trueif thisEnvelopeis a "null" envelope. - isNull() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- isNull() - Method in class com.vividsolutions.jts.geomgraph.Depth
-
A Depth object is null (has never been initialized) if all depths are null.
- isNull() - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- isNull(int) - Method in class com.vividsolutions.jts.geomgraph.Depth
- isNull(int) - Method in class com.vividsolutions.jts.geomgraph.Label
- isNull(int, int) - Method in class com.vividsolutions.jts.geomgraph.Depth
- isObtuse(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Tests whether the angle between p0-p1-p2 is obtuse.
- isOfClass(Object, Class) - Static method in class com.vividsolutions.jts.geom.util.GeometryExtracter
- isOnConstraint() - Method in class com.vividsolutions.jts.triangulate.ConstraintVertex
-
Tests whether this vertex lies on a constraint.
- isOnEdge(QuadEdge, Coordinate) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Tests whether a
Coordinatelies on aQuadEdge, up to a tolerance determined by the subdivision tolerance. - isOnLine(Coordinate, Coordinate[]) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Tests whether a point lies on the line segments defined by a list of coordinates.
- isOnSameSegment(LinearLocation) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Tests whether two locations are on the same segment in the parent
Geometry. - isOnSegment() - Method in class com.vividsolutions.jts.algorithm.RayCrossingCounter
-
Reports whether the point lies exactly on one of the supplied segments.
- isOpposite(int, int) - Static method in class com.vividsolutions.jts.geomgraph.Quadrant
-
Returns true if the quadrants are 1 and 3, or 2 and 4
- isOverlaps(int, int) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns
trueif thisIntersectionMatrixis T*T***T** (for two points or two surfaces) 1*T***T** (for two curves) . - isParallel(Vector2D) - Method in class com.vividsolutions.jts.math.Vector2D
- isPassed() - Method in interface com.vividsolutions.jtstest.test.Testable
- isPassed() - Method in class com.vividsolutions.jtstest.test.TestCase
- isPassed() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- isPassed() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- isPassed() - Method in class com.vividsolutions.jtstest.testrunner.Test
-
Returns whether the Test is passed.
- isPoint() - Method in class com.vividsolutions.jts.operation.distance.FacetSequence
- isPointInPolygon() - Method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm.CGAlgorithms
-
Tests whether a point lies inside or on a ring.
- isPointInRing(Coordinate, Coordinate[]) - Static method in class com.vividsolutions.jts.algorithm.NonRobustCGAlgorithms
-
Computes whether a ring defined by an array of
Coordinateis oriented counter-clockwise. - isPointwiseEqual(Edge) - Method in class com.vividsolutions.jts.geomgraph.Edge
- isPositive() - Method in class com.vividsolutions.jts.math.DD
-
Tests whether this value is greater than 0.
- isProper - Variable in class com.vividsolutions.jts.algorithm.LineIntersector
- isProper() - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Tests whether an intersection is proper.
- isPrunable() - Method in class com.vividsolutions.jts.index.bintree.NodeBase
- isPrunable() - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- isReadOnly() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- isRectangle() - Method in class com.vividsolutions.jts.geom.Geometry
- isRectangle() - Method in class com.vividsolutions.jts.geom.Polygon
-
Tests if a valid polygon is simple.
- isRectangle(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- isRemoved() - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Tests whether this directed edge has been removed from its containing graph
- isRemoved() - Method in class com.vividsolutions.jts.planargraph.Edge
-
Tests whether this edge has been removed from its containing graph
- isRemoved() - Method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Tests whether this component has been removed from its containing graph
- isRemoved() - Method in class com.vividsolutions.jts.planargraph.Node
-
Tests whether this node has been removed from its containing graph
- isRepeated() - Method in class com.vividsolutions.jts.index.kdtree.KdNode
-
Tests whether more than one point with this value have been inserted (up to the tolerance)
- isResolvable(Point2D, Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- isResultMatcherSpecified() - Static method in class com.vividsolutions.jtstest.testrunner.TopologyTestApp
-
Tests whether a
ResultMatcherwas specified on the command line - isResultOfOp(int, int, int) - Static method in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
Tests whether a point with given
Locations 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 com.vividsolutions.jts.operation.overlay.OverlayOp
-
Tests whether a point with a given topological
Labelrelative to two geometries is contained in the result of overlaying the geometries using a given overlay operation. - isRing() - Method in class com.vividsolutions.jts.geom.LineString
- isRing(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Tests whether an array of
Coordinates forms a ring, by checking length and closure. - isRing(CoordinateSequence) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
-
Tests whether a
CoordinateSequenceforms a validLinearRing, by checking the sequence length and closure (whether the first and last points are identical in 2D). - isRun - Variable in class com.vividsolutions.jtstest.test.TestCase
- isRun() - Method in class com.vividsolutions.jtstest.test.TestCase
- isRun() - Method in class com.vividsolutions.jtstest.testrunner.Test
- isRun() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- isRunning() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
-
Returns whether the TestEngine is running any TestCase's.
- isSameLabel(SweepLineEvent) - Method in class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
- isSameSignAndNonZero(double, double) - Static method in class com.vividsolutions.jts.algorithm.NonRobustLineIntersector
- isSearchMatch(Envelope) - Method in class com.vividsolutions.jts.index.quadtree.Node
- isSearchMatch(Envelope) - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- isSearchMatch(Envelope) - Method in class com.vividsolutions.jts.index.quadtree.Root
- isSearchMatch(Interval) - Method in class com.vividsolutions.jts.index.bintree.Node
- isSearchMatch(Interval) - Method in class com.vividsolutions.jts.index.bintree.NodeBase
- isSearchMatch(Interval) - Method in class com.vividsolutions.jts.index.bintree.Root
-
The root node matches all searches
- isSequenceable() - Method in class com.vividsolutions.jts.operation.linemerge.LineSequencer
-
Tests whether the arrangement of linestrings has a valid sequence.
- isSequenced(Geometry) - Static method in class com.vividsolutions.jts.operation.linemerge.LineSequencer
-
Tests whether a
Geometryis sequenced correctly. - isShell() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- isShowingGrid() - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- isShowingLabel() - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- isShowingOrientation() - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- isShowingStructure() - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- isShowingVertices() - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- isSimple() - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this
Geometryis simple. - isSimple() - Method in class com.vividsolutions.jts.geom.Point
- isSimple() - Method in class com.vividsolutions.jts.operation.IsSimpleOp
-
Tests whether the geometry is simple.
- isSimple(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- isSimple(LineString) - Method in class com.vividsolutions.jts.operation.IsSimpleOp
-
Deprecated.use isSimple()
- isSimple(MultiLineString) - Method in class com.vividsolutions.jts.operation.IsSimpleOp
-
Deprecated.use isSimple()
- isSimple(MultiPoint) - Method in class com.vividsolutions.jts.operation.IsSimpleOp
-
Deprecated.use isSimple()
- IsSimpleOp - Class in com.vividsolutions.jts.operation
-
Tests whether a
Geometryis simple. - IsSimpleOp() - Constructor for class com.vividsolutions.jts.operation.IsSimpleOp
-
Deprecated.use IsSimpleOp(Geometry)
- IsSimpleOp(Geometry) - Constructor for class com.vividsolutions.jts.operation.IsSimpleOp
-
Creates a simplicity checker using the default SFS Mod-2 Boundary Node Rule
- IsSimpleOp(Geometry, BoundaryNodeRule) - Constructor for class com.vividsolutions.jts.operation.IsSimpleOp
-
Creates a simplicity checker using a given
BoundaryNodeRule - isSingleSided() - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Tests whether the buffer is to be generated on a single side only.
- isSymDiffAreaInTolerance(Geometry, Geometry) - Method in class com.vividsolutions.jtstest.testrunner.BufferResultMatcher
- isTouches(int, int) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns
trueif thisIntersectionMatrixis FT*******, F**T***** or F***T****. - isTrue(boolean) - Static method in class com.vividsolutions.jts.util.Assert
-
Throws an
AssertionFailedExceptionif the given assertion is not true. - isTrue(boolean, String) - Static method in class com.vividsolutions.jts.util.Assert
-
Throws an
AssertionFailedExceptionwith the given message if the given assertion is not true. - isTrue(int) - Static method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Tests if the dimension value matches TRUE (i.e.
- isValid() - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this
Geometryis topologically valid, according to the OGC SFS specification. - isValid() - Method in class com.vividsolutions.jts.geom.MultiPoint
- isValid() - Method in class com.vividsolutions.jts.noding.FastNodingValidator
-
Checks for an intersection and reports if one is found.
- isValid() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferDistanceValidator
- isValid() - Method in class com.vividsolutions.jts.operation.buffer.validate.BufferResultValidator
- isValid() - Method in class com.vividsolutions.jts.operation.valid.IsValidOp
-
Computes the validity of the geometry, and returns true if it is valid.
- isValid(int) - Method in class com.vividsolutions.jts.operation.overlay.validate.OverlayResultValidator
- isValid(Coordinate) - Static method in class com.vividsolutions.jts.operation.valid.IsValidOp
-
Checks whether a coordinate is valid for processing.
- isValid(Geometry) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Tests whether this location refers to a valid location on the given linear
Geometry. - isValid(Geometry) - Static method in class com.vividsolutions.jts.operation.valid.IsValidOp
-
Tests whether a
Geometryis valid. - isValid(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- isValid(Geometry, double, Geometry) - Static method in class com.vividsolutions.jts.operation.buffer.validate.BufferResultValidator
- isValid(Geometry, Geometry, int, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.validate.OverlayResultValidator
- isValidEdge(Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.edgegraph.EdgeGraph
-
Tests if the given coordinates form a valid edge (with non-zero length).
- isValidIndex(double) - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Tests whether an index is in the valid index range for the line.
- isValidIndex(LinearLocation) - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Tests whether an index is in the valid index range for the line.
- isValidMsg(Geometry, double, Geometry) - Static method in class com.vividsolutions.jts.operation.buffer.validate.BufferResultValidator
-
Checks whether the geometry buffer is valid, and returns an error message if not.
- IsValidOp - Class in com.vividsolutions.jts.operation.valid
-
Implements the algorithms required to compute the
isValid()method forGeometrys. - IsValidOp(Geometry) - Constructor for class com.vividsolutions.jts.operation.valid.IsValidOp
- isVertex() - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Tests whether this location refers to a vertex
- isVertex() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- isVertex() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryPointLocater
- isVertexOfEdge(QuadEdge, Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
- isVertical() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Tests whether the segment is vertical.
- isViewPerformant() - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
- isVisited - Variable in class com.vividsolutions.jts.planargraph.GraphComponent
- isVisited() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- isVisited() - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- isVisited() - Method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Tests if a component has been visited during the course of a graph algorithm
- isWithin() - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Tests whether this
IntersectionMatrixis T*F**F***. - isWithinDistance(Geometry, double) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether the distance from this
Geometryto another is less than or equal to a specified value. - isWithinDistance(Geometry, Geometry, double) - Static method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Test whether two geometries lie within a given distance of each other.
- isWithinDistance(Geometry, Geometry, double) - Static method in class com.vividsolutions.jts.operation.distance3d.Distance3DOp
-
Test whether two geometries lie within a given distance of each other.
- isWithinDistance(Geometry, Geometry, double) - Static method in class com.vividsolutions.jtstest.function.DistanceFunctions
- isWKB(String) - Static method in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- isWKT(String) - Static method in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- isZero() - Method in class com.vividsolutions.jts.math.DD
-
Tests whether this value is equal to 0.
- isZeroWidth(double, double) - Static method in class com.vividsolutions.jts.index.quadtree.IntervalSize
-
Computes whether the interval [min, max] is effectively zero width.
- ItemBoundable - Class in com.vividsolutions.jts.index.strtree
-
Boundable wrapper for a non-Boundable spatial object.
- ItemBoundable(Object, Object) - Constructor for class com.vividsolutions.jts.index.strtree.ItemBoundable
- ItemDistance - Interface in com.vividsolutions.jts.index.strtree
-
A function method which computes the distance between two
ItemBoundables in anSTRtree. - items - Variable in class com.vividsolutions.jts.index.bintree.NodeBase
- items - Variable in class com.vividsolutions.jts.index.quadtree.NodeBase
- itemsTree() - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
-
Gets a tree structure (as a nested list) corresponding to the structure of the items and nodes in this tree.
- ItemVisitor - Interface in com.vividsolutions.jts.index
-
A visitor for items in an index.
- IteratedNoder - Class in com.vividsolutions.jts.noding
-
Nodes a set of
NodedSegmentStrings completely. - IteratedNoder(PrecisionModel) - Constructor for class com.vividsolutions.jts.noding.IteratedNoder
- iterator() - Method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.EdgeIntersectionList
-
Returns an iterator of
EdgeIntersections - iterator() - Method in class com.vividsolutions.jts.geomgraph.EdgeList
- iterator() - Method in class com.vividsolutions.jts.geomgraph.NodeMap
- iterator() - Method in class com.vividsolutions.jts.index.bintree.Bintree
- iterator() - Method in class com.vividsolutions.jts.noding.SegmentNodeList
-
returns an iterator of SegmentNodes
- iterator() - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBundle
- iterator() - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Returns an Iterator over the DirectedEdges, in ascending order by angle with the positive x-axis.
- iterator() - Method in class com.vividsolutions.jts.planargraph.NodeMap
-
Returns an Iterator over the Nodes in this NodeMap, sorted in ascending order by angle with the positive x-axis.
J
- JAVA_FILE_FILTER - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- JavaTestWriter - Class in com.vividsolutions.jtstest.testbuilder.model
- JavaTestWriter() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.JavaTestWriter
- jMenuFileExit_actionPerformed(ActionEvent) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
-
File | Exit action performed
- jMenuHelpAbout_actionPerformed(ActionEvent) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
-
Help | About action performed
- JOIN_BEVEL - Static variable in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Specifies a bevel join style.
- JOIN_MITRE - Static variable in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Specifies a mitre join style.
- JOIN_ROUND - Static variable in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Specifies a round join style.
- JTSFunctions - Class in com.vividsolutions.jtstest.function
- JTSFunctions() - Constructor for class com.vividsolutions.jtstest.function.JTSFunctions
- JTSTestBuilder - Class in com.vividsolutions.jtstest.testbuilder
-
A Swing application which supports creating geometries and running JTS operations.
- JTSTestBuilder() - Constructor for class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder
-
Construct the application
- JTSTestBuilder_AboutBox - Class in com.vividsolutions.jtstest.testbuilder
- JTSTestBuilder_AboutBox(Frame) - Constructor for class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder_AboutBox
- JTSTestBuilderController - Class in com.vividsolutions.jtstest.testbuilder.controller
- JTSTestBuilderController() - Constructor for class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- JTSTestBuilderFrame - Class in com.vividsolutions.jtstest.testbuilder
-
The main frame for the JTS Test Builder.
- JTSTestBuilderFrame() - Constructor for class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
-
Construct the frame
- JTSTestBuilderMenuBar - Class in com.vividsolutions.jtstest.testbuilder
- JTSTestBuilderMenuBar(JTSTestBuilderFrame) - Constructor for class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderMenuBar
- JTSTestBuilderToolBar - Class in com.vividsolutions.jtstest.testbuilder
- JTSTestBuilderToolBar(JTSTestBuilderFrame) - Constructor for class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderToolBar
- JTSTestReflectionException - Exception in com.vividsolutions.jtstest.testrunner
-
An Exception which indicates a problem during reflection
- JTSTestReflectionException(String) - Constructor for exception com.vividsolutions.jtstest.testrunner.JTSTestReflectionException
- JTSTestReflectionException(String, Object[]) - Constructor for exception com.vividsolutions.jtstest.testrunner.JTSTestReflectionException
- jtsVersion(Geometry) - Static method in class com.vividsolutions.jtstest.function.JTSFunctions
- JTSVersion - Class in com.vividsolutions.jts
-
JTS API version information.
K
- KB - Static variable in class com.vividsolutions.jts.util.Memory
- KdNode - Class in com.vividsolutions.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 com.vividsolutions.jts.index.kdtree.KdNode
-
Creates a new KdNode.
- KdNode(Coordinate, Object) - Constructor for class com.vividsolutions.jts.index.kdtree.KdNode
-
Creates a new KdNode.
- KdNodeVisitor - Interface in com.vividsolutions.jts.index.kdtree
- KdTree - Class in com.vividsolutions.jts.index.kdtree
-
An implementation of a 2-D KD-Tree.
- KdTree() - Constructor for class com.vividsolutions.jts.index.kdtree.KdTree
-
Creates a new instance of a KdTree with a snapping tolerance of 0.0.
- KdTree(double) - Constructor for class com.vividsolutions.jts.index.kdtree.KdTree
-
Creates a new instance of a KdTree, specifying a snapping distance tolerance.
- kdTreeQuery(Geometry, Geometry, double) - Static method in class com.vividsolutions.jtstest.function.SpatialIndexFunctions
- kdTreeQueryRepeated(Geometry, Geometry, double) - Static method in class com.vividsolutions.jtstest.function.SpatialIndexFunctions
- Key - Class in com.vividsolutions.jts.index.bintree
-
A Key is a unique identifier for a node in a tree.
- Key - Class in com.vividsolutions.jts.index.quadtree
-
A Key is a unique identifier for a node in a quadtree.
- Key(Envelope) - Constructor for class com.vividsolutions.jts.index.quadtree.Key
- Key(Interval) - Constructor for class com.vividsolutions.jts.index.bintree.Key
- keyPressed(KeyEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- keyReleased(KeyEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- keySet() - Method in class com.vividsolutions.jtstest.function.DoubleKeyMap
- keySet(Object) - Method in class com.vividsolutions.jtstest.function.DoubleKeyMap
- keyTyped(KeyEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- kill() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- KMLReaderExample - Class in com.vividsolutions.jtsexample.io.gml2
-
An example of using the
GMLHandlerclass to read geometry data out of KML files. - KMLReaderExample() - Constructor for class com.vividsolutions.jtsexample.io.gml2.KMLReaderExample
- KMLWriter - Class in com.vividsolutions.jts.io.kml
-
Writes a formatted string containing the KML representation of a JTS
Geometry. - KMLWriter() - Constructor for class com.vividsolutions.jts.io.kml.KMLWriter
-
Creates a new writer.
- kochSnowflake(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateFractalShapeFunctions
- KochSnowflakeBuilder - Class in com.vividsolutions.jts.shape.fractal
- KochSnowflakeBuilder(GeometryFactory) - Constructor for class com.vividsolutions.jts.shape.fractal.KochSnowflakeBuilder
L
- L - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Dimension value of a curve (1).
- label - Variable in class com.vividsolutions.jts.geomgraph.EdgeEnd
- label - Variable in class com.vividsolutions.jts.geomgraph.GraphComponent
- Label - Class in com.vividsolutions.jts.geomgraph
-
A
Labelindicates the topological relationship of a component of a topology graph to a givenGeometry. - Label(int) - Constructor for class com.vividsolutions.jts.geomgraph.Label
-
Construct a Label with a single location for both Geometries.
- Label(int, int) - Constructor for class com.vividsolutions.jts.geomgraph.Label
-
Construct a Label with a single location for both Geometries.
- Label(int, int, int) - Constructor for class com.vividsolutions.jts.geomgraph.Label
-
Construct a Label with On, Left and Right locations for both Geometries.
- Label(int, int, int, int) - Constructor for class com.vividsolutions.jts.geomgraph.Label
-
Construct a Label with On, Left and Right locations for both Geometries.
- Label(Label) - Constructor for class com.vividsolutions.jts.geomgraph.Label
-
Construct a Label with the same values as the argument Label.
- LABEL_TEST_CASE - Static variable in class com.vividsolutions.jtstest.testbuilder.AppStrings
- lastCoordinate() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- LastFoundQuadEdgeLocator - Class in com.vividsolutions.jts.triangulate.quadedge
-
Locates
QuadEdges in aQuadEdgeSubdivision, optimizing the search by starting in the locality of the last edge found. - LastFoundQuadEdgeLocator(QuadEdgeSubdivision) - Constructor for class com.vividsolutions.jts.triangulate.quadedge.LastFoundQuadEdgeLocator
- lastNode(List) - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- Layer - Class in com.vividsolutions.jtstest.testbuilder.model
- Layer(String) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.Layer
- LayerCheckBoxList - Class in com.vividsolutions.jtstest.testbuilder
- LayerCheckBoxList() - Constructor for class com.vividsolutions.jtstest.testbuilder.LayerCheckBoxList
- LayerCheckBoxList(ListModel) - Constructor for class com.vividsolutions.jtstest.testbuilder.LayerCheckBoxList
- LayerCheckBoxList.CellRenderer - Class in com.vividsolutions.jtstest.testbuilder
- LayerControlList - Class in com.vividsolutions.jtstest.testbuilder
-
Experimental control panel for layers.
- LayerControlList() - Constructor for class com.vividsolutions.jtstest.testbuilder.LayerControlList
- LayerList - Class in com.vividsolutions.jtstest.testbuilder.model
- LayerList() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.LayerList
- LayerListPanel - Class in com.vividsolutions.jtstest.testbuilder
- LayerListPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.LayerListPanel
- LayerRenderer - Class in com.vividsolutions.jtstest.testbuilder.ui.render
- LayerRenderer(Layer, GeometryContainer, Viewport) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.render.LayerRenderer
- LayerRenderer(Layer, Viewport) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.render.LayerRenderer
- le(DD) - Method in class com.vividsolutions.jts.math.DD
-
Tests whether this value is less than or equal to another DoubleDouble value.
- LEFT - Static variable in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
A value that indicates an orientation of counterclockwise, or a left turn.
- LEFT - Static variable in class com.vividsolutions.jts.geomgraph.Position
-
An indicator that a Location is to the left of a GraphComponent
- LEFT - Static variable in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- leftOf(QuadEdge) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- leftPad(String, int, char) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Pads the String with the given character until it has the given length.
- length() - Method in class com.vividsolutions.jts.math.Vector2D
- length() - Method in class com.vividsolutions.jts.math.Vector3D
- length(Coordinate) - Static method in class com.vividsolutions.jts.math.Vector3D
- length(CoordinateSequence) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes the length of a linestring specified by a sequence of points.
- length(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- lengthDescription - Static variable in class com.vividsolutions.jtstest.function.GeometryFunctions
- LengthIndexedLine - Class in com.vividsolutions.jts.linearref
-
Supports linear referencing along a linear
Geometryusing the length along the line as the index. - LengthIndexedLine(Geometry) - Constructor for class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Constructs an object which allows a linear
Geometryto be linearly referenced using length as an index. - LengthLocationMap - Class in com.vividsolutions.jts.linearref
-
Computes the
LinearLocationfor a given length along a linearGeometry. - LengthLocationMap(Geometry) - Constructor for class com.vividsolutions.jts.linearref.LengthLocationMap
- lengthSquared() - Method in class com.vividsolutions.jts.math.Vector2D
- li - Variable in class com.vividsolutions.jts.operation.GeometryGraphOperation
- lighter(Color) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.ColorUtil
- lighter(Color, double) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.ColorUtil
- LINE - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
- Lineal - Interface in com.vividsolutions.jts.geom
-
Identifies
Geometrysubclasses which are 1-dimensional and have components which areLineStrings. - LinearComponentExtracter - Class in com.vividsolutions.jts.geom.util
-
Extracts all the 1-dimensional (
LineString) components from aGeometry. - LinearComponentExtracter(Collection) - Constructor for class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Constructs a LineExtracterFilter with a list in which to store LineStrings found.
- LinearComponentExtracter(Collection, boolean) - Constructor for class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Constructs a LineExtracterFilter with a list in which to store LineStrings found.
- LinearGeometryBuilder - Class in com.vividsolutions.jts.linearref
-
Builds a linear geometry (
LineStringorMultiLineString) incrementally (point-by-point). - LinearGeometryBuilder(GeometryFactory) - Constructor for class com.vividsolutions.jts.linearref.LinearGeometryBuilder
- LinearIterator - Class in com.vividsolutions.jts.linearref
-
An iterator over the components and coordinates of a linear geometry (
LineStrings andMultiLineStrings. - LinearIterator(Geometry) - Constructor for class com.vividsolutions.jts.linearref.LinearIterator
-
Creates an iterator initialized to the start of a linear
Geometry - LinearIterator(Geometry, int, int) - Constructor for class com.vividsolutions.jts.linearref.LinearIterator
-
Creates an iterator starting at a specified component and vertex in a linear
Geometry - LinearIterator(Geometry, LinearLocation) - Constructor for class com.vividsolutions.jts.linearref.LinearIterator
-
Creates an iterator starting at a
LinearLocationon a linearGeometry - LinearLocation - Class in com.vividsolutions.jts.linearref
-
Represents a location along a
LineStringorMultiLineString. - LinearLocation() - Constructor for class com.vividsolutions.jts.linearref.LinearLocation
-
Creates a location referring to the start of a linear geometry
- LinearLocation(int, double) - Constructor for class com.vividsolutions.jts.linearref.LinearLocation
- LinearLocation(int, int, double) - Constructor for class com.vividsolutions.jts.linearref.LinearLocation
- LinearLocation(LinearLocation) - Constructor for class com.vividsolutions.jts.linearref.LinearLocation
-
Creates a new location equal to a given one.
- LinearReferencingFunctions - Class in com.vividsolutions.jtstest.function
- LinearReferencingFunctions() - Constructor for class com.vividsolutions.jtstest.function.LinearReferencingFunctions
- LinearRefExample - Class in com.vividsolutions.jtsexample.linearref
-
Examples of Linear Referencing
- LinearRefExample() - Constructor for class com.vividsolutions.jtsexample.linearref.LinearRefExample
- LinearRing - Class in com.vividsolutions.jts.geom
-
Models an OGC SFS
LinearRing. - LinearRing(Coordinate[], PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.LinearRing
-
Deprecated.Use GeometryFactory instead
- LinearRing(CoordinateSequence, GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.LinearRing
-
Constructs a
LinearRingwith the vertices specifed by the givenCoordinateSequence. - LineBandTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- LineBandTool() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- LineBandTool(Cursor) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- LineBuilder - Class in com.vividsolutions.jts.operation.overlay
-
Forms JTS LineStrings out of a the graph of
DirectedEdges created by anOverlayOp. - LineBuilder(OverlayOp, GeometryFactory, PointLocator) - Constructor for class com.vividsolutions.jts.operation.overlay.LineBuilder
- LineDissolver - Class in com.vividsolutions.jts.dissolve
-
Dissolves the linear components from a collection of
Geometrys into a set of maximal-lengthLinestrings in which every unique segment appears once only. - LineDissolver() - Constructor for class com.vividsolutions.jts.dissolve.LineDissolver
- LineHandlingFunctions - Class in com.vividsolutions.jtstest.function
- LineHandlingFunctions() - Constructor for class com.vividsolutions.jtstest.function.LineHandlingFunctions
- lineIntersection(LineSegment) - Method in class com.vividsolutions.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 com.vividsolutions.jts.algorithm
-
A
LineIntersectoris an algorithm that can both test whether two line segments intersect and compute the intersection point(s) if they do. - LineIntersector() - Constructor for class com.vividsolutions.jts.algorithm.LineIntersector
- LineMergeDirectedEdge - Class in com.vividsolutions.jts.operation.linemerge
-
A
DirectedEdgeof aLineMergeGraph. - LineMergeDirectedEdge(Node, Node, Coordinate, boolean) - Constructor for class com.vividsolutions.jts.operation.linemerge.LineMergeDirectedEdge
-
Constructs a LineMergeDirectedEdge connecting the
fromnode to thetonode. - LineMergeEdge - Class in com.vividsolutions.jts.operation.linemerge
-
An edge of a
LineMergeGraph. - LineMergeEdge(LineString) - Constructor for class com.vividsolutions.jts.operation.linemerge.LineMergeEdge
-
Constructs a LineMergeEdge with vertices given by the specified LineString.
- LineMergeExample - Class in com.vividsolutions.jtsexample.operation.linemerge
-
Example of using the LineMerger class to sew together a set of fully noded linestrings.
- LineMergeExample() - Constructor for class com.vividsolutions.jtsexample.operation.linemerge.LineMergeExample
- LineMergeGraph - Class in com.vividsolutions.jts.operation.linemerge
-
A planar graph of edges that is analyzed to sew the edges together.
- LineMergeGraph() - Constructor for class com.vividsolutions.jts.operation.linemerge.LineMergeGraph
- LineMerger - Class in com.vividsolutions.jts.operation.linemerge
-
Merges a collection of linear components to form maximal-length linestrings.
- LineMerger() - Constructor for class com.vividsolutions.jts.operation.linemerge.LineMerger
-
Creates a new line merger.
- LineNumberElement - Class in com.vividsolutions.jtstest.util.io
-
This class extends a normal Element with a traceback to its beginning and endling line number, if available and reported.
- LineNumberElement() - Constructor for class com.vividsolutions.jtstest.util.io.LineNumberElement
- LineNumberElement(String) - Constructor for class com.vividsolutions.jtstest.util.io.LineNumberElement
- LineNumberElement(String, String) - Constructor for class com.vividsolutions.jtstest.util.io.LineNumberElement
- LineNumberElement(String, String, String) - Constructor for class com.vividsolutions.jtstest.util.io.LineNumberElement
- LineNumberElement(String, Namespace) - Constructor for class com.vividsolutions.jtstest.util.io.LineNumberElement
- LineNumberSAXBuilder - Class in com.vividsolutions.jtstest.util.io
-
This builder works in parallell with
LineNumberElementto provide each element with information on its beginning and ending line number in the corresponding source. - LineNumberSAXBuilder() - Constructor for class com.vividsolutions.jtstest.util.io.LineNumberSAXBuilder
- LineSegment - Class in com.vividsolutions.jts.geom
-
Represents a line segment defined by two
Coordinates. - LineSegment() - Constructor for class com.vividsolutions.jts.geom.LineSegment
- LineSegment(double, double, double, double) - Constructor for class com.vividsolutions.jts.geom.LineSegment
- LineSegment(Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.geom.LineSegment
- LineSegment(LineSegment) - Constructor for class com.vividsolutions.jts.geom.LineSegment
- LineSequencer - Class in com.vividsolutions.jts.operation.linemerge
-
Builds a sequence from a set of LineStrings so that they are ordered end to end.
- LineSequencer() - Constructor for class com.vividsolutions.jts.operation.linemerge.LineSequencer
- LineString - Class in com.vividsolutions.jts.geom
-
Models an OGC-style
LineString. - LineString(Coordinate[], PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.LineString
-
Deprecated.Use GeometryFactory instead
- LineString(CoordinateSequence, GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.LineString
-
Constructs a
LineStringwith the given points. - LINESTRING - Static variable in interface com.vividsolutions.jtstest.testbuilder.model.GeometryType
- LineStringEndpointStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- LineStringEndpointStyle(boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringEndpointStyle
- LineStringExtracter - Class in com.vividsolutions.jts.geom.util
-
Extracts all the
LineStringelements from aGeometry. - LineStringExtracter(List) - Constructor for class com.vividsolutions.jts.geom.util.LineStringExtracter
-
Constructs a filter with a list in which to store the elements found.
- lineStringSelfIntersections(LineString) - Static method in class com.vividsolutions.jtsexample.technique.LineStringSelfIntersections
- LineStringSelfIntersections - Class in com.vividsolutions.jtsexample.technique
-
Shows a technique for identifying the location of self-intersections in a non-simple LineString.
- LineStringSelfIntersections() - Constructor for class com.vividsolutions.jtsexample.technique.LineStringSelfIntersections
- LineStringSnapper - Class in com.vividsolutions.jts.operation.overlay.snap
-
Snaps the vertices and segments of a
LineStringto a set of target snap vertices. - LineStringSnapper(Coordinate[], double) - Constructor for class com.vividsolutions.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 com.vividsolutions.jts.operation.overlay.snap.LineStringSnapper
-
Creates a new snapper using the points in the given
LineStringas source snap points. - LineStringStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- LineStringStyle() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
- LineStringTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- linkAllDirectedEdges() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- linkAllDirectedEdges() - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
-
Link the DirectedEdges at the nodes of the graph.
- linkDirectedEdgesForMinimalEdgeRings() - Method in class com.vividsolutions.jts.operation.overlay.MaximalEdgeRing
-
For all nodes in this EdgeRing, link the DirectedEdges at the node to form minimalEdgeRings
- linkMinimalDirectedEdges(EdgeRing) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- linkResultDirectedEdges() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
-
Traverse the star of DirectedEdges, linking the included edges together.
- linkResultDirectedEdges() - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
-
Link the DirectedEdges at the nodes of the graph.
- linkResultDirectedEdges(Collection) - Static method in class com.vividsolutions.jts.geomgraph.PlanarGraph
-
For nodes in the Collection, link the DirectedEdges at the node that are in the result.
- LITTLE_ENDIAN - Static variable in class com.vividsolutions.jts.io.ByteOrderValues
- lNext() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the CCW edge around the left face following this edge.
- loadEditList(TestCaseList) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- loadGeometryText(String, String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- loadMultipleGeometriesFromFile(int, String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- loadSourceGeometries(Geometry) - Method in class com.vividsolutions.jts.triangulate.VertexTaggedGeometryDataMapper
- loadSourceGeometries(Collection) - Method in class com.vividsolutions.jts.triangulate.VertexTaggedGeometryDataMapper
- LoadTestCasesDialog - Class in com.vividsolutions.jtstest.testbuilder
-
MD - Probably obsolete
- LoadTestCasesDialog() - Constructor for class com.vividsolutions.jtstest.testbuilder.LoadTestCasesDialog
- LoadTestCasesDialog(Frame, String, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.LoadTestCasesDialog
- locate(Coordinate) - Method in class com.vividsolutions.jts.algorithm.locate.IndexedPointInAreaLocator
- locate(Coordinate) - Method in interface com.vividsolutions.jts.algorithm.locate.PointOnGeometryLocator
- locate(Coordinate) - Method in class com.vividsolutions.jts.algorithm.locate.SimplePointInAreaLocator
- locate(Coordinate) - Method in class com.vividsolutions.jts.geomgraph.GeometryGraph
-
Determines the
Locationof the givenCoordinatein this geometry. - locate(Coordinate) - Method in class com.vividsolutions.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 com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Locates the edge between the given vertices, if it exists in the subdivision.
- locate(Coordinate, Geometry) - Static method in class com.vividsolutions.jts.algorithm.locate.SimplePointInAreaLocator
- locate(Coordinate, Geometry) - Method in class com.vividsolutions.jts.algorithm.PointLocator
-
Computes the topological relationship (
Location) of a single point to a Geometry. - locate(Vertex) - Method in class com.vividsolutions.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 com.vividsolutions.jts.triangulate.quadedge.QuadEdgeLocator
- locate(Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Finds a quadedge of a triangle containing a location specified by a
Vertex, if one exists. - LocateFailureException - Exception in com.vividsolutions.jts.triangulate.quadedge
- LocateFailureException(LineSegment) - Constructor for exception com.vividsolutions.jts.triangulate.quadedge.LocateFailureException
- LocateFailureException(String) - Constructor for exception com.vividsolutions.jts.triangulate.quadedge.LocateFailureException
- LocateFailureException(String, LineSegment) - Constructor for exception com.vividsolutions.jts.triangulate.quadedge.LocateFailureException
- locateFromEdge(Vertex, QuadEdge) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Locates an edge of a triangle which contains a location specified by a Vertex v.
- locateNonVertexPoint(Coordinate, double) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.geom.GeometryPointLocater
- locatePointInRing(Coordinate, Coordinate[]) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
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 com.vividsolutions.jts.algorithm.RayCrossingCounter
-
Determines the
Locationof a point in a ring. - locatePointInRing(Coordinate, CoordinateSequence) - Static method in class com.vividsolutions.jts.algorithm.RayCrossingCounter
-
Determines the
Locationof a point in a ring. - locateVertex(Coordinate, double) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.geom.GeometryPointLocater
- locateVertex(Geometry, Coordinate, double) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.VertexLocater
- locateVertexPt(Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- Location - Class in com.vividsolutions.jts.geom
-
Constants representing the different topological locations which can occur in a
Geometry. - Location() - Constructor for class com.vividsolutions.jts.geom.Location
- LocationIndexedLine - Class in com.vividsolutions.jts.linearref
-
Supports linear referencing along a linear
GeometryusingLinearLocations as the index. - LocationIndexedLine(Geometry) - Constructor for class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Constructs an object which allows linear referencing along a given linear
Geometry. - log10(double) - Static method in class com.vividsolutions.jts.math.MathUtil
-
Computes the base-10 logarithm of a double value.
- Logger - Interface in com.vividsolutions.jtstest.testrunner
- LoggingGeometryOperation - Class in com.vividsolutions.jtstest.geomop
-
A
GeometryOperationwhich logs the input and output from anotherGeometryOperation. - LoggingGeometryOperation() - Constructor for class com.vividsolutions.jtstest.geomop.LoggingGeometryOperation
- LoggingGeometryOperation(GeometryOperation) - Constructor for class com.vividsolutions.jtstest.geomop.LoggingGeometryOperation
- logoBuffer(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.JTSFunctions
- logoLines(Geometry) - Static method in class com.vividsolutions.jtstest.function.JTSFunctions
- longestSideLength() - Method in class com.vividsolutions.jts.geom.Triangle
-
Computes the length of the longest side of this triangle
- longestSideLength(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the length of the longest side of a triangle
- lostOwnership(Clipboard, Transferable) - Method in class com.vividsolutions.jtstest.testbuilder.ui.ClipImage
- lPrev() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the CCW edge around the left face before this edge.
- lt(DD) - Method in class com.vividsolutions.jts.math.DD
-
Tests whether this value is less than another DoubleDouble value.
- LYR_A - Static variable in class com.vividsolutions.jtstest.testbuilder.model.LayerList
- LYR_B - Static variable in class com.vividsolutions.jtstest.testbuilder.model.LayerList
- LYR_RESULT - Static variable in class com.vividsolutions.jtstest.testbuilder.model.LayerList
M
- M - Static variable in interface com.vividsolutions.jts.geom.CoordinateSequence
- main(String[]) - Static method in class com.vividsolutions.jts.JTSVersion
-
Prints the current JTS version to stdout.
- main(String[]) - Static method in class com.vividsolutions.jts.util.Debug
-
Prints the status of debugging to System.out
- main(String[]) - Static method in class com.vividsolutions.jtsexample.geom.BasicExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.geom.ConstructionExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.geom.PrecisionModelExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.geom.prep.PreparedGeometryExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.geom.SimpleMethodsExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.io.gml2.KMLReaderExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.linearref.LinearRefExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.operation.distance.ClosestPointExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.operation.linemerge.LineMergeExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.operation.polygonize.PolygonizeExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.precision.EnhancedPrecisionOpExample
- main(String[]) - Static method in class com.vividsolutions.jtsexample.technique.LineStringSelfIntersections
- main(String[]) - Static method in class com.vividsolutions.jtsexample.technique.PolygonUnionUsingBuffer
-
Deprecated.
- main(String[]) - Static method in class com.vividsolutions.jtsexample.technique.SearchUsingPreparedGeometryIndex
- main(String[]) - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder
-
Main method
- main(String[]) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.dnd.FileDrop
-
Runs a sample program that shows dropped files
- main(String[]) - Static method in class com.vividsolutions.jtstest.testrunner.TopologyTestApp
-
Opens a TopologyTestApp.
- MAJOR - Static variable in class com.vividsolutions.jts.JTSVersion
-
The major version number.
- makeEdge(Vertex, Vertex) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
- makeEdge(Vertex, Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Creates a new quadedge, recording it in the edges list.
- makePrecise(double) - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Rounds a numeric value to the PrecisionModel grid.
- makePrecise(Coordinate) - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Rounds a Coordinate to the PrecisionModel grid.
- map(Geometry) - Method in interface com.vividsolutions.jts.geom.util.GeometryMapper.MapOp
-
Computes a new geometry value.
- map(GeometryCollection) - Method in class com.vividsolutions.jts.geom.util.GeometryCollectionMapper
- map(GeometryCollection, GeometryMapper.MapOp) - Static method in class com.vividsolutions.jts.geom.util.GeometryCollectionMapper
- map(Geometry, GeometryMapper.MapOp) - Static method in class com.vividsolutions.jts.geom.util.GeometryMapper
-
Maps the members of a
Geometry(which may be atomic or composite) into another Geometry of most specific type. - map(Collection, GeometryMapper.MapOp) - Static method in class com.vividsolutions.jts.geom.util.GeometryMapper
- mark() - Method in class com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Marks this edge.
- mark(HalfEdge) - Static method in class com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Marks the given edge.
- markBoth(HalfEdge) - Static method in class com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Marks the edges in a pair.
- MarkHalfEdge - Class in com.vividsolutions.jts.edgegraph
-
A
HalfEdgewhich supports marking edges with a boolean flag. - MarkHalfEdge(Coordinate) - Constructor for class com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Creates a new marked edge.
- MASK_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- MASK_WIDTH_FRAC - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- maskPoly - Variable in class com.vividsolutions.jts.shape.random.RandomPointsBuilder
- match(Geometry, Geometry) - Method in interface com.vividsolutions.jtstest.geomop.GeometryMatcher
- match(Geometry, Geometry) - Method in class com.vividsolutions.jtstest.geomop.NormalizedGeometryMatcher
- matches(int, char) - Static method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Tests if the dimension value satisfies the dimension symbol.
- matches(String) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns whether the elements of this
IntersectionMatrixsatisfies the required dimension symbols. - matches(String, String) - Static method in class com.vividsolutions.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.
- MathUtil - Class in com.vividsolutions.jts.math
-
Various utility functions for mathematical and numerical operations.
- MathUtil() - Constructor for class com.vividsolutions.jts.math.MathUtil
- Matrix - Class in com.vividsolutions.jts.math
-
Implements some 2D matrix operations (in particular, solving systems of linear equations).
- Matrix() - Constructor for class com.vividsolutions.jts.math.Matrix
- max - Variable in class com.vividsolutions.jts.index.bintree.Interval
- max - Variable in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
- max(double, double, double) - Static method in class com.vividsolutions.jts.math.MathUtil
- max(double, double, double, double) - Static method in class com.vividsolutions.jts.math.MathUtil
- max(DD) - Method in class com.vividsolutions.jts.math.DD
-
Computes the maximum of this and another DD number.
- MAX_DISPLAY_POINTS - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- MAX_ITER - Static variable in class com.vividsolutions.jts.noding.IteratedNoder
- MaxDensifiedByFractionDistanceFilter(Geometry, double) - Constructor for class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
- maxExtent() - Method in class com.vividsolutions.jts.geom.Envelope
-
Gets the maximum extent of this envelope across both dimensions.
- maxExtent(Envelope) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.EnvelopeUtil
- MaximalEdgeRing - Class in com.vividsolutions.jts.operation.overlay
-
A ring of
DirectedEdges which may contain nodes of degree > 2. - MaximalEdgeRing(DirectedEdge, GeometryFactory) - Constructor for class com.vividsolutions.jts.operation.overlay.MaximalEdgeRing
- maximumCommonMantissa(double, double) - Static method in class com.vividsolutions.jts.index.quadtree.DoubleBits
- maximumDiameter(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- maximumDiameterLength(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- maximumPreciseValue - Static variable in class com.vividsolutions.jts.geom.PrecisionModel
-
The maximum precise value representable in a double.
- MaxMidpointDistanceFilter(Geometry) - Constructor for class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter
- MaxPointDistanceFilter(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- MaxPointDistanceFilter(Geometry) - Constructor for class com.vividsolutions.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- maxX() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Gets the maximum X ordinate.
- maxY() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Gets the maximum Y ordinate.
- MB - Static variable in class com.vividsolutions.jts.util.Memory
- MCIndexNoder - Class in com.vividsolutions.jts.noding
- MCIndexNoder() - Constructor for class com.vividsolutions.jts.noding.MCIndexNoder
- MCIndexNoder(SegmentIntersector) - Constructor for class com.vividsolutions.jts.noding.MCIndexNoder
- MCIndexNoder.SegmentOverlapAction - Class in com.vividsolutions.jts.noding
- MCIndexNoding(Geometry) - Static method in class com.vividsolutions.jtstest.function.NodingFunctions
- MCIndexNodingWithPrecision(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.NodingFunctions
- MCIndexPointSnapper - Class in com.vividsolutions.jts.noding.snapround
- MCIndexPointSnapper(SpatialIndex) - Constructor for class com.vividsolutions.jts.noding.snapround.MCIndexPointSnapper
- MCIndexPointSnapper.HotPixelSnapAction - Class in com.vividsolutions.jts.noding.snapround
- MCIndexSegmentSetMutualIntersector - Class in com.vividsolutions.jts.noding
- MCIndexSegmentSetMutualIntersector(Collection) - Constructor for class com.vividsolutions.jts.noding.MCIndexSegmentSetMutualIntersector
-
Constructs a new intersector for a given set of
SegmentStrings. - MCIndexSegmentSetMutualIntersector.SegmentOverlapAction - Class in com.vividsolutions.jts.noding
- MCIndexSnapRounder - Class in com.vividsolutions.jts.noding.snapround
-
Uses Snap Rounding to compute a rounded, fully noded arrangement from a set of
SegmentStrings. - MCIndexSnapRounder(PrecisionModel) - Constructor for class com.vividsolutions.jts.noding.snapround.MCIndexSnapRounder
- MCPointInRing - Class in com.vividsolutions.jts.algorithm
- MCPointInRing(LinearRing) - Constructor for class com.vividsolutions.jts.algorithm.MCPointInRing
- measure(Geometry, Geometry) - Method in class com.vividsolutions.jts.algorithm.match.AreaSimilarityMeasure
- measure(Geometry, Geometry) - Method in class com.vividsolutions.jts.algorithm.match.HausdorffSimilarityMeasure
- measure(Geometry, Geometry) - Method in interface com.vividsolutions.jts.algorithm.match.SimilarityMeasure
- Memory - Class in com.vividsolutions.jts.util
-
Utility functions to report JVM memory usage.
- Memory() - Constructor for class com.vividsolutions.jts.util.Memory
- merge(Label) - Method in class com.vividsolutions.jts.geomgraph.Label
-
Merge this label with another one.
- merge(TopologyLocation) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
-
merge updates only the NULL attributes of this object with the attributes of another.
- merge(SegmentString, SegmentString, boolean) - Method in interface com.vividsolutions.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 com.vividsolutions.jts.triangulate.ConstraintVertex
-
Merges the constraint data in the vertex other into this vertex.
- mergeLabel(Label) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- mergeLabel(Label) - Method in class com.vividsolutions.jts.geomgraph.Node
-
To merge labels for two nodes, the merged location for each LabelElement is computed.
- mergeLabel(Label, int) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
-
Merge the RHS label from a DirectedEdge into the label for this EdgeRing.
- mergeLabel(Node) - Method in class com.vividsolutions.jts.geomgraph.Node
- mergeLines(Geometry) - Static method in class com.vividsolutions.jtstest.function.LineHandlingFunctions
- mergeSymLabels() - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
-
For each dirEdge in the star, merge the label from the sym dirEdge into the label
- metricsSummary(Geometry) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryUtil
- MidArrowLineStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- MidArrowLineStyle(Color) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.MidArrowLineStyle
- midPoint() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the midpoint of the segment
- midPoint(Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the midpoint of a segment
- midPoint(Vertex) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
-
returns a new vertex that is mid-way between this vertex and another end point.
- MidpointSplitPointFinder - Class in com.vividsolutions.jts.triangulate
-
A simple split point finder which returns the midpoint of the split segment.
- MidpointSplitPointFinder() - Constructor for class com.vividsolutions.jts.triangulate.MidpointSplitPointFinder
- min - Variable in class com.vividsolutions.jts.index.bintree.Interval
- min - Variable in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
- min(double, double, double, double) - Static method in class com.vividsolutions.jts.math.MathUtil
- min(DD) - Method in class com.vividsolutions.jts.math.DD
-
Computes the minimum of this and another DD number.
- MIN_BINARY_EXPONENT - Static variable in class com.vividsolutions.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_VISIBLE_LEN - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowLineStyle
- minClearance(Geometry) - Static method in class com.vividsolutions.jtstest.function.PrecisionFunctions
- minClearance(Geometry) - Static method in class com.vividsolutions.jtstest.function.TestCaseGeometryFunctions
- minClearanceLine(Geometry) - Static method in class com.vividsolutions.jtstest.function.PrecisionFunctions
- minClearanceLine(Geometry) - Static method in class com.vividsolutions.jtstest.function.TestCaseGeometryFunctions
- minClearanceSimple(Geometry) - Static method in class com.vividsolutions.jtstest.function.PrecisionFunctions
- minClearanceSimpleLine(Geometry) - Static method in class com.vividsolutions.jtstest.function.PrecisionFunctions
- minCoordinate(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Returns the minimum coordinate, using the usual lexicographic comparison.
- minExtent() - Method in class com.vividsolutions.jts.geom.Envelope
-
Gets the minimum extent of this envelope across both dimensions.
- minExtent(Envelope) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.EnvelopeUtil
- MinimalEdgeRing - Class in com.vividsolutions.jts.operation.overlay
-
A ring of
Edges with the property that no node has degree greater than 2. - MinimalEdgeRing(DirectedEdge, GeometryFactory) - Constructor for class com.vividsolutions.jts.operation.overlay.MinimalEdgeRing
- MINIMUM_VALID_SIZE - Static variable in class com.vividsolutions.jts.geom.LinearRing
-
The minimum number of vertices allowed in a valid non-empty ring (= 4).
- minimumBoundingCircle(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- MinimumBoundingCircle - Class in com.vividsolutions.jts.algorithm
-
Computes the Minimum Bounding Circle (MBC) for the points in a
Geometry. - MinimumBoundingCircle(Geometry) - Constructor for class com.vividsolutions.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 com.vividsolutions.jts.precision
-
Computes the Minimum Clearance of a
Geometry. - MinimumClearance(Geometry) - Constructor for class com.vividsolutions.jts.precision.MinimumClearance
-
Creates an object to compute the Minimum Clearance for the given Geometry
- minimumDiameter(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- MinimumDiameter - Class in com.vividsolutions.jts.algorithm
-
Computes the minimum diameter of a
Geometry. - MinimumDiameter(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.MinimumDiameter
-
Compute a minimum diameter for a given
Geometry. - MinimumDiameter(Geometry, boolean) - Constructor for class com.vividsolutions.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 com.vividsolutions.jtstest.function.ConstructionFunctions
- minimumRectangle(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- MINOR - Static variable in class com.vividsolutions.jts.JTSVersion
-
The minor version number.
- minX() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Gets the minimum X ordinate.
- minY() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Gets the minimum Y ordinate.
- MOD2_BOUNDARY_RULE - Static variable in interface com.vividsolutions.jts.algorithm.BoundaryNodeRule
-
The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).
- Mod2BoundaryNodeRule() - Constructor for class com.vividsolutions.jts.algorithm.BoundaryNodeRule.Mod2BoundaryNodeRule
- model() - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder
- MonotoneChain - Class in com.vividsolutions.jts.geomgraph.index
- MonotoneChain - Class in com.vividsolutions.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 com.vividsolutions.jts.index.chain.MonotoneChain
- MonotoneChain(MonotoneChainEdge, int) - Constructor for class com.vividsolutions.jts.geomgraph.index.MonotoneChain
- MonotoneChainBuilder - Class in com.vividsolutions.jts.index.chain
-
Constructs
MonotoneChains for sequences ofCoordinates. - MonotoneChainBuilder() - Constructor for class com.vividsolutions.jts.index.chain.MonotoneChainBuilder
- MonotoneChainEdge - Class in com.vividsolutions.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 com.vividsolutions.jts.geomgraph.index.MonotoneChainEdge
- MonotoneChainIndexer - Class in com.vividsolutions.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 com.vividsolutions.jts.geomgraph.index.MonotoneChainIndexer
- MonotoneChainOverlapAction - Class in com.vividsolutions.jts.index.chain
-
The action for the internal iterator for performing overlap queries on a MonotoneChain
- MonotoneChainOverlapAction() - Constructor for class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction
- MonotoneChainSelectAction - Class in com.vividsolutions.jts.index.chain
-
The action for the internal iterator for performing envelope select queries on a MonotoneChain
- MonotoneChainSelectAction() - Constructor for class com.vividsolutions.jts.index.chain.MonotoneChainSelectAction
- MONOVALENT_ENDPOINT_BOUNDARY_RULE - Static variable in interface com.vividsolutions.jts.algorithm.BoundaryNodeRule
-
The Monovalent Endpoint Boundary Node Rule.
- MonoValentEndPointBoundaryNodeRule() - Constructor for class com.vividsolutions.jts.algorithm.BoundaryNodeRule.MonoValentEndPointBoundaryNodeRule
- mostPrecise(PrecisionModel, PrecisionModel) - Static method in class com.vividsolutions.jts.geom.PrecisionModel
-
Determines which of two
PrecisionModels is the most precise (allows the greatest number of significant digits). - mouseClicked(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractDrawTool
- mouseClicked(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- mouseClicked(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- mouseClicked(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.EditVertexTool
- mouseClicked(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.ZoomTool
- mouseDragged(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- mouseDragged(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
- mouseDragged(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.EditVertexTool
- mouseDragged(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.IndicatorTool
- mouseDragged(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- mouseDragged(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.ZoomTool
- mouseEntered(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- mouseExited(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- mouseLocationChanged(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- mouseLocationChanged(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- mouseMoved(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- mouseMoved(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.IndicatorTool
- mouseMoved(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- mousePressed(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.AbstractStreamDrawTool
- mousePressed(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- mousePressed(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
- mousePressed(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.EditVertexTool
- mousePressed(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.InfoTool
- mousePressed(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- mousePressed(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PanTool
- mousePressed(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.ZoomTool
- mouseReleased(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- mouseReleased(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BoxBandTool
- mouseReleased(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.EditVertexTool
- mouseReleased(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- mouseReleased(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PanTool
- mouseReleased(MouseEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.ZoomTool
- mouseWheelMoved(MouseWheelEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- mouseWheelMoved(MouseWheelEvent) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.ZoomTool
- move() - Method in class com.vividsolutions.jtstest.testbuilder.topostretch.GeometryVerticesMover
- move(Geometry, Coordinate, Coordinate) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryVertexMover
- move(Geometry, Map) - Static method in class com.vividsolutions.jtstest.testbuilder.topostretch.GeometryVerticesMover
- moveToNextNode(int) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreePanel
- moveVertex(Coordinate, Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- MultiFormatReader - Class in com.vividsolutions.jtstest.util.io
-
Reads a
Geometryfrom a string which is in either WKT, WKBHex or GML format - MultiFormatReader() - Constructor for class com.vividsolutions.jtstest.util.io.MultiFormatReader
- MultiFormatReader(GeometryFactory) - Constructor for class com.vividsolutions.jtstest.util.io.MultiFormatReader
- MultiLineHandler - Class in com.vividsolutions.jtstest.testbuilder.io.shapefile
-
Wrapper for a Shapefile arc.
- MultiLineHandler() - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiLineHandler
- MultiLineHandler(int) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiLineHandler
- MultiLineString - Class in com.vividsolutions.jts.geom
-
Models a collection of (@link LineString}s.
- MultiLineString(LineString[], GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.MultiLineString
- MultiLineString(LineString[], PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.MultiLineString
-
Deprecated.Use GeometryFactory instead
- MULTILINESTRING - Static variable in interface com.vividsolutions.jtstest.testbuilder.model.GeometryType
- multiply(double) - Method in class com.vividsolutions.jts.math.DD
-
Returns a new DoubleDouble whose value is (this * y).
- multiply(double) - Method in class com.vividsolutions.jts.math.Vector2D
-
Multiplies the vector by a scalar value.
- multiply(DD) - Method in class com.vividsolutions.jts.math.DD
-
Returns a new DoubleDouble whose value is (this * y).
- multiply(Point2D, double) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.style.AWTUtil
- MultiPoint - Class in com.vividsolutions.jts.geom
-
Models a collection of
Points. - MultiPoint(Point[], GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.MultiPoint
- MultiPoint(Point[], PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.MultiPoint
-
Deprecated.Use GeometryFactory instead
- MULTIPOINT - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- MULTIPOINT - Static variable in interface com.vividsolutions.jtstest.testbuilder.model.GeometryType
- MultiPointHandler - Class in com.vividsolutions.jtstest.testbuilder.io.shapefile
- MultiPointHandler() - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiPointHandler
-
Creates new MultiPointHandler
- MultiPointHandler(int) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiPointHandler
- MULTIPOINTM - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- MULTIPOINTZ - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- MultiPolygon - Class in com.vividsolutions.jts.geom
-
Models a collection of
Polygons. - MultiPolygon(Polygon[], GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.MultiPolygon
- MultiPolygon(Polygon[], PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.MultiPolygon
-
Deprecated.Use GeometryFactory instead
- MULTIPOLYGON - Static variable in interface com.vividsolutions.jtstest.testbuilder.model.GeometryType
- MULTIVALENT_ENDPOINT_BOUNDARY_RULE - Static variable in interface com.vividsolutions.jts.algorithm.BoundaryNodeRule
-
The MultiValent Endpoint Boundary Node Rule.
- MultiValentEndPointBoundaryNodeRule() - Constructor for class com.vividsolutions.jts.algorithm.BoundaryNodeRule.MultiValentEndPointBoundaryNodeRule
N
- name - Variable in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- name - Variable in class com.vividsolutions.jtstest.test.TestCase
- name(String) - Static method in class com.vividsolutions.jtstest.util.FileUtil
- NAME_COORDINATES - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_CRS - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_GEOMETRIES - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_GEOMETRYCOLLECTION - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_LINESTRING - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_MULTILINESTRING - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_MULTIPOINT - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_MULTIPOLYGON - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_NAME - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_POINT - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_POLYGON - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_PROPERTIES - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NAME_TYPE - Static variable in class com.vividsolutions.jts.io.geojson.GeoJsonConstants
- NaN - Static variable in class com.vividsolutions.jts.math.DD
-
A value representing the result of an operation which does not return a valid number.
- NARGS_ONE_OR_MORE - Static variable in class com.vividsolutions.jtstest.command.OptionSpec
- NARGS_ZERO_OR_MORE - Static variable in class com.vividsolutions.jtstest.command.OptionSpec
- NARGS_ZERO_OR_ONE - Static variable in class com.vividsolutions.jtstest.command.OptionSpec
- NE - Static variable in class com.vividsolutions.jts.geomgraph.Quadrant
- nearestLocations() - Method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Report the locations of the nearest points in the input geometries.
- nearestLocations() - Method in class com.vividsolutions.jts.operation.distance3d.Distance3DOp
-
Report the locations of the nearest points in the input geometries.
- nearestNeighbour(Envelope, Object, ItemDistance) - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Finds the item in this tree which is nearest to the given
Object, usingItemDistanceas the distance metric. - nearestNeighbour(ItemDistance) - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Finds the two nearest items in the tree, using
ItemDistanceas the distance metric. - nearestNeighbour(STRtree, ItemDistance) - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Finds the two nearest items from this tree and another tree, using
ItemDistanceas the distance metric. - NearestPointFinder - Class in com.vividsolutions.jtstest.testbuilder.geom
- NearestPointFinder(Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.NearestPointFinder
- nearestPoints() - Method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Report the coordinates of the nearest points in the input geometries.
- nearestPoints() - Method in class com.vividsolutions.jts.operation.distance3d.Distance3DOp
-
Report the coordinates of the nearest points in the input geometries.
- nearestPoints(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.distance.DistanceOp
-
Compute the the nearest points of two geometries.
- nearestPoints(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.distance3d.Distance3DOp
-
Compute the the nearest points of two geometries.
- nearestPoints(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.DistanceFunctions
- NEARNESS_TOL_IN_VIEW - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
-
The nearness tolerance in view pixels.
- negate() - Method in class com.vividsolutions.jts.math.DD
-
Returns a new DoubleDouble whose value is -this.
- negate() - Method in class com.vividsolutions.jts.math.Vector2D
- NESTED_HOLES - Static variable in class com.vividsolutions.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 com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Indicates that a polygon component of a MultiPolygon lies inside another polygonal component
- newLine - Static variable in class com.vividsolutions.jtstest.util.StringUtil
- NEWLINE - Static variable in class com.vividsolutions.jts.util.StringUtil
- next() - Method in class com.vividsolutions.jts.awt.ShapeCollectionPathIterator
- next() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Gets the next edge CCW around the destination vertex of this edge.
- next() - Method in class com.vividsolutions.jts.geom.GeometryCollectionIterator
-
Gets the next geometry in the iteration sequence.
- next() - Method in class com.vividsolutions.jts.linearref.LinearIterator
-
Moves the iterator ahead to the next vertex and (possibly) linear component.
- next() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
-
Returns the next geometry in the shapefile stream
- nextCase() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- nextIndex(int) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Finds the next index around the triangle.
- NO_INTERSECTION - Static variable in class com.vividsolutions.jts.algorithm.LineIntersector
-
Indicates that line segments do not intersect
- NodableSegmentString - Interface in com.vividsolutions.jts.noding
-
An interface for classes which support adding nodes to a segment string.
- node(Collection) - Method in class com.vividsolutions.jts.noding.snapround.GeometryNoder
-
Nodes the linework of a set of Geometrys using SnapRounding.
- Node - Class in com.vividsolutions.jts.geomgraph
- Node - Class in com.vividsolutions.jts.index.bintree
-
A node of a
Bintree. - Node - Class in com.vividsolutions.jts.index.quadtree
-
Represents a node of a
Quadtree. - Node - Class in com.vividsolutions.jts.planargraph
-
A node in a
PlanarGraphis a location where 0 or moreEdges meet. - Node(Coordinate) - Constructor for class com.vividsolutions.jts.planargraph.Node
-
Constructs a Node with the given location.
- Node(Coordinate, EdgeEndStar) - Constructor for class com.vividsolutions.jts.geomgraph.Node
- Node(Coordinate, DirectedEdgeStar) - Constructor for class com.vividsolutions.jts.planargraph.Node
-
Constructs a Node with the given location and collection of outgoing DirectedEdges.
- Node(Envelope, int) - Constructor for class com.vividsolutions.jts.index.quadtree.Node
- Node(Interval, int) - Constructor for class com.vividsolutions.jts.index.bintree.Node
- NodeBase - Class in com.vividsolutions.jts.index.bintree
-
The base class for nodes in a
Bintree. - NodeBase - Class in com.vividsolutions.jts.index.quadtree
-
The base class for nodes in a
Quadtree. - NodeBase() - Constructor for class com.vividsolutions.jts.index.bintree.NodeBase
- NodeBase() - Constructor for class com.vividsolutions.jts.index.quadtree.NodeBase
- NodeComparator() - Constructor for class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode.NodeComparator
- NodedSegmentString - Class in com.vividsolutions.jts.noding
-
Represents a list of contiguous line segments, and supports noding the segments.
- NodedSegmentString(Coordinate[], Object) - Constructor for class com.vividsolutions.jts.noding.NodedSegmentString
-
Creates a new segment string from a list of vertices.
- NodeFactory - Class in com.vividsolutions.jts.geomgraph
- NodeFactory() - Constructor for class com.vividsolutions.jts.geomgraph.NodeFactory
- nodeIterator() - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Returns an Iterator over the Nodes in this PlanarGraph.
- nodeIterator() - Method in class com.vividsolutions.jts.planargraph.Subgraph
-
Returns an
Iteratorover theNodes in this graph. - nodeMap - Variable in class com.vividsolutions.jts.planargraph.PlanarGraph
- nodeMap - Variable in class com.vividsolutions.jts.planargraph.Subgraph
- NodeMap - Class in com.vividsolutions.jts.geomgraph
-
A map of nodes, indexed by the coordinate of the node
- NodeMap - Class in com.vividsolutions.jts.planargraph
-
A map of
Nodes, indexed by the coordinate of the node. - NodeMap() - Constructor for class com.vividsolutions.jts.planargraph.NodeMap
-
Constructs a NodeMap without any Nodes.
- NodeMap(NodeFactory) - Constructor for class com.vividsolutions.jts.geomgraph.NodeMap
- Noder - Interface in com.vividsolutions.jts.noding
-
Computes all intersections between segments in a set of
SegmentStrings. - nodes - Variable in class com.vividsolutions.jts.geomgraph.PlanarGraph
- nodeSize() - Method in class com.vividsolutions.jts.index.bintree.Bintree
-
Compute the total number of nodes in the tree
- NodingFunctions - Class in com.vividsolutions.jtstest.function
- NodingFunctions() - Constructor for class com.vividsolutions.jtstest.function.NodingFunctions
- NodingValidator - Class in com.vividsolutions.jts.noding
-
Validates that a collection of
SegmentStrings is correctly noded. - NodingValidator(Collection) - Constructor for class com.vividsolutions.jts.noding.NodingValidator
- noFocusBorder - Static variable in class com.vividsolutions.jtstest.testbuilder.LayerCheckBoxList
- noFocusBorder - Static variable in class com.vividsolutions.jtstest.testbuilder.LayerControlList
- NONE - Static variable in class com.vividsolutions.jts.algorithm.Angle
-
Constant representing no orientation
- NONE - Static variable in class com.vividsolutions.jts.geom.Location
-
Used for uninitialized location values.
- NonEncroachingSplitPointFinder - Class in com.vividsolutions.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 com.vividsolutions.jts.triangulate.NonEncroachingSplitPointFinder
- NoninvertibleTransformationException - Exception in com.vividsolutions.jts.geom.util
-
Indicates that an
AffineTransformationis non-invertible. - NoninvertibleTransformationException() - Constructor for exception com.vividsolutions.jts.geom.util.NoninvertibleTransformationException
- NoninvertibleTransformationException(String) - Constructor for exception com.vividsolutions.jts.geom.util.NoninvertibleTransformationException
- NonRobustCGAlgorithms - Class in com.vividsolutions.jts.algorithm
-
Non-robust versions of various fundamental Computational Geometric algorithms, FOR TESTING PURPOSES ONLY!.
- NonRobustCGAlgorithms() - Constructor for class com.vividsolutions.jts.algorithm.NonRobustCGAlgorithms
- nonRobustComputeEdgeDistance(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.LineIntersector
-
This function is non-robust, since it may compute the square of large numbers.
- NonRobustLineIntersector - Class in com.vividsolutions.jts.algorithm
-
A non-robust version of
LineIntersector. - NonRobustLineIntersector() - Constructor for class com.vividsolutions.jts.algorithm.NonRobustLineIntersector
- NoOpGeometryOperation() - Constructor for class com.vividsolutions.jts.geom.util.GeometryEditor.NoOpGeometryOperation
- norm() - Method in class com.vividsolutions.jts.geom.Geometry
-
Creates a new Geometry which is a normalized copy of this Geometry.
- normalize() - Method in class com.vividsolutions.jts.geom.Geometry
-
Converts this
Geometryto normal form (or canonical form ). - normalize() - Method in class com.vividsolutions.jts.geom.GeometryCollection
- normalize() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Puts the line segment into a normalized form.
- normalize() - Method in class com.vividsolutions.jts.geom.LineString
-
Normalizes a LineString.
- normalize() - Method in class com.vividsolutions.jts.geom.Point
- normalize() - Method in class com.vividsolutions.jts.geom.Polygon
- normalize() - Method in class com.vividsolutions.jts.geomgraph.Depth
-
Normalize the depths for each geometry, if they are non-null.
- normalize() - Method in class com.vividsolutions.jts.math.Vector2D
- normalize() - Method in class com.vividsolutions.jts.math.Vector3D
- normalize(double) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.math.Vector3D
- normalize(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- NormalizedGeometryMatcher - Class in com.vividsolutions.jtstest.geomop
- NormalizedGeometryMatcher() - Constructor for class com.vividsolutions.jtstest.geomop.NormalizedGeometryMatcher
- normalizePositive(double) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Computes the normalized positive value of an angle, which is the equivalent angle in the range [ 0, 2*Pi ).
- NotRepresentableException - Exception in com.vividsolutions.jts.algorithm
-
Indicates that a
HCoordinatehas been computed which is not representable on the Cartesian plane. - NotRepresentableException() - Constructor for exception com.vividsolutions.jts.algorithm.NotRepresentableException
- nPts - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory
- NULL - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- NULL_ORDINATE - Static variable in class com.vividsolutions.jts.geom.Coordinate
-
The value used to indicate a null or missing ordinate value.
- NullResultMatcher - Class in com.vividsolutions.jtstest.testrunner
-
A
ResultMatcherwhich always passes. - NullResultMatcher() - Constructor for class com.vividsolutions.jtstest.testrunner.NullResultMatcher
- numArms - Variable in class com.vividsolutions.jts.geom.util.SineStarFactory
- NumberUtil - Class in com.vividsolutions.jts.util
- NumberUtil() - Constructor for class com.vividsolutions.jts.util.NumberUtil
- numCommonMantissaBits(DoubleBits) - Method in class com.vividsolutions.jts.index.quadtree.DoubleBits
-
This computes the number of common most-significant bits in the mantissa.
- numCommonMostSigMantissaBits(long, long) - Static method in class com.vividsolutions.jts.precision.CommonBits
-
This computes the number of common most-significant bits in the mantissas of two double-precision numbers.
- numInteriorIntersections - Variable in class com.vividsolutions.jts.noding.IntersectionAdder
- numIntersections - Variable in class com.vividsolutions.jts.noding.IntersectionAdder
- numProperIntersections - Variable in class com.vividsolutions.jts.noding.IntersectionAdder
- numPts - Variable in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- numTests - Variable in class com.vividsolutions.jts.geomgraph.index.SegmentIntersector
- numTests - Variable in class com.vividsolutions.jts.noding.IntersectionAdder
- numVerticesInMask(Envelope) - Method in class com.vividsolutions.jtstest.testbuilder.topostretch.TopologyStretcher
- NW - Static variable in class com.vividsolutions.jts.geomgraph.Quadrant
O
- ObjectCounter - Class in com.vividsolutions.jts.util
-
Counts occurences of objects.
- ObjectCounter() - Constructor for class com.vividsolutions.jts.util.ObjectCounter
- octagonalEnvelope(Geometry) - Static method in class com.vividsolutions.jts.geom.OctagonalEnvelope
-
Gets the octagonal envelope of a geometry
- octagonalEnvelope(Geometry) - Static method in class com.vividsolutions.jtstest.function.ConstructionFunctions
- OctagonalEnvelope - Class in com.vividsolutions.jts.geom
-
A bounding container for a
Geometrywhich is in the shape of a general octagon. - OctagonalEnvelope() - Constructor for class com.vividsolutions.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon
- OctagonalEnvelope(Coordinate) - Constructor for class com.vividsolutions.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding a
Coordinate - OctagonalEnvelope(Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding a pair of
Coordinates - OctagonalEnvelope(Envelope) - Constructor for class com.vividsolutions.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding an
Envelope - OctagonalEnvelope(Geometry) - Constructor for class com.vividsolutions.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding a
Geometry - OctagonalEnvelope(OctagonalEnvelope) - Constructor for class com.vividsolutions.jts.geom.OctagonalEnvelope
-
Creates a new null bounding octagon bounding an
OctagonalEnvelope(the copy constructor). - octant(double, double) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.noding.Octant
-
Returns the octant of a directed line segment from p0 to p1.
- Octant - Class in com.vividsolutions.jts.noding
-
Methods for computing and working with octants of the Cartesian plane Octants are numbered as follows:
- offsetCurve(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.OffsetCurveFunctions
- OffsetCurveBuilder - Class in com.vividsolutions.jts.operation.buffer
-
Computes the raw offset curve for a single
Geometrycomponent (ring, line or point). - OffsetCurveBuilder(PrecisionModel, BufferParameters) - Constructor for class com.vividsolutions.jts.operation.buffer.OffsetCurveBuilder
- OffsetCurveFunctions - Class in com.vividsolutions.jtstest.function
- OffsetCurveFunctions() - Constructor for class com.vividsolutions.jtstest.function.OffsetCurveFunctions
- OffsetCurveSetBuilder - Class in com.vividsolutions.jts.operation.buffer
-
Creates all the raw offset curves for a buffer of a
Geometry. - OffsetCurveSetBuilder(Geometry, double, OffsetCurveBuilder) - Constructor for class com.vividsolutions.jts.operation.buffer.OffsetCurveSetBuilder
- OffsetPointGenerator - Class in com.vividsolutions.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 com.vividsolutions.jts.operation.overlay.validate.OffsetPointGenerator
- OGC_SFS_BOUNDARY_RULE - Static variable in interface com.vividsolutions.jts.algorithm.BoundaryNodeRule
-
The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the Mod-2 rule.
- OLDcompare(Object, Object) - Method in class com.vividsolutions.jts.geom.CoordinateArrays.BidirectionalComparator
- OLDsetInfo(String) - Method in class com.vividsolutions.jtstest.testbuilder.InfoPanel
- OLDwriteLocation(Geometry, Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- ON - Static variable in class com.vividsolutions.jts.geomgraph.Position
-
An indicator that a Location is on a GraphComponent
- oneLineSummary() - Method in class com.vividsolutions.jtstest.testrunner.TopologyTestApp
- oNext() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
- oNext() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the next CCW edge around the origin of this edge.
- opaque(Color) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.ColorUtil
- openXmlFilesAndDirectories(File[]) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- openXmlFilesAndDirectories(File[]) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- OperationMonitorManager - Class in com.vividsolutions.jtstest.testbuilder.ui.render
- OperationMonitorManager(JPanel, Viewport) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.render.OperationMonitorManager
- opposite(int) - Static method in class com.vividsolutions.jts.geomgraph.Position
-
Returns LEFT if the position is RIGHT, RIGHT if the position is LEFT, or the position otherwise.
- oPrev() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the next CW edge around (from) the origin of this edge.
- Option - Class in com.vividsolutions.jtstest.command
-
The parameters for an instance of an option occurring in a command
- Option(OptionSpec, String[]) - Constructor for class com.vividsolutions.jtstest.command.Option
- OPTION_FREE_ARGS - Static variable in class com.vividsolutions.jtstest.command.OptionSpec
- OptionSpec - Class in com.vividsolutions.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 com.vividsolutions.jtstest.command.OptionSpec
- OptionSpec(String, int) - Constructor for class com.vividsolutions.jtstest.command.OptionSpec
- OptionSpec(String, String) - Constructor for class com.vividsolutions.jtstest.command.OptionSpec
- orientationIndex(Coordinate) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Determines the orientation index of a
Coordinaterelative to this segment. - orientationIndex(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Returns the index of the direction of the point
qrelative to a vector specified byp1-p2. - orientationIndex(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithmsDD
-
Returns the index of the direction of the point
qrelative to a vector specified byp1-p2. - orientationIndex(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.NonRobustCGAlgorithms
-
Returns the index of the direction of the point
qrelative to a vector specified byp1-p2. - orientationIndex(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.algorithm.RobustDeterminant
-
Returns the index of the direction of the point
qrelative to a vector specified byp1-p2. - orientationIndex(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.CGAlgorithmFunctions
- orientationIndex(LineSegment) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Determines the orientation of a LineSegment relative to this segment.
- orientationIndexDD(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.CGAlgorithmFunctions
- OrientedCoordinateArray - Class in com.vividsolutions.jts.noding
-
Allows comparing
Coordinatearrays in an orientation-independent way. - OrientedCoordinateArray(Coordinate[]) - Constructor for class com.vividsolutions.jts.noding.OrientedCoordinateArray
-
Creates a new
OrientedCoordinateArrayfor the givenCoordinatearray. - orientedDistance() - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance
- orientedDistance(Coordinate) - Method in class com.vividsolutions.jts.math.Plane3D
-
Computes the oriented distance from a point to the plane.
- orig() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Gets the origin coordinate of this edge.
- orig() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the vertex for the edge's origin
- ORIGIN - Static variable in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- outEdges - Variable in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
The underlying list of outgoing DirectedEdges
- OutputStreamOutStream - Class in com.vividsolutions.jts.io
-
An adapter to allow an
OutputStreamto be used as anOutStream - OutputStreamOutStream(OutputStream) - Constructor for class com.vividsolutions.jts.io.OutputStreamOutStream
- OutStream - Interface in com.vividsolutions.jts.io
-
A interface for classes providing an output stream of bytes.
- overlap(LineSegment, LineSegment) - Method in class com.vividsolutions.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 com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction
-
This function can be overridden if the original chains are needed
- overlap(MonotoneChain, int, MonotoneChain, int) - Method in class com.vividsolutions.jts.noding.MCIndexNoder.SegmentOverlapAction
- overlap(MonotoneChain, int, MonotoneChain, int) - Method in class com.vividsolutions.jts.noding.MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- overlap(SweepLineInterval, SweepLineInterval) - Method in interface com.vividsolutions.jts.index.sweepline.SweepLineOverlapAction
- overlaps(double, double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Deprecated.Use #intersects instead.
- overlaps(double, double) - Method in class com.vividsolutions.jts.index.bintree.Interval
- overlaps(Coordinate) - Method in class com.vividsolutions.jts.geom.Envelope
-
Deprecated.Use #intersects instead.
- overlaps(Envelope) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry overlaps the specified geometry.
- overlaps(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometryoverlaps a given geometry. - overlaps(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- overlaps(Interval) - Method in class com.vividsolutions.jts.index.bintree.Interval
- overlapSeg1 - Variable in class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction
- overlapSeg2 - Variable in class com.vividsolutions.jts.index.chain.MonotoneChainOverlapAction
- OverlayCommonBitsRemovedFunctions - Class in com.vividsolutions.jtstest.function
- OverlayCommonBitsRemovedFunctions() - Constructor for class com.vividsolutions.jtstest.function.OverlayCommonBitsRemovedFunctions
- OverlayEnhancedPrecisionFunctions - Class in com.vividsolutions.jtstest.function
- OverlayEnhancedPrecisionFunctions() - Constructor for class com.vividsolutions.jtstest.function.OverlayEnhancedPrecisionFunctions
- OverlayFunctions - Class in com.vividsolutions.jtstest.function
- OverlayFunctions() - Constructor for class com.vividsolutions.jtstest.function.OverlayFunctions
- OverlayNodeFactory - Class in com.vividsolutions.jts.operation.overlay
-
Creates nodes for use in the
PlanarGraphs constructed during overlay operations. - OverlayNodeFactory() - Constructor for class com.vividsolutions.jts.operation.overlay.OverlayNodeFactory
- OverlayNoSnapFunctions - Class in com.vividsolutions.jtstest.function
- OverlayNoSnapFunctions() - Constructor for class com.vividsolutions.jtstest.function.OverlayNoSnapFunctions
- overlayOp(Geometry, Geometry, int) - Static method in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
Computes an overlay operation for the given geometry arguments.
- overlayOp(Geometry, Geometry, int) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- overlayOp(Geometry, Geometry, int) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapOverlayOp
- OverlayOp - Class in com.vividsolutions.jts.operation.overlay
-
Computes the geometric overlay of two
Geometrys. - OverlayOp(Geometry, Geometry) - Constructor for class com.vividsolutions.jts.operation.overlay.OverlayOp
-
Constructs an instance to compute a single overlay operation for the given geometries.
- overlayOpCode(String) - Static method in class com.vividsolutions.jtstest.geomop.OverlayValidatedGeometryOperation
- OverlayResultValidator - Class in com.vividsolutions.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 com.vividsolutions.jts.operation.overlay.validate.OverlayResultValidator
- overlaySnapRounded(Geometry, Geometry, double) - Static method in class com.vividsolutions.jtstest.function.PolygonOverlayFunctions
- OverlayValidatedGeometryOperation - Class in com.vividsolutions.jtstest.geomop
-
A
GeometryOperationwhich validates the result of overlay operations. - OverlayValidatedGeometryOperation() - Constructor for class com.vividsolutions.jtstest.geomop.OverlayValidatedGeometryOperation
- OverlayValidatedGeometryOperation(GeometryMethodOperation) - Constructor for class com.vividsolutions.jtstest.geomop.OverlayValidatedGeometryOperation
-
Creates a new operation which chains to the given
GeometryMethodOperationfor non-intercepted methods.
P
- P - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Dimension value of a point (0).
- p0 - Variable in class com.vividsolutions.jts.geom.LineSegment
- p0 - Variable in class com.vividsolutions.jts.geom.Triangle
-
The coordinates of the vertices of the triangle
- p0 - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- p1 - Variable in class com.vividsolutions.jts.geom.LineSegment
- p1 - Variable in class com.vividsolutions.jts.geom.Triangle
-
The coordinates of the vertices of the triangle
- p1 - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- p2 - Variable in class com.vividsolutions.jts.geom.Triangle
-
The coordinates of the vertices of the triangle
- pa - Variable in class com.vividsolutions.jts.algorithm.LineIntersector
- PackedCoordinateSequence - Class in com.vividsolutions.jts.geom.impl
-
A
CoordinateSequenceimplementation based on a packed arrays. - PackedCoordinateSequence() - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- PackedCoordinateSequence.Double - Class in com.vividsolutions.jts.geom.impl
-
Packed coordinate sequence implementation based on doubles
- PackedCoordinateSequence.Float - Class in com.vividsolutions.jts.geom.impl
-
Packed coordinate sequence implementation based on floats
- PackedCoordinateSequenceFactory - Class in com.vividsolutions.jts.geom.impl
-
Builds packed array coordinate sequences.
- PackedCoordinateSequenceFactory() - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
-
Creates a new PackedCoordinateSequenceFactory of type DOUBLE.
- PackedCoordinateSequenceFactory(int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
-
Creates a new PackedCoordinateSequenceFactory of the given type.
- PackedCoordinateSequenceFactory(int, int) - Constructor for class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
-
Creates a new PackedCoordinateSequenceFactory of the given type.
- paint(int, Coordinate, Coordinate, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.SegmentStyle
- paint(int, Point2D, Point2D, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowLineStyle
- paint(int, Point2D, Point2D, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.MidArrowLineStyle
- paint(int, Point2D, Point2D, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.SegmentIndexStyle
- paint(int, Point2D, Point2D, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.SegmentStyle
- paint(Geometry, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.BasicStyle
- paint(Geometry, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.ComponentStyle
- paint(Geometry, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.DataLabelStyle
- paint(Geometry, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
- paint(Geometry, Viewport, Graphics2D) - Method in interface com.vividsolutions.jtstest.testbuilder.ui.style.Style
- paint(Geometry, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.StyleList
- paint(Geometry, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.VertexStyle
- paint(Geometry, Viewport, Graphics2D, Color, Color) - Static method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ui.render.GeometryPainter
- paint(LineString, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
- paint(Point2D, Point2D, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowEndpointStyle
- paint(Point2D, Point2D, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.CircleEndpointStyle
- paint(Point2D, Point2D, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringEndpointStyle
- paint(Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.render.GridRenderer
- paint(Graphics2D, Viewport) - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- paint(Graphics2D, Viewport, Geometry, Style) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.render.GeometryPainter
- paintComponent(Geometry, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.ComponentStyle
- paintComponent(Graphics) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- paintLineString(LineString, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringEndpointStyle
- paintLineString(LineString, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
- paintLineString(LineString, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.PolygonStructureStyle
- paintLineString(LineString, int, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.SegmentStyle
- paintMidpointArrow(Point2D, Point2D, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowLineStyle
- paintMidpointArrow(Point2D, Point2D, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.MidArrowLineStyle
- paintOffsetArrow(Point2D, Point2D, Viewport, Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.ArrowLineStyle
- pan(GeometryEditPanel, Point2D, Point2D) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.tools.PanTool
- panel() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- PanTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- parameterNames - Variable in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- Parameters - Class in com.vividsolutions.jtstest.testrunner
-
Parameters passed to a main method (also known as "command-line arguments").
- parameterTypes - Variable in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- parentEdge - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- parentGraph - Variable in class com.vividsolutions.jts.planargraph.Subgraph
- parse(String) - Static method in class com.vividsolutions.jts.math.DD
-
Converts a string representation of a real number into a DoubleDouble value.
- parse(String[]) - Method in class com.vividsolutions.jtstest.command.CommandLine
- ParseException - Exception in com.vividsolutions.jts.io
-
Thrown by a
WKTReaderwhen a parsing problem occurs. - ParseException - Exception in com.vividsolutions.jtstest.command
- ParseException() - Constructor for exception com.vividsolutions.jtstest.command.ParseException
- ParseException(Exception) - Constructor for exception com.vividsolutions.jts.io.ParseException
-
Creates a
ParseExceptionwithes detail message. - ParseException(String) - Constructor for exception com.vividsolutions.jts.io.ParseException
-
Creates a
ParseExceptionwith the given detail message. - ParseException(String) - Constructor for exception com.vividsolutions.jtstest.command.ParseException
- ParseException(String, Throwable) - Constructor for exception com.vividsolutions.jts.io.ParseException
-
Creates a
ParseExceptionwithes detail message. - pasteGeometry(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- PATCH - Static variable in class com.vividsolutions.jts.JTSVersion
-
The patch version number.
- pathString() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- pb - Variable in class com.vividsolutions.jts.algorithm.LineIntersector
- perpendicularBisector(Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the line which is the perpendicular bisector of the line segment a-b.
- perpendicularBisectors(Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangleFunctions
- PI - Static variable in class com.vividsolutions.jts.math.DD
-
The value nearest to the constant Pi.
- PI_2 - Static variable in class com.vividsolutions.jts.math.DD
-
The value nearest to the constant Pi / 2.
- PI_OVER_2 - Static variable in class com.vividsolutions.jts.algorithm.Angle
- PI_OVER_4 - Static variable in class com.vividsolutions.jts.algorithm.Angle
- PI_TIMES_2 - Static variable in class com.vividsolutions.jts.algorithm.Angle
- PlanarGraph - Class in com.vividsolutions.jts.geomgraph
-
The computation of the
IntersectionMatrixrelies on the use of a structure called a "topology graph". - PlanarGraph - Class in com.vividsolutions.jts.planargraph
-
Represents a directed graph which is embeddable in a planar surface.
- PlanarGraph() - Constructor for class com.vividsolutions.jts.geomgraph.PlanarGraph
- PlanarGraph() - Constructor for class com.vividsolutions.jts.planargraph.PlanarGraph
-
Constructs a empty graph.
- PlanarGraph(NodeFactory) - Constructor for class com.vividsolutions.jts.geomgraph.PlanarGraph
- PlanarPolygon3D - Class in com.vividsolutions.jts.operation.distance3d
-
Models a polygon lying in a plane in 3-dimensional Cartesian space.
- PlanarPolygon3D(Polygon) - Constructor for class com.vividsolutions.jts.operation.distance3d.PlanarPolygon3D
- Plane3D - Class in com.vividsolutions.jts.math
-
Models a plane in 3-dimensional Cartesian space.
- Plane3D(Vector3D, Coordinate) - Constructor for class com.vividsolutions.jts.math.Plane3D
- PNG_FILE_FILTER - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- PNGWriter - Class in com.vividsolutions.jtstest.testbuilder.model
-
Creates an .PNG file for a test case.
- PNGWriter() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.PNGWriter
- Point - Class in com.vividsolutions.jts.geom
-
Represents a single point.
- Point() - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Point
-
Creates a new factory for points with default size.
- Point(double) - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Point
-
Creates a factory for points of given size.
- Point(Coordinate, PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.Point
-
Deprecated.Use GeometryFactory instead
- Point(CoordinateSequence, GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.Point
- POINT - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- POINT - Static variable in interface com.vividsolutions.jtstest.testbuilder.model.GeometryType
- POINT_INTERSECTION - Static variable in class com.vividsolutions.jts.algorithm.LineIntersector
-
Indicates that line segments intersect in a single point
- POINT_SIZE - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- pointAlong(double) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the
Coordinatethat lies a given fraction along the line defined by this segment. - pointAlongOffset(double, double) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the
Coordinatethat lies a given fraction along the line defined by this segment and offset from the segment by a given distance. - pointAlongSegmentByFraction(Coordinate, Coordinate, double) - Static method in class com.vividsolutions.jts.linearref.LinearLocation
-
Computes the
Coordinateof a point a given fraction along the line segment (p0, p1). - PointBuilder - Class in com.vividsolutions.jts.operation.overlay
-
Constructs
Points from the nodes of an overlay graph. - PointBuilder(OverlayOp, GeometryFactory, PointLocator) - Constructor for class com.vividsolutions.jts.operation.overlay.PointBuilder
- PointExtracter - Class in com.vividsolutions.jts.geom.util
- PointExtracter(List) - Constructor for class com.vividsolutions.jts.geom.util.PointExtracter
-
Constructs a PointExtracterFilter with a list in which to store Points found.
- PointGeometryUnion - Class in com.vividsolutions.jts.operation.union
- PointGeometryUnion(Puntal, Geometry) - Constructor for class com.vividsolutions.jts.operation.union.PointGeometryUnion
- PointHandler - Class in com.vividsolutions.jtstest.testbuilder.io.shapefile
-
Wrapper for a Shapefile point.
- PointHandler() - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.PointHandler
- PointHandler(int) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.PointHandler
- PointInRing - Interface in com.vividsolutions.jts.algorithm
-
An interface for classes which test whether a
Coordinatelies inside a ring. - PointLocator - Class in com.vividsolutions.jts.algorithm
- PointLocator() - Constructor for class com.vividsolutions.jts.algorithm.PointLocator
- PointLocator(BoundaryNodeRule) - Constructor for class com.vividsolutions.jts.algorithm.PointLocator
- POINTM - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- PointOnGeometryLocator - Interface in com.vividsolutions.jts.algorithm.locate
- PointPairDistance - Class in com.vividsolutions.jts.algorithm.distance
-
Contains a pair of points and the distance between them.
- PointPairDistance - Class in com.vividsolutions.jts.operation.buffer.validate
-
Contains a pair of points and the distance between them.
- PointPairDistance() - Constructor for class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- PointPairDistance() - Constructor for class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- points - Variable in class com.vividsolutions.jts.geom.LineString
-
The points of this
LineString. - PointShapeFactory - Interface in com.vividsolutions.jts.awt
-
An interface for classes which create
Shapes to representPointShapeFactory.Pointgeometries. - PointShapeFactory.BasePointShapeFactory - Class in com.vividsolutions.jts.awt
- PointShapeFactory.Circle - Class in com.vividsolutions.jts.awt
- PointShapeFactory.Cross - Class in com.vividsolutions.jts.awt
- PointShapeFactory.Point - Class in com.vividsolutions.jts.awt
- PointShapeFactory.Square - Class in com.vividsolutions.jts.awt
- PointShapeFactory.Star - Class in com.vividsolutions.jts.awt
- PointShapeFactory.Triangle - Class in com.vividsolutions.jts.awt
- PointShapeFactory.X - Class in com.vividsolutions.jts.awt
- PointTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- PointTransformation - Interface in com.vividsolutions.jts.awt
-
Transforms a geometry
Coordinateinto a Java2DPoint, possibly with a mathematical transformation of the ordinate values. - POINTZ - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- poll() - Method in class com.vividsolutions.jts.util.PriorityQueue
-
Remove the smallest item from the priority queue.
- POLY_HOLE - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
- POLY_SHELL - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.style.LineStringStyle
- Polygon - Class in com.vividsolutions.jts.geom
-
Represents a polygon with linear edges, which may include holes.
- Polygon(LinearRing, LinearRing[], GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.Polygon
-
Constructs a
Polygonwith the given exterior boundary and interior boundaries. - Polygon(LinearRing, LinearRing[], PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.Polygon
-
Deprecated.Use GeometryFactory instead
- Polygon(LinearRing, PrecisionModel, int) - Constructor for class com.vividsolutions.jts.geom.Polygon
-
Deprecated.Use GeometryFactory instead
- POLYGON - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- POLYGON - Static variable in interface com.vividsolutions.jtstest.testbuilder.model.GeometryType
- Polygonal - Interface in com.vividsolutions.jts.geom
- PolygonBuilder - Class in com.vividsolutions.jts.operation.overlay
-
Forms
Polygons out of a graph ofDirectedEdges. - PolygonBuilder(GeometryFactory) - Constructor for class com.vividsolutions.jts.operation.overlay.PolygonBuilder
- PolygonExtracter - Class in com.vividsolutions.jts.geom.util
- PolygonExtracter(List) - Constructor for class com.vividsolutions.jts.geom.util.PolygonExtracter
-
Constructs a PolygonExtracterFilter with a list in which to store Polygons found.
- PolygonHandler - Class in com.vividsolutions.jtstest.testbuilder.io.shapefile
-
Wrapper for a Shapefile polygon.
- PolygonHandler() - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.PolygonHandler
- PolygonHandler(int) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.PolygonHandler
- polygonize(Geometry) - Static method in class com.vividsolutions.jtstest.function.PolygonizeFunctions
- polygonizeAllErrors(Geometry) - Static method in class com.vividsolutions.jtstest.function.PolygonizeFunctions
- polygonizeCutEdges(Geometry) - Static method in class com.vividsolutions.jtstest.function.PolygonizeFunctions
- polygonizeDangles(Geometry) - Static method in class com.vividsolutions.jtstest.function.PolygonizeFunctions
- PolygonizeExample - Class in com.vividsolutions.jtsexample.operation.polygonize
-
Example of using Polygonizer class to polygonize a set of fully noded linestrings
- PolygonizeExample() - Constructor for class com.vividsolutions.jtsexample.operation.polygonize.PolygonizeExample
- PolygonizeFunctions - Class in com.vividsolutions.jtstest.function
- PolygonizeFunctions() - Constructor for class com.vividsolutions.jtstest.function.PolygonizeFunctions
- polygonizeInvalidRingLines(Geometry) - Static method in class com.vividsolutions.jtstest.function.PolygonizeFunctions
- polygonizePolygonal(Geometry) - Static method in class com.vividsolutions.jtstest.function.PolygonizeFunctions
- Polygonizer - Class in com.vividsolutions.jts.operation.polygonize
-
Polygonizes a set of
Geometrys which contain linework that represents the edges of a planar graph. - Polygonizer() - Constructor for class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Creates a polygonizer with the same
GeometryFactoryas the inputGeometrys. - Polygonizer(boolean) - Constructor for class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Creates a polygonizer and allow specifyng if only polygons which form a valid polygonal geometry are to be extracted.
- POLYGONM - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- PolygonOverlayFunctions - Class in com.vividsolutions.jtstest.function
- PolygonOverlayFunctions() - Constructor for class com.vividsolutions.jtstest.function.PolygonOverlayFunctions
- PolygonShape - Class in com.vividsolutions.jts.awt
-
A
Shapewhich represents a polygon which may contain holes. - PolygonShape() - Constructor for class com.vividsolutions.jts.awt.PolygonShape
- PolygonShape(Coordinate[], Collection) - Constructor for class com.vividsolutions.jts.awt.PolygonShape
-
Creates a new polygon
Shape. - PolygonStructureStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
-
Shows polygon structure (shells versus holes) by symbolizing the rings differently.
- PolygonStructureStyle(Color) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.PolygonStructureStyle
- PolygonTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- PolygonUnionUsingBuffer - Class in com.vividsolutions.jtsexample.technique
-
Deprecated.It is now recommended to use Geometry.union() (unary union) instead of this technique.
- PolygonUnionUsingBuffer() - Constructor for class com.vividsolutions.jtsexample.technique.PolygonUnionUsingBuffer
-
Deprecated.
- POLYGONZ - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- polyList - Variable in class com.vividsolutions.jts.operation.polygonize.Polygonizer
- populate(Geometry, int) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreePanel
- populate(DoubleKeyMap) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionTreePanel
- populate(List) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionListPanel
- populateList() - Method in class com.vividsolutions.jtstest.testbuilder.LayerControlList
- populateList() - Method in class com.vividsolutions.jtstest.testbuilder.LayerListPanel
- populateList() - Method in class com.vividsolutions.jtstest.testbuilder.TestListDialog
- populateList() - Method in class com.vividsolutions.jtstest.testbuilder.TestListPanel
- Position - Class in com.vividsolutions.jts.geomgraph
-
A Position indicates the position of a Location relative to a graph component (Node, Edge, or Area).
- Position() - Constructor for class com.vividsolutions.jts.geomgraph.Position
- pow(int) - Method in class com.vividsolutions.jts.math.DD
-
Computes the value of this number raised to an integral power.
- powerOf2(int) - Static method in class com.vividsolutions.jts.index.quadtree.DoubleBits
- PrecisionFunctions - Class in com.vividsolutions.jtstest.function
- PrecisionFunctions() - Constructor for class com.vividsolutions.jtstest.function.PrecisionFunctions
- precisionModel - Variable in class com.vividsolutions.jts.algorithm.LineIntersector
-
If makePrecise is true, computed intersection coordinates will be made precise using Coordinate#makePrecise
- PrecisionModel - Class in com.vividsolutions.jts.geom
-
Specifies the precision model of the
Coordinates in aGeometry. - PrecisionModel() - Constructor for class com.vividsolutions.jts.geom.PrecisionModel
-
Creates a
PrecisionModelwith a default precision of FLOATING. - PrecisionModel(double) - Constructor for class com.vividsolutions.jts.geom.PrecisionModel
-
Creates a
PrecisionModelthat specifies Fixed precision. - PrecisionModel(double, double, double) - Constructor for class com.vividsolutions.jts.geom.PrecisionModel
-
Deprecated.offsets are no longer supported, since internal representation is rounded floating point
- PrecisionModel(PrecisionModel) - Constructor for class com.vividsolutions.jts.geom.PrecisionModel
-
Copy constructor to create a new
PrecisionModelfrom an existing one. - PrecisionModel(PrecisionModel.Type) - Constructor for class com.vividsolutions.jts.geom.PrecisionModel
-
Creates a
PrecisionModelthat specifies an explicit precision model type. - PrecisionModel.Type - Class in com.vividsolutions.jts.geom
-
The types of Precision Model which JTS supports.
- PrecisionModelDialog - Class in com.vividsolutions.jtstest.testbuilder
- PrecisionModelDialog() - Constructor for class com.vividsolutions.jtstest.testbuilder.PrecisionModelDialog
- PrecisionModelDialog(Frame, String, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.PrecisionModelDialog
- PrecisionModelExample - Class in com.vividsolutions.jtsexample.geom
-
An example showing the results of using different precision models in computations involving geometric constructions.
- PrecisionModelExample() - Constructor for class com.vividsolutions.jtsexample.geom.PrecisionModelExample
- PrecisionModelPanel - Class in com.vividsolutions.jtstest.testbuilder
- PrecisionModelPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.PrecisionModelPanel
- PrecisionReducerCoordinateOperation - Class in com.vividsolutions.jts.precision
- PrecisionReducerCoordinateOperation(PrecisionModel, boolean) - Constructor for class com.vividsolutions.jts.precision.PrecisionReducerCoordinateOperation
- precModel - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory
- prepare(Geometry) - Static method in class com.vividsolutions.jts.geom.prep.PreparedGeometryFactory
-
Creates a new
PreparedGeometryappropriate for the argumentGeometry. - PreparedGeometry - Interface in com.vividsolutions.jts.geom.prep
-
An interface for classes which prepare
Geometrys in order to optimize the performance of repeated calls to specific geometric operations. - PreparedGeometryExample - Class in com.vividsolutions.jtsexample.geom.prep
-
Shows use of
PreparedGeometryin a batch (repeated) operation. - PreparedGeometryExample() - Constructor for class com.vividsolutions.jtsexample.geom.prep.PreparedGeometryExample
- PreparedGeometryFactory - Class in com.vividsolutions.jts.geom.prep
-
A factory for creating
PreparedGeometrys. - PreparedGeometryFactory() - Constructor for class com.vividsolutions.jts.geom.prep.PreparedGeometryFactory
- PreparedGeometryFunctions - Class in com.vividsolutions.jtstest.function
- PreparedGeometryFunctions() - Constructor for class com.vividsolutions.jtstest.function.PreparedGeometryFunctions
- PreparedGeometryOperation - Class in com.vividsolutions.jtstest.geomop
-
A
GeometryOperationwhich usesPreparedGeometrys for applicable operations. - PreparedGeometryOperation() - Constructor for class com.vividsolutions.jtstest.geomop.PreparedGeometryOperation
- PreparedGeometryOperation(GeometryMethodOperation) - Constructor for class com.vividsolutions.jtstest.geomop.PreparedGeometryOperation
-
Creates a new operation which chains to the given
GeometryMethodOperationfor non-intercepted methods. - PreparedGeometryTeeOperation - Class in com.vividsolutions.jtstest.geomop
- PreparedGeometryTeeOperation() - Constructor for class com.vividsolutions.jtstest.geomop.PreparedGeometryTeeOperation
- PreparedGeometryTeeOperation(GeometryMethodOperation) - Constructor for class com.vividsolutions.jtstest.geomop.PreparedGeometryTeeOperation
-
Creates a new operation which chains to the given
GeometryMethodOperationfor non-intercepted methods. - preparedIntersects(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.PreparedGeometryFunctions
- PreparedLineString - Class in com.vividsolutions.jts.geom.prep
-
A prepared version for
Linealgeometries. - PreparedLineString(Lineal) - Constructor for class com.vividsolutions.jts.geom.prep.PreparedLineString
- PreparedPoint - Class in com.vividsolutions.jts.geom.prep
-
A prepared version for
Puntalgeometries. - PreparedPoint(Puntal) - Constructor for class com.vividsolutions.jts.geom.prep.PreparedPoint
- PreparedPolygon - Class in com.vividsolutions.jts.geom.prep
-
A prepared version for
Polygonalgeometries. - PreparedPolygon(Polygonal) - Constructor for class com.vividsolutions.jts.geom.prep.PreparedPolygon
- prev() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Returns the edge previous to this one (with dest being the same as this orig).
- prevCase() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- prevNode() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Finds the first node previous to this edge, if any.
- print(boolean, Object) - Static method in class com.vividsolutions.jts.util.Debug
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.Edge
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersectionList
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.EdgeList
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.Node
- print(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.NodeMap
- print(PrintStream) - Method in class com.vividsolutions.jts.noding.SegmentNode
- print(PrintStream) - Method in class com.vividsolutions.jts.noding.SegmentNodeList
- print(PrintStream) - Method in class com.vividsolutions.jts.operation.relate.EdgeEndBundle
- print(PrintStream) - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Prints a detailed string representation of this DirectedEdge to the given PrintStream.
- print(Object) - Static method in class com.vividsolutions.jts.util.Debug
- print(String) - Static method in class com.vividsolutions.jts.util.Debug
- printDoc(PrintStream) - Method in class com.vividsolutions.jtstest.command.CommandLine
- printEdge(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- printEdges(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.PlanarGraph
- printIfWatch(Object) - Static method in class com.vividsolutions.jts.util.Debug
- println() - Method in class com.vividsolutions.jts.util.Debug
- println(Object) - Static method in class com.vividsolutions.jts.util.Debug
- printReverse(PrintStream) - Method in class com.vividsolutions.jts.geomgraph.Edge
- printTime(String) - Static method in class com.vividsolutions.jts.util.Debug
- printWatch() - Static method in class com.vividsolutions.jts.util.Debug
- PriorityQueue - Class in com.vividsolutions.jts.util
-
A priority queue over a set of
Comparableobjects. - PriorityQueue() - Constructor for class com.vividsolutions.jts.util.PriorityQueue
-
Creates a new empty priority queue
- process(Collection, SegmentIntersector) - Method in class com.vividsolutions.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 com.vividsolutions.jts.noding.SegmentSetMutualIntersector
-
Computes the intersections with a given set of
SegmentStrings, using the suppliedSegmentIntersector. - process(Collection, SegmentIntersector) - Method in class com.vividsolutions.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. - processIntersections(SegmentString, int, SegmentString, int) - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
This method is called by clients of the
SegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinderAdder
-
This method is called by clients of the
SegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in class com.vividsolutions.jts.noding.IntersectionAdder
-
This method is called by clients of the
SegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in class com.vividsolutions.jts.noding.IntersectionFinderAdder
-
Deprecated.This method is called by clients of the
SegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
This method is called by clients of the
SegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected. - processIntersections(SegmentString, int, SegmentString, int) - Method in interface com.vividsolutions.jts.noding.SegmentIntersector
-
This method is called by clients of the
SegmentIntersectorinterface to process intersections for two segments of theSegmentStrings being intersected. - processWindowEvent(WindowEvent) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilder_AboutBox
-
Overridden so we can exit when window is closed
- processWindowEvent(WindowEvent) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
-
Overridden so we can exit when window is closed
- project(Coordinate) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Compute the projection of a point onto the line determined by this line segment.
- project(Coordinate) - Method in class com.vividsolutions.jts.linearref.LengthIndexedLine
-
Computes the index for the closest point on the line to the given point.
- project(Coordinate) - Method in class com.vividsolutions.jts.linearref.LocationIndexedLine
-
Computes the index for the closest point on the line to the given point.
- project(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.LinearReferencingFunctions
- project(LineSegment) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Project a line segment onto this line segment and return the resulting line segment.
- projectedSplitPoint(Segment, Coordinate) - Static method in class com.vividsolutions.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 com.vividsolutions.jtstest.function.LinearReferencingFunctions
- projectionFactor(Coordinate) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Computes the Projection Factor for the projection of the point p onto this LineSegment.
- projectToXY(CoordinateSequence) - Static method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
-
Creates a wrapper projecting to the XY plane.
- projectToXZ(CoordinateSequence) - Static method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
-
Creates a wrapper projecting to the XZ plane.
- projectToYZ(CoordinateSequence) - Static method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
-
Creates a wrapper projecting to the YZ plane.
- pt - Variable in class com.vividsolutions.jts.planargraph.Node
-
The location of this Node
- ptNotInList(Coordinate[], Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Finds a point in a list of points which is not contained in another list of points
- Puntal - Interface in com.vividsolutions.jts.geom
- put(Object, Object, Object) - Method in class com.vividsolutions.jtstest.function.DoubleKeyMap
- putDouble(double, byte[], int) - Static method in class com.vividsolutions.jts.io.ByteOrderValues
- putInt(int, byte[], int) - Static method in class com.vividsolutions.jts.io.ByteOrderValues
- putLong(long, byte[], int) - Static method in class com.vividsolutions.jts.io.ByteOrderValues
Q
- QuadEdge - Class in com.vividsolutions.jts.triangulate.quadedge
-
A class that represents the edge data structure which implements the quadedge algebra.
- QuadEdgeLocator - Interface in com.vividsolutions.jts.triangulate.quadedge
-
An interface for classes which locate an edge in a
QuadEdgeSubdivisionwhich either contains a givenVertexV or is an edge of a triangle which contains V. - QuadEdgeSubdivision - Class in com.vividsolutions.jts.triangulate.quadedge
-
A class that contains the
QuadEdges representing a planar subdivision that models a triangulation. - QuadEdgeSubdivision(Envelope, double) - Constructor for class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Creates a new instance of a quad-edge subdivision based on a frame triangle that encloses a supplied bounding box.
- QuadEdgeTriangle - Class in com.vividsolutions.jts.triangulate.quadedge
-
Models a triangle formed from
QuadEdges in aQuadEdgeSubdivisionwhich forms a triangulation. - QuadEdgeTriangle(QuadEdge[]) - Constructor for class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Creates a new triangle from the given edges.
- QuadEdgeUtil - Class in com.vividsolutions.jts.triangulate.quadedge
-
Utilities for working with
QuadEdges. - QuadEdgeUtil() - Constructor for class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeUtil
- quadrant - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- quadrant(double, double) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.Quadrant
-
Returns the quadrant of a directed line segment from p0 to p1.
- Quadrant - Class in com.vividsolutions.jts.geomgraph
-
Utility functions for working with quadrants, which are numbered as follows:
- Quadrant() - Constructor for class com.vividsolutions.jts.geomgraph.Quadrant
- Quadtree - Class in com.vividsolutions.jts.index.quadtree
-
A Quadtree is a spatial index structure for efficient range querying of items bounded by 2D rectangles.
- Quadtree() - Constructor for class com.vividsolutions.jts.index.quadtree.Quadtree
-
Constructs a Quadtree with zero items.
- QuadtreeNestedRingTester - Class in com.vividsolutions.jts.operation.valid
-
Tests whether any of a set of
LinearRings are nested inside another ring in the set, using aQuadtreeindex to speed up the comparisons. - QuadtreeNestedRingTester(GeometryGraph) - Constructor for class com.vividsolutions.jts.operation.valid.QuadtreeNestedRingTester
- quadTreeQuery(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialIndexFunctions
- query(double) - Method in class com.vividsolutions.jts.index.bintree.Bintree
- query(double) - Method in class com.vividsolutions.jts.index.strtree.SIRtree
-
Returns items whose bounds intersect the given value.
- query(double, double) - Method in class com.vividsolutions.jts.index.strtree.SIRtree
-
Returns items whose bounds intersect the given bounds.
- query(double, double, ItemVisitor) - Method in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeBranchNode
- query(double, double, ItemVisitor) - Method in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeLeafNode
- query(double, double, ItemVisitor) - Method in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
- query(double, double, ItemVisitor) - Method in class com.vividsolutions.jts.index.intervalrtree.SortedPackedIntervalRTree
-
Search for intervals in the index which intersect the given closed interval and apply the visitor to them.
- query(Envelope) - Method in class com.vividsolutions.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index.
- query(Envelope) - Method in class com.vividsolutions.jts.index.quadtree.Quadtree
-
Queries the tree and returns items which may lie in the given search envelope.
- query(Envelope) - Method in interface com.vividsolutions.jts.index.SpatialIndex
-
Queries the index for all items whose extents intersect the given search
EnvelopeNote that some kinds of indexes may also return objects which do not in fact intersect the query envelope. - query(Envelope) - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Returns items whose bounds intersect the given envelope.
- query(Envelope, ItemVisitor) - Method in class com.vividsolutions.jts.index.quadtree.Quadtree
-
Queries the tree and visits items which may lie in the given search envelope.
- query(Envelope, ItemVisitor) - Method in interface com.vividsolutions.jts.index.SpatialIndex
-
Queries the index for all items whose extents intersect the given search
Envelope, and applies anItemVisitorto them. - query(Envelope, ItemVisitor) - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Returns items whose bounds intersect the given envelope.
- query(Envelope, KdNodeVisitor) - Method in class com.vividsolutions.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index and visits all nodes found.
- query(Envelope, List) - Method in class com.vividsolutions.jts.index.kdtree.KdTree
-
Performs a range search of the points in the index.
- query(Interval) - Method in class com.vividsolutions.jts.index.bintree.Bintree
-
Queries the tree to find all candidate items which may overlap the query interval.
- query(Interval, Collection) - Method in class com.vividsolutions.jts.index.bintree.Bintree
-
Adds items in the tree which potentially overlap the query interval to the given collection.
- query(Object) - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
-
Also builds the tree, if necessary.
- query(Object, ItemVisitor) - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
-
Also builds the tree, if necessary.
- queryAll() - Method in class com.vividsolutions.jts.index.quadtree.Quadtree
-
Return a list of all items in the Quadtree
R
- randomLineString(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- randomPoints(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- RandomPointsBuilder - Class in com.vividsolutions.jts.shape.random
-
Creates random point sets contained in a region defined by either a rectangular or a polygonal extent.
- RandomPointsBuilder() - Constructor for class com.vividsolutions.jts.shape.random.RandomPointsBuilder
-
Create a shape factory which will create shapes using the default
GeometryFactory. - RandomPointsBuilder(GeometryFactory) - Constructor for class com.vividsolutions.jts.shape.random.RandomPointsBuilder
-
Create a shape factory which will create shapes using the given
GeometryFactory. - randomPointsInGrid(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- RandomPointsInGridBuilder - Class in com.vividsolutions.jts.shape.random
-
Creates random point sets where the points are constrained to lie in the cells of a grid.
- RandomPointsInGridBuilder() - Constructor for class com.vividsolutions.jts.shape.random.RandomPointsInGridBuilder
-
Create a builder which will create shapes using the default
GeometryFactory. - RandomPointsInGridBuilder(GeometryFactory) - Constructor for class com.vividsolutions.jts.shape.random.RandomPointsInGridBuilder
-
Create a builder which will create shapes using the given
GeometryFactory. - randomPointsInGridCircles(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- randomPointsInGridWithGutter(Geometry, int, double) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- randomPointsInPolygon(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- randomPointsInTriangle(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- randomRadialPoints(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- randomRectilinearWalk(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- randomSegments(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- randomSegmentsInGrid(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateRandomShapeFunctions
- RayCrossingCounter - Class in com.vividsolutions.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 com.vividsolutions.jts.algorithm.RayCrossingCounter
- read() - Method in class com.vividsolutions.jts.io.WKBHexFileReader
-
Reads a sequence of geometries.
- read() - Method in class com.vividsolutions.jts.io.WKTFileReader
-
Reads a sequence of geometries.
- read(byte[]) - Method in class com.vividsolutions.jts.io.ByteArrayInStream
-
Reads up to buf.length bytes from the stream into the given byte buffer.
- read(byte[]) - Method in class com.vividsolutions.jts.io.InputStreamInStream
- read(byte[]) - Method in interface com.vividsolutions.jts.io.InStream
-
Reads
buf.lengthbytes from the input stream and stores them in the supplied buffer. - read(byte[]) - Method in class com.vividsolutions.jts.io.WKBReader
-
Reads a single
Geometryin WKB format from a byte array. - read(GeometryFactory) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
-
Initialises a shapefile from disk.
- read(InStream) - Method in class com.vividsolutions.jts.io.WKBReader
- read(EndianDataInputStream, GeometryFactory, int) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiLineHandler
- read(EndianDataInputStream, GeometryFactory, int) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.MultiPointHandler
- read(EndianDataInputStream, GeometryFactory, int) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.PointHandler
- read(EndianDataInputStream, GeometryFactory, int) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.PolygonHandler
- read(EndianDataInputStream, GeometryFactory, int) - Method in interface com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapeHandler
- read(PathIterator) - Method in class com.vividsolutions.jts.awt.ShapeReader
-
Converts a flat path to a
Geometry. - read(PathIterator, GeometryFactory) - Static method in class com.vividsolutions.jts.awt.ShapeReader
-
Converts a flat path to a
Geometry. - read(Shape, double, GeometryFactory) - Static method in class com.vividsolutions.jts.awt.ShapeReader
-
Converts a Shape to a Geometry, flattening it first.
- read(Reader) - Method in class com.vividsolutions.jts.io.geojson.GeoJsonReader
-
Reads a GeoJson Geometry from a
Readerinto a singleGeometry. - read(Reader) - Method in class com.vividsolutions.jts.io.WKTReader
-
Reads a Well-Known Text representation of a
Geometryfrom aReader. - read(Reader, GeometryFactory) - Method in class com.vividsolutions.jts.io.gml2.GMLReader
-
Reads a GML2 Geometry from a
Readerinto a singleGeometryIf a collection of Geometries is found, aGeometryCollectionis returned. - read(String) - Method in class com.vividsolutions.jts.io.geojson.GeoJsonReader
-
Reads a GeoJson Geometry from a String into a single
Geometry. - read(String) - Method in class com.vividsolutions.jts.io.WKTReader
-
Reads a Well-Known Text representation of a
Geometryfrom aString. - read(String) - Method in class com.vividsolutions.jtstest.util.io.GeoJsonMultiReader
- read(String) - Method in class com.vividsolutions.jtstest.util.io.MultiFormatReader
- read(String) - Method in class com.vividsolutions.jtstest.util.io.WKTOrWKBReader
- read(String, GeometryFactory) - Method in class com.vividsolutions.jts.io.gml2.GMLReader
-
Reads a GML2 Geometry from a String into a single
GeometryIf a collection of geometries is found, aGeometryCollectionis returned. - read(String, Font, double, GeometryFactory) - Static method in class com.vividsolutions.jts.awt.FontGlyphReader
-
Converts text rendered in the given
Fontto aGeometry - read(String, Font, GeometryFactory) - Static method in class com.vividsolutions.jts.awt.FontGlyphReader
-
Converts text rendered in the given
Fontto aGeometryusing a standard flatness factor. - read(String, String, int, GeometryFactory) - Static method in class com.vividsolutions.jts.awt.FontGlyphReader
-
Converts text rendered in the given font and pointsize to a
Geometryusing a standard flatness factor. - readByte() - Method in class com.vividsolutions.jts.io.ByteOrderDataInStream
-
Reads a byte value
- readByteBE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in BigEndian - the same as LE because its only 1 byte
- readByteLE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in LittleEndian - the same as BE because its only 1 byte
- readByteLEnum(byte[]) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in LittleEndian - the same as BE because its only 1 byte
- readDouble() - Method in class com.vividsolutions.jts.io.ByteOrderDataInStream
- readDoubleBE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 64bit double in BE
- readDoubleLE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 64bit double in LE
- readFile(String, GeometryFactory) - Static method in class com.vividsolutions.jtstest.util.io.IOUtil
- readGeoJSONString(String, GeometryFactory) - Static method in class com.vividsolutions.jtstest.util.io.IOUtil
- readGeometryText(String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- readGMLString(String, GeometryFactory) - Static method in class com.vividsolutions.jtstest.util.io.IOUtil
- readIndex(InputStream) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- readInt() - Method in class com.vividsolutions.jts.io.ByteOrderDataInStream
- readIntBE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 32bit int in BE
- readIntLE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 32bit int in LE
- readLong() - Method in class com.vividsolutions.jts.io.ByteOrderDataInStream
- readLongBE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 64bit long in BE
- readLongLE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 64bit long in LE
- readShortBE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 16bit short in BE
- readShortLE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a 16bit short in LE
- readStream(GeometryFactory) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
-
Initialises a shapefile from disk.
- readText(File) - Static method in class com.vividsolutions.jtstest.util.FileUtil
-
Gets the contents of a text file as a single String
- readText(String) - Static method in class com.vividsolutions.jtstest.util.FileUtil
- readUnsignedByteBE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in BigEndian - the same as LE because its only 1 byte.
- readUnsignedByteLE() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
read a byte in LittleEndian - the same as BE because its only 1 byte.
- readWKBHexString(String, GeometryFactory) - Static method in class com.vividsolutions.jtstest.util.io.IOUtil
- readWKTString(String, GeometryFactory) - Static method in class com.vividsolutions.jtstest.util.io.IOUtil
-
Reads one or more WKT geometries from a string.
- reciprocal() - Method in class com.vividsolutions.jts.math.DD
-
Returns a DoubleDouble whose value is 1 / this.
- RectangleContains - Class in com.vividsolutions.jts.operation.predicate
-
Optimized implementation of the contains spatial predicate for cases where the first
Geometryis a rectangle. - RectangleContains(Polygon) - Constructor for class com.vividsolutions.jts.operation.predicate.RectangleContains
-
Create a new contains computer for two geometries.
- RectangleIntersects - Class in com.vividsolutions.jts.operation.predicate
-
Implementation of the intersects spatial predicate optimized for the case where one
Geometryis a rectangle. - RectangleIntersects(Polygon) - Constructor for class com.vividsolutions.jts.operation.predicate.RectangleIntersects
-
Create a new intersects computer for a rectangle.
- RectangleLineIntersector - Class in com.vividsolutions.jts.algorithm
-
Computes whether a rectangle intersects line segments.
- RectangleLineIntersector(Envelope) - Constructor for class com.vividsolutions.jts.algorithm.RectangleLineIntersector
-
Creates a new intersector for the given query rectangle, specified as an
Envelope. - RectangleTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- RectangleTool() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.RectangleTool
- recursionLevelForSize(int) - Static method in class com.vividsolutions.jts.shape.fractal.KochSnowflakeBuilder
- recursionLevelForSize(int) - Static method in class com.vividsolutions.jts.shape.fractal.SierpinskiCarpetBuilder
- redrawIndicator() - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.IndicatorTool
- reduce(Geometry) - Method in class com.vividsolutions.jts.precision.GeometryPrecisionReducer
- reduce(Geometry) - Method in class com.vividsolutions.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.
- reduce(Geometry, PrecisionModel) - Static method in class com.vividsolutions.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 com.vividsolutions.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, PrecisionModel) - Static method in class com.vividsolutions.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 com.vividsolutions.jtstest.function.PrecisionFunctions
- reducePrecisionPointwise(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.PrecisionFunctions
- reflect(double, double) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jtstest.function.AffineTransformationFunctions
- reflectInY(Geometry) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- reflectionInstance(double, double) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.geom.util.AffineTransformation
-
Creates a transformation for a reflection about the line (x0,y0) - (x1,y1).
- refresh() - Method in class com.vividsolutions.jtstest.testbuilder.StatsPanel
- registerListSelectionListener(ListSelectionListener) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionListPanel
- registerMouseListener(MouseListener) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionListPanel
- relate(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the DE-9IM
IntersectionMatrixfor the twoGeometrys. - relate(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.relate.RelateOp
-
Computes the
IntersectionMatrixfor the spatial relationship between twoGeometrys, using the default (OGC SFS) Boundary Node Rule - relate(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- relate(Geometry, Geometry, BoundaryNodeRule) - Static method in class com.vividsolutions.jts.operation.relate.RelateOp
-
Computes the
IntersectionMatrixfor the spatial relationship between twoGeometrys using a specified Boundary Node Rule. - relate(Geometry, String) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether the elements in the DE-9IM
IntersectionMatrixfor the twoGeometrys match the elements inintersectionPattern. - RelateComputer - Class in com.vividsolutions.jts.operation.relate
-
Computes the topological relationship between two Geometries.
- RelateComputer(GeometryGraph[]) - Constructor for class com.vividsolutions.jts.operation.relate.RelateComputer
- RelateNode - Class in com.vividsolutions.jts.operation.relate
-
Represents a node in the topological graph used to compute spatial relationships.
- RelateNode(Coordinate, EdgeEndStar) - Constructor for class com.vividsolutions.jts.operation.relate.RelateNode
- RelateNodeFactory - Class in com.vividsolutions.jts.operation.relate
- RelateNodeFactory() - Constructor for class com.vividsolutions.jts.operation.relate.RelateNodeFactory
- RelateNodeGraph - Class in com.vividsolutions.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 com.vividsolutions.jts.operation.relate.RelateNodeGraph
- RelateOp - Class in com.vividsolutions.jts.operation.relate
-
Implements the SFS relate() generalized spatial predicate on two
Geometrys. - RelateOp(Geometry, Geometry) - Constructor for class com.vividsolutions.jts.operation.relate.RelateOp
-
Creates a new Relate operation, using the default (OGC SFS) Boundary Node Rule.
- RelateOp(Geometry, Geometry, BoundaryNodeRule) - Constructor for class com.vividsolutions.jts.operation.relate.RelateOp
-
Creates a new Relate operation with a specified Boundary Node Rule.
- RelatePanel - Class in com.vividsolutions.jtstest.testbuilder
- RelatePanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.RelatePanel
- relativeSign(double, double) - Static method in class com.vividsolutions.jts.noding.SegmentPointComparator
- remove() - Method in class com.vividsolutions.jts.geom.GeometryCollectionIterator
-
Removal is not supported.
- remove(Coordinate) - Method in class com.vividsolutions.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 com.vividsolutions.jts.index.quadtree.NodeBase
-
Removes a single item from this subtree.
- remove(Envelope, Object) - Method in class com.vividsolutions.jts.index.quadtree.Quadtree
-
Removes a single item from the tree.
- remove(Envelope, Object) - Method in interface com.vividsolutions.jts.index.SpatialIndex
-
Removes a single item from the tree.
- remove(Envelope, Object) - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Removes a single item from the tree.
- remove(Interval, Object) - Method in class com.vividsolutions.jts.index.bintree.Bintree
-
Removes a single item from the tree.
- remove(Interval, Object) - Method in class com.vividsolutions.jts.index.bintree.NodeBase
-
Removes a single item from this subtree.
- remove(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.DirectedEdgeStar
-
Drops a member of this DirectedEdgeStar.
- remove(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.Node
-
Removes a
DirectedEdgeincident on this node. - remove(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Removes a
DirectedEdgefrom its from-Nodeand from this graph. - remove(Edge) - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Removes an
Edgeand its associatedDirectedEdges from their from-Nodes and from the graph. - remove(Node) - Method in class com.vividsolutions.jts.planargraph.PlanarGraph
-
Removes a node from the graph, along with any associated DirectedEdges and Edges.
- remove(Test) - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- remove(Component) - Static method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.index.strtree.AbstractSTRtree
-
Removes an item from the tree.
- removeArgument(int) - Method in class com.vividsolutions.jtstest.testrunner.Test
- removeCommonBits(Geometry) - Method in class com.vividsolutions.jts.precision.CommonBitsRemover
-
Removes the common coordinate bits from a Geometry.
- removeConsecutiveDuplicates(String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Replaces consecutive instances of characters with single instances.
- removeDuplicatePoints(Coordinate[]) - Static method in class com.vividsolutions.jtstest.clean.CleanDuplicatePoints
- removeFromEnd(String, String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
- removeGeometryFunctionListener(GeometryFunctionListener) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryFunctionTreePanel
- removeGeometryListener(GeometryListener) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- removeNull(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Collapses a coordinate array to remove all null elements.
- removeRepeatedPoints(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
If the coordinate array argument has repeated points, constructs a new array containing no repeated points.
- removeSpatialFunctionPanelListener(SpatialFunctionPanelListener) - Method in class com.vividsolutions.jtstest.testbuilder.ScalarFunctionPanel
- removeSpatialFunctionPanelListener(SpatialFunctionPanelListener) - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- removeTreeModelListener(TreeModelListener) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreeModel
-
Removes a listener previously added with addTreeModelListener().
- removeValidPanelListener(ValidPanelListener) - Method in class com.vividsolutions.jtstest.testbuilder.ValidPanel
- removeVowels(String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Removes vowels from the string.
- removeVowelsSkipStarts(String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Removes vowels from the string except those that start words.
- render() - Method in class com.vividsolutions.jtstest.testbuilder.ui.render.RenderManager
- render(Graphics2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.render.LayerRenderer
- render(Graphics2D) - Method in interface com.vividsolutions.jtstest.testbuilder.ui.render.Renderer
-
Renders the scene to the graphics context.
- Renderer - Interface in com.vividsolutions.jtstest.testbuilder.ui.render
-
A process object which renders a scene to a graphics context and allows cancellation.
- RenderManager - Class in com.vividsolutions.jtstest.testbuilder.ui.render
- RenderManager(GeometryEditPanel) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.render.RenderManager
- REPEATED_POINT - Static variable in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Deprecated.
- RepeatedPointTester - Class in com.vividsolutions.jts.operation.valid
-
Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined in the JTS spec.
- RepeatedPointTester() - Constructor for class com.vividsolutions.jts.operation.valid.RepeatedPointTester
- replace(Geometry, Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryCombiner
- replace(StringBuffer, String, String, boolean) - Static method in class com.vividsolutions.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 com.vividsolutions.jtstest.util.StringUtil
-
Returns a string with all occurrences of oldChar replaced by newStr
- replace(String, String, String, boolean) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns original with occurrences of oldSubstring replaced by newSubstring.
- replaceAll(String, String, String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns original with all occurrences of oldSubstring replaced by newSubstring
- replaceFirst(String, String, String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns original with the first occurrenc of oldSubstring replaced by newSubstring
- reportException(Component, Exception) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- reportException(Exception) - Static method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- reportOnTest(Test) - Method in class com.vividsolutions.jtstest.testrunner.SimpleReportWriter
- reportOnTime(Date, Date) - Method in class com.vividsolutions.jtstest.testrunner.SimpleReportWriter
- reportSummary(TestEngine) - Method in class com.vividsolutions.jtstest.testrunner.SimpleReportWriter
- ReportWriter - Interface in com.vividsolutions.jtstest.testrunner
- reset() - Method in class com.vividsolutions.jts.util.Stopwatch
- resetTime() - Static method in class com.vividsolutions.jts.util.Debug
- result - Variable in class com.vividsolutions.jts.algorithm.LineIntersector
- Result - Interface in com.vividsolutions.jtstest.testrunner
- RESULT - Static variable in class com.vividsolutions.jtstest.testbuilder.model.GeometryDepiction
- ResultController - Class in com.vividsolutions.jtstest.testbuilder.controller
- ResultController(JTSTestBuilderFrame) - Constructor for class com.vividsolutions.jtstest.testbuilder.controller.ResultController
- ResultGeometryContainer - Class in com.vividsolutions.jtstest.testbuilder.model
- ResultGeometryContainer(GeometryEditModel) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.ResultGeometryContainer
- ResultMatcher - Interface in com.vividsolutions.jtstest.testrunner
-
An interface for classes which can determine whether two
Results match, within a given tolerance. - resultPrecisionModel - Variable in class com.vividsolutions.jts.operation.GeometryGraphOperation
- ResultValuePanel - Class in com.vividsolutions.jtstest.testbuilder
- ResultValuePanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.ResultValuePanel
- ResultWKTPanel - Class in com.vividsolutions.jtstest.testbuilder
- ResultWKTPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.ResultWKTPanel
- returnType - Variable in class com.vividsolutions.jtstest.function.BaseGeometryFunction
- reverse() - Method in class com.vividsolutions.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 com.vividsolutions.jts.geom.GeometryCollection
-
Creates a
GeometryCollectionwith every component reversed. - reverse() - Method in class com.vividsolutions.jts.geom.LinearRing
- reverse() - Method in class com.vividsolutions.jts.geom.LineSegment
-
Reverses the direction of the line segment.
- reverse() - Method in class com.vividsolutions.jts.geom.LineString
-
Creates a
LineStringwhose coordinates are in the reverse order of this objects - reverse() - Method in class com.vividsolutions.jts.geom.MultiLineString
-
Creates a
MultiLineStringin the reverse order to this object. - reverse() - Method in class com.vividsolutions.jts.geom.MultiPolygon
-
Creates a
MultiPolygonwith every component reversed. - reverse() - Method in class com.vividsolutions.jts.geom.Point
- reverse() - Method in class com.vividsolutions.jts.geom.Polygon
- reverse(Coordinate[]) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Reverses the coordinates in an array in-place.
- reverse(CoordinateSequence) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
-
Reverses the coordinates in a sequence in-place.
- reverse(Geometry) - Static method in class com.vividsolutions.jtstest.function.GeometryFunctions
- RIGHT - Static variable in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
A value that indicates an orientation of clockwise, or a right turn.
- RIGHT - Static variable in class com.vividsolutions.jts.geomgraph.Position
-
An indicator that a Location is to the right of a GraphComponent
- RIGHT - Static variable in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- rightOf(QuadEdge) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- rightPad(String, int, char) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Pads the String with the given character until it has the given length.
- RING_NOT_CLOSED - Static variable in class com.vividsolutions.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 com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Indicates that a ring self-intersects
- rint() - Method in class com.vividsolutions.jts.math.DD
-
Rounds this value to the nearest integer.
- rNext() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the edge around the right face ccw following this edge.
- RobustCGAlgorithms - Class in com.vividsolutions.jts.algorithm
-
Deprecated.use CGAlgorithms instead
- RobustCGAlgorithms() - Constructor for class com.vividsolutions.jts.algorithm.RobustCGAlgorithms
-
Deprecated.
- RobustDeterminant - Class in com.vividsolutions.jts.algorithm
-
Implements an algorithm to compute the sign of a 2x2 determinant for double precision values robustly.
- RobustDeterminant() - Constructor for class com.vividsolutions.jts.algorithm.RobustDeterminant
- RobustLineIntersector - Class in com.vividsolutions.jts.algorithm
-
A robust version of
LineIntersector. - RobustLineIntersector() - Constructor for class com.vividsolutions.jts.algorithm.RobustLineIntersector
- root - Variable in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- Root - Class in com.vividsolutions.jts.index.bintree
-
The root node of a single
Bintree. - Root - Class in com.vividsolutions.jts.index.quadtree
-
QuadRoot is the root of a single Quadtree.
- Root() - Constructor for class com.vividsolutions.jts.index.bintree.Root
- Root() - Constructor for class com.vividsolutions.jts.index.quadtree.Root
- rot() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the dual of this edge, directed from its right to its left.
- rotate(double) - Method in class com.vividsolutions.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 com.vividsolutions.jts.math.Vector2D
- rotate(double, double) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.util.GeometricShapeFactory
- rotate(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- rotateByPiMultiple(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- rotateByQuarterCircle(int) - Method in class com.vividsolutions.jts.math.Vector2D
-
Rotates a vector by a given number of quarter-circles (i.e.
- rotationAngle - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Default is no rotation.
- rotationInstance(double) - Static method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Creates a transformation for a rotation about the origin by an angle theta.
- rotationInstance(double, double) - Static method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.util.Memory
- rPrev() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the edge around the right face ccw before this edge.
- run() - Method in class com.vividsolutions.jtsexample.geom.PrecisionModelExample
- run() - Method in class com.vividsolutions.jtsexample.geom.SimpleMethodsExample
- run() - Method in class com.vividsolutions.jtsexample.linearref.LinearRefExample
- run() - Method in class com.vividsolutions.jtsexample.operation.distance.ClosestPointExample
- run() - Method in class com.vividsolutions.jtstest.test.TestCaseList
- run() - Method in class com.vividsolutions.jtstest.testrunner.Test
- run() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- run() - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- run() - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- runExtractedLine(String, double, double) - Method in class com.vividsolutions.jtsexample.linearref.LinearRefExample
- runTeeOp(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.PreparedGeometryTeeOperation
- runTeeOp(String, Geometry, Object[]) - Method in class com.vividsolutions.jtstest.geomop.TeeGeometryOperation
- runTest() - Method in interface com.vividsolutions.jtstest.test.Testable
- runTest() - Method in class com.vividsolutions.jtstest.test.TestCase
- runTest() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- runTest() - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- runTests() - Method in class com.vividsolutions.jtstest.testbuilder.RelatePanel
S
- saturate(Color, double) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.ColorUtil
- saveImageToClipboard(Component, String) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.ImageUtil
- ScalarFunctionPanel - Class in com.vividsolutions.jtstest.testbuilder
- ScalarFunctionPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.ScalarFunctionPanel
- scalarFunctionPanel_functionExecuted(SpatialFunctionPanelEvent) - Method in class com.vividsolutions.jtstest.testbuilder.controller.ResultController
- scale(double, double) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Updates the value of this transformation to that of a scale transformation composed with the current value.
- scale(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- ScaledNoder - Class in com.vividsolutions.jts.noding
-
Wraps a
Noderand transforms its input into the integer domain. - ScaledNoder(Noder, double) - Constructor for class com.vividsolutions.jts.noding.ScaledNoder
- ScaledNoder(Noder, double, double, double) - Constructor for class com.vividsolutions.jts.noding.ScaledNoder
- scaledNoding(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.NodingFunctions
-
Runs a ScaledNoder on input.
- scaleInstance(double, double) - Static method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Creates a transformation for a scaling relative to the origin.
- scaleInstance(double, double, double, double) - Static method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Creates a transformation for a scaling relative to the point (x,y).
- scroll(Coordinate[], Coordinate) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Shifts the positions of the coordinates until
firstCoordinateis first. - SE - Static variable in class com.vividsolutions.jts.geomgraph.Quadrant
- SearchUsingPreparedGeometryIndex - Class in com.vividsolutions.jtsexample.technique
-
Demonstrates use of
PreparedGeometrys in a spatial index to optimize spatial search. - SearchUsingPreparedGeometryIndex() - Constructor for class com.vividsolutions.jtsexample.technique.SearchUsingPreparedGeometryIndex
- segInt - Variable in class com.vividsolutions.jts.noding.SinglePassNoder
- Segment - Class in com.vividsolutions.jts.triangulate
-
Models a constraint segment in a triangulation.
- Segment(double, double, double, double, double, double) - Constructor for class com.vividsolutions.jts.triangulate.Segment
-
Creates a new instance for the given ordinates.
- Segment(double, double, double, double, double, double, Object) - Constructor for class com.vividsolutions.jts.triangulate.Segment
-
Creates a new instance for the given ordinates, with associated external data.
- Segment(Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.triangulate.Segment
-
Creates a new instance for the given points.
- Segment(Coordinate, Coordinate, Object) - Constructor for class com.vividsolutions.jts.triangulate.Segment
-
Creates a new instance for the given points, with associated external data.
- segmentFraction(Coordinate) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.EdgeIntersection
- segmentIndex - Variable in class com.vividsolutions.jts.noding.SegmentNode
- SegmentIndexStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- SegmentIndexStyle(Color) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.SegmentIndexStyle
- segmentIntersection(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.CGAlgorithmFunctions
- segmentIntersectionDD(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.CGAlgorithmFunctions
- SegmentIntersectionDetector - Class in com.vividsolutions.jts.noding
-
Detects and records an intersection between two
SegmentStrings, if one exists. - SegmentIntersectionDetector() - Constructor for class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Creates an intersection finder using a
RobustLineIntersector. - SegmentIntersectionDetector(LineIntersector) - Constructor for class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Creates an intersection finder using a given LineIntersector.
- SegmentIntersector - Class in com.vividsolutions.jts.geomgraph.index
-
Computes the intersection of line segments, and adds the intersection to the edges containing the segments.
- SegmentIntersector - Interface in com.vividsolutions.jts.noding
-
Processes possible intersections detected by a
Noder. - SegmentIntersector(LineIntersector, boolean, boolean) - Constructor for class com.vividsolutions.jts.geomgraph.index.SegmentIntersector
- segmentIntersects(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.CGAlgorithmFunctions
- SegmentNode - Class in com.vividsolutions.jts.noding
-
Represents an intersection point between two
SegmentStrings. - SegmentNode(NodedSegmentString, Coordinate, int, int) - Constructor for class com.vividsolutions.jts.noding.SegmentNode
- SegmentNodeList - Class in com.vividsolutions.jts.noding
-
A list of the
SegmentNodes present along a nodedSegmentString. - SegmentNodeList(NodedSegmentString) - Constructor for class com.vividsolutions.jts.noding.SegmentNodeList
- SegmentOverlapAction(SegmentIntersector) - Constructor for class com.vividsolutions.jts.noding.MCIndexNoder.SegmentOverlapAction
- SegmentOverlapAction(SegmentIntersector) - Constructor for class com.vividsolutions.jts.noding.MCIndexSegmentSetMutualIntersector.SegmentOverlapAction
- SegmentPointComparator - Class in com.vividsolutions.jts.noding
-
Implements a robust method of comparing the relative position of two points along the same segment.
- SegmentPointComparator() - Constructor for class com.vividsolutions.jts.noding.SegmentPointComparator
- SegmentSetMutualIntersector - Interface in com.vividsolutions.jts.noding
-
An intersector for the red-blue intersection problem.
- SegmentString - Interface in com.vividsolutions.jts.noding
-
An interface for classes which represent a sequence of contiguous line segments.
- SegmentStringDissolver - Class in com.vividsolutions.jts.noding
-
Dissolves a noded collection of
SegmentStrings to produce a set of merged linework with unique segments. - SegmentStringDissolver() - Constructor for class com.vividsolutions.jts.noding.SegmentStringDissolver
-
Creates a dissolver with the default merging strategy.
- SegmentStringDissolver(SegmentStringDissolver.SegmentStringMerger) - Constructor for class com.vividsolutions.jts.noding.SegmentStringDissolver
-
Creates a dissolver with a user-defined merge strategy.
- SegmentStringDissolver.SegmentStringMerger - Interface in com.vividsolutions.jts.noding
-
A merging strategy which can be used to update the context data of
SegmentStrings which are merged during the dissolve process. - SegmentStringUtil - Class in com.vividsolutions.jts.noding
-
Utility methods for processing
SegmentStrings. - SegmentStringUtil() - Constructor for class com.vividsolutions.jts.noding.SegmentStringUtil
- SegmentStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- SegmentStyle() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.SegmentStyle
- select(Envelope, MonotoneChainSelectAction) - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
-
Determine all the line segments in the chain whose envelopes overlap the searchEnvelope, and process them.
- select(LineSegment) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- select(Collection, CollectionUtil.Function) - Static method in class com.vividsolutions.jts.util.CollectionUtil
-
Executes a
CollectionUtil.Functionon each item in a Collection and collects all the entries for which the result of the function is equal toBooleantrue. - SelectionFunctions - Class in com.vividsolutions.jtstest.function
- SelectionFunctions() - Constructor for class com.vividsolutions.jtstest.function.SelectionFunctions
- SELF_INTERSECTION - Static variable in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Indicates that two rings of a polygonal geometry intersect
- selfAdd(double) - Method in class com.vividsolutions.jts.math.DD
-
Adds the argument to the value of this.
- selfAdd(DD) - Method in class com.vividsolutions.jts.math.DD
-
Adds the argument to the value of this.
- selfDivide(double) - Method in class com.vividsolutions.jts.math.DD
-
Divides this object by the argument, returning this.
- selfDivide(DD) - Method in class com.vividsolutions.jts.math.DD
-
Divides this object by the argument, returning this.
- selfMultiply(double) - Method in class com.vividsolutions.jts.math.DD
-
Multiplies this object by the argument, returning this.
- selfMultiply(DD) - Method in class com.vividsolutions.jts.math.DD
-
Multiplies this object by the argument, returning this.
- selfSqr() - Method in class com.vividsolutions.jts.math.DD
-
Squares this object.
- selfSubtract(double) - Method in class com.vividsolutions.jts.math.DD
-
Subtracts the argument from the value of this.
- selfSubtract(DD) - Method in class com.vividsolutions.jts.math.DD
-
Subtracts the argument from the value of this.
- sequence(Geometry) - Static method in class com.vividsolutions.jts.operation.linemerge.LineSequencer
- sequenceLines(Geometry) - Static method in class com.vividsolutions.jtstest.function.LineHandlingFunctions
- set(int, int, int) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Changes the value of one of this
IntersectionMatrixs elements. - set(String) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Changes the elements of this
IntersectionMatrixto the dimension symbols indimensionSymbols. - setA(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setAll(int) - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Changes the elements of this
IntersectionMatrixtodimensionValue. - setAllLocations(int) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- setAllLocations(int, int) - Method in class com.vividsolutions.jts.geomgraph.Label
- setAllLocationsIfNull(int) - Method in class com.vividsolutions.jts.geomgraph.Label
- setAllLocationsIfNull(int) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- setAllLocationsIfNull(int, int) - Method in class com.vividsolutions.jts.geomgraph.Label
- setAllowSnappingToSourceVertices(boolean) - Method in class com.vividsolutions.jts.operation.overlay.snap.LineStringSnapper
- setAltitudeMode(String) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Sets the value output in the
altitudeModeelement. - setArgument(int, String) - Method in class com.vividsolutions.jtstest.testrunner.Test
- setArmLengthRatio(double) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geom.IntersectionMatrix
-
Changes the specified element to
minimumDimensionValueif the element is less. - setAtLeast(String) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geom.IntersectionMatrix
-
If row >= 0 and column >= 0, changes the specified element to
minimumDimensionValueif the element is less. - setB(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setBase(Coordinate) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- setBase(Coordinate) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.index.SegmentIntersector
- setBusyDialog(BusyDialog) - Method in class com.vividsolutions.jtstest.testbuilder.model.HtmlWriter
- setBytes(byte[]) - Method in class com.vividsolutions.jts.io.ByteArrayInStream
-
Sets this stream to read from the given buffer
- setCentre(Coordinate) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- setCentre(Coordinate) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Sets the location of the shape by specifying the centre of the shape's bounding box
- setChangePrecisionModel(boolean) - Method in class com.vividsolutions.jts.precision.GeometryPrecisionReducer
-
Sets whether the
PrecisionModelof the new reduced Geometry will be changed to be thePrecisionModelsupplied to specify the precision reduction. - setChangePrecisionModel(boolean) - Method in class com.vividsolutions.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.Sets whether the
PrecisionModelof the new reduced Geometry will be changed to be thePrecisionModelsupplied to specify the precision reduction. - setCheckEndSegmentsOnly(boolean) - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Sets whether only end segments should be tested for interior intersection.
- setCheckRingsValid(boolean) - Method in class com.vividsolutions.jts.operation.polygonize.Polygonizer
-
Allows disabling the valid ring checking, to optimize situations where invalid rings are not expected.
- setClickCountToFinishGesture(int) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- setClipEnvelope(Envelope) - Method in class com.vividsolutions.jts.triangulate.VoronoiDiagramBuilder
-
Sets the envelope to clip the diagram to.
- setCloseRing(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- setComponentDataToIndex(Geometry) - Static method in class com.vividsolutions.jtstest.util.GeometryDataUtil
- setComputationPrecision(PrecisionModel) - Method in class com.vividsolutions.jts.operation.GeometryGraphOperation
- setConstrainedToCircle(boolean) - Method in class com.vividsolutions.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 com.vividsolutions.jts.triangulate.ConstraintVertex
-
Sets the external constraint information
- setConstraints(Geometry) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Sets the linear constraints to be conformed to.
- setConstraints(List, List) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Sets the constraints to be conformed to by the computed triangulation.
- setContents(String, String) - Static method in class com.vividsolutions.jtstest.util.FileUtil
-
Saves the String with the given filename
- setContext(Object) - Method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Sets the user-defined data for this component.
- setCoordinate(Coordinate) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Sets this
Coordinates (x,y,z) values to that ofother. - setCoordinates(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.geom.LineSegment
- setCoordinates(LineSegment) - Method in class com.vividsolutions.jts.geom.LineSegment
- setCopyUserData(boolean) - Method in class com.vividsolutions.jts.geom.util.GeometryEditor
-
Sets whether the User Data is copied to the edit result.
- setCovered(boolean) - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- setCurrentTestCase(TestCaseEdit) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- setCurrentTestCase(TestCaseEdit) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setCurrentTestCaseIndex(int) - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- setCurrentTool(Tool) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setCustomElements(String[]) - Method in class com.vividsolutions.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 com.vividsolutions.jts.noding.BasicSegmentString
-
Sets the user-defined data for this segment string.
- setData(Object) - Method in class com.vividsolutions.jts.noding.NodedSegmentString
-
Sets the user-defined data for this segment string.
- setData(Object) - Method in interface com.vividsolutions.jts.noding.SegmentString
-
Sets the user-defined data for this segment string.
- setData(Object) - Method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Sets the user-defined data for this component.
- setData(Object) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Sets the external data value for this edge.
- setData(Object) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
-
Sets the external data value for this triangle.
- setData(Object) - Method in class com.vividsolutions.jts.triangulate.Segment
-
Sets the external data to be associated with this segment
- setDecimation(double) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.index.SweepLineEvent
- setDeleteEventIndex(int) - Method in class com.vividsolutions.jts.index.sweepline.SweepLineEvent
- setDensifyFraction(double) - Method in class com.vividsolutions.jts.algorithm.distance.DiscreteHausdorffDistance
-
Sets the fraction by which to densify each segment.
- setDepth(int, int) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- setDepth(int, int, int) - Method in class com.vividsolutions.jts.geomgraph.Depth
- setDepthDelta(int) - Method in class com.vividsolutions.jts.geomgraph.Edge
- setDescription(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setDescription(String) - Method in class com.vividsolutions.jtstest.testbuilder.BusyDialog
-
Sets the String displayed in the BusyDialog.
- setDescription(String) - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- setDimension(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
- setDirectedEdges(DirectedEdge, DirectedEdge) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ui.render.RenderManager
- setDistanceTolerance(double) - Method in class com.vividsolutions.jts.densify.Densifier
-
Sets the distance tolerance for the densification.
- setDistanceTolerance(double) - Method in class com.vividsolutions.jts.simplify.DouglasPeuckerSimplifier
-
Sets the distance tolerance for the simplification.
- setDistanceTolerance(double) - Method in class com.vividsolutions.jts.simplify.TaggedLineStringSimplifier
-
Sets the distance tolerance for the simplification.
- setDistanceTolerance(double) - Method in class com.vividsolutions.jts.simplify.TopologyPreservingSimplifier
-
Sets the distance tolerance for the simplification.
- setDistanceTolerance(double) - Method in class com.vividsolutions.jts.simplify.VWSimplifier
-
Sets the distance tolerance for the simplification.
- setDoc(String, String) - Method in class com.vividsolutions.jtstest.command.OptionSpec
- setDocumentLocator(Locator) - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- setDrawBandLines(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- setEdge(Edge) - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Associates this DirectedEdge with an Edge (possibly null, indicating no associated Edge).
- setEdgeDepths(int, int) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
-
Set both edge depths.
- setEdgeRing(DirectedEdge, EdgeRing) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- setEdgeRing(DirectedEdge, EdgeRing) - Method in class com.vividsolutions.jts.operation.overlay.MaximalEdgeRing
- setEdgeRing(DirectedEdge, EdgeRing) - Method in class com.vividsolutions.jts.operation.overlay.MinimalEdgeRing
- setEdgeRing(EdgeRing) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- setEditGeomIndex(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- setEnabled(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- setEnabled(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.ui.render.GridRenderer
- setEnabled(Style, boolean) - Method in class com.vividsolutions.jtstest.testbuilder.ui.style.StyleList
- setEnabledWithBackground(Component, boolean) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- setEncodeCRS(boolean) - Method in class com.vividsolutions.jts.io.geojson.GeoJsonWriter
- setEndCapStyle(int) - Method in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Specifies the end cap style of the generated buffer.
- setEndCapStyle(int) - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Specifies the end cap style of the generated buffer.
- setEndLine(int) - Method in class com.vividsolutions.jtstest.util.io.LineNumberElement
- setEnsureValid(boolean) - Method in class com.vividsolutions.jts.simplify.DouglasPeuckerSimplifier
-
Controls whether simplified polygons will be "fixed" to have valid topology.
- setEnsureValid(boolean) - Method in class com.vividsolutions.jts.simplify.VWSimplifier
-
Controls whether simplified polygons will be "fixed" to have valid topology.
- setEnvelope(Envelope) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- setEnvelope(Envelope) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
- setEnvelope(Envelope) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
- setError(Throwable) - Method in class com.vividsolutions.jtstest.testbuilder.ResultValuePanel
- setExecutedTime(String) - Method in class com.vividsolutions.jtstest.testbuilder.ResultWKTPanel
- setExpectedBoundary(Geometry) - Method in interface com.vividsolutions.jtstest.test.Testable
- setExpectedBoundary(Geometry) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedBoundary(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setExpectedBoundary(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedBoundary(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedCentroid(Geometry) - Method in interface com.vividsolutions.jtstest.test.Testable
- setExpectedCentroid(Geometry) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedCentroid(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setExpectedCentroid(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedConvexHull(Geometry) - Method in interface com.vividsolutions.jtstest.test.Testable
- setExpectedConvexHull(Geometry) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedConvexHull(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setExpectedConvexHull(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedDifference(Geometry) - Method in interface com.vividsolutions.jtstest.test.Testable
- setExpectedDifference(Geometry) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedDifference(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setExpectedDifference(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedIntersection(Geometry) - Method in interface com.vividsolutions.jtstest.test.Testable
- setExpectedIntersection(Geometry) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedIntersection(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setExpectedIntersection(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedIntersection(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedIntersectionMatrix(String) - Method in interface com.vividsolutions.jtstest.test.Testable
- setExpectedIntersectionMatrix(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedIntersectionMatrix(String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setExpectedIntersectionMatrix(String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedRelateMatrix(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedSymDifference(Geometry) - Method in interface com.vividsolutions.jtstest.test.Testable
- setExpectedSymDifference(Geometry) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedSymDifference(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setExpectedSymDifference(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExpectedUnion(Geometry) - Method in interface com.vividsolutions.jtstest.test.Testable
- setExpectedUnion(Geometry) - Method in class com.vividsolutions.jtstest.test.TestCase
- setExpectedUnion(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setExpectedUnion(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setExtent(Envelope) - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
- setExtent(Geometry) - Method in class com.vividsolutions.jts.shape.random.RandomPointsBuilder
-
Sets a polygonal mask.
- setExtrude(boolean) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Sets the flag to be output in the
extrudeelement. - setFileLength(int) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileHeader
- setFindAllIntersections(boolean) - Method in class com.vividsolutions.jts.noding.FastNodingValidator
- setFindAllIntersections(boolean) - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Sets whether all intersections should be computed.
- setFindAllIntersectionTypes(boolean) - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Sets whether processing can terminate once any intersection is found.
- setFindProper(boolean) - Method in class com.vividsolutions.jts.noding.SegmentIntersectionDetector
-
Sets whether processing must continue until a proper intersection is found.
- setFixInvalidLines(boolean) - Method in class com.vividsolutions.jts.linearref.LinearGeometryBuilder
-
Allows invalid lines to be ignored rather than causing Exceptions.
- setFocusGeometry(int) - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- setFocusGeometry(int) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderToolBar
- setForceToLineString(boolean) - Method in class com.vividsolutions.jts.geom.util.LinearComponentExtracter
-
Indicates that LinearRing components should be converted to pure LineStrings.
- setFormatted(boolean) - Method in class com.vividsolutions.jts.io.WKTWriter
-
Sets whether the output will be formatted.
- setGeometry(int, Geometry) - Method in interface com.vividsolutions.jtstest.test.Testable
- setGeometry(int, Geometry) - Method in class com.vividsolutions.jtstest.test.TestCase
- setGeometry(int, Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- setGeometry(int, Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setGeometry(int, Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setGeometry(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- setGeometry(String, Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryInspectorDialog
- setGeometry(String, Geometry, int) - Method in class com.vividsolutions.jtstest.testbuilder.InspectorPanel
- setGeometryA(Geometry) - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- setGeometryB(Geometry) - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- setGeometryType(int) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- setGridEnabled(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setGridSize(double) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setGridSize(double) - Method in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- setGutterFraction(double) - Method in class com.vividsolutions.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 com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- setHeight(double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Sets the height of the shape.
- setHighlightPerformed(ValidPanelEvent) - Method in interface com.vividsolutions.jtstest.testbuilder.event.ValidPanelListener
- setHighlightPoint(Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setHtml(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- setId(int) - Method in class com.vividsolutions.jts.index.chain.MonotoneChain
- setIgnoreInvalidLines(boolean) - Method in class com.vividsolutions.jts.linearref.LinearGeometryBuilder
-
Allows invalid lines to be ignored rather than causing Exceptions.
- setInfo(String) - Method in class com.vividsolutions.jtstest.testbuilder.InfoPanel
- setInResult() - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- setInResult(boolean) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- setInResult(boolean) - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- setInStream(InStream) - Method in class com.vividsolutions.jts.io.ByteOrderDataInStream
-
Allows a single ByteOrderDataInStream to be reused on multiple InStreams.
- setIntersectionMatrix(IntersectionMatrix) - Method in interface com.vividsolutions.jtstest.test.Testable
- setIntersectionMatrix(IntersectionMatrix) - Method in class com.vividsolutions.jtstest.test.TestCase
- setIntersectionMatrix(IntersectionMatrix) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setIntersectionMatrix(IntersectionMatrix) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setIsolated(boolean) - Method in class com.vividsolutions.jts.geomgraph.Edge
- setJoinStyle(int) - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Sets the join style for outside (reflex) corners between line segments.
- setKeepIntersections(boolean) - Method in class com.vividsolutions.jts.noding.InteriorIntersectionFinder
-
Sets whether intersection points are recorded.
- setLabel(int, int) - Method in class com.vividsolutions.jts.geomgraph.Node
- setLabel(Label) - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- setLabelBoundary(int) - Method in class com.vividsolutions.jts.geomgraph.Node
-
Updates the label of a node to BOUNDARY, obeying the mod-2 boundaryDetermination rule.
- setLimit(int) - Method in class com.vividsolutions.jts.io.WKBHexFileReader
-
Sets the maximum number of geometries to read.
- setLimit(int) - Method in class com.vividsolutions.jts.io.WKTFileReader
-
Sets the maximum number of geometries to read.
- setLinePrefix(String) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Sets a tag string which is prefixed to every emitted text line.
- setLocation(int) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- setLocation(int, int) - Method in class com.vividsolutions.jts.geomgraph.Label
- setLocation(int, int) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- setLocation(int, int, int) - Method in class com.vividsolutions.jts.geomgraph.Label
- setLocations(int, int, int) - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- setLocator(QuadEdgeLocator) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Sets the
QuadEdgeLocatorto use for locating containing triangles in this subdivision. - setM(double) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinate
- setMagnifyingTopology(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setMakePrecise(PrecisionModel) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Deprecated.use
setPrecisionModelinstead - setMark(boolean) - Method in class com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Sets the value of the mark on this edge.
- setMark(HalfEdge, boolean) - Static method in class com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Sets the mark for the given edge to a boolean value.
- setMarkBoth(HalfEdge, boolean) - Static method in class com.vividsolutions.jts.edgegraph.MarkHalfEdge
-
Sets the mark for the given edge pair to a boolean value.
- setMarked(boolean) - Method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Sets the marked flag for this component.
- setMarked(Iterator, boolean) - Static method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Sets the Marked state for all
GraphComponents in anIterator - setMaxCoordinatesPerLine(int) - Method in class com.vividsolutions.jts.io.gml2.GMLWriter
-
Sets the number of coordinates printed per line.
- setMaxCoordinatesPerLine(int) - Method in class com.vividsolutions.jts.io.WKTWriter
-
Sets the maximum number of coordinates per line written in formatted output.
- setMaximum(PointPairDistance) - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- setMaximum(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- setMaximum(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- setMaximum(PointPairDistance) - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- setMaximumCoordinatesPerLine(int) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Sets the maximum number of coordinates to output per line.
- setMaximumIterations(int) - Method in class com.vividsolutions.jts.noding.IteratedNoder
-
Sets the maximum number of noding iterations performed before the noding is aborted.
- setMaxTestCaseIndex(int) - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- setMinEdgeRing(EdgeRing) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- setMinimum(PointPairDistance) - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- setMinimum(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- setMinimum(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- setMinimum(PointPairDistance) - Method in class com.vividsolutions.jts.operation.buffer.validate.PointPairDistance
- setMinimumLength(double) - Method in class com.vividsolutions.jts.triangulate.SplitSegment
- setMitreLimit(double) - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Sets the limit on the mitre ratio used for very sharp corners.
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditControlPanel
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.InfoPanel
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.ResultValuePanel
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.ResultWKTPanel
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.StatsPanel
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.TestBuilderPanel
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- setModel(TestBuilderModel) - Method in class com.vividsolutions.jtstest.testbuilder.WKTPanel
- setName(String) - Method in class com.vividsolutions.jts.geomgraph.Edge
- setName(String) - Method in interface com.vividsolutions.jtstest.test.Testable
- setName(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setName(String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setName(String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- setNamespace(boolean) - Method in class com.vividsolutions.jts.io.gml2.GMLWriter
-
Determines whether a GML namespace declaration will be written in the opening tag of geometries.
- setNearnessTolerance(double) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
- setNext(HalfEdge) - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
- setNext(DirectedEdge) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- setNext(QuadEdge) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Sets the connected edge
- setNextMin(DirectedEdge) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- setNode(Node) - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- setNumArms(int) - Method in class com.vividsolutions.jts.geom.util.SineStarFactory
-
Sets the number of arms in the star
- setNumPoints(int) - Method in class com.vividsolutions.jts.shape.GeometricShapeBuilder
-
Sets the total number of points in the created
Geometry. - setNumPoints(int) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Sets the total number of points in the created
Geometry. - setOffset(int) - Method in class com.vividsolutions.jts.io.WKBHexFileReader
-
Sets the number of geometries to skip before storing.
- setOffset(int) - Method in class com.vividsolutions.jts.io.WKTFileReader
-
Sets the number of geometries to skip before storing.
- setOnConstraint(boolean) - Method in class com.vividsolutions.jts.triangulate.ConstraintVertex
-
Sets whether this vertex lies on a constraint.
- setOpName(String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setOpName(String) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setOpName(String) - Method in class com.vividsolutions.jtstest.testbuilder.ResultWKTPanel
- setOrder(int) - Method in class com.vividsolutions.jts.io.ByteOrderDataInStream
- setOrdinate(int, double) - Method in class com.vividsolutions.jts.geom.Coordinate
-
Sets the ordinate for the given index to a given value.
- setOrdinate(int, int, double) - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Sets the value for a given ordinate of a coordinate in this sequence.
- setOrdinate(int, int, double) - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
- setOrdinate(int, int, double) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
- setOrdinate(int, int, double) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
- setOrdinate(int, int, double) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
-
Sets the ordinate of a coordinate in this sequence.
- setOrdinate(int, int, double) - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- setOrdinate(int, int, double) - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- setOwner(Frame) - Static method in class com.vividsolutions.jtstest.testbuilder.BusyDialog
-
Sets the Frame for which the BusyDialog is displayed.
- setParameters(String[], String[], String[]) - Static method in class com.vividsolutions.jtstest.testrunner.Parameters
-
Sets the command-line arguments.
- setPointwise(boolean) - Method in class com.vividsolutions.jts.precision.GeometryPrecisionReducer
-
Sets whether the precision reduction will be done in pointwise fashion only.
- setPrecision(int) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Sets the maximum nummber of decimal places to output in ordinate values.
- setPrecisionModel(PrecisionModel) - Method in class com.vividsolutions.jts.algorithm.LineIntersector
-
Force computed intersection to be rounded to a given precision model.
- setPrecisionModel(PrecisionModel) - Method in class com.vividsolutions.jtstest.test.TestCase
- setPrecisionModel(PrecisionModel) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setPrecisionModel(PrecisionModel) - Method in class com.vividsolutions.jtstest.testbuilder.PrecisionModelDialog
- setPrecisionModel(PrecisionModel) - Method in class com.vividsolutions.jtstest.testbuilder.PrecisionModelPanel
- setPrecisionModelDescription(String) - Method in class com.vividsolutions.jtstest.testbuilder.TestCasePanel
- setPrefix(String) - Method in class com.vividsolutions.jts.io.gml2.GMLWriter
-
Specifies the namespace prefix to write on each GML tag.
- setQuadrantSegments(int) - Method in class com.vividsolutions.jts.operation.buffer.BufferOp
-
Sets the number of segments used to approximate a angle fillet
- setQuadrantSegments(int) - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Sets the number of line segments used to approximate an angle fillet.
- setReadOnly(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- setRemoveCollapsedComponents(boolean) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.awt.ShapeWriter
-
Sets whether duplicate consecutive points should be eliminated.
- setResult(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- setResult(Result) - Method in class com.vividsolutions.jtstest.testrunner.Test
- setResult(Object) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setResult(String, String, Object) - Method in class com.vividsolutions.jtstest.testbuilder.ResultValuePanel
- setRotation(double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Sets the rotation angle to use for the shape.
- setRunningTime(String) - Method in class com.vividsolutions.jtstest.testbuilder.ResultWKTPanel
- setSegmentIntersector(SegmentIntersector) - Method in class com.vividsolutions.jts.noding.SinglePassNoder
-
Sets the SegmentIntersector to use with this noder.
- setSelfTouchingRingFormingHoleValid(boolean) - Method in class com.vividsolutions.jts.operation.valid.IsValidOp
-
Sets whether polygons using Self-Touching Rings to form holes are reported as valid.
- setShell(EdgeRing) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- setShowingABwithSpatialFunction(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.model.HtmlWriter
- setShowingGeometryA(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setShowingGeometryB(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setShowingGrid(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- setShowingGrid(boolean) - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setShowingInput(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setShowingLabel(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- setShowingLabel(boolean) - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setShowingOrientation(boolean) - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setShowingOrientations(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- setShowingResult(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- setShowingStructure(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- setShowingStructure(boolean) - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setShowingVertices(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- setShowingVertices(boolean) - Static method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setShowVertexIndices(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- setSidesToGenerate(boolean, boolean) - Method in class com.vividsolutions.jts.operation.overlay.validate.OffsetPointGenerator
-
Set the sides on which to generate offset points.
- setSimplifyFactor(double) - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Sets the factor used to determine the simplify distance tolerance for input simplification.
- setSingleSided(boolean) - Method in class com.vividsolutions.jts.operation.buffer.BufferParameters
-
Sets whether the computed buffer should be single-sided.
- setSites(Geometry) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Sets the sites (point or vertices) which will be triangulated.
- setSites(Geometry) - Method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Sets the sites (vertices) which will be triangulated.
- setSites(Geometry) - Method in class com.vividsolutions.jts.triangulate.VoronoiDiagramBuilder
-
Sets the sites (point or vertices) which will be diagrammed.
- setSites(Collection) - Method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Sets the sites (vertices) which will be triangulated from a collection of
Coordinates. - setSites(Collection) - Method in class com.vividsolutions.jts.triangulate.VoronoiDiagramBuilder
-
Sets the sites (point or vertices) which will be diagrammed from a collection of
Coordinates. - setSize(double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- setSize(double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Sets the size of the extent of the shape in both x and y directions.
- setSource(GeometryContainer) - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- setSplitPointFinder(ConstraintSplitPointFinder) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Sets the
ConstraintSplitPointFinderto be used during constraint enforcement. - setSRID(int) - Method in class com.vividsolutions.jts.geom.Geometry
-
Sets the ID of the Spatial Reference System used by the
Geometry. - setSrsName(String) - Method in class com.vividsolutions.jts.io.gml2.GMLWriter
-
Sets the value of the srsName attribute to be written into the root geometry tag.
- setStartingIndentIndex(int) - Method in class com.vividsolutions.jts.io.gml2.GMLWriter
-
Sets the starting column index for pretty printing
- setStartLine(int) - Method in class com.vividsolutions.jtstest.util.io.LineNumberElement
- setStretchSize(double) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryStretcherView
-
Sets the amount by which vertices will be stretched (in geometry units).
- setString(String) - Method in class com.vividsolutions.jtstest.testbuilder.ResultValuePanel
- setStroke(Graphics2D, double) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.style.AWTUtil
- setStyle(BasicStyle) - Method in class com.vividsolutions.jtstest.testbuilder.model.Layer
- setSym(DirectedEdge) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- setSym(DirectedEdge) - Method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Sets this DirectedEdge's symmetric DirectedEdge, which runs in the opposite direction.
- setTab(int) - Method in class com.vividsolutions.jts.io.WKTWriter
-
Sets the tab size to use for indenting.
- setTesselate(boolean) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Sets the flag to be output in the
tesselateelement. - setTestCase(TestCaseEdit) - Method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- setTestCase(TestCaseEdit) - Method in class com.vividsolutions.jtstest.testbuilder.RelatePanel
- setTestCase(TestCaseEdit) - Method in class com.vividsolutions.jtstest.testbuilder.TestCaseTextDialog
- setTestCase(TestCaseEdit) - Method in class com.vividsolutions.jtstest.testbuilder.ValidPanel
- setTestCaseIndexToRun(int) - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
- setTestCaseIndexToRun(int) - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- setTestFiles(List) - Method in class com.vividsolutions.jtstest.testrunner.TestEngine
-
Sets the File's that contain the tests.
- setTestName(String) - Method in class com.vividsolutions.jtstest.test.TestCase
- setText(Geometry, int) - Method in class com.vividsolutions.jtstest.testbuilder.WKTPanel
- setToEnd(Geometry) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Sets the value of this location to refer to the end of a linear geometry.
- setToIdentity() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Sets this transformation to be the identity transformation.
- setTolerance(double) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulationBuilder
-
Sets the snapping tolerance which will be used to improved the robustness of the triangulation computation.
- setTolerance(double) - Method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Sets the snapping tolerance which will be used to improved the robustness of the triangulation computation.
- setTolerance(double) - Method in class com.vividsolutions.jts.triangulate.VoronoiDiagramBuilder
-
Sets the snapping tolerance which will be used to improved the robustness of the triangulation computation.
- setTolerance(double) - Method in interface com.vividsolutions.jtstest.geomop.GeometryMatcher
- setTolerance(double) - Method in class com.vividsolutions.jtstest.geomop.NormalizedGeometryMatcher
- setToNull() - Method in class com.vividsolutions.jts.geom.Envelope
-
Makes this
Envelopea "null" envelope, that is, the envelope of the empty geometry. - setToNull() - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
-
Sets the value of this object to the null value
- setTopologyStretchSize(double) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- setToReflection(double, double) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.geom.util.AffineTransformation
-
Explicitly computes the math for a reflection.
- setToRotation(double) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Sets this transformation to be a rotation around the origin.
- setToRotation(double, double) - Method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.geom.util.AffineTransformation
-
Sets this transformation to be a scaling.
- setToShear(double, double) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Sets this transformation to be a shear.
- setToTranslation(double, double) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Sets this transformation to be a translation.
- setTransformation(double, double, double, double, double, double) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Sets this transformation's matrix to have the given values.
- setTransformation(AffineTransformation) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Sets this transformation to be a copy of the given one
- setType(int) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequenceFactory
-
Sets the type of packed coordinate sequences this factory builds, acceptable values are PackedCoordinateSequenceFactory#Floator PackedCoordinateSequenceFactory#Double
- setUserData(Object) - Method in class com.vividsolutions.jts.geom.Geometry
-
A simple scheme for applications to add their own custom data to a Geometry.
- setValidate(boolean) - Method in class com.vividsolutions.jts.noding.snapround.GeometryNoder
-
Sets whether noding validity is checked after noding is performed.
- setValue(double) - Method in class com.vividsolutions.jts.math.DD
-
Set the value for the DD object.
- setValue(DD) - Method in class com.vividsolutions.jts.math.DD
-
Set the value for the DD object.
- setVertexFactory(ConstraintVertexFactory) - Method in class com.vividsolutions.jts.triangulate.ConformingDelaunayTriangulator
-
Sets a custom
ConstraintVertexFactoryto be used to allow vertices carrying extra information to be created. - setVisible(boolean) - Method in class com.vividsolutions.jtstest.testbuilder.TestListDialog
- setVisited(boolean) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
- setVisited(boolean) - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
- setVisited(boolean) - Method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Sets the visited flag for this component.
- setVisited(Iterator, boolean) - Static method in class com.vividsolutions.jts.planargraph.GraphComponent
-
Sets the Visited state for all
GraphComponents in anIterator - setVisitedEdge(boolean) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdge
-
setVisitedEdge marks both DirectedEdges attached to a given Edge.
- setWidth(double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- setWidth(double) - Method in class com.vividsolutions.jts.util.GeometricShapeFactory
-
Sets the width of the shape.
- setWorkspace(File) - Method in class com.vividsolutions.jtstest.testrunner.TestRun
- setX(int, double) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
-
Sets the first ordinate of a coordinate in this sequence.
- setY(int, double) - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
-
Sets the second ordinate of a coordinate in this sequence.
- setZ(double) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Sets the Z value to be output for all coordinates.
- setZ(double) - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- shape - Variable in class com.vividsolutions.jtstest.testbuilder.ui.style.VertexStyle
- ShapeCollectionPathIterator - Class in com.vividsolutions.jts.awt
-
A
PathIteratorwhich provides paths for a collection ofShapes. - ShapeCollectionPathIterator(Collection, AffineTransform) - Constructor for class com.vividsolutions.jts.awt.ShapeCollectionPathIterator
-
Creates a new path iterator for a collection of
Shapes. - Shapefile - Class in com.vividsolutions.jtstest.testbuilder.io.shapefile
-
This class represnts an ESRI Shape file.
- Shapefile(InputStream) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- Shapefile(URL) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
-
Creates and initialises a shapefile from a url
- ShapefileException - Exception in com.vividsolutions.jtstest.testbuilder.io.shapefile
-
Thrown when an error relating to the shapefile occures
- ShapefileException() - Constructor for exception com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileException
- ShapefileException(String) - Constructor for exception com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileException
- ShapefileHeader - Class in com.vividsolutions.jtstest.testbuilder.io.shapefile
- ShapefileHeader(GeometryCollection, int) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileHeader
- ShapefileHeader(EndianDataInputStream) - Constructor for class com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileHeader
- ShapeHandler - Interface in com.vividsolutions.jtstest.testbuilder.io.shapefile
- ShapeReader - Class in com.vividsolutions.jts.awt
- ShapeReader(GeometryFactory) - Constructor for class com.vividsolutions.jts.awt.ShapeReader
- ShapeTypeNotSupportedException - Exception in com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapeTypeNotSupportedException
- ShapeWriter - Class in com.vividsolutions.jts.awt
-
Writes
Geometrys into Java2DShapeobjects of the appropriate type. - ShapeWriter() - Constructor for class com.vividsolutions.jts.awt.ShapeWriter
-
Creates a new ShapeWriter with the default (identity) point transformation.
- ShapeWriter(PointTransformation) - Constructor for class com.vividsolutions.jts.awt.ShapeWriter
-
Creates a new ShapeWriter with a specified point transformation and the default point shape factory.
- ShapeWriter(PointTransformation, PointShapeFactory) - Constructor for class com.vividsolutions.jts.awt.ShapeWriter
-
Creates a new ShapeWriter with a specified point transformation and point shape factory.
- shear(double, double) - Method in class com.vividsolutions.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 com.vividsolutions.jts.geom.util.AffineTransformation
-
Creates a transformation for a shear.
- shell - Variable in class com.vividsolutions.jts.geom.Polygon
-
The exterior boundary, or
nullif thisPolygonis empty. - shellList - Variable in class com.vividsolutions.jts.operation.polygonize.Polygonizer
- ShortCircuitedGeometryVisitor - Class in com.vividsolutions.jts.geom.util
-
A visitor to
Geometrycomponets, which allows short-circuiting when a defined condition holds. - ShortCircuitedGeometryVisitor() - Constructor for class com.vividsolutions.jts.geom.util.ShortCircuitedGeometryVisitor
- shouldNeverReachHere() - Static method in class com.vividsolutions.jts.util.Assert
-
Always throws an
AssertionFailedException. - shouldNeverReachHere(String) - Static method in class com.vividsolutions.jts.util.Assert
-
Always throws an
AssertionFailedExceptionwith the given message. - shouldShowGeometryA() - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- shouldShowGeometryB() - Method in class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- show(Component, int, int) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryPopupMenu
-
Record model coordinate of click point for use in menu operations
- show(JInternalFrame, JDesktopPane) - Static method in class com.vividsolutions.jtstest.testrunner.GuiUtil
-
Workaround for bug: can't re-show internal frames.
- showGeomsTab() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- showIndicator(Geometry) - Static method in class com.vividsolutions.jtstest.function.FunctionsUtil
- showInfoTab() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- showingCoordinates - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- showingGrid - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- showingLabel - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- showingOrientation - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- showingStructure - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- showingVertices - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- showResultValueTab() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- showResultWKTTab() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- showSelfIntersections(LineString) - Static method in class com.vividsolutions.jtsexample.technique.LineStringSelfIntersections
- showTab(String) - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- sierpinskiCarpet(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateFractalShapeFunctions
- SierpinskiCarpetBuilder - Class in com.vividsolutions.jts.shape.fractal
- SierpinskiCarpetBuilder(GeometryFactory) - Constructor for class com.vividsolutions.jts.shape.fractal.SierpinskiCarpetBuilder
- signedArea() - Method in class com.vividsolutions.jts.geom.Triangle
-
Computes the signed 2D area of this triangle.
- signedArea(Coordinate[]) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes the signed area for a ring.
- signedArea(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.geom.Triangle
-
Computes the signed 2D area of a triangle.
- signedArea(CoordinateSequence) - Static method in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
Computes the signed area for a ring.
- signExpBits(long) - Static method in class com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.algorithm.CGAlgorithmsDD
-
Computes the sign of the determinant of the 2x2 matrix with the given entries.
- signum() - Method in class com.vividsolutions.jts.math.DD
-
Returns an integer indicating the sign of this value.
- SimilarityMeasure - Interface in com.vividsolutions.jts.algorithm.match
-
An interface for classes which measures the degree of similarity between two
Geometrys. - SimilarityMeasureCombiner - Class in com.vividsolutions.jts.algorithm.match
-
Provides methods to mathematically combine
SimilarityMeasurevalues. - SimilarityMeasureCombiner() - Constructor for class com.vividsolutions.jts.algorithm.match.SimilarityMeasureCombiner
- SimpleEdgeSetIntersector - Class in com.vividsolutions.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 com.vividsolutions.jts.geomgraph.index.SimpleEdgeSetIntersector
- SimpleGeometryPrecisionReducer - Class in com.vividsolutions.jts.precision
-
Deprecated.use GeometryPrecisionReducer
- SimpleGeometryPrecisionReducer(PrecisionModel) - Constructor for class com.vividsolutions.jts.precision.SimpleGeometryPrecisionReducer
-
Deprecated.
- SimpleMCSweepLineIntersector - Class in com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jtsexample.geom
-
An example showing a simple use of JTS methods for: WKT reading intersection relate WKT output
- SimpleMethodsExample() - Constructor for class com.vividsolutions.jtsexample.geom.SimpleMethodsExample
- SimpleMinimumClearance - Class in com.vividsolutions.jts.precision
-
Computes the minimum clearance of a geometry or set of geometries.
- SimpleMinimumClearance(Geometry) - Constructor for class com.vividsolutions.jts.precision.SimpleMinimumClearance
- SimpleNestedRingTester - Class in com.vividsolutions.jts.operation.valid
-
Tests whether any of a set of
LinearRings are nested inside another ring in the set, using a simple O(n^2) comparison. - SimpleNestedRingTester(GeometryGraph) - Constructor for class com.vividsolutions.jts.operation.valid.SimpleNestedRingTester
- SimpleNoder - Class in com.vividsolutions.jts.noding
-
Nodes a set of
SegmentStrings by performing a brute-force comparison of every segment to every other one. - SimpleNoder() - Constructor for class com.vividsolutions.jts.noding.SimpleNoder
- SimplePointInAreaLocator - Class in com.vividsolutions.jts.algorithm.locate
- SimplePointInAreaLocator(Geometry) - Constructor for class com.vividsolutions.jts.algorithm.locate.SimplePointInAreaLocator
- SimplePointInRing - Class in com.vividsolutions.jts.algorithm
-
Tests whether a
Coordinatelies inside a ring, using a linear-time algorithm. - SimplePointInRing(LinearRing) - Constructor for class com.vividsolutions.jts.algorithm.SimplePointInRing
- SimpleReportWriter - Class in com.vividsolutions.jtstest.testrunner
- SimpleReportWriter(boolean) - Constructor for class com.vividsolutions.jtstest.testrunner.SimpleReportWriter
- SimpleSegmentSetMutualIntersector - Class in com.vividsolutions.jts.noding
-
Intersects two sets of
SegmentStrings using brute-force comparison. - SimpleSegmentSetMutualIntersector(Collection) - Constructor for class com.vividsolutions.jts.noding.SimpleSegmentSetMutualIntersector
-
Constructs a new intersector for a given set of
SegmentStrings. - SimpleSnapRounder - Class in com.vividsolutions.jts.noding.snapround
-
Uses Snap Rounding to compute a rounded, fully noded arrangement from a set of
SegmentStrings. - SimpleSnapRounder(PrecisionModel) - Constructor for class com.vividsolutions.jts.noding.snapround.SimpleSnapRounder
- SimpleSweepLineIntersector - Class in com.vividsolutions.jts.geomgraph.index
-
Finds all intersections in one or two sets of edges, using a simple x-axis sweepline algorithm.
- SimpleSweepLineIntersector() - Constructor for class com.vividsolutions.jts.geomgraph.index.SimpleSweepLineIntersector
- SimplificationFunctions - Class in com.vividsolutions.jtstest.function
- SimplificationFunctions() - Constructor for class com.vividsolutions.jtstest.function.SimplificationFunctions
- simplify(double) - Method in class com.vividsolutions.jts.operation.buffer.BufferInputLineSimplifier
-
Simplify the input coordinate list.
- simplify(Coordinate[], double) - Static method in class com.vividsolutions.jts.operation.buffer.BufferInputLineSimplifier
-
Simplify the input coordinate list.
- simplify(Geometry, double) - Static method in class com.vividsolutions.jts.simplify.DouglasPeuckerSimplifier
-
Simplifies a geometry using a given tolerance.
- simplify(Geometry, double) - Static method in class com.vividsolutions.jts.simplify.TopologyPreservingSimplifier
- simplify(Geometry, double) - Static method in class com.vividsolutions.jts.simplify.VWSimplifier
-
Simplifies a geometry using a given tolerance.
- simplifyDP(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.SimplificationFunctions
- simplifyTP(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.SimplificationFunctions
- simplifyVW(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.SimplificationFunctions
- sineStar(Geometry, int, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- SineStarFactory - Class in com.vividsolutions.jts.geom.util
-
Creates geometries which are shaped like multi-armed stars with each arm shaped like a sine wave.
- SineStarFactory() - Constructor for class com.vividsolutions.jts.geom.util.SineStarFactory
-
Creates a factory which will create sine stars using the default
GeometryFactory. - SineStarFactory(GeometryFactory) - Constructor for class com.vividsolutions.jts.geom.util.SineStarFactory
-
Creates a factory which will create sine stars using the given
GeometryFactory. - SinglePassNoder - Class in com.vividsolutions.jts.noding
-
Base class for
Noders which make a single pass to find intersections. - SinglePassNoder() - Constructor for class com.vividsolutions.jts.noding.SinglePassNoder
- SinglePassNoder(SegmentIntersector) - Constructor for class com.vividsolutions.jts.noding.SinglePassNoder
- singleSidedBuffer(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- singleSidedBufferCurve(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.BufferFunctions
- SIRtree - Class in com.vividsolutions.jts.index.strtree
-
One-dimensional version of an STR-packed R-tree.
- SIRtree() - Constructor for class com.vividsolutions.jts.index.strtree.SIRtree
-
Constructs an SIRtree with the default node capacity.
- SIRtree(int) - Constructor for class com.vividsolutions.jts.index.strtree.SIRtree
-
Constructs an SIRtree with the given maximum number of child nodes that a node may have
- size - Variable in class com.vividsolutions.jts.awt.PointShapeFactory.BasePointShapeFactory
- size() - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns the number of coordinates in this sequence.
- size() - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Returns the size of the coordinate sequence
- size() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Double
- size() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence.Float
- size() - Method in class com.vividsolutions.jts.index.bintree.Bintree
- size() - Method in class com.vividsolutions.jts.index.quadtree.Quadtree
-
Returns the number of items in the tree.
- size() - Method in class com.vividsolutions.jts.index.strtree.AbstractNode
-
Gets the count of the
Boundables at this node. - size() - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- size() - Method in class com.vividsolutions.jts.index.strtree.STRtree
-
Returns the number of items in the tree.
- size() - Method in class com.vividsolutions.jts.noding.BasicSegmentString
- size() - Method in class com.vividsolutions.jts.noding.NodedSegmentString
- size() - Method in interface com.vividsolutions.jts.noding.SegmentString
- size() - Method in class com.vividsolutions.jts.operation.distance.FacetSequence
- size() - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- size() - Method in class com.vividsolutions.jts.util.PriorityQueue
-
Returns size.
- size() - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- size() - Method in class com.vividsolutions.jtstest.testbuilder.model.LayerList
- size(AbstractNode) - Method in class com.vividsolutions.jts.index.strtree.AbstractSTRtree
- skipBytes(int) - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.EndianDataInputStream
-
skip ahead in the stream
- snap(Geometry, Geometry, double) - Static method in class com.vividsolutions.jts.operation.overlay.snap.GeometrySnapper
-
Snaps two geometries together with a given tolerance.
- snap(HotPixel) - Method in class com.vividsolutions.jts.noding.snapround.MCIndexPointSnapper
- snap(HotPixel, SegmentString, int) - Method in class com.vividsolutions.jts.noding.snapround.MCIndexPointSnapper
-
Snaps (nodes) all interacting segments to this hot pixel.
- snapAtoB(Geometry, Geometry, double) - Static method in class com.vividsolutions.jtstest.function.SnappingFunctions
- SnapIfNeededOverlayOp - Class in com.vividsolutions.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 com.vividsolutions.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- SnapOverlayOp - Class in com.vividsolutions.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 com.vividsolutions.jts.operation.overlay.snap.SnapOverlayOp
- SnappingFunctions - Class in com.vividsolutions.jtstest.function
-
Implementations for various geometry functions.
- SnappingFunctions() - Constructor for class com.vividsolutions.jtstest.function.SnappingFunctions
- snapRoundWithPointwisePrecisionReduction(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.NodingFunctions
-
Reduces precision pointwise, then snap-rounds.
- snapTo(Coordinate[]) - Method in class com.vividsolutions.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 com.vividsolutions.jts.operation.overlay.snap.GeometrySnapper
-
Snaps the vertices in the component
LineStrings of the source geometry to the vertices of the given snap geometry. - snapToGrid(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- snapToGrid(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- snapToGrid(Point2D, int) - Method in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- snapToMajorGrid(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.model.DrawingGrid
- snapToSelf(double, boolean) - Method in class com.vividsolutions.jts.operation.overlay.snap.GeometrySnapper
-
Snaps the vertices in the component
LineStrings of the source geometry to the vertices of the same geometry. - snapToSelf(Geometry, double, boolean) - Static method in class com.vividsolutions.jts.operation.overlay.snap.GeometrySnapper
-
Snaps a geometry to itself.
- snapToSelfAndClean(Geometry, double) - Static method in class com.vividsolutions.jtstest.function.SnappingFunctions
- snapToVertex(Geometry, double) - Method in class com.vividsolutions.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. - solve(double[][], double[]) - Static method in class com.vividsolutions.jts.math.Matrix
-
Solves a system of equations using Gaussian Elimination.
- sortByArea(Geometry) - Static method in class com.vividsolutions.jtstest.function.SortingFunctions
- sortByLength(Geometry) - Static method in class com.vividsolutions.jtstest.function.SortingFunctions
- SortedPackedIntervalRTree - Class in com.vividsolutions.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 com.vividsolutions.jts.index.intervalrtree.SortedPackedIntervalRTree
- SortingFunctions - Class in com.vividsolutions.jtstest.function
- SortingFunctions() - Constructor for class com.vividsolutions.jtstest.function.SortingFunctions
- spaces(int) - Static method in class com.vividsolutions.jts.util.StringUtil
- SpatialFunctionPanel - Class in com.vividsolutions.jtstest.testbuilder
- SpatialFunctionPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.SpatialFunctionPanel
- spatialFunctionPanel_functionExecuted(SpatialFunctionPanelEvent) - Method in class com.vividsolutions.jtstest.testbuilder.controller.ResultController
- SpatialFunctionPanelEvent - Class in com.vividsolutions.jtstest.testbuilder.event
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- SpatialFunctionPanelEvent(Object) - Constructor for class com.vividsolutions.jtstest.testbuilder.event.SpatialFunctionPanelEvent
- SpatialFunctionPanelEvent(Object, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.event.SpatialFunctionPanelEvent
- SpatialFunctionPanelListener - Interface in com.vividsolutions.jtstest.testbuilder.event
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- SpatialIndex - Interface in com.vividsolutions.jts.index
-
The basic operations supported by classes implementing spatial index algorithms.
- SpatialIndexFunctions - Class in com.vividsolutions.jtstest.function
- SpatialIndexFunctions() - Constructor for class com.vividsolutions.jtstest.function.SpatialIndexFunctions
- SpatialPredicateFunctions - Class in com.vividsolutions.jtstest.function
-
Implementations for spatial predicate functions.
- SpatialPredicateFunctions() - Constructor for class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- splice(QuadEdge, QuadEdge) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Splices two edges together or apart.
- split() - Method in class com.vividsolutions.jts.util.Stopwatch
- split(String, String) - Static method in class com.vividsolutions.jts.util.StringUtil
-
Mimics the the Java SE
String.split(String)method. - splitAt(double, Coordinate) - Method in class com.vividsolutions.jts.triangulate.SplitSegment
- splitAt(Coordinate) - Method in class com.vividsolutions.jts.triangulate.SplitSegment
- SplitSegment - Class in com.vividsolutions.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 com.vividsolutions.jts.triangulate.SplitSegment
- sqr() - Method in class com.vividsolutions.jts.math.DD
-
Computes the square of this value.
- sqr(double) - Static method in class com.vividsolutions.jts.math.DD
-
Computes the square of this value.
- sqrt() - Method in class com.vividsolutions.jts.math.DD
-
Computes the positive square root of this value.
- sqrt(double) - Static method in class com.vividsolutions.jts.math.DD
- Square() - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Square
-
Creates a new factory for squares with default size.
- Square(double) - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Square
-
Creates a factory for squares of given size.
- squircle(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- SRID - Variable in class com.vividsolutions.jts.geom.Geometry
-
The ID of the Spatial Reference System used by this
Geometry - Star() - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Star
-
Creates a new factory for points with default size.
- Star(double) - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Star
-
Creates a factory for points of given size.
- start() - Method in class com.vividsolutions.jts.util.Stopwatch
- start() - Method in class com.vividsolutions.jtstest.testbuilder.ui.SwingWorker
-
Start the worker thread.
- startDe - Variable in class com.vividsolutions.jts.geomgraph.EdgeRing
- startElement(String, String, String, Attributes) - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- StaticGeometryContainer - Class in com.vividsolutions.jtstest.testbuilder.model
- StaticGeometryContainer(Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.StaticGeometryContainer
- StaticMethodGeometryFunction - Class in com.vividsolutions.jtstest.function
-
A
GeometryFunctionwhich calls a staticMethod. - StaticMethodGeometryFunction(String, String, String, String[], Class[], Class, Method) - Constructor for class com.vividsolutions.jtstest.function.StaticMethodGeometryFunction
- StatsPanel - Class in com.vividsolutions.jtstest.testbuilder
- StatsPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.StatsPanel
- stop() - Method in class com.vividsolutions.jts.util.Stopwatch
- Stopwatch - Class in com.vividsolutions.jts.util
-
Implements a timer function which can compute elapsed time as well as split times.
- Stopwatch() - Constructor for class com.vividsolutions.jts.util.Stopwatch
- STRAIGHT - Static variable in class com.vividsolutions.jts.algorithm.CGAlgorithms
-
A value that indicates an orientation of collinear, or no turn (straight).
- StreamPolygonTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- stretch(double, double) - Method in class com.vividsolutions.jtstest.testbuilder.topostretch.TopologyStretcher
- stretch(double, double, Envelope) - Method in class com.vividsolutions.jtstest.testbuilder.topostretch.TopologyStretcher
- StretchedVertex - Class in com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.topostretch.StretchedVertex
-
Creates a vertex which lies near a vertex
- StretchedVertex(Coordinate, Coordinate[], int, LineSegment) - Constructor for class com.vividsolutions.jtstest.testbuilder.topostretch.StretchedVertex
-
Creates a vertex for a point which lies near a line segment
- stringOfChar(char, int) - Static method in class com.vividsolutions.jts.io.WKTWriter
-
Returns a
Stringof repeated characters. - stringOfChar(char, int) - Static method in class com.vividsolutions.jtstest.util.io.SVGWriter
-
Returns a
Stringof repeated characters. - stringOfChar(char, int) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns a String of the given length consisting entirely of the given character
- StringUtil - Class in com.vividsolutions.jts.util
-
Utility methods for working with
Strings. - StringUtil - Class in com.vividsolutions.jtstest.util
-
Useful string utilities
- StringUtil() - Constructor for class com.vividsolutions.jts.util.StringUtil
- StringUtil() - Constructor for class com.vividsolutions.jtstest.util.StringUtil
- stripHTMLTags(String) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Removes the HTML tags from the given String, inserting line breaks at appropriate places.
- STRtree - Class in com.vividsolutions.jts.index.strtree
-
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
- STRtree() - Constructor for class com.vividsolutions.jts.index.strtree.STRtree
-
Constructs an STRtree with the default node capacity.
- STRtree(int) - Constructor for class com.vividsolutions.jts.index.strtree.STRtree
-
Constructs an STRtree with the given maximum number of child nodes that a node may have.
- strTreeBounds(Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialIndexFunctions
- strTreeQuery(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialIndexFunctions
- structureSummary(Geometry) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryUtil
- Style - Interface in com.vividsolutions.jtstest.testbuilder.ui.style
- StyleList - Class in com.vividsolutions.jtstest.testbuilder.ui.style
-
Contains a list of styles and allows Geometrys to be rendered using those styles.
- StyleList() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.StyleList
- StyleList.StyleFilter - Interface in com.vividsolutions.jtstest.testbuilder.ui.style
- Subgraph - Class in com.vividsolutions.jts.planargraph
-
A subgraph of a
PlanarGraph. - Subgraph(PlanarGraph) - Constructor for class com.vividsolutions.jts.planargraph.Subgraph
-
Creates a new subgraph of the given
PlanarGraph - subnode - Variable in class com.vividsolutions.jts.index.bintree.NodeBase
-
subnodes are numbered as follows: 0 | 1
- subnode - Variable in class com.vividsolutions.jts.index.quadtree.NodeBase
-
subquads are numbered as follows:
- subtract(double) - Method in class com.vividsolutions.jts.math.DD
-
Computes a new DoubleDouble object whose value is (this - y).
- subtract(DD) - Method in class com.vividsolutions.jts.math.DD
-
Computes a new DoubleDouble object whose value is (this - y).
- subtract(Vector2D) - Method in class com.vividsolutions.jts.math.Vector2D
- subtract(Point2D, Point2D) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.style.AWTUtil
- summary() - Method in class com.vividsolutions.jtstest.testrunner.TopologyTestApp
- supercircle(Geometry, int, double) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- supercircle3(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- supercircle5(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- supercirclePoint5(Geometry, int) - Static method in class com.vividsolutions.jtstest.function.CreateShapeFunctions
- SVGTestWriter - Class in com.vividsolutions.jtstest.testbuilder.model
- SVGTestWriter() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.SVGTestWriter
- SVGWriter - Class in com.vividsolutions.jtstest.util.io
-
Writes the Well-Known Text representation of a
Geometry. - SVGWriter() - Constructor for class com.vividsolutions.jtstest.util.io.SVGWriter
-
Creates a new SVGWriter with default settings
- SW - Static variable in class com.vividsolutions.jts.geomgraph.Quadrant
- swap(CoordinateSequence, int, int) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
-
Swaps two coordinates in a sequence.
- swap(QuadEdge) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Turns an edge counterclockwise inside its enclosing quadrilateral.
- SweepLineEvent - Class in com.vividsolutions.jts.geomgraph.index
- SweepLineEvent - Class in com.vividsolutions.jts.index.sweepline
- SweepLineEvent(double, SweepLineEvent) - Constructor for class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
-
Creates a DELETE event.
- SweepLineEvent(double, SweepLineEvent, SweepLineInterval) - Constructor for class com.vividsolutions.jts.index.sweepline.SweepLineEvent
- SweepLineEvent(Object, double, Object) - Constructor for class com.vividsolutions.jts.geomgraph.index.SweepLineEvent
-
Creates an INSERT event.
- SweepLineIndex - Class in com.vividsolutions.jts.index.sweepline
-
A sweepline implements a sorted index on a set of intervals.
- SweepLineIndex() - Constructor for class com.vividsolutions.jts.index.sweepline.SweepLineIndex
- SweepLineInterval - Class in com.vividsolutions.jts.index.sweepline
- SweepLineInterval(double, double) - Constructor for class com.vividsolutions.jts.index.sweepline.SweepLineInterval
- SweepLineInterval(double, double, Object) - Constructor for class com.vividsolutions.jts.index.sweepline.SweepLineInterval
- SweeplineNestedRingTester - Class in com.vividsolutions.jts.operation.valid
-
Tests whether any of a set of
LinearRings are nested inside another ring in the set, using aSweepLineIndexindex to speed up the comparisons. - SweeplineNestedRingTester(GeometryGraph) - Constructor for class com.vividsolutions.jts.operation.valid.SweeplineNestedRingTester
- SweepLineOverlapAction - Interface in com.vividsolutions.jts.index.sweepline
-
An action taken when a
SweepLineIndexdetects that twoSweepLineIntervals overlap - SweepLineSegment - Class in com.vividsolutions.jts.geomgraph.index
- SweepLineSegment(Edge, int) - Constructor for class com.vividsolutions.jts.geomgraph.index.SweepLineSegment
- SwingUtil - Class in com.vividsolutions.jtstest.testbuilder.ui
- SwingUtil() - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- SwingWorker - Class in com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ui.SwingWorker
-
Start a thread that will call the
constructmethod and then exit. - sym - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- sym() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Gets the symmetric pair edge of this edge.
- sym() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Gets the edge from the destination to the origin of this edge.
- SYM_A - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Symbol for the A (dimension 2) pattern matrix entry
- SYM_DONTCARE - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Symbol for the DONTCARE pattern matrix entry
- SYM_FALSE - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Symbol for the FALSE pattern matrix entry
- SYM_L - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Symbol for the L (dimension 1) pattern matrix entry
- SYM_P - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Symbol for the P (dimension 0) pattern matrix entry
- SYM_TRUE - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Symbol for the TRUE pattern matrix entry
- symDifference(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes a
Geometry representing the closure of the point-set which is the union of the points in this Geometrywhich are not contained in theotherGeometry, with the points in theotherGeometry not contained in thisGeometry. - symDifference(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- symDifference(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapOverlayOp
- symDifference(Geometry, Geometry) - Method in class com.vividsolutions.jts.precision.CommonBitsOp
-
Computes the set-theoretic symmetric difference of two geometries, using enhanced precision.
- symDifference(Geometry, Geometry) - Static method in class com.vividsolutions.jts.precision.EnhancedPrecisionOp
-
Computes the set-theoretic symmetric difference of two
Geometrys, using enhanced precision. - symDifference(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayCommonBitsRemovedFunctions
- symDifference(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayEnhancedPrecisionFunctions
- symDifference(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayFunctions
- symDifference(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayNoSnapFunctions
- SYMDIFFERENCE - Static variable in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
The code for the Symmetric Difference overlay operation.
T
- TAB_LABEL_LOG - Static variable in class com.vividsolutions.jtstest.testbuilder.AppStrings
- TAB_LABEL_VALUE - Static variable in class com.vividsolutions.jtstest.testbuilder.AppStrings
- TaggedLineStringSimplifier - Class in com.vividsolutions.jts.simplify
-
Simplifies a TaggedLineString, preserving topology (in the sense that no new intersections are introduced).
- TaggedLineStringSimplifier(LineSegmentIndex, LineSegmentIndex) - Constructor for class com.vividsolutions.jts.simplify.TaggedLineStringSimplifier
- tbFrame - Variable in class com.vividsolutions.jtstest.testbuilder.WKTPanel
- tbModel - Variable in class com.vividsolutions.jtstest.testbuilder.TestBuilderPanel
- TeeGeometryOperation - Class in com.vividsolutions.jtstest.geomop
-
A
GeometryOperationwhich executes the original operation and returns that result, but also executes a separate operation (which could be multiple operations). - TeeGeometryOperation() - Constructor for class com.vividsolutions.jtstest.geomop.TeeGeometryOperation
- TeeGeometryOperation(GeometryMethodOperation) - Constructor for class com.vividsolutions.jtstest.geomop.TeeGeometryOperation
-
Creates a new operation which chains to the given
GeometryMethodOperationfor non-intercepted methods. - tentativeCoordinate - Variable in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- Test - Class in com.vividsolutions.jtstest.testrunner
-
A test for two geometries.
- Test(TestCase, int, String, String, String, List, Result, double) - Constructor for class com.vividsolutions.jtstest.testrunner.Test
-
Creates a Test with the given description.
- Testable - Interface in com.vividsolutions.jtstest.test
- TestBuilderModel - Class in com.vividsolutions.jtstest.testbuilder.model
- TestBuilderModel() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- TestBuilderPanel - Class in com.vividsolutions.jtstest.testbuilder
- TestCase - Class in com.vividsolutions.jtstest.test
- TestCase - Class in com.vividsolutions.jtstest.testrunner
-
A set of tests for two Geometry's.
- TestCase() - Constructor for class com.vividsolutions.jtstest.test.TestCase
- TestCase(TestCase) - Constructor for class com.vividsolutions.jtstest.test.TestCase
- TestCase(String) - Constructor for class com.vividsolutions.jtstest.test.TestCase
- TestCase(String, Geometry, Geometry, File, File, TestRun, int, int) - Constructor for class com.vividsolutions.jtstest.testrunner.TestCase
-
Creates a TestCase with the given description.
- TestCase(String, String, String, String, String) - Constructor for class com.vividsolutions.jtstest.test.TestCase
- TestCase(String, String, String, String, String, String, String, String, String, String) - Constructor for class com.vividsolutions.jtstest.test.TestCase
- TestCase(String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.vividsolutions.jtstest.test.TestCase
- TestCaseEdit - Class in com.vividsolutions.jtstest.testbuilder.model
- TestCaseEdit(Geometry[]) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- TestCaseEdit(Geometry[], String) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- TestCaseEdit(PrecisionModel) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- TestCaseEdit(Testable) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- TestCaseEdit(TestCaseEdit) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
- TestCaseGeometryFunctions - Class in com.vividsolutions.jtstest.function
-
Geometry functions which augment the existing methods on
Geometry, for use in XML Test files. - TestCaseGeometryFunctions() - Constructor for class com.vividsolutions.jtstest.function.TestCaseGeometryFunctions
- TestCaseList - Class in com.vividsolutions.jtstest.test
- TestCaseList() - Constructor for class com.vividsolutions.jtstest.test.TestCaseList
- TestCasePanel - Class in com.vividsolutions.jtstest.testbuilder
- TestCasePanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.TestCasePanel
-
Construct the frame
- TestCaseTextDialog - Class in com.vividsolutions.jtstest.testbuilder
- TestCaseTextDialog() - Constructor for class com.vividsolutions.jtstest.testbuilder.TestCaseTextDialog
- TestCaseTextDialog(Frame, String, boolean) - Constructor for class com.vividsolutions.jtstest.testbuilder.TestCaseTextDialog
- TestCoordinateSequenceFactory - Class in com.vividsolutions.jtstest
-
Create the CoordinateSequenceFactory to be used in tests
- TestEngine - Class in com.vividsolutions.jtstest.testrunner
-
Converts test File's to TestCase's and runs them.
- TestEngine() - Constructor for class com.vividsolutions.jtstest.testrunner.TestEngine
-
Creates a TestEngine.
- TestListDialog - Class in com.vividsolutions.jtstest.testbuilder
- TestListDialog() - Constructor for class com.vividsolutions.jtstest.testbuilder.TestListDialog
- TestListDialog(JTSTestBuilderFrame) - Constructor for class com.vividsolutions.jtstest.testbuilder.TestListDialog
- TestListPanel - Class in com.vividsolutions.jtstest.testbuilder
- TestListPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.TestListPanel
- TestListPanel(JTSTestBuilderFrame) - Constructor for class com.vividsolutions.jtstest.testbuilder.TestListPanel
- TestModel - Class in com.vividsolutions.jtstest.testbuilder.model
-
Contains the Geometry objects which the JTS Test Builder operates on
- TestModel() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.TestModel
- TestParseException - Exception in com.vividsolutions.jtstest.testrunner
- TestParseException(String) - Constructor for exception com.vividsolutions.jtstest.testrunner.TestParseException
- TestReader - Class in com.vividsolutions.jtstest.testrunner
- TestReader() - Constructor for class com.vividsolutions.jtstest.testrunner.TestReader
- TestRun - Class in com.vividsolutions.jtstest.testrunner
- TestRun(String, int, PrecisionModel, GeometryOperation, ResultMatcher, File) - Constructor for class com.vividsolutions.jtstest.testrunner.TestRun
- TestRunnerTestCaseAdapter - Class in com.vividsolutions.jtstest.testbuilder.model
- TestRunnerTestCaseAdapter(TestCase) - Constructor for class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- TestWriter - Interface in com.vividsolutions.jtstest.testbuilder.model
- TEXT_ENTRY_TIP - Static variable in class com.vividsolutions.jtstest.testbuilder.AppStrings
- to - Variable in class com.vividsolutions.jts.planargraph.DirectedEdge
- toArray(List) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.LineBandTool
- toBinaryString(double) - Static method in class com.vividsolutions.jts.index.quadtree.DoubleBits
- toCommaDelimitedString(Collection) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns the elements of c separated by commas.
- toCommaDelimitedStringInQuotes(Collection) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns the elements of c separated by commas and enclosed in single-quotes
- toCoordinate() - Method in class com.vividsolutions.jts.math.Vector2D
- toCoordinateArray() - Method in class com.vividsolutions.jts.geom.CoordinateList
-
Returns the Coordinates in this collection.
- toCoordinateArray() - Method in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Returns (possibly copies of) the Coordinates in this collection.
- toCoordinateArray() - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
This method exposes the internal Array of Coordinate Objects
- toCoordinateArray() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- toCoordinateArray() - Method in class com.vividsolutions.jts.operation.distance3d.AxisPlaneCoordinateSequence
- toCoordinateArray() - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- toCoordinateArray(Collection) - Static method in class com.vividsolutions.jts.geom.CoordinateArrays
-
Converts the given Collection of Coordinates into a Coordinate array.
- toCoordinateArray(Stack) - Method in class com.vividsolutions.jts.algorithm.ConvexHull
-
An alternative to Stack.toArray, which is not present in earlier versions of Java.
- toCoordinates(PathIterator) - Static method in class com.vividsolutions.jts.awt.ShapeReader
-
Extracts the points of the paths in a flat
PathIteratorinto a list of Coordinate arrays. - toCoordinates(Collection) - Static method in class com.vividsolutions.jts.index.kdtree.KdTree
-
Converts a collection of
KdNodes to an array ofCoordinates. - toCoordinates(Collection, boolean) - Static method in class com.vividsolutions.jts.index.kdtree.KdTree
-
Converts a collection of
KdNodes to an array ofCoordinates, specifying whether repeated nodes should be represented by multiple coordinates. - toDegrees(double) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Converts from radians to degrees.
- toDimensionSymbol(int) - Static method in class com.vividsolutions.jts.geom.Dimension
-
Converts the dimension value to a dimension symbol, for example,
TRUE => 'T'. - toDimensionValue(char) - Static method in class com.vividsolutions.jts.geom.Dimension
-
Converts the dimension symbol to a dimension value, for example,
'*' => DONTCARE. - toEdges(Collection) - Static method in class com.vividsolutions.jts.planargraph.DirectedEdge
-
Returns a List containing the parent Edge (possibly null) for each of the given DirectedEdges.
- toExternal(Coordinate) - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Deprecated.no longer needed, since internal representation is same as external representation
- toExternal(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Deprecated.no longer needed, since internal representation is same as external representation
- toFacetString() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- toFormattedString() - Method in class com.vividsolutions.jtstest.testrunner.BooleanResult
- toFormattedString() - Method in class com.vividsolutions.jtstest.testrunner.DoubleResult
- toFormattedString() - Method in class com.vividsolutions.jtstest.testrunner.GeometryResult
- toFormattedString() - Method in class com.vividsolutions.jtstest.testrunner.IntegerResult
- toFormattedString() - Method in interface com.vividsolutions.jtstest.testrunner.Result
- toGeometry(Envelope) - Method in class com.vividsolutions.jts.geom.GeometryFactory
-
Creates a
Geometrywith the same extent as the given envelope. - toGeometry(GeometryFactory) - Method in class com.vividsolutions.jts.geom.LineSegment
-
Creates a LineString with the same coordinates as this segment
- toGeometry(GeometryFactory) - Method in class com.vividsolutions.jts.geom.OctagonalEnvelope
- toGeometry(Test) - Method in class com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
- toGeometry(Collection, GeometryFactory) - Static method in class com.vividsolutions.jts.noding.SegmentStringUtil
-
Converts a collection of
SegmentStrings into aGeometry. - toGeometryArray(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.FunctionsUtil
- toGeometryArray(Collection) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
-
Converts the
Listto an array. - toGeometryCollection(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.ConversionFunctions
- toHex(byte[]) - Static method in class com.vividsolutions.jts.io.WKBWriter
-
Converts a byte array to a hexadecimal string.
- toIntArray(List) - Static method in class com.vividsolutions.jts.geomgraph.index.MonotoneChainIndexer
- toIntArray(List) - Static method in class com.vividsolutions.jts.index.chain.MonotoneChainBuilder
- toIntArray(Vector) - Static method in class com.vividsolutions.jtstest.testbuilder.geom.FacetLocater
- toInternal(Coordinate) - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Deprecated.use makePrecise instead
- toInternal(Coordinate, Coordinate) - Method in class com.vividsolutions.jts.geom.PrecisionModel
-
Deprecated.use makePrecise instead
- TOLERANCE_PIXELS - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- toLine(int) - Method in class com.vividsolutions.jts.geomgraph.Label
-
Converts one GeometryLocation to a Line location
- toLine(Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.util.Debug
- toLine(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.util.Debug
- toLine(Coordinate, Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.util.Debug
- toLinearRingArray(Collection) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
-
Converts the
Listto an array. - toLineLabel(Label) - Static method in class com.vividsolutions.jts.geomgraph.Label
- toLines(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.ConversionFunctions
- toLineSegment() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Creates a
LineSegmentrepresenting the geometry of this edge. - toLineString() - Method in class com.vividsolutions.jts.operation.linemerge.EdgeString
-
Converts this EdgeString into a LineString.
- toLineString(Coordinate[]) - Static method in class com.vividsolutions.jts.io.WKTWriter
-
Generates the WKT for a LINESTRING specified by a
CoordinateSequence. - toLineString(Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.io.WKTWriter
-
Generates the WKT for a LINESTRING specified by two
Coordinates. - toLineString(CoordinateSequence) - Static method in class com.vividsolutions.jts.io.WKTWriter
-
Generates the WKT for a LINESTRING specified by a
CoordinateSequence. - toLineStringArray(Collection) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
-
Converts the
Listto an array. - toLocationSymbol(int) - Static method in class com.vividsolutions.jts.geom.Location
-
Converts the location value to a location symbol, for example,
EXTERIOR => 'e'. - toLongString() - Method in class com.vividsolutions.jtstest.testrunner.BooleanResult
- toLongString() - Method in class com.vividsolutions.jtstest.testrunner.DoubleResult
- toLongString() - Method in class com.vividsolutions.jtstest.testrunner.GeometryResult
- toLongString() - Method in class com.vividsolutions.jtstest.testrunner.IntegerResult
- toLongString() - Method in interface com.vividsolutions.jtstest.testrunner.Result
- toLowerCase(List) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns the elements of v in lowercase
- toLowest(Geometry) - Method in class com.vividsolutions.jts.linearref.LinearLocation
-
Converts a linear location to the lowest equivalent location index.
- toModel(double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
-
Converts a distance in the view to a distance in the model.
- toModel(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- toModelCoordinate(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- toModelSnapped(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- toModelSnappedIfCloseToViewGrid(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- toModelSnappedToViewGrid(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.tools.BasicTool
- toMultiLineStringArray(Collection) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
-
Converts the
Listto an array. - toMultiPointArray(Collection) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
-
Converts the
Listto an array. - toMultiPolygon(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.ConversionFunctions
- toMultiPolygonArray(Collection) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
-
Converts the
Listto an array. - TOO_FEW_POINTS - Static variable in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Indicates that either a LineString contains a single point a LinearRing contains 2 or 3 points
- Tool - Interface in com.vividsolutions.jtstest.testbuilder.ui.tools
- TOPO_STRETCH_VIEW_DIST - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- toPoint(Coordinate) - Static method in class com.vividsolutions.jts.io.WKTWriter
-
Generates the WKT for a POINT specified by a
Coordinate. - toPointArray(Collection) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
-
Converts the
Listto an array. - toPoints(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.ConversionFunctions
- TopologyException - Exception in com.vividsolutions.jts.geom
-
Indicates an invalid or inconsistent topological situation encountered during processing
- TopologyException(String) - Constructor for exception com.vividsolutions.jts.geom.TopologyException
- TopologyException(String, Coordinate) - Constructor for exception com.vividsolutions.jts.geom.TopologyException
- TopologyLocation - Class in com.vividsolutions.jts.geomgraph
-
A TopologyLocation is the labelling of a GraphComponent's topological relationship to a single Geometry.
- TopologyLocation(int) - Constructor for class com.vividsolutions.jts.geomgraph.TopologyLocation
- TopologyLocation(int[]) - Constructor for class com.vividsolutions.jts.geomgraph.TopologyLocation
- TopologyLocation(int, int, int) - Constructor for class com.vividsolutions.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 com.vividsolutions.jts.geomgraph.TopologyLocation
- TopologyPreservingSimplifier - Class in com.vividsolutions.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 com.vividsolutions.jts.simplify.TopologyPreservingSimplifier
- TopologyStretcher - Class in com.vividsolutions.jtstest.testbuilder.topostretch
-
Stretches the vertices and segments of a @link Geometry} to make the topology more visible.
- TopologyStretcher(Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.topostretch.TopologyStretcher
- TopologyStretcher(Geometry, Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.topostretch.TopologyStretcher
- topologyStretchSize - Static variable in class com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel
- TopologyTestApp - Class in com.vividsolutions.jtstest.testrunner
-
Executes tests specified in XML files.
- TopologyTestApp() - Constructor for class com.vividsolutions.jtstest.testrunner.TopologyTestApp
-
Creates a TopologyTestApp.
- TopologyTestApp(List) - Constructor for class com.vividsolutions.jtstest.testrunner.TopologyTestApp
- TopologyValidationError - Class in com.vividsolutions.jts.operation.valid
-
Contains information about the nature and location of a
Geometryvalidation error - TopologyValidationError(int) - Constructor for class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Creates a validation error of the given type with a null location
- TopologyValidationError(int, Coordinate) - Constructor for class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Creates a validation error with the given type and location
- toPolygon(GeometryFactory) - Method in class com.vividsolutions.jts.geomgraph.EdgeRing
- toPolygon(QuadEdge[]) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- toPolygon(Vertex[]) - Static method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- toPolygonArray(Collection) - Static method in class com.vividsolutions.jts.geom.GeometryFactory
-
Converts the
Listto an array. - toRadians(double) - Static method in class com.vividsolutions.jts.algorithm.Angle
-
Converts from degrees to radians.
- toSciNotation() - Method in class com.vividsolutions.jts.math.DD
-
Returns the string representation of this value in scientific notation.
- toSegmentStrings(Collection) - Static method in class com.vividsolutions.jts.geomgraph.EdgeNodingValidator
- toShape(Geometry) - Method in class com.vividsolutions.jts.awt.ShapeWriter
-
Creates a
Shaperepresenting aGeometry, according to the specified PointTransformation and PointShapeFactory (if relevant). - toShortString() - Method in class com.vividsolutions.jtstest.testrunner.BooleanResult
- toShortString() - Method in class com.vividsolutions.jtstest.testrunner.DoubleResult
- toShortString() - Method in class com.vividsolutions.jtstest.testrunner.GeometryResult
- toShortString() - Method in class com.vividsolutions.jtstest.testrunner.IntegerResult
- toShortString() - Method in interface com.vividsolutions.jtstest.testrunner.Result
- toStandardNotation() - Method in class com.vividsolutions.jts.math.DD
-
Returns the string representation of this value in standard notation.
- toString() - Method in class com.vividsolutions.jts.algorithm.distance.PointPairDistance
- toString() - Method in class com.vividsolutions.jts.algorithm.LineIntersector
- toString() - Method in class com.vividsolutions.jts.edgegraph.HalfEdge
-
Computes a string representation of a HalfEdge.
- toString() - Method in class com.vividsolutions.jts.geom.Coordinate
-
Returns a
Stringof the form (x,y,z) . - toString() - Method in class com.vividsolutions.jts.geom.Envelope
- toString() - Method in class com.vividsolutions.jts.geom.Geometry
- toString() - Method in class com.vividsolutions.jts.geom.impl.CoordinateArraySequence
-
Returns the string Representation of the coordinate array
- toString() - Method in class com.vividsolutions.jts.geom.impl.PackedCoordinateSequence
- toString() - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Returns a nine-character
Stringrepresentation of thisIntersectionMatrix. - toString() - Method in class com.vividsolutions.jts.geom.LineSegment
- toString() - Method in class com.vividsolutions.jts.geom.PrecisionModel
- toString() - Method in class com.vividsolutions.jts.geom.PrecisionModel.Type
- toString() - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Gets a text representation of this transformation.
- toString() - Method in class com.vividsolutions.jts.geomgraph.Depth
- toString() - Method in class com.vividsolutions.jts.geomgraph.Edge
- toString() - Method in class com.vividsolutions.jts.geomgraph.EdgeEnd
- toString() - Method in class com.vividsolutions.jts.geomgraph.EdgeEndStar
- toString() - Method in class com.vividsolutions.jts.geomgraph.EdgeIntersection
- toString() - Method in class com.vividsolutions.jts.geomgraph.Label
- toString() - Method in class com.vividsolutions.jts.geomgraph.TopologyLocation
- toString() - Method in class com.vividsolutions.jts.index.bintree.Interval
- toString() - Method in class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
- toString() - Method in class com.vividsolutions.jts.index.quadtree.DoubleBits
-
A representation of the Double bits formatted for easy readability
- toString() - Method in class com.vividsolutions.jts.JTSVersion
-
Gets the full version number, suitable for display.
- toString() - Method in class com.vividsolutions.jts.linearref.LinearLocation
- toString() - Method in class com.vividsolutions.jts.math.DD
-
Returns a string representation of this number, in either standard or scientific notation.
- toString() - Method in class com.vividsolutions.jts.math.Vector2D
-
Gets a string representation of this vector
- toString() - Method in class com.vividsolutions.jts.math.Vector3D
-
Gets a string representation of this vector
- toString() - Method in class com.vividsolutions.jts.noding.BasicSegmentString
- toString() - Method in class com.vividsolutions.jts.noding.NodedSegmentString
- toString() - Method in class com.vividsolutions.jts.operation.distance.FacetSequence
- toString() - Method in class com.vividsolutions.jts.operation.valid.TopologyValidationError
-
Gets a message describing the type and location of this error.
- toString() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdge
-
Converts this edge to a WKT two-point LINESTRING indicating the geometry of this edge.
- toString() - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeTriangle
- toString() - Method in class com.vividsolutions.jts.triangulate.quadedge.Vertex
- toString() - Method in class com.vividsolutions.jts.triangulate.Segment
-
Computes a string representation of this segment.
- toString() - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinate
- toString() - Method in class com.vividsolutions.jtsexample.geom.ExtendedCoordinateSequence
- toString() - Method in class com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
- toString() - Method in class com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileHeader
- toString(double) - Static method in class com.vividsolutions.jts.util.StringUtil
- toString(long) - Method in class com.vividsolutions.jts.precision.CommonBits
-
A representation of the Double bits formatted for easy readability
- toString(CoordinateSequence) - Static method in class com.vividsolutions.jts.geom.CoordinateSequences
-
Creates a string representation of a
CoordinateSequence. - toString(Object) - Static method in class com.vividsolutions.jtstest.testbuilder.model.FunctionParameters
- toString(Object[]) - Static method in class com.vividsolutions.jtstest.testbuilder.model.FunctionParameters
- toString(List) - Static method in class com.vividsolutions.jts.noding.SegmentStringUtil
- toStringNeverNull(Object) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
If s is null, returns "null"; otherwise, returns s.
- toStringVeryLarge(Geometry) - Static method in class com.vividsolutions.jtstest.testbuilder.model.GeometryEditModel
- total() - Static method in class com.vividsolutions.jts.util.Memory
- totalString() - Static method in class com.vividsolutions.jts.util.Memory
- toText() - Method in class com.vividsolutions.jts.geom.Geometry
-
Returns the Well-known Text representation of this
Geometry. - touches(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry touches the argument geometry.
- touches(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometrytouches a given geometry. - touches(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- toUpperCase(Vector) - Static method in class com.vividsolutions.jtstest.util.StringUtil
-
Returns the elements of v in uppercase
- toVertices(Collection) - Static method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
-
Converts all
Coordinates in a collection toVertexes. - toView(double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
-
Converts a distance in the model to a distance in the view.
- toView(Coordinate) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- toView(Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- toView(Point2D, Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- toXml() - Method in class com.vividsolutions.jtstest.testrunner.Test
- toXml() - Method in class com.vividsolutions.jtstest.testrunner.TestCase
- toXML(PrecisionModel) - Static method in class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- transferData(Geometry) - Method in class com.vividsolutions.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(Coordinate, Coordinate) - Method in class com.vividsolutions.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(Coordinate, Point2D) - Method in class com.vividsolutions.jts.awt.IdentityPointTransformation
- transform(Coordinate, Point2D) - Method in interface com.vividsolutions.jts.awt.PointTransformation
-
Transforms a
Coordinateinto a Java2DPoint. - transform(Coordinate, Point2D) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- transform(CoordinateSequence, int) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Applies this transformation to the i'th coordinate in the given CoordinateSequence.
- transform(Geometry) - Method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Cretaes a new @link Geometry which is the result of this transformation applied to the input Geometry.
- transform(Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
- transform(Collection, CollectionUtil.Function) - Static method in class com.vividsolutions.jts.util.CollectionUtil
-
Executes a function on each item in a
Collectionand returns the results in a newList - transformByBaseline(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- transformByVectors(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- transformCoordinates(CoordinateSequence, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
-
Transforms a
CoordinateSequence. - transformGeometryCollection(GeometryCollection, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
- transformLinearRing(LinearRing, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
-
Transforms a LinearRing.
- transformLineString(LineString, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
-
Transforms a
LineStringgeometry. - transformMultiLineString(MultiLineString, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
- transformMultiPoint(MultiPoint, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
- transformMultiPolygon(MultiPolygon, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
- transformPoint(Point, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
- transformPolygon(Polygon, Geometry) - Method in class com.vividsolutions.jts.geom.util.GeometryTransformer
- translate(double, double) - Method in class com.vividsolutions.jts.geom.Envelope
-
Translates this envelope by given amounts in the X and Y direction.
- translate(double, double) - Method in class com.vividsolutions.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 com.vividsolutions.jts.math.Vector2D
- translateCentreToOrigin(Geometry) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- translateToOrigin(Geometry) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- translationInstance(double, double) - Static method in class com.vividsolutions.jts.geom.util.AffineTransformation
-
Creates a transformation for a translation.
- transpose() - Method in class com.vividsolutions.jts.geom.IntersectionMatrix
-
Transposes this IntersectionMatrix.
- TraversalVisitor - Interface in com.vividsolutions.jts.triangulate.quadedge
-
Interface for classes which process triangles visited during travesals of a
QuadEdgeSubdivision - treeWillCollapse(TreeExpansionEvent) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreePanel
- treeWillExpand(TreeExpansionEvent) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryTreePanel
- Triangle - Class in com.vividsolutions.jts.geom
-
Represents a planar triangle, and provides methods for calculating various properties of triangles.
- Triangle() - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Triangle
-
Creates a new factory for points with default size.
- Triangle(double) - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.Triangle
-
Creates a factory for points of given size.
- Triangle(Coordinate, Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.geom.Triangle
-
Creates a new triangle with the given vertices.
- TriangleFunctions - Class in com.vividsolutions.jtstest.function
- TriangleFunctions() - Constructor for class com.vividsolutions.jtstest.function.TriangleFunctions
- TrianglePredicate - Class in com.vividsolutions.jts.triangulate.quadedge
-
Algorithms for computing values and predicates associated with triangles.
- TrianglePredicate() - Constructor for class com.vividsolutions.jts.triangulate.quadedge.TrianglePredicate
- TriangleVisitor - Interface in com.vividsolutions.jts.triangulate.quadedge
-
An interface for algorithms which process the triangles in a
QuadEdgeSubdivision. - TriangulationFunctions - Class in com.vividsolutions.jtstest.function
- TriangulationFunctions() - Constructor for class com.vividsolutions.jtstest.function.TriangulationFunctions
- triAreaDDFast(Coordinate, Coordinate, Coordinate) - Static method in class com.vividsolutions.jts.triangulate.quadedge.TrianglePredicate
- triAreaDDSlow(DD, DD, DD, DD, DD, DD) - Static method in class com.vividsolutions.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.
- TRUE - Static variable in class com.vividsolutions.jts.geom.Dimension
-
Dimension value of non-empty geometries (= {P, L, A}).
- trunc() - Method in class com.vividsolutions.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 com.vividsolutions.jts.index.quadtree.DoubleBits
- TWO_PI - Static variable in class com.vividsolutions.jts.math.DD
-
The value nearest to the constant 2 * Pi.
- Type(String) - Constructor for class com.vividsolutions.jts.geom.PrecisionModel.Type
U
- uiInit() - Method in class com.vividsolutions.jtstest.testbuilder.InspectorPanel
- uiInit() - Method in class com.vividsolutions.jtstest.testbuilder.TestBuilderPanel
- unaryUnion(Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayFunctions
- UnaryUnionOp - Class in com.vividsolutions.jts.operation.union
-
Unions a
CollectionofGeometrys or a single Geometry (which may be aGeoometryCollection) together. - UnaryUnionOp(Geometry) - Constructor for class com.vividsolutions.jts.operation.union.UnaryUnionOp
-
Constructs a unary union operation for a
Geometry(which may be aGeometryCollection). - UnaryUnionOp(Collection) - Constructor for class com.vividsolutions.jts.operation.union.UnaryUnionOp
-
Constructs a unary union operation for a
CollectionofGeometrys, using theGeometryFactoryof the input geometries. - UnaryUnionOp(Collection, GeometryFactory) - Constructor for class com.vividsolutions.jts.operation.union.UnaryUnionOp
-
Constructs a unary union operation for a
CollectionofGeometrys. - UNDEFINED - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- union() - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes the union of all the elements of this geometry.
- union() - Method in class com.vividsolutions.jts.operation.union.CascadedPolygonUnion
-
Computes the union of the input geometries.
- union() - Method in class com.vividsolutions.jts.operation.union.PointGeometryUnion
- union() - Method in class com.vividsolutions.jts.operation.union.UnaryUnionOp
-
Gets the union of the input geometries.
- union() - Method in class com.vividsolutions.jts.operation.union.UnionInteracting
- union(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Computes a
Geometryrepresenting the point-set which is contained in both thisGeometryand theotherGeometry. - union(Geometry) - Static method in class com.vividsolutions.jts.operation.union.UnaryUnionOp
-
Constructs a unary union operation for a
Geometry(which may be aGeometryCollection). - union(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapIfNeededOverlayOp
- union(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.overlay.snap.SnapOverlayOp
- union(Geometry, Geometry) - Static method in class com.vividsolutions.jts.operation.union.UnionInteracting
- union(Geometry, Geometry) - Method in class com.vividsolutions.jts.precision.CommonBitsOp
-
Computes the set-theoretic union of two
Geometrys, using enhanced precision. - union(Geometry, Geometry) - Static method in class com.vividsolutions.jts.precision.EnhancedPrecisionOp
-
Computes the set-theoretic union of two
Geometrys, using enhanced precision. - union(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayCommonBitsRemovedFunctions
- union(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayEnhancedPrecisionFunctions
- union(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayFunctions
- union(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayNoSnapFunctions
- union(Puntal, Geometry) - Static method in class com.vividsolutions.jts.operation.union.PointGeometryUnion
- union(Collection) - Static method in class com.vividsolutions.jts.operation.union.CascadedPolygonUnion
- union(Collection) - Static method in class com.vividsolutions.jts.operation.union.UnaryUnionOp
-
Computes the geometric union of a
CollectionofGeometrys. - union(Collection, GeometryFactory) - Static method in class com.vividsolutions.jts.operation.union.UnaryUnionOp
-
Computes the geometric union of a
CollectionofGeometrys. - UNION - Static variable in class com.vividsolutions.jts.operation.overlay.OverlayOp
-
The code for the Union overlay operation.
- UnionInteracting - Class in com.vividsolutions.jts.operation.union
-
Experimental code to union MultiPolygons with processing limited to the elements which actually interact.
- UnionInteracting(Geometry, Geometry) - Constructor for class com.vividsolutions.jts.operation.union.UnionInteracting
- unionUsingBuffer(Geometry[]) - Static method in class com.vividsolutions.jtsexample.technique.PolygonUnionUsingBuffer
-
Deprecated.
- unionUsingGeometryCollection(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.OverlayFunctions
- unique(Coordinate[]) - Static method in class com.vividsolutions.jts.triangulate.DelaunayTriangulationBuilder
- UniqueCoordinateArrayFilter - Class in com.vividsolutions.jts.util
-
A
CoordinateFilterthat builds a set ofCoordinates. - UniqueCoordinateArrayFilter() - Constructor for class com.vividsolutions.jts.util.UniqueCoordinateArrayFilter
- unselectExtractComponentButton() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderToolBar
- update(Dimension) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- updateGeom() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- updateIM(IntersectionMatrix) - Method in class com.vividsolutions.jts.geomgraph.GraphComponent
-
Update the IM with the contribution for this component.
- updateIM(Label, IntersectionMatrix) - Static method in class com.vividsolutions.jts.geomgraph.Edge
-
Updates an IM from the label for an edge.
- updateLabelling(Label) - Method in class com.vividsolutions.jts.geomgraph.DirectedEdgeStar
-
Update incomplete dirEdge labels from the labelling for the node
- updateResult() - Method in class com.vividsolutions.jtstest.testbuilder.ResultWKTPanel
- updateTestCases() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- updateTestCaseView() - Method in class com.vividsolutions.jtstest.testbuilder.JTSTestBuilderFrame
- updateView() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- used() - Static method in class com.vividsolutions.jts.util.Memory
- usedString() - Static method in class com.vividsolutions.jts.util.Memory
- usedTotalString() - Static method in class com.vividsolutions.jts.util.Memory
V
- valid(Geometry) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- ValidationFunctions - Class in com.vividsolutions.jtstest.function
- ValidationFunctions() - Constructor for class com.vividsolutions.jtstest.function.ValidationFunctions
- ValidPanel - Class in com.vividsolutions.jtstest.testbuilder
- ValidPanel() - Constructor for class com.vividsolutions.jtstest.testbuilder.ValidPanel
- ValidPanelEvent - Class in com.vividsolutions.jtstest.testbuilder.event
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- ValidPanelEvent(Object) - Constructor for class com.vividsolutions.jtstest.testbuilder.event.ValidPanelEvent
- ValidPanelListener - Interface in com.vividsolutions.jtstest.testbuilder.event
-
Title: Description: Copyright: Copyright (c) 2001 Company:
- value(JComboBox, Object[]) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- value(JTextComponent) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- valueForPathChanged(TreePath, Object) - Method in class com.vividsolutions.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 com.vividsolutions.jts.math.DD
-
Converts the double argument to a DoubleDouble number.
- valueOf(String) - Static method in class com.vividsolutions.jts.math.DD
-
Converts the string argument to a DoubleDouble number.
- values() - Method in class com.vividsolutions.jts.geomgraph.NodeMap
- values() - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.function.DoubleKeyMap
- Vector2D - Class in com.vividsolutions.jts.math
-
A 2-dimensional mathematical vector represented by double-precision X and Y components.
- Vector2D() - Constructor for class com.vividsolutions.jts.math.Vector2D
- Vector2D(double, double) - Constructor for class com.vividsolutions.jts.math.Vector2D
- Vector2D(Coordinate) - Constructor for class com.vividsolutions.jts.math.Vector2D
- Vector2D(Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.math.Vector2D
- Vector2D(Vector2D) - Constructor for class com.vividsolutions.jts.math.Vector2D
- Vector3D - Class in com.vividsolutions.jts.math
-
Represents a vector in 3-dimensional Cartesian space.
- Vector3D(double, double, double) - Constructor for class com.vividsolutions.jts.math.Vector3D
- Vector3D(Coordinate) - Constructor for class com.vividsolutions.jts.math.Vector3D
- Vector3D(Coordinate, Coordinate) - Constructor for class com.vividsolutions.jts.math.Vector3D
- Vertex - Class in com.vividsolutions.jts.triangulate.quadedge
-
Models a site (node) in a
QuadEdgeSubdivision. - Vertex(double, double) - Constructor for class com.vividsolutions.jts.triangulate.quadedge.Vertex
- Vertex(double, double, double) - Constructor for class com.vividsolutions.jts.triangulate.quadedge.Vertex
- Vertex(Coordinate) - Constructor for class com.vividsolutions.jts.triangulate.quadedge.Vertex
- VERTEX_HIGHLIGHT_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- VERTEX_SHADOW_CLR - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- VERTEX_SHADOW_SIZE - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- VERTEX_SIZE - Static variable in class com.vividsolutions.jtstest.testbuilder.AppConstants
- VertexLocater - Class in com.vividsolutions.jtstest.testbuilder.geom
- VertexLocater(Geometry) - Constructor for class com.vividsolutions.jtstest.testbuilder.geom.VertexLocater
- VertexLocater.Location - Class in com.vividsolutions.jtstest.testbuilder.geom
- VertexStyle - Class in com.vividsolutions.jtstest.testbuilder.ui.style
- VertexStyle(Color) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.style.VertexStyle
- VertexTaggedGeometryDataMapper - Class in com.vividsolutions.jts.triangulate
-
Creates a map between the vertex
Coordinates of a set ofGeometrys, and the parent geometry, and transfers the source geometry data objects to geometry components tagged with the coordinates. - VertexTaggedGeometryDataMapper() - Constructor for class com.vividsolutions.jts.triangulate.VertexTaggedGeometryDataMapper
- verticalSlices(List, int) - Method in class com.vividsolutions.jts.index.strtree.STRtree
- viewport(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.AffineTransformationFunctions
- Viewport - Class in com.vividsolutions.jtstest.testbuilder.ui
-
Maintains the information associated with mapping the model view to the screen
- Viewport(GeometryEditPanel) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- visit(Envelope, ItemVisitor) - Method in class com.vividsolutions.jts.index.quadtree.NodeBase
- visit(Geometry) - Method in class com.vividsolutions.jts.geom.util.ShortCircuitedGeometryVisitor
- visit(KdNode) - Method in interface com.vividsolutions.jts.index.kdtree.KdNodeVisitor
-
Visits a node.
- visit(QuadEdge[]) - Method in interface com.vividsolutions.jts.triangulate.quadedge.TriangleVisitor
-
Visits the
QuadEdges of a triangle. - visit(QuadEdgeTriangle, int, QuadEdgeTriangle) - Method in interface com.vividsolutions.jts.triangulate.quadedge.TraversalVisitor
-
Visits a triangle during a traversal of a
QuadEdgeSubdivision. - visitAll(TraversalVisitor) - Method in class com.vividsolutions.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal
-
Subclasses call this method to perform the visiting process.
- visitItem(Object) - Method in class com.vividsolutions.jts.index.ArrayListVisitor
- visitItem(Object) - Method in interface com.vividsolutions.jts.index.ItemVisitor
- visitLinkedDirectedEdges(DirectedEdge) - Method in class com.vividsolutions.jts.operation.valid.ConnectedInteriorTester
- visitTriangles(TriangleVisitor, boolean) - Method in class com.vividsolutions.jts.triangulate.quadedge.QuadEdgeSubdivision
-
Visitors
- voronoiDiagram(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- VoronoiDiagramBuilder - Class in com.vividsolutions.jts.triangulate
-
A utility class which creates Voronoi Diagrams from collections of points.
- VoronoiDiagramBuilder() - Constructor for class com.vividsolutions.jts.triangulate.VoronoiDiagramBuilder
-
Creates a new Voronoi diagram builder.
- voronoiDiagramWithData(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.TriangulationFunctions
- VWSimplifier - Class in com.vividsolutions.jts.simplify
-
Simplifies a
Geometryusing the Visvalingam-Whyatt area-based algorithm. - VWSimplifier(Geometry) - Constructor for class com.vividsolutions.jts.simplify.VWSimplifier
-
Creates a simplifier for a given geometry.
W
- w - Variable in class com.vividsolutions.jts.algorithm.HCoordinate
- warning(SAXParseException) - Method in class com.vividsolutions.jts.io.gml2.GMLHandler
- weightedSum(Vector2D, double) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.model.GeometryType
- width - Variable in class com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- within(Geometry) - Method in class com.vividsolutions.jts.geom.Geometry
-
Tests whether this geometry is within the specified geometry.
- within(Geometry) - Method in interface com.vividsolutions.jts.geom.prep.PreparedGeometry
-
Tests whether the base
Geometryis within a given geometry. - within(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SelectionFunctions
- within(Geometry, Geometry) - Static method in class com.vividsolutions.jtstest.function.SpatialPredicateFunctions
- WKBConstants - Interface in com.vividsolutions.jts.io
-
Constant values used by the WKB format
- wkbGeometryCollection - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- WKBHexFileReader - Class in com.vividsolutions.jts.io
-
Reads a sequence of
Geometrys in WKBHex format from a text file. - WKBHexFileReader(File, WKBReader) - Constructor for class com.vividsolutions.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 com.vividsolutions.jts.io.WKBHexFileReader
-
Creates a new WKBHexFileReader, given a
Readerto read from. - WKBHexFileReader(String, WKBReader) - Constructor for class com.vividsolutions.jts.io.WKBHexFileReader
-
Creates a new WKBHexFileReader, given the name of the file to read from.
- wkbLineString - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- wkbMultiLineString - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- wkbMultiPoint - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- wkbMultiPolygon - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- wkbNDR - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- wkbPoint - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- wkbPolygon - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- WKBReader - Class in com.vividsolutions.jts.io
-
Reads a
Geometryfrom a byte stream in Well-Known Binary format. - WKBReader() - Constructor for class com.vividsolutions.jts.io.WKBReader
- WKBReader(GeometryFactory) - Constructor for class com.vividsolutions.jts.io.WKBReader
- WKBWriter - Class in com.vividsolutions.jts.io
-
Writes a
Geometryinto Well-Known Binary format. - WKBWriter() - Constructor for class com.vividsolutions.jts.io.WKBWriter
-
Creates a writer that writes
Geometrys with output dimension = 2 and BIG_ENDIAN byte order - WKBWriter(int) - Constructor for class com.vividsolutions.jts.io.WKBWriter
-
Creates a writer that writes
Geometrys with the given dimension (2 or 3) for output coordinates andByteOrderValues.BIG_ENDIANbyte order. - WKBWriter(int, boolean) - Constructor for class com.vividsolutions.jts.io.WKBWriter
-
Creates a writer that writes
Geometrys with the given dimension (2 or 3) for output coordinates andByteOrderValues.BIG_ENDIANbyte order. - WKBWriter(int, int) - Constructor for class com.vividsolutions.jts.io.WKBWriter
-
Creates a writer that writes
Geometrys 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 com.vividsolutions.jts.io.WKBWriter
-
Creates a writer that writes
Geometrys with the given dimension (2 or 3) for output coordinates and byte order. - wkbXDR - Static variable in interface com.vividsolutions.jts.io.WKBConstants
- WKT_PANEL_LOAD_GEOMETRY_TIP - Static variable in class com.vividsolutions.jtstest.testbuilder.AppStrings
- WKT_SYMBOLS - Static variable in class com.vividsolutions.jtstest.util.GeometryTextCleaner
- WKTFileReader - Class in com.vividsolutions.jts.io
-
Reads a sequence of
Geometrys in WKT format from a text file. - WKTFileReader(File, WKTReader) - Constructor for class com.vividsolutions.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 com.vividsolutions.jts.io.WKTFileReader
-
Creates a new WKTFileReader, given a
Readerto read from. - WKTFileReader(String, WKTReader) - Constructor for class com.vividsolutions.jts.io.WKTFileReader
-
Creates a new WKTFileReader, given the name of the file to read from.
- WKTOrWKBReader - Class in com.vividsolutions.jtstest.util.io
-
Reads a
Geometryfrom a string which is in either WKT or WKBHex format - WKTOrWKBReader() - Constructor for class com.vividsolutions.jtstest.util.io.WKTOrWKBReader
- WKTOrWKBReader(GeometryFactory) - Constructor for class com.vividsolutions.jtstest.util.io.WKTOrWKBReader
- WKTPanel - Class in com.vividsolutions.jtstest.testbuilder
- WKTPanel(JTSTestBuilderFrame) - Constructor for class com.vividsolutions.jtstest.testbuilder.WKTPanel
- WKTReader - Class in com.vividsolutions.jts.io
-
Converts a geometry in Well-Known Text format to a
Geometry. - WKTReader() - Constructor for class com.vividsolutions.jts.io.WKTReader
-
Creates a reader that creates objects using the default
GeometryFactory. - WKTReader(GeometryFactory) - Constructor for class com.vividsolutions.jts.io.WKTReader
-
Creates a reader that creates objects using the given
GeometryFactory. - WKTWriter - Class in com.vividsolutions.jts.io
-
Writes the Well-Known Text representation of a
Geometry. - WKTWriter() - Constructor for class com.vividsolutions.jts.io.WKTWriter
-
Creates a new WKTWriter with default settings
- WKTWriter(int) - Constructor for class com.vividsolutions.jts.io.WKTWriter
-
Creates a writer that writes
Geometrys with the given output dimension (2 or 3). - wrap(int, int) - Static method in class com.vividsolutions.jts.math.MathUtil
-
Computes an index which wraps around a given maximum value.
- wrap(String, int) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.io.OutputStreamOutStream
- write(byte[], int) - Method in interface com.vividsolutions.jts.io.OutStream
- write(Geometry) - Method in class com.vividsolutions.jts.io.geojson.GeoJsonWriter
-
Writes a
Geometryin GeoJson format to a String. - write(Geometry) - Method in class com.vividsolutions.jts.io.gml2.GMLWriter
-
Writes a
Geometryin GML2 format to a String. - write(Geometry) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Writes a
Geometryin KML format as a string. - write(Geometry) - Method in class com.vividsolutions.jts.io.WKBWriter
-
Writes a
Geometryinto a byte array. - write(Geometry) - Method in class com.vividsolutions.jts.io.WKTWriter
-
Converts a
Geometryto its Well-known Text representation. - write(Geometry) - Method in class com.vividsolutions.jtstest.util.io.SVGWriter
-
Converts a
Geometryto its Well-known Text representation. - write(Geometry, OutStream) - Method in class com.vividsolutions.jts.io.WKBWriter
- write(Geometry, Writer) - Method in class com.vividsolutions.jts.io.geojson.GeoJsonWriter
-
Writes a
Geometryin GeoJson format into aWriter. - write(Geometry, Writer) - Method in class com.vividsolutions.jts.io.gml2.GMLWriter
-
Writes a
Geometryin GML2 format into aWriter. - write(Geometry, Writer) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Writes the KML representation of a
Geometryto aWriter. - write(Geometry, Writer) - Method in class com.vividsolutions.jts.io.WKTWriter
-
Converts a
Geometryto its Well-known Text representation. - write(Geometry, Writer) - Method in class com.vividsolutions.jtstest.util.io.SVGWriter
-
Converts a
Geometryto its Well-known Text representation. - write(Geometry, StringBuffer) - Method in class com.vividsolutions.jts.io.kml.KMLWriter
-
Appends the KML representation of a
Geometryto aStringBuffer. - write(Testable) - Method in class com.vividsolutions.jtstest.testbuilder.model.JavaTestWriter
- write(Testable) - Method in class com.vividsolutions.jtstest.testbuilder.model.SVGTestWriter
- write(Testable) - Method in interface com.vividsolutions.jtstest.testbuilder.model.TestWriter
- write(Test) - Method in class com.vividsolutions.jtstest.testrunner.SimpleReportWriter
- write(File, TestCaseList, PrecisionModel) - Method in class com.vividsolutions.jtstest.testbuilder.model.HtmlWriter
- write(File, TestCaseEdit, PrecisionModel) - Method in class com.vividsolutions.jtstest.testbuilder.model.PNGWriter
- writeComponentLocation(Geometry, Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeErr(String) - Method in interface com.vividsolutions.jtstest.testrunner.Logger
-
Writes an error message
- writeFacetLocation(Geometry, Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeFormatted(Geometry) - Method in class com.vividsolutions.jts.io.WKTWriter
-
Same as
write, but with newlines and spaces to make the well-known text more readable. - writeFormatted(Geometry) - Method in class com.vividsolutions.jtstest.util.io.SVGWriter
-
Same as
write, but with newlines and spaces to make the well-known text more readable. - writeFormatted(Geometry, Writer) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.util.io.SVGWriter
-
Same as
write, but with newlines and spaces to make the well-known text more readable. - writeGeometry(Geometry, double) - Static method in class com.vividsolutions.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 com.vividsolutions.jts.io.kml.KMLWriter
-
Writes a Geometry as KML to a string, using a specified Z value, precision, extrude flag, and altitude mode code.
- writeGML(Geometry) - Static method in class com.vividsolutions.jtstest.function.WriterFunctions
- writeImage(Component, String, String) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.ImageUtil
- writeKML(Geometry) - Static method in class com.vividsolutions.jtstest.function.WriterFunctions
- writeLocation(LayerList, Coordinate, double) - Static method in class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeLocation(Layer, Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeLocationString(LayerList, Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeMsg(String) - Method in interface com.vividsolutions.jtstest.testrunner.Logger
-
Writes a status message
- writeOra(Geometry) - Static method in class com.vividsolutions.jtstest.function.WriterFunctions
- writeReport(TestEngine) - Method in interface com.vividsolutions.jtstest.testrunner.ReportWriter
- writeReport(TestEngine) - Method in class com.vividsolutions.jtstest.testrunner.SimpleReportWriter
- WriterFunctions - Class in com.vividsolutions.jtstest.function
- WriterFunctions() - Constructor for class com.vividsolutions.jtstest.function.WriterFunctions
- writeSingleLocation(Layer, Coordinate, double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.GeometryLocationsWriter
- writeWarn(String) - Method in interface com.vividsolutions.jtstest.testrunner.Logger
-
Writes a warning message
- writeWKB(Geometry) - Static method in class com.vividsolutions.jtstest.function.WriterFunctions
X
- x - Variable in class com.vividsolutions.jts.algorithm.HCoordinate
- x - Variable in class com.vividsolutions.jts.geom.Coordinate
-
The x-coordinate.
- X - Static variable in class com.vividsolutions.jts.geom.Coordinate
-
Standard ordinate index values
- X - Static variable in interface com.vividsolutions.jts.geom.CoordinateSequence
-
Standard ordinate index values
- X() - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.X
-
Creates a new factory for points with default size.
- X(double) - Constructor for class com.vividsolutions.jts.awt.PointShapeFactory.X
-
Creates a factory for points of given size.
- XML_FILE_FILTER - Static variable in class com.vividsolutions.jtstest.testbuilder.ui.SwingUtil
- XMLTestWriter - Class in com.vividsolutions.jtstest.testbuilder.model
- XMLTestWriter() - Constructor for class com.vividsolutions.jtstest.testbuilder.model.XMLTestWriter
- XY - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- XY_PLANE - Static variable in class com.vividsolutions.jts.math.Plane3D
-
Enums for the 3 coordinate planes
- XYM - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- XYZM - Static variable in class com.vividsolutions.jtstest.testbuilder.io.shapefile.Shapefile
- XZ_PLANE - Static variable in class com.vividsolutions.jts.math.Plane3D
Y
- y - Variable in class com.vividsolutions.jts.algorithm.HCoordinate
- y - Variable in class com.vividsolutions.jts.geom.Coordinate
-
The y-coordinate.
- Y - Static variable in class com.vividsolutions.jts.geom.Coordinate
- Y - Static variable in interface com.vividsolutions.jts.geom.CoordinateSequence
- YZ_PLANE - Static variable in class com.vividsolutions.jts.math.Plane3D
Z
- z - Variable in class com.vividsolutions.jts.geom.Coordinate
-
The z-coordinate.
- Z - Static variable in class com.vividsolutions.jts.geom.Coordinate
- Z - Static variable in interface com.vividsolutions.jts.geom.CoordinateSequence
- zeroLowerBits(int) - Method in class com.vividsolutions.jts.index.quadtree.DoubleBits
- zeroLowerBits(long, int) - Static method in class com.vividsolutions.jts.precision.CommonBits
-
Zeroes the lower n bits of a bitstring.
- zoom(Envelope) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- zoom(Envelope) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- zoom(Geometry) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- zoom(Point2D, double) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
-
Zoom to a point, ensuring that the zoom point remains in the same screen location.
- zoom(Point2D, double) - Method in class com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- ZOOM - Static variable in class com.vividsolutions.jtstest.testbuilder.AppCursors
- zoomPan(double, double) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- zoomPan(double, double) - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- zoomToFullExtent() - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- zoomToFullExtent() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- zoomToGeometry(int) - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- zoomToInitialExtent() - Method in class com.vividsolutions.jtstest.testbuilder.ui.Viewport
- zoomToInput() - Static method in class com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
- zoomToInput() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
- ZoomTool - Class in com.vividsolutions.jtstest.testbuilder.ui.tools
- ZoomTool(double, Cursor) - Constructor for class com.vividsolutions.jtstest.testbuilder.ui.tools.ZoomTool
- zoomToResult() - Method in class com.vividsolutions.jtstest.testbuilder.GeometryEditPanel
All Classes All Packages