Uses of Class
org.locationtech.jts.geom.IntersectionMatrix
Packages that use IntersectionMatrix
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.Contains classes that implement topology graphs.
Contains classes to implement the computation of the spatial relationships of
Geometrys.-
Uses of IntersectionMatrix in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return IntersectionMatrixModifier and TypeMethodDescriptionReturns the DE-9IMIntersectionMatrixfor the twoGeometrys.IntersectionMatrix.transpose()Transposes this IntersectionMatrix.Methods in org.locationtech.jts.geom with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionvoidIntersectionMatrix.add(IntersectionMatrix im) Adds one matrix to another.Constructors in org.locationtech.jts.geom with parameters of type IntersectionMatrixModifierConstructorDescriptionCreates anIntersectionMatrixwith the same elements asother. -
Uses of IntersectionMatrix in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionvoidEdge.computeIM(IntersectionMatrix im) Update the IM with the contribution for this component.protected abstract voidGraphComponent.computeIM(IntersectionMatrix im) compute the contribution to an IM for this componentprotected voidNode.computeIM(IntersectionMatrix im) Basic nodes do not compute IMsstatic voidEdge.updateIM(Label label, IntersectionMatrix im) Updates an IM from the label for an edge.voidGraphComponent.updateIM(IntersectionMatrix im) Update the IM with the contribution for this component. -
Uses of IntersectionMatrix in org.locationtech.jts.operation.relate
Fields in org.locationtech.jts.operation.relate declared as IntersectionMatrixMethods in org.locationtech.jts.operation.relate that return IntersectionMatrixModifier and TypeMethodDescriptionRelateComputer.computeIM()RelateOp.getIntersectionMatrix()Gets the IntersectionMatrix for the spatial relationship between the input geometries.static IntersectionMatrixComputes theIntersectionMatrixfor the spatial relationship between twoGeometrys, using the default (OGC SFS) Boundary Node Rulestatic IntersectionMatrixRelateOp.relate(Geometry a, Geometry b, BoundaryNodeRule boundaryNodeRule) Computes theIntersectionMatrixfor the spatial relationship between twoGeometrys using a specified Boundary Node Rule.Methods in org.locationtech.jts.operation.relate with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionprivate voidRelateComputer.computeDisjointIM(IntersectionMatrix im) If the Geometries are disjoint, we need to enter their dimension and boundary dimension in the Ext rows in the IMprotected voidRelateNode.computeIM(IntersectionMatrix im) Update the IM with the contribution for this component.private voidRelateComputer.computeProperIntersectionIM(SegmentIntersector intersector, IntersectionMatrix im) (package private) voidEdgeEndBundle.updateIM(IntersectionMatrix im) Update the IM with the contribution for the computed label for the EdgeStubs.(package private) voidEdgeEndBundleStar.updateIM(IntersectionMatrix im) Update the IM with the contribution for the EdgeStubs around the node.private voidRelateComputer.updateIM(IntersectionMatrix im) update the IM with the sum of the IMs for each component(package private) voidRelateNode.updateIMFromEdges(IntersectionMatrix im) Update the IM with the contribution for the EdgeEnds incident on this node. -
Uses of IntersectionMatrix in org.locationtech.jtstest.test
Fields in org.locationtech.jtstest.test declared as IntersectionMatrixMethods in org.locationtech.jtstest.test that return IntersectionMatrixModifier and TypeMethodDescriptionTestable.getIntersectionMatrix()TestCase.getIntersectionMatrix()(package private) IntersectionMatrixMethods in org.locationtech.jtstest.test with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionvoidTestable.setIntersectionMatrix(IntersectionMatrix im) voidTestCase.setIntersectionMatrix(IntersectionMatrix im) -
Uses of IntersectionMatrix in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return IntersectionMatrixModifier and TypeMethodDescriptionTestCaseEdit.getIM()TestCaseEdit.getIntersectionMatrix()TestRunnerTestCaseAdapter.getIntersectionMatrix()Methods in org.locationtech.jtstest.testbuilder.model with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionvoidTestCaseEdit.setIntersectionMatrix(IntersectionMatrix im) voidTestRunnerTestCaseAdapter.setIntersectionMatrix(IntersectionMatrix im)