All Packages Class Hierarchy This Package Previous Next Index
Class com.las.ogdi.OGDICoordinate
java.lang.Object
|
+----com.las.ogdi.OGDICoordinate
- public class OGDICoordinate
- extends Object
The Coordinate class defines objects holding a location as a pair of
geographic references, one in the x plane, another in the y plane.
- Version:
- 1.0
- Author:
- Las Inc.
-
x
-
-
y
-
-
OGDICoordinate(double, double)
- Creates a Coordinate.
-
toString()
- Gets the complete coordinate description.
x
public double x
y
public double y
OGDICoordinate
public OGDICoordinate(double x,
double y)
- Creates a Coordinate.
- Parameters:
- x - the x-plane reference in the current coordinate system
- y - the y-plane reference in the current coordinate system
- Returns:
- no return
- Throws: no
- exception
toString
public String toString()
- Gets the complete coordinate description.
- Parameters:
- no - parameter
- Returns:
- the coordinate x-plane and y-plane references as a string
- Throws: no
- exception
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index