Inheritance diagram for SRM.BaseSRF_WithTangentPlaneSurface:
Public Member Functions | |
abstract CoordSurf | createSurfaceCoordinate () |
Creates a surface coordinate object with default [ Double.NaN, Double.NaN ]. | |
abstract CoordSurf | createSurfaceCoordinate (double coord_surf_comp1, double coord_surf_comp2) |
Creates a surface coordinate object with initial values. | |
double[] | getSurfaceCoordinateValues (CoordSurf coord_surf) throws SrmException |
Retrieves a coordinate surface component values. | |
abstract CoordSurf | getAssociatedSurfaceCoordinate (Coord3D coord) throws SrmException |
Returns a surface coordinate associated with a 3D coordinate. | |
abstract Coord3D | getPromotedSurfaceCoordinate (CoordSurf surf_coord) throws SrmException |
Returns a 3D coordinate representing the same location as specified by a surface coordinate. |
|
Creates a surface coordinate object with initial values.
Implemented in SRM.SRF_LocalTangentSpaceAzimuthalSpherical, SRM.SRF_LocalTangentSpaceCylindrical, and SRM.SRF_LocalTangentSpaceEuclidean. |
|
Creates a surface coordinate object with default [ Double.NaN, Double.NaN ].
Implemented in SRM.SRF_LocalTangentSpaceAzimuthalSpherical, SRM.SRF_LocalTangentSpaceCylindrical, and SRM.SRF_LocalTangentSpaceEuclidean. |
|
Returns a surface coordinate associated with a 3D coordinate.
Implemented in SRM.SRF_LocalTangentSpaceAzimuthalSpherical, SRM.SRF_LocalTangentSpaceCylindrical, and SRM.SRF_LocalTangentSpaceEuclidean. |
|
Returns a 3D coordinate representing the same location as specified by a surface coordinate.
Implemented in SRM.SRF_LocalTangentSpaceAzimuthalSpherical, SRM.SRF_LocalTangentSpaceCylindrical, and SRM.SRF_LocalTangentSpaceEuclidean. |
|
Retrieves a coordinate surface component values.
|
Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 |
Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |