Home
last modified time | relevance | path

Searched defs:SphericalCS (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/referencing/cs/
H A DSphericalCS.java56 public interface SphericalCS extends CoordinateSystem { interface
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dcoordinatesystem.hpp303 class PROJ_GCC_DLL SphericalCS final : public CoordinateSystem { class
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dcoordinatesystem.cpp639 SphericalCS::SphericalCS(const std::vector<CoordinateSystemAxisNNPtr> &axisIn) in SphericalCS() function in cs::SphericalCS