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.

Variable Index

 o x
 o y

Constructor Index

 o OGDICoordinate(double, double)
Creates a Coordinate.

Method Index

 o toString()
Gets the complete coordinate description.

Variables

 o x
 public double x
 o y
 public double y

Constructors

 o 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

Methods

 o 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