Uses of Class
com.vividsolutions.jts.geom.IntersectionMatrix
-
Packages that use IntersectionMatrix Package Description com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes.com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs.com.vividsolutions.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometrys.com.vividsolutions.jtstest.test com.vividsolutions.jtstest.testbuilder.model -
-
Uses of IntersectionMatrix in com.vividsolutions.jts.geom
Methods in com.vividsolutions.jts.geom that return IntersectionMatrix Modifier and Type Method Description IntersectionMatrixGeometry. relate(Geometry g)Returns the DE-9IMIntersectionMatrixfor the twoGeometrys.IntersectionMatrixIntersectionMatrix. transpose()Transposes this IntersectionMatrix.Methods in com.vividsolutions.jts.geom with parameters of type IntersectionMatrix Modifier and Type Method Description voidIntersectionMatrix. add(IntersectionMatrix im)Adds one matrix to another.Constructors in com.vividsolutions.jts.geom with parameters of type IntersectionMatrix Constructor Description IntersectionMatrix(IntersectionMatrix other)Creates anIntersectionMatrixwith the same elements asother. -
Uses of IntersectionMatrix in com.vividsolutions.jts.geomgraph
Methods in com.vividsolutions.jts.geomgraph with parameters of type IntersectionMatrix Modifier and Type Method Description voidEdge. 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 com.vividsolutions.jts.operation.relate
Methods in com.vividsolutions.jts.operation.relate that return IntersectionMatrix Modifier and Type Method Description IntersectionMatrixRelateComputer. computeIM()IntersectionMatrixRelateOp. getIntersectionMatrix()Gets the IntersectionMatrix for the spatial relationship between the input geometries.static IntersectionMatrixRelateOp. relate(Geometry a, Geometry b)Computes 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 com.vividsolutions.jts.operation.relate with parameters of type IntersectionMatrix Modifier and Type Method Description protected voidRelateNode. computeIM(IntersectionMatrix im)Update the IM with the contribution for this component. -
Uses of IntersectionMatrix in com.vividsolutions.jtstest.test
Methods in com.vividsolutions.jtstest.test that return IntersectionMatrix Modifier and Type Method Description IntersectionMatrixTestable. getIntersectionMatrix()IntersectionMatrixTestCase. getIntersectionMatrix()Methods in com.vividsolutions.jtstest.test with parameters of type IntersectionMatrix Modifier and Type Method Description voidTestable. setIntersectionMatrix(IntersectionMatrix im)voidTestCase. setIntersectionMatrix(IntersectionMatrix im) -
Uses of IntersectionMatrix in com.vividsolutions.jtstest.testbuilder.model
Methods in com.vividsolutions.jtstest.testbuilder.model that return IntersectionMatrix Modifier and Type Method Description IntersectionMatrixTestCaseEdit. getIM()IntersectionMatrixTestCaseEdit. getIntersectionMatrix()IntersectionMatrixTestRunnerTestCaseAdapter. getIntersectionMatrix()Methods in com.vividsolutions.jtstest.testbuilder.model with parameters of type IntersectionMatrix Modifier and Type Method Description voidTestCaseEdit. setIntersectionMatrix(IntersectionMatrix im)voidTestRunnerTestCaseAdapter. setIntersectionMatrix(IntersectionMatrix im)
-