| 596 | // --------------------------------------------------------------------------- |
| 597 | |
| 598 | static GeodeticCRSNNPtr createGeocentricKM() { |
| 599 | PropertyMap propertiesCRS; |
| 600 | propertiesCRS.set(IdentifiedObject::NAME_KEY, "Based on WGS 84"); |
| 601 | return GeodeticCRS::create( |
| 602 | propertiesCRS, GeodeticReferenceFrame::EPSG_6326, |
| 603 | CartesianCS::createGeocentric( |
| 604 | UnitOfMeasure("kilometre", 1000.0, UnitOfMeasure::Type::LINEAR))); |
| 605 | } |
| 606 | |
| 607 | // --------------------------------------------------------------------------- |
| 608 |
no test coverage detected