, including all inherited members.
_datum | osgEarth::SpatialReference | [protected] |
_ellipsoid | osgEarth::SpatialReference | [protected] |
_geo_srs | osgEarth::SpatialReference | [protected] |
_handle | osgEarth::SpatialReference | [protected] |
_init() | osgEarth::CubeSpatialReference | [protected, virtual] |
_init_str | osgEarth::SpatialReference | [protected] |
_init_str_lc | osgEarth::SpatialReference | [protected] |
_init_type | osgEarth::SpatialReference | [protected] |
_initialized | osgEarth::SpatialReference | [protected] |
_is_contiguous | osgEarth::SpatialReference | [protected] |
_is_cube | osgEarth::SpatialReference | [protected] |
_is_geographic | osgEarth::SpatialReference | [protected] |
_is_ltp | osgEarth::SpatialReference | [protected] |
_is_mercator | osgEarth::SpatialReference | [protected] |
_is_north_polar | osgEarth::SpatialReference | [protected] |
_is_south_polar | osgEarth::SpatialReference | [protected] |
_is_user_defined | osgEarth::SpatialReference | [protected] |
_isEquivalentTo(const SpatialReference *srs) const | osgEarth::SpatialReference | [protected, virtual] |
_name | osgEarth::SpatialReference | [protected] |
_owns_handle | osgEarth::SpatialReference | [protected] |
_proj4 | osgEarth::SpatialReference | [protected] |
_transformHandleCache | osgEarth::SpatialReference | [protected] |
_wkt | osgEarth::SpatialReference | [protected] |
create(const std::string &init) | osgEarth::SpatialReference | [static] |
create(osg::CoordinateSystemNode *csn) | osgEarth::SpatialReference | [static] |
createCoordinateSystemNode() const | osgEarth::SpatialReference | |
createFromHandle(void *ogrHandle, bool xferOwnership=false) | osgEarth::SpatialReference | [static] |
createLocator(double xmin, double ymin, double xmax, double ymax, bool plate_carre=false) const | osgEarth::CubeSpatialReference | [virtual] |
createTangentPlaneSRS(const osg::Vec3d &refPos) const | osgEarth::SpatialReference | |
createTransMercFromLongitude(const Angular &lon) const | osgEarth::SpatialReference | |
createUTMFromLongitude(const Angular &lon) const | osgEarth::SpatialReference | |
CubeSpatialReference(void *handle) | osgEarth::CubeSpatialReference | |
getDatumName() const | osgEarth::SpatialReference | |
getEllipsoid() const | osgEarth::SpatialReference | |
getGeographicSRS() const | osgEarth::SpatialReference | |
getInitString() const | osgEarth::SpatialReference | |
getInitType() const | osgEarth::SpatialReference | |
getName() const | osgEarth::SpatialReference | |
getSpatialReferenceCache() | osgEarth::SpatialReference | [protected, static] |
getWKT() const | osgEarth::SpatialReference | |
init() | osgEarth::SpatialReference | [protected] |
isContiguous() const | osgEarth::SpatialReference | [virtual] |
isCube() const | osgEarth::SpatialReference | [virtual] |
isEquivalentTo(const SpatialReference *rhs) const | osgEarth::SpatialReference | [virtual] |
isGeographic() const | osgEarth::CubeSpatialReference | [inline, virtual] |
isLTP() const | osgEarth::SpatialReference | [inline, virtual] |
isMercator() const | osgEarth::SpatialReference | |
isNorthPolar() const | osgEarth::SpatialReference | |
isProjected() const | osgEarth::CubeSpatialReference | [inline, virtual] |
isSouthPolar() const | osgEarth::SpatialReference | |
isUserDefined() const | osgEarth::SpatialReference | [virtual] |
populateCoordinateSystemNode(osg::CoordinateSystemNode *csn) const | osgEarth::SpatialReference | |
postTransform(double &x, double &y, double &z, void *context) const | osgEarth::CubeSpatialReference | [virtual] |
preTransform(double &x, double &y, double &z, void *context) const | osgEarth::CubeSpatialReference | [virtual] |
SpatialReference(void *handle, const std::string &type, const std::string &init_str, const std::string &name) | osgEarth::SpatialReference | [protected] |
SpatialReference(void *handle, bool ownsHandle=true) | osgEarth::SpatialReference | [protected] |
SpatialReferenceCache typedef | osgEarth::SpatialReference | [protected] |
transform(double x, double y, double z, const SpatialReference *to_srs, double &out_x, double &out_y, double &out_z, void *context=0L) const | osgEarth::SpatialReference | [virtual] |
transform(const osg::Vec3d &input, const SpatialReference *to_srs, osg::Vec3d &output, void *context=0L) const | osgEarth::SpatialReference | [inline] |
transform2D(double x, double y, const SpatialReference *to_srs, double &out_x, double &out_y, void *context=0L) const | osgEarth::SpatialReference | [inline] |
transformExtent(const SpatialReference *to_srs, double &in_out_xmin, double &in_out_ymin, double &in_out_xmax, double &in_out_ymax, void *context) const | osgEarth::CubeSpatialReference | [virtual] |
transformExtentPoints(const SpatialReference *to_srs, double in_xmin, double in_ymin, double in_xmax, double in_ymax, double *x, double *y, unsigned int numx, unsigned int numy, void *context=0L, bool ignore_errors=false) const | osgEarth::SpatialReference | [virtual] |
transformFromECEF(const osg::Vec3d &input, osg::Vec3d &output) const | osgEarth::SpatialReference | |
transformFromECEF(std::vector< osg::Vec3d > &points, bool ignoreErrors=false) const | osgEarth::SpatialReference | |
TransformHandleCache typedef | osgEarth::SpatialReference | [protected] |
transformPoints(const SpatialReference *to_srs, double *x, double *y, double *z, unsigned int numPoints, void *context=0L, bool ignore_errors=false) const | osgEarth::SpatialReference | [virtual] |
transformPoints(const SpatialReference *to_srs, std::vector< osg::Vec3d > &points, void *context=0L, bool ignore_errors=false) const | osgEarth::SpatialReference | [virtual] |
transformToECEF(const osg::Vec3d &input, osg::Vec3d &output) const | osgEarth::SpatialReference | |
transformToECEF(std::vector< osg::Vec3d > &points, bool ignore_errors=false) const | osgEarth::SpatialReference | |
~SpatialReference() | osgEarth::SpatialReference | [protected, virtual] |