Uses of Class
com.vividsolutions.jts.geom.IntersectionMatrix

Packages that use IntersectionMatrix
com.vividsolutions.jts.geom Contains the Geometry interface 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 of Geometrys. 
 

Uses of IntersectionMatrix in com.vividsolutions.jts.geom
 

Methods in com.vividsolutions.jts.geom that return IntersectionMatrix
 IntersectionMatrix Geometry.relate(Geometry g)
          Returns the DE-9IM IntersectionMatrix for the two Geometrys.
 IntersectionMatrix IntersectionMatrix.transpose()
          Transposes this IntersectionMatrix.
 

Methods in com.vividsolutions.jts.geom with parameters of type IntersectionMatrix
 void IntersectionMatrix.add(IntersectionMatrix im)
          Adds one matrix to another.
 

Constructors in com.vividsolutions.jts.geom with parameters of type IntersectionMatrix
IntersectionMatrix(IntersectionMatrix other)
          Creates an IntersectionMatrix with the same elements as other.
 

Uses of IntersectionMatrix in com.vividsolutions.jts.geomgraph
 

Methods in com.vividsolutions.jts.geomgraph with parameters of type IntersectionMatrix
protected  void Node.computeIM(IntersectionMatrix im)
          Basic nodes do not compute IMs
protected abstract  void GraphComponent.computeIM(IntersectionMatrix im)
          compute the contribution to an IM for this component
 void Edge.computeIM(IntersectionMatrix im)
          Update the IM with the contribution for this component.
 void GraphComponent.updateIM(IntersectionMatrix im)
          Update the IM with the contribution for this component.
static void Edge.updateIM(Label label, IntersectionMatrix im)
          Updates an IM from the label for an edge.
 

Uses of IntersectionMatrix in com.vividsolutions.jts.operation.relate
 

Methods in com.vividsolutions.jts.operation.relate that return IntersectionMatrix
 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 the IntersectionMatrix for the spatial relationship between two Geometrys, using the default (OGC SFS) Boundary Node Rule
static IntersectionMatrix RelateOp.relate(Geometry a, Geometry b, BoundaryNodeRule boundaryNodeRule)
          Computes the IntersectionMatrix for the spatial relationship between two Geometrys using a specified Boundary Node Rule.
 

Methods in com.vividsolutions.jts.operation.relate with parameters of type IntersectionMatrix
protected  void RelateNode.computeIM(IntersectionMatrix im)
          Update the IM with the contribution for this component.
 



Copyright © 2012. All Rights Reserved.