|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntersectionMatrix | |
---|---|
org.geotools.geometry.iso.operation.relate | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.topograph2D | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
Uses of IntersectionMatrix in org.geotools.geometry.iso.operation.relate |
---|
Methods in org.geotools.geometry.iso.operation.relate that return IntersectionMatrix | |
---|---|
IntersectionMatrix |
RelateComputer.computeIM()
Computes the Intersection Matrix for the two given geometry objects |
IntersectionMatrix |
RelateOp.getIntersectionMatrix()
Returns the Dimension Extended 9 Intersection Matrix (DE-9-IM) for the two geometry objects |
static IntersectionMatrix |
RelateOp.relate(GeometryImpl a,
GeometryImpl b)
|
Methods in org.geotools.geometry.iso.operation.relate with parameters of type IntersectionMatrix | |
---|---|
protected void |
RelateNode.computeIM(IntersectionMatrix im)
Update the IM with the contribution for this component. |
Uses of IntersectionMatrix in org.geotools.geometry.iso.topograph2D |
---|
Methods in org.geotools.geometry.iso.topograph2D that return IntersectionMatrix | |
---|---|
IntersectionMatrix |
IntersectionMatrix.transpose()
Transposes this IntersectionMatrix. |
Methods in org.geotools.geometry.iso.topograph2D with parameters of type IntersectionMatrix | |
---|---|
void |
IntersectionMatrix.add(IntersectionMatrix im)
Adds one matrix to another. |
void |
Edge.computeIM(IntersectionMatrix im)
Update the IM with the contribution for this component. |
protected abstract void |
GraphComponent.computeIM(IntersectionMatrix im)
compute the contribution to an IM for this component |
protected void |
Node.computeIM(IntersectionMatrix im)
Basic nodes do not compute IMs |
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. |
Constructors in org.geotools.geometry.iso.topograph2D with parameters of type IntersectionMatrix | |
---|---|
IntersectionMatrix(IntersectionMatrix other)
Creates an IntersectionMatrix with the same elements as
other . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |