Home
last modified time | relevance | path

Searched refs:PROJString (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/proj/proj-7.2.1/data/sql/
H A Dnkg.sql173 'PROJ', 'PROJString', -- method auth+code
244 'PROJ', 'PROJString', -- method auth+code
758 'PROJ', 'PROJString', -- method auth+cod
863 'PROJ', 'PROJString', -- method auth+cod
971 'PROJ', 'PROJString', -- method auth+cod
1079 'PROJ', 'PROJString', -- method auth+cod
1186 'PROJ', 'PROJString', -- method auth+cod
1293 'PROJ', 'PROJString', -- method auth+cod
1400 'PROJ', 'PROJString', -- method auth+cod
1505 'PROJ', 'PROJString', -- method auth+cod
[all …]
H A Dproj_db_table_defs.sql1134 -- if method_auth_name = 'PROJ', method_code can be 'PROJString' for a
1217 …rmation_method CHECK (NOT (method_auth_name = 'PROJ' AND method_code NOT IN ('PROJString', 'WKT')))
/dports/graphics/proj/proj-7.2.1/src/iso19111/operation/
H A Dprojbasedoperation.cpp84 const util::PropertyMap &properties, const std::string &PROJString, in create() argument
89 "PROJ-based operation method: " + PROJString), in create()
93 op->projString_ = PROJString; in create()
H A Dcoordinateoperation_internal.hpp223 create(const util::PropertyMap &properties, const std::string &PROJString,
H A Dsingleoperation.cpp1209 const util::PropertyMap &properties, const std::string &PROJString, in createPROJBased() argument
1213 PROJBasedOperation::create(properties, PROJString, sourceCRS, targetCRS, in createPROJBased()
H A Dcoordinateoperationfactory.cpp3035 const auto PROJString = projFormatter->toString(); in createOperationsFromProj4Ext() local
3040 properties, PROJString, sourceCRS, targetCRS, {})); in createOperationsFromProj4Ext()
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dcoordinateoperation.hpp600 const util::PropertyMap &properties, const std::string &PROJString,