| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IntersectionMatrix |
Geometry.relate(Geometry
Returns the DE-9IM
IntersectionMatrix for the two
Geometrys.
|
IntersectionMatrix |
IntersectionMatrix.transpose()
Transposes this IntersectionMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntersectionMatrix.add(IntersectionMatrix
Adds one matrix to another.
|
| Constructor and Description | |
|---|---|
IntersectionMatrix(IntersectionMatrix
Creates an
IntersectionMatrix with the same elements as
other.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.computeIM(IntersectionMatrix
Basic nodes do not compute IMs
|
protected abstract void |
GraphComponent.computeIM(IntersectionMatrix
compute the contribution to an IM for this component
|
void |
Edge.computeIM(IntersectionMatrix
Update the IM with the contribution for this component.
|
void |
GraphComponent.updateIM(IntersectionMatrix
Update the IM with the contribution for this component.
|
static void |
Edge.updateIM(Label
Updates an IM from the label for an edge.
|
| Modifier and Type | Method and Description |
|---|---|
IntersectionMatrix |
RelateComputer.computeIM()
|
IntersectionMatrix |
RelateOp.getIntersectionMatrix()
Gets the IntersectionMatrix for the spatial relationship between the input geometries.
|
static IntersectionMatrix |
RelateOp.relate(Geometry
Computes the
IntersectionMatrix for the spatial relationship between two
Geometrys, using the default (OGC SFS) Boundary Node Rule
|
static IntersectionMatrix |
RelateOp.relate(Geometry
Computes the
IntersectionMatrix for the spatial relationship between two
Geometrys using a specified Boundary Node Rule.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RelateNode.computeIM(IntersectionMatrix
Update the IM with the contribution for this component.
|