org.apache.lucene.spatial.geometry
Class CartesianPoint
java.lang.Object
org.apache.lucene.spatial.geometry.CartesianPoint
public class CartesianPoint
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CartesianPoint
public CartesianPoint(int x,
int y)
getX
public int getX()
getY
public int getY()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
translate
public CartesianPoint translate(int deltaX,
int deltaY)
- Return a new point translated in the x and y dimensions
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.