Package net.anwiba.spatial.ckan.values
Class Envelope
- java.lang.Object
-
- net.anwiba.spatial.ckan.values.Envelope
-
public class Envelope extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Envelope(double minX, double minY, double maxX, double maxY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()booleanintersects(Envelope other)
-
-
-
Method Detail
-
getMinX
public double getMinX()
-
getMinY
public double getMinY()
-
getMaxX
public double getMaxX()
-
getMaxY
public double getMaxY()
-
intersects
public boolean intersects(Envelope other)
-
-