com.vividsolutions.jts.operation.relate
Class RelateOp

java.lang.Object
  extended bycom.vividsolutions.jts.operation.GeometryGraphOperation
      extended bycom.vividsolutions.jts.operation.relate.RelateOp

public class RelateOp
extends GeometryGraphOperation

Implements the relate() operation on Geometrys.

Version:
1.4.0

Field Summary
 
Fields inherited from class com.vividsolutions.jts.operation.GeometryGraphOperation
arg, cga, li, resultPrecisionModel
 
Constructor Summary
RelateOp(Geometry g0, Geometry g1)
           
 
Method Summary
 IntersectionMatrix getIntersectionMatrix()
           
static IntersectionMatrix relate(Geometry a, Geometry b)
           
 
Methods inherited from class com.vividsolutions.jts.operation.GeometryGraphOperation
getArgGeometry, setComputationPrecision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelateOp

public RelateOp(Geometry g0,
                Geometry g1)
Method Detail

relate

public static IntersectionMatrix relate(Geometry a,
                                        Geometry b)

getIntersectionMatrix

public IntersectionMatrix getIntersectionMatrix()