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
Geometry
s.-
Uses of IntersectionMatrix in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return IntersectionMatrixModifier and TypeMethodDescriptionReturns the DE-9IMIntersectionMatrix
for the twoGeometry
s.IntersectionMatrix.transpose()
Transposes this IntersectionMatrix.Methods in org.locationtech.jts.geom with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionvoid
IntersectionMatrix.add
(IntersectionMatrix im) Adds one matrix to another.Constructors in org.locationtech.jts.geom with parameters of type IntersectionMatrixModifierConstructorDescriptionCreates anIntersectionMatrix
with the same elements asother
. -
Uses of IntersectionMatrix in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionvoid
Edge.computeIM
(IntersectionMatrix im) Update the IM with the contribution for this component.protected abstract void
GraphComponent.computeIM
(IntersectionMatrix im) Compute the contribution to an IM for this component.protected void
Node.computeIM
(IntersectionMatrix im) Basic nodes do not compute IMsstatic void
Edge.updateIM
(Label label, IntersectionMatrix im) Updates an IM from the label for an edge.void
GraphComponent.updateIM
(IntersectionMatrix im) Update the IM with the contribution for this component. -
Uses of IntersectionMatrix in org.locationtech.jts.operation.relate
Methods 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 IntersectionMatrix
Computes theIntersectionMatrix
for the spatial relationship between twoGeometry
s, using the default (OGC SFS) Boundary Node Rulestatic IntersectionMatrix
RelateOp.relate
(Geometry a, Geometry b, BoundaryNodeRule boundaryNodeRule) Computes theIntersectionMatrix
for the spatial relationship between twoGeometry
s using a specified Boundary Node Rule.Methods in org.locationtech.jts.operation.relate with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionprotected void
RelateNode.computeIM
(IntersectionMatrix im) Update the IM with the contribution for this component. -
Uses of IntersectionMatrix in org.locationtech.jtstest.test
Methods in org.locationtech.jtstest.test that return IntersectionMatrixModifier and TypeMethodDescriptionTestable.getIntersectionMatrix()
TestCase.getIntersectionMatrix()
Methods in org.locationtech.jtstest.test with parameters of type IntersectionMatrixModifier and TypeMethodDescriptionvoid
Testable.setIntersectionMatrix
(IntersectionMatrix im) void
TestCase.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 TypeMethodDescriptionvoid
TestCaseEdit.setIntersectionMatrix
(IntersectionMatrix im) void
TestRunnerTestCaseAdapter.setIntersectionMatrix
(IntersectionMatrix im)