Main Page | Packages | Class Hierarchy | Alphabetical List | Compound List | Namespace Members | Compound Members | Related Pages

SRM.Coord3D_EquidistantCylindrical Class Reference

A Coord3D for SRF_EquidistantCylindrical. More...

Inheritance diagram for SRM.Coord3D_EquidistantCylindrical:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 Coord3D_EquidistantCylindrical (SRF_EquidistantCylindrical srf)
 Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ].

 Coord3D_EquidistantCylindrical (SRF_EquidistantCylindrical srf, double easting, double northing, double ellipsoidal_height)
 Constructor with input values.

 Coord3D_EquidistantCylindrical (Coord3D_EquidistantCylindrical original)
 Copy constructor.

void setValues (double easting, double northing, double ellipsoidal_height)
 Sets all coordinate component values.

double get_easting ()
double get_northing ()
double get_ellipsoidal_height ()
void set_easting (double value)
 Sets the easting value.

void set_northing (double value)
 Sets the northing value.

void set_ellipsoidal_height (double value)
 Sets the ellipsoidal_height value.

boolean isEqual (Coord coord)
 Returns TRUE if the coordinate components are "Equal".

String toString ()

Detailed Description

A Coord3D for SRF_EquidistantCylindrical.

Author:
David Shen
See also:
SRF_EquidistantCylindrical


Member Function Documentation

double SRM.Coord3D_EquidistantCylindrical.get_easting  ) 
 

Returns:
the easting value

double SRM.Coord3D_EquidistantCylindrical.get_ellipsoidal_height  ) 
 

Returns:
the ellipsoidal_height value

double SRM.Coord3D_EquidistantCylindrical.get_northing  ) 
 

Returns:
the northing value

boolean SRM.Coord3D_EquidistantCylindrical.isEqual Coord  coord  )  [virtual]
 

Returns TRUE if the coordinate components are "Equal".

Note:
Two component values of type "double" are equal if their difference is within Const.EPSILON

Reimplemented from SRM.Coord3D.

String SRM.Coord3D_EquidistantCylindrical.toString  )  [virtual]
 

Returns:
a String of coordinate component values

Implements SRM.Coord.


The documentation for this class was generated from the following file:
Spatial Reference Model Java API Version 4.4.0 - January 21, 2010
Copyright © 2010 SEDRIS Docs by Doxygen 1.3.2