osgEarth 2.1.1

osgEarth::LTPSpatialReference Member List

This is the complete list of members for osgEarth::LTPSpatialReference, including all inherited members.
_datumosgEarth::SpatialReference [protected]
_ellipsoidosgEarth::SpatialReference [protected]
_geo_srsosgEarth::SpatialReference [protected]
_handleosgEarth::SpatialReference [protected]
_init()osgEarth::LTPSpatialReference [protected, virtual]
_init_strosgEarth::SpatialReference [protected]
_init_str_lcosgEarth::SpatialReference [protected]
_init_typeosgEarth::SpatialReference [protected]
_initializedosgEarth::SpatialReference [protected]
_is_contiguousosgEarth::SpatialReference [protected]
_is_cubeosgEarth::SpatialReference [protected]
_is_geographicosgEarth::SpatialReference [protected]
_is_ltposgEarth::SpatialReference [protected]
_is_mercatorosgEarth::SpatialReference [protected]
_is_north_polarosgEarth::SpatialReference [protected]
_is_south_polarosgEarth::SpatialReference [protected]
_is_user_definedosgEarth::SpatialReference [protected]
_isEquivalentTo(const SpatialReference *srs) const osgEarth::LTPSpatialReference [protected, virtual]
_local2worldosgEarth::LTPSpatialReference [private]
_nameosgEarth::SpatialReference [protected]
_owns_handleosgEarth::SpatialReference [protected]
_proj4osgEarth::SpatialReference [protected]
_transformHandleCacheosgEarth::SpatialReference [protected]
_wktosgEarth::SpatialReference [protected]
_world2localosgEarth::LTPSpatialReference [private]
_worldPointLLAosgEarth::LTPSpatialReference [private]
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::SpatialReference [virtual]
createTangentPlaneSRS(const osg::Vec3d &refPos) const osgEarth::SpatialReference
createTransMercFromLongitude(const Angular &lon) const osgEarth::SpatialReference
createUTMFromLongitude(const Angular &lon) const osgEarth::SpatialReference
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::LTPSpatialReference [inline, virtual]
isLTP() const osgEarth::SpatialReference [inline, virtual]
isMercator() const osgEarth::SpatialReference
isNorthPolar() const osgEarth::SpatialReference
isProjected() const osgEarth::LTPSpatialReference [inline, virtual]
isSouthPolar() const osgEarth::SpatialReference
isUserDefined() const osgEarth::SpatialReference [virtual]
LTPSpatialReference(void *handle, const osg::Vec3d &worldPointLLA)osgEarth::LTPSpatialReference
populateCoordinateSystemNode(osg::CoordinateSystemNode *csn) const osgEarth::SpatialReference
postTransform(double &x, double &y, double &z, void *context) const osgEarth::LTPSpatialReference [virtual]
preTransform(double &x, double &y, double &z, void *context) const osgEarth::LTPSpatialReference [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 typedefosgEarth::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=0L) const osgEarth::SpatialReference [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 typedefosgEarth::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]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines