|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.operation.GeometryGraphOperation
org.geotools.geometry.iso.operation.relate.RelateOp
public class RelateOp
Implements the relate() operation on Geometry
s.
Field Summary |
---|
Fields inherited from class org.geotools.geometry.iso.operation.GeometryGraphOperation |
---|
arg, cga, li, resultPrecisionModel |
Constructor Summary | |
---|---|
RelateOp(GeometryImpl g0,
GeometryImpl g1)
Creates a Relate Operation for the two given geometries and construct a noded graph between those two geometry objects |
Method Summary | |
---|---|
IntersectionMatrix |
getIntersectionMatrix()
Returns the Dimension Extended 9 Intersection Matrix (DE-9-IM) for the two geometry objects |
static IntersectionMatrix |
relate(GeometryImpl a,
GeometryImpl b)
|
Methods inherited from class org.geotools.geometry.iso.operation.GeometryGraphOperation |
---|
getArgGeometry, setComputationPrecision |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelateOp(GeometryImpl g0, GeometryImpl g1) throws UnsupportedDimensionException
g0
- g1
-
UnsupportedDimensionException
Method Detail |
---|
public static IntersectionMatrix relate(GeometryImpl a, GeometryImpl b) throws UnsupportedDimensionException
UnsupportedDimensionException
public IntersectionMatrix getIntersectionMatrix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |