Home
last modified time | relevance | path

Searched refs:isGeodetic (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/tests/osgEarth_tests/
H A DSpatialReferenceTests.cpp46 REQUIRE( !mercSRS->isGeodetic() );
74 REQUIRE(wgs84->isGeodetic());
90 REQUIRE(!plateCarre->isGeodetic());
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_graticule/
H A Dosgearth_graticule.cpp66 bool isGeodetic = arguments.read("--geodetic"); in main() local
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DFeature.cpp717 if (getSRS() && getSRS()->isGeodetic()) in splitAcrossDateLine()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DSpatialReference192 virtual bool isGeodetic() const;
H A DSpatialReference.cpp429 SpatialReference::isGeodetic() const in isGeodetic() function in SpatialReference