|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.util.algorithmND.AlgoRectangleND
public class AlgoRectangleND
Constructor Summary | |
---|---|
AlgoRectangleND()
|
Method Summary | |
---|---|
static boolean |
contains(double[] minCoord,
double[] maxCoord,
double[] coord)
Verifies whether a n-D point lays within the envelope, or at the border or corner of the envelope. |
static boolean |
intersects(double[] minCoord0,
double[] maxCoord0,
double[] minCoord1,
double[] maxCoord1)
Verifies whether another envelope intersects with this envelope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlgoRectangleND()
Method Detail |
---|
public static boolean contains(double[] minCoord, double[] maxCoord, double[] coord)
minCoord
- Lower Corner of the envelopemaxCoord
- Upper Corner of the envelopecoord
- Coordinate which has to be tested whether it´s within the envelope or not
public static boolean intersects(double[] minCoord0, double[] maxCoord0, double[] minCoord1, double[] maxCoord1)
minCoord0
- maxCoord0
- minCoord1
- maxCoord1
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |