Interface Cartesian

All Known Implementing Classes:
MapPoint, MapViewPoint

public interface Cartesian
An abstraction for things that have (x,y) coordinates.
Author:
Fabrizio Giudici
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    x()
    Returns the x coordinate.
    double
    y()
    Returns the y coordinate.
  • Method Details

    • x

      double x()
      Returns the x coordinate..
      Returns:
      the x coordinate
    • y

      double y()
      Returns the y coordinate..
      Returns:
      the y coordinate