com.vividsolutions.jts.operation.relate

Class RelateOp


public class RelateOp
extends GeometryGraphOperation

Implements the relate() operation on Geometrys.
Version:
1.7

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

Constructor Details

RelateOp

public RelateOp(Geometry g0,
                Geometry g1)

Method Details

getIntersectionMatrix

public IntersectionMatrix getIntersectionMatrix()

relate

public static IntersectionMatrix relate(Geometry a,
                                        Geometry b)