Inheritance diagram for SRM.BaseSRF_2D:
Public Member Functions | |
abstract Coord2D | createCoordinate2D () |
Creates a 2D coordinate object. | |
abstract Coord2D | createCoordinate2D (double coord_comp1, double coord_comp2) |
Creates a 2D coordinate object. | |
double[] | getCoordinate2DValues (Coord2D coord) throws SrmException |
Retrieves the 2D coordinate component values. | |
void | changeCoordinate2DSRF (Coord2D src, Coord2D tgt) throws SrmException |
Changes a coordinate's values to this SRF. | |
int | changeCoordinate2DArraySRF (Coord2D[] src, Coord2D[] tgt) throws SrmException |
Changes a array of 2D coordinates to this SRF. | |
void | changeCoordinate2DSRFObject (Coord2D src, SRM_ORM_Trans_2D_Params hst, Coord2D tgt) throws SrmException |
Changes a coordinate's values to this SRF using tranformation object. | |
int | changeCoordinate2DArraySRFObject (Coord2D[] src, SRM_ORM_Trans_2D_Params hst, Coord2D[] tgt) throws SrmException |
Changes an array of 2D coordinates to this SRF using tranformation object. | |
Static Public Member Functions | |
double | calculateEuclideanDistance (Coord2D coord1, Coord2D coord2) throws SrmException |
Returns the Euclidean distance between two coordinates. |
|
Returns the Euclidean distance between two coordinates.
|
|
Changes a array of 2D coordinates to this SRF.
|
|
Changes an array of 2D coordinates to this SRF using tranformation object.
|
|
Changes a coordinate's values to this SRF.
|
|
Changes a coordinate's values to this SRF using tranformation object.
|
|
Creates a 2D coordinate object.
Implemented in SRM.SRF_LocalSpaceAzimuthal, SRM.SRF_LocalSpacePolar, and SRM.SRF_LocalSpaceRectangular2D. |
|
Creates a 2D coordinate object.
Implemented in SRM.SRF_LocalSpaceAzimuthal, SRM.SRF_LocalSpacePolar, and SRM.SRF_LocalSpaceRectangular2D. |
|
Retrieves the 2D coordinate component values.
|
Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 |
Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |