public class SpatialAssert extends Object
| Constructor and Description |
|---|
SpatialAssert() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertIntersects(org.opengis.geometry.Envelope env1,
org.opengis.geometry.Envelope env2)
Asserts that the given envelopes intersect.
|
public static void assertIntersects(org.opengis.geometry.Envelope env1,
org.opengis.geometry.Envelope env2)
a.Intersects(b) <--> ! a.Disjoint(b)
env1 - An Envelope representing a spatial extent.env2 - An Envelope object representing some other spatial extent.Copyright © 2024 Open Geospatial Consortium. All rights reserved.