Home
last modified time | relevance | path

Searched refs:PROJ_DLL (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/
H A Dproj_api.h60 #ifndef PROJ_DLL
62 #define PROJ_DLL __declspec(dllexport) macro
64 #define PROJ_DLL __declspec(dllimport) macro
68 #define PROJ_DLL macro
165 int PROJ_DLL pj_is_latlong(projPJ);
166 int PROJ_DLL pj_is_geocent(projPJ);
168 void PROJ_DLL pj_pr_list(projPJ);
169 void PROJ_DLL pj_free(projPJ);
181 void PROJ_DLL *pj_malloc(size_t);
182 void PROJ_DLL pj_dalloc(void *);
[all …]
H A Dproj.h142 #ifndef PROJ_DLL
144 #define PROJ_DLL __declspec(dllexport) macro
146 #define PROJ_DLL __declspec(dllimport)
150 #define PROJ_DLL
431 int PROJ_DLL proj_context_set_fileapi(
554 PJ PROJ_DLL *proj_destroy (PJ *P);
582 size_t PROJ_DLL proj_trans_generic (
616 int PROJ_DLL proj_errno (const PJ *P);
629 PJ_INFO PROJ_DLL proj_info(void);
651 void PROJ_DLL proj_cleanup(void);
[all …]
H A Dproj_experimental.h93 PJ PROJ_DLL *proj_create_cs(PJ_CONTEXT *ctx,
156 PJ PROJ_DLL *proj_create_geographic_crs(
174 PJ PROJ_DLL *proj_create_geocentric_crs(
204 PJ PROJ_DLL *proj_alter_name(PJ_CONTEXT *ctx,
207 PJ PROJ_DLL *proj_alter_id(PJ_CONTEXT *ctx,
308 PJ PROJ_DLL *proj_create_transformation(
349 PJ PROJ_DLL *proj_create_conversion_utm(
477 PJ PROJ_DLL *proj_create_conversion_bonne(
524 PJ PROJ_DLL *proj_create_conversion_eckert_i(
590 PJ PROJ_DLL *proj_create_conversion_gall(
[all …]
H A Dproj_internal.h184 PJ_COORD PROJ_DLL proj_coord_error (void);
187 void PROJ_DLL proj_context_set (PJ *P, PJ_CONTEXT *ctx);
200 void PROJ_DLL proj_log_error (PJ *P, const char *fmt, ...);
213 char PROJ_DLL *pj_chomp (char *c);
214 char PROJ_DLL *pj_shrink (char *c);
814 double PROJ_DLL dmstor(const char *, char **);
816 void PROJ_DLL set_rtodms(int, int);
817 char PROJ_DLL *rtodms(char *, double, int, int);
818 double PROJ_DLL adjlon(double);
826 paralist PROJ_DLL *pj_mkparam(const char *);
[all …]
H A Dfilemanager.hpp56 static PROJ_DLL std::unique_ptr<File>
58 static PROJ_DLL bool exists(PJ_CONTEXT *ctx, const char *filename);
84 virtual PROJ_DLL ~File();
91 std::string PROJ_DLL read_line(size_t maxLen, bool &maxLenReached,
104 std::vector<std::string> PROJ_DLL pj_get_default_searchpaths(PJ_CONTEXT *ctx);
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dcommon.hpp87 PROJ_DLL ~UnitOfMeasure() override;
152 PROJ_DLL ~Measure();
159 PROJ_DLL double
189 PROJ_DLL ~Scale() override;
208 PROJ_DLL ~Angle() override;
228 PROJ_DLL ~Length() override;
244 PROJ_DLL ~DateTime();
247 PROJ_DLL bool isISO_8601() const;
250 PROJ_DLL static DateTime
272 PROJ_DLL ~DataEpoch();
[all …]
H A Dcoordinatesystem.hpp74 PROJ_DLL static const AxisDirection
129 PROJ_DLL ~Meridian() override;
311 PROJ_DLL static SphericalCSNNPtr
436 PROJ_DLL ~VerticalCS() override;
439 PROJ_DLL static VerticalCSNNPtr
443 PROJ_DLL static VerticalCSNNPtr
488 PROJ_DLL static CartesianCSNNPtr
492 PROJ_DLL static CartesianCSNNPtr
498 PROJ_DLL static CartesianCSNNPtr
554 PROJ_DLL ~OrdinalCS() override;
[all …]
H A Dmetadata.hpp68 PROJ_DLL Citation();
70 PROJ_DLL ~Citation();
116 PROJ_DLL virtual bool
120 PROJ_DLL virtual bool
124 PROJ_DLL virtual GeographicExtentPtr
264 PROJ_DLL static VerticalExtentNNPtr
307 PROJ_DLL ~Extent() override;
318 PROJ_DLL static ExtentNNPtr
324 PROJ_DLL static ExtentNNPtr
373 PROJ_DLL ~Identifier() override;
[all …]
H A Dio.hpp405 PROJ_DLL void
414 PROJ_DLL void
566 PROJ_DLL std::string
619 PROJ_DLL std::string
705 PROJ_DLL ~WKTNode();
748 PROJ_DLL WKTParser();
750 PROJ_DLL ~WKTParser();
753 PROJ_DLL WKTParser &
843 PROJ_DLL void *
1244 PROJ_DLL
[all …]
H A Dcoordinateoperation.hpp81 PROJ_DLL GridDescription();
82 PROJ_DLL ~GridDescription();
150 PROJ_DLL bool
614 PROJ_DLL double
886 PROJ_DLL static ConversionNNPtr
892 PROJ_DLL static ConversionNNPtr
899 PROJ_DLL static ConversionNNPtr
920 PROJ_DLL static ConversionNNPtr
934 PROJ_DLL static ConversionNNPtr
949 PROJ_DLL static ConversionNNPtr
[all …]
H A Ddatum.hpp68 PROJ_DLL ~Datum() override;
132 PROJ_DLL ~DatumEnsemble() override;
193 PROJ_DLL ~PrimeMeridian() override;
199 PROJ_DLL static PrimeMeridianNNPtr
270 PROJ_DLL ~Ellipsoid() override;
295 PROJ_DLL static EllipsoidNNPtr
300 PROJ_DLL static EllipsoidNNPtr
306 PROJ_DLL static EllipsoidNNPtr
545 PROJ_DLL explicit RealizationMethod(
695 PROJ_DLL ~TemporalDatum() override;
[all …]
H A Dutil.hpp52 #ifndef PROJ_DLL
60 #define PROJ_DLL macro
67 #define PROJ_MSVC_DLL PROJ_DLL
71 #define PROJ_MSVC_DLL PROJ_DLL
76 #define PROJ_GCC_DLL PROJ_DLL
88 #define PROJ_FOR_TEST PROJ_DLL
370 PROJ_DLL bool
481 PROJ_DLL PropertyMap();
599 PROJ_DLL ~NameSpace();
683 PROJ_DLL ~CodeList();
[all …]
H A Dcrs.hpp94 PROJ_DLL ~CRS() override;
113 PROJ_DLL std::list<CRSNNPtr>
116 PROJ_DLL CRSNNPtr
191 PROJ_DLL ~SingleCRS() override;
386 PROJ_DLL GeographicCRSNNPtr
409 PROJ_DLL bool is2DPartOf3D(
639 PROJ_DLL ProjectedCRSNNPtr
882 PROJ_DLL
1009 PROJ_DLL static BoundCRSNNPtr
1013 PROJ_DLL static BoundCRSNNPtr
[all …]
/dports/graphics/proj/proj-7.2.1/include/proj/internal/
H A Dinternal.hpp107 PROJ_DLL size_t ci_find(const std::string &osStr, const char *needle) noexcept;
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dc_api.cpp798 int PROJ_DLL proj_grid_get_info_from_database( in proj_grid_get_info_from_database()
3455 PJ PROJ_DLL *proj_alter_name(PJ_CONTEXT *ctx, const PJ *obj, const char *name) { in proj_alter_name()
3491 PJ PROJ_DLL *proj_alter_id(PJ_CONTEXT *ctx, const PJ *obj, in proj_alter_id()
3924 PJ PROJ_DLL *proj_create_engineering_crs(PJ_CONTEXT *ctx, in proj_create_engineering_crs()
7522 void PROJ_DLL proj_operation_factory_context_set_spatial_criterion( in proj_operation_factory_context_set_spatial_criterion()
7559 void PROJ_DLL proj_operation_factory_context_set_grid_availability_use( in proj_operation_factory_context_set_grid_availability_use()
7716 void PROJ_DLL proj_operation_factory_context_set_discard_superseded( in proj_operation_factory_context_set_discard_superseded()
7739 void PROJ_DLL proj_operation_factory_context_set_allow_ballpark_transformations( in proj_operation_factory_context_set_allow_ballpark_transformations()