|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.index.writer.xml.BoundingBox
public class BoundingBox
Struct used to hold geospatial bounding box lat lon coordinates.
Constructor Summary | |
---|---|
BoundingBox(double north,
double south,
double east,
double west)
Constructor for the BoundingBox object |
Method Summary | |
---|---|
double |
getEastCoord()
Gets the eastCoord attribute of the BoundingBox object |
double |
getNorthCoord()
Gets the northCoord attribute of the BoundingBox object |
double |
getSouthCoord()
Gets the southCoord attribute of the BoundingBox object |
double |
getWestCoord()
Gets the westCoord attribute of the BoundingBox object |
String |
toString()
String representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BoundingBox(double north, double south, double east, double west) throws IllegalArgumentException
north
- North latsouth
- South lateast
- East lonwest
- West lon
IllegalArgumentException
Method Detail |
---|
public double getNorthCoord()
public double getSouthCoord()
public double getEastCoord()
public double getWestCoord()
public String toString()
toString
in class Object
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |