#include <BaseSRF.h>
Inheritance diagram for srm::BaseSRF_WithTangentPlaneSurface:


Public Member Functions | |
| virtual bool | isA (SRF_ClassType type) const |
| Returns true if this SRF is of the given class type. | |
| virtual CoordSurf * | createSurfaceCoordinate (SRM_Long_Float coord_surf_comp1, SRM_Long_Float coord_surf_comp2)=0 |
| Creates a surface coordinate object. | |
| virtual void | getSurfaceCoordinateValues (const CoordSurf &coord_surf, SRM_Long_Float &coord_surf_comp1, SRM_Long_Float &coord_surf_comp2) const |
| Retrieves a coordinate surface component values. | |
| virtual void | freeSurfaceCoordinate (CoordSurf *coord_surf) |
| Frees a surface coordinate object. | |
| virtual void | getAssociatedSurfaceCoordinate (const Coord3D &coord, CoordSurf &on_surface_coord) |
| Returns a surface coordinate associated with a 3D coordinate. | |
| virtual void | getPromotedSurfaceCoordinate (const CoordSurf &surf_coord, Coord3D &three_d_coord) |
| Returns a 3D coordinate representing the same location as specified by a surface coordinate. | |
Static Public Member Functions | |
| SRM_Long_Float | calculateEuclideanDistance (const CoordSurf &coord1, const CoordSurf &coord2) |
| Returns the euclidean distance (in metres) between two surface coordinates. | |
Protected Member Functions | |
| BaseSRF_WithTangentPlaneSurface (void *impl) | |
| No stack allocation. | |
| BaseSRF_WithTangentPlaneSurface & | operator= (const BaseSRF &) |
| No copy constructor. | |
| virtual | ~BaseSRF_WithTangentPlaneSurface () |
| Use release(). | |
SRFs are allocated by the API, and when no longer needed they should be released by calling the release() method.
Definition at line 933 of file BaseSRF.h.
|
||||||||||||
|
Returns the euclidean distance (in metres) between two surface coordinates.
|
|
||||||||||||
|
Creates a surface coordinate object.
Implemented in srm::SRF_LocalTangentSpaceAzimuthalSpherical, srm::SRF_LocalTangentSpaceCylindrical, and srm::SRF_LocalTangentSpaceEuclidean. |
|
|
Frees a surface coordinate object.
|
|
||||||||||||
|
Returns a surface coordinate associated with a 3D coordinate.
|
|
||||||||||||
|
Returns a 3D coordinate representing the same location as specified by a surface coordinate.
|
|
||||||||||||||||
|
Retrieves a coordinate surface component values.
|
| Spatial Reference Model C++ API | Version 4.1 - 26 Jun 2006 |
| Copyright © 2006 SEDRIS | Docs by Doxygen 1.3.2 |