Uses of Class
org.locationtech.jts.geom.IntersectionMatrix
-
Packages that use IntersectionMatrix Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometry
s.org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder.model -
-
Uses of IntersectionMatrix in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return IntersectionMatrix Modifier and Type Method Description IntersectionMatrix
Geometry. relate(Geometry g)
Returns the DE-9IMIntersectionMatrix
for the twoGeometry
s.IntersectionMatrix
IntersectionMatrix. transpose()
Transposes this IntersectionMatrix.Methods in org.locationtech.jts.geom with parameters of type IntersectionMatrix Modifier and Type Method Description void
IntersectionMatrix. add(IntersectionMatrix im)
Adds one matrix to another.Constructors in org.locationtech.jts.geom with parameters of type IntersectionMatrix Constructor Description IntersectionMatrix(IntersectionMatrix other)
Creates anIntersectionMatrix
with the same elements asother
. -
Uses of IntersectionMatrix in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph with parameters of type IntersectionMatrix Modifier and Type Method Description void
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 componentprotected 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
Fields in org.locationtech.jts.operation.relate declared as IntersectionMatrix Modifier and Type Field Description private IntersectionMatrix
RelateComputer. im
Methods in org.locationtech.jts.operation.relate that return IntersectionMatrix Modifier and Type Method Description IntersectionMatrix
RelateComputer. computeIM()
IntersectionMatrix
RelateOp. getIntersectionMatrix()
Gets the IntersectionMatrix for the spatial relationship between the input geometries.static IntersectionMatrix
RelateOp. relate(Geometry a, Geometry b)
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 IntersectionMatrix Modifier and Type Method Description private void
RelateComputer. computeDisjointIM(IntersectionMatrix im)
If the Geometries are disjoint, we need to enter their dimension and boundary dimension in the Ext rows in the IMprotected void
RelateNode. computeIM(IntersectionMatrix im)
Update the IM with the contribution for this component.private void
RelateComputer. computeProperIntersectionIM(SegmentIntersector intersector, IntersectionMatrix im)
(package private) void
EdgeEndBundle. updateIM(IntersectionMatrix im)
Update the IM with the contribution for the computed label for the EdgeStubs.(package private) void
EdgeEndBundleStar. updateIM(IntersectionMatrix im)
Update the IM with the contribution for the EdgeStubs around the node.private void
RelateComputer. updateIM(IntersectionMatrix im)
update the IM with the sum of the IMs for each component(package private) void
RelateNode. 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 IntersectionMatrix Modifier and Type Field Description private IntersectionMatrix
TestCase. im
Methods in org.locationtech.jtstest.test that return IntersectionMatrix Modifier and Type Method Description IntersectionMatrix
Testable. getIntersectionMatrix()
IntersectionMatrix
TestCase. getIntersectionMatrix()
(package private) IntersectionMatrix
TestCase. relate(Geometry a, Geometry b)
Methods in org.locationtech.jtstest.test with parameters of type IntersectionMatrix Modifier and Type Method Description void
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 IntersectionMatrix Modifier and Type Method Description IntersectionMatrix
TestCaseEdit. getIM()
IntersectionMatrix
TestCaseEdit. getIntersectionMatrix()
IntersectionMatrix
TestRunnerTestCaseAdapter. getIntersectionMatrix()
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type IntersectionMatrix Modifier and Type Method Description void
TestCaseEdit. setIntersectionMatrix(IntersectionMatrix im)
void
TestRunnerTestCaseAdapter. setIntersectionMatrix(IntersectionMatrix im)
-