JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
it.tidalwave.mapviewer
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
All Methods
Instance Methods
Abstract Methods
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