Package jahuwaldt.util
Interface XYPoint
-
- All Known Implementing Classes:
GeomPoint
,GeomPointTrans
,MutablePoint
,Point
,SubrangePoint
public interface XYPoint
The interface required of any data type that is to be stored in a PointRegionQuadTree.Modified by: Joseph A. Huwaldt
- Version:
- February 5, 2018
- Author:
- Joseph A. Huwaldt, Date: February 5, 2018
- See Also:
PointRegionQuadTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getX()
Returns the X coordinate of this XYPoint in double precision.double
getY()
Returns the Y coordinate of this XYPoint in double precision.
-