Inheritance diagram for SRM.Coord:
Public Member Functions | |
BaseSRF | getSRF () |
Returns the SRF this coordassocSRFinate belongs to. | |
abstract double[] | getValues () |
Returns an array containing the coordinate component values. The returned array is of size 2 for 2D and surface, and size 3 for 3D. | |
Coord_ClassType | getClassType () |
Returns the class type of this coordinate. | |
Coord | makeClone () throws SrmException |
Returns the copy of this coordinate object instance. | |
abstract boolean | isEqual (Coord coord) |
Returns TRUE if the coordinate component values are "equal"
| |
abstract String | toString () |
Protected Member Functions | |
Coord (BaseSRF assocSRF, Coord_ClassType type) | |
Constructor setting the associated SRF and the concrete class type. |
Coordinates can be allocated on the stack, by using "new", or by using the SRF class methods.
Spatial Reference Model Java API | Version 4.0.0 - 29 Jul 2004 |
Copyright © 2004 SEDRIS | Docs by Doxygen 1.3.2 |