This method assumes that the specified envelope uses the same CRS than this envelope. For performance reason, it will no be verified unless J2SE assertions are enabled. @param envelope The envelope to test for intersection. @param edgesInclusive {@code true} if this envelope edges are inclusive. @return {@code true} if this envelope intersects the specified one. @throws MismatchedDimensionException if the specified envelope doesn't have the expected dimension. @see #contains(Envelope,boolean) @see #equals(Envelope,double) @since 2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|