org.apache.lucene.spatial.geometry
public class CartesianPoint extends java.lang.Object
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Constructor and Description |
---|
CartesianPoint(int x,
int y) |
public int getX()
public int getY()
public java.lang.String toString()
toString
in class java.lang.Object
public CartesianPoint translate(int deltaX, int deltaY)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.