com.maryanovsky.gwtutils.client.geom
Interface DoublePointView

All Known Implementing Classes:
DoublePoint, LatLng

public interface DoublePointView

Provides a view of a 2D double precision point without allowing modification.

Author:
Maryanovsky Alexander

Method Summary
 double getX()
          Returns the X coordinate.
 double getY()
          Returns the Y coordinate.
 

Method Detail

getX

double getX()
Returns the X coordinate.


getY

double getY()
Returns the Y coordinate.