|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenlr.map.RectangleCorners
public class RectangleCorners
The Class RectangleCorners.
| Constructor Summary | |
|---|---|
RectangleCorners(GeoCoordinates ll,
GeoCoordinates ur)
Instantiates a new rectangle corners. |
|
RectangleCorners(GeoCoordinates ll,
GeoCoordinates ur,
GeoCoordinates lr,
GeoCoordinates ul)
Instantiates a new rectangle corners. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
List<GeoCoordinates> |
getCornerPoints()
Gets the corner points (anti-clockwise starting from lower left coordinate). |
GeoCoordinates |
getLowerLeft()
Gets the lower left. |
GeoCoordinates |
getLowerRight()
Gets the lower right. |
GeoCoordinates |
getUpperLeft()
Gets the upper left. |
GeoCoordinates |
getUpperRight()
Gets the upper right. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RectangleCorners(GeoCoordinates ll,
GeoCoordinates ur)
throws InvalidMapDataException
ll - the llur - the ur
InvalidMapDataException
public RectangleCorners(GeoCoordinates ll,
GeoCoordinates ur,
GeoCoordinates lr,
GeoCoordinates ul)
throws InvalidMapDataException
ll - the llur - the urlr - the lrul - the ul
InvalidMapDataException| Method Detail |
|---|
public final GeoCoordinates getLowerLeft()
public final GeoCoordinates getLowerRight()
public final GeoCoordinates getUpperLeft()
public final GeoCoordinates getUpperRight()
public final List<GeoCoordinates> getCornerPoints()
public final int hashCode()
hashCode in class Objectpublic final boolean equals(Object o)
equals in class Objectpublic final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||