|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.spatial.geometry.CartesianPoint
@Deprecated public class CartesianPoint
Represents lat/lngs as fixed point numbers translated so that all world coordinates are in the first quadrant. The same fixed point scale as is used for FixedLatLng is employed.
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Constructor Summary | |
---|---|
CartesianPoint(int x,
int y)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Deprecated. |
int |
getX()
Deprecated. |
int |
getY()
Deprecated. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
CartesianPoint |
translate(int deltaX,
int deltaY)
Deprecated. Return a new point translated in the x and y dimensions |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CartesianPoint(int x, int y)
Method Detail |
---|
public int getX()
public int getY()
public String toString()
toString
in class Object
public CartesianPoint translate(int deltaX, int deltaY)
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |