Home
last modified time | relevance | path

Searched refs:OGRCoordinateTransformationH (Results 1 – 25 of 86) sorted by relevance

1234

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_ogrproj.c27 OGRCoordinateTransformationH gmt_OGRCoordinateTransformation(struct GMT_CTRL *GMT, const char *pSrc… in gmt_OGRCoordinateTransformation()
35 OGRCoordinateTransformationH hCT; in gmt_OGRCoordinateTransformation()
84 OGRCoordinateTransformationH hCT = gmt_OGRCoordinateTransformation(GMT, pSrcSRS, pDstSRS); in gmt_ogrproj()
104 void gmt_ogrproj_one_pt(OGRCoordinateTransformationH hCT, double *xi, double *yi, double *zi) { in gmt_ogrproj_one_pt()
H A Dgmt_gdalread.h134OGRCoordinateTransformationH hCT_fwd; // TEMP TEMP TEMP. Only to quick try access GDAL coordinate…
135OGRCoordinateTransformationH hCT_inv; // TEMP TEMP TEMP. Only to quick try access GDAL coordinate…
/dports/devel/liblas12/libLAS-1.2.1/include/liblas12/detail/
H A Dwriter.hpp50 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; typedef
84 OGRCoordinateTransformationH m_transform;
H A Dreader.hpp50 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; typedef
85 OGRCoordinateTransformationH m_transform;
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_srs_api.h456 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; typedef
461 typedef void *OGRCoordinateTransformationH; typedef
1039 OGRCoordinateTransformationH CPL_DLL CPL_STDCALL
1067 OGRCoordinateTransformationH CPL_DLL
1073 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH );
1076 OCTTransform( OGRCoordinateTransformationH hCT,
1080 OCTTransformEx( OGRCoordinateTransformationH hCT,
1085 OCTTransform4D( OGRCoordinateTransformationH hCT,
1090 OCTTransform4DWithErrorCodes( OGRCoordinateTransformationH hCT,
H A Dogrct.cpp676 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH hCT ) in OCTDestroyCoordinateTransformation()
856 OGRCoordinateTransformationH CPL_STDCALL
861 return reinterpret_cast<OGRCoordinateTransformationH>( in OCTNewCoordinateTransformation()
906 OGRCoordinateTransformationH
913 return reinterpret_cast<OGRCoordinateTransformationH>( in OCTNewCoordinateTransformationEx()
2599 int CPL_STDCALL OCTTransform( OGRCoordinateTransformationH hTransform, in OCTTransform()
2623 int CPL_STDCALL OCTTransformEx( OGRCoordinateTransformationH hTransform, in OCTTransformEx()
2650 int OCTTransform4D( OGRCoordinateTransformationH hTransform, in OCTTransform4D()
2680 int OCTTransform4DWithErrorCodes( OGRCoordinateTransformationH hTransform, in OCTTransform4DWithErrorCodes()
H A Dogr_spatialref.h821 static inline OGRCoordinateTransformationH ToHandle(OGRCoordinateTransformation* poCT) in ToHandle()
822 { return reinterpret_cast<OGRCoordinateTransformationH>(poCT); } in ToHandle()
827 static inline OGRCoordinateTransformation* FromHandle(OGRCoordinateTransformationH hCT) in FromHandle()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_srs_api.h456 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; typedef
461 typedef void *OGRCoordinateTransformationH; typedef
1039 OGRCoordinateTransformationH CPL_DLL CPL_STDCALL
1067 OGRCoordinateTransformationH CPL_DLL
1073 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH );
1076 OCTTransform( OGRCoordinateTransformationH hCT,
1080 OCTTransformEx( OGRCoordinateTransformationH hCT,
1085 OCTTransform4D( OGRCoordinateTransformationH hCT,
1090 OCTTransform4DWithErrorCodes( OGRCoordinateTransformationH hCT,
H A Dogrct.cpp676 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH hCT )
856 OGRCoordinateTransformationH CPL_STDCALL
861 return reinterpret_cast<OGRCoordinateTransformationH>(
906 OGRCoordinateTransformationH
913 return reinterpret_cast<OGRCoordinateTransformationH>(
2599 int CPL_STDCALL OCTTransform( OGRCoordinateTransformationH hTransform,
2623 int CPL_STDCALL OCTTransformEx( OGRCoordinateTransformationH hTransform,
2650 int OCTTransform4D( OGRCoordinateTransformationH hTransform,
2680 int OCTTransform4DWithErrorCodes( OGRCoordinateTransformationH hTransform,
H A Dogr_spatialref.h821 static inline OGRCoordinateTransformationH ToHandle(OGRCoordinateTransformation* poCT) in ToHandle()
822 { return reinterpret_cast<OGRCoordinateTransformationH>(poCT); } in ToHandle()
827 static inline OGRCoordinateTransformation* FromHandle(OGRCoordinateTransformationH hCT) in FromHandle()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_srs_api.h456 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; typedef
461 typedef void *OGRCoordinateTransformationH; typedef
1039 OGRCoordinateTransformationH CPL_DLL CPL_STDCALL
1067 OGRCoordinateTransformationH CPL_DLL
1073 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH );
1076 OCTTransform( OGRCoordinateTransformationH hCT,
1080 OCTTransformEx( OGRCoordinateTransformationH hCT,
1085 OCTTransform4D( OGRCoordinateTransformationH hCT,
1090 OCTTransform4DWithErrorCodes( OGRCoordinateTransformationH hCT,
H A Dogrct.cpp676 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH hCT ) in OCTDestroyCoordinateTransformation()
856 OGRCoordinateTransformationH CPL_STDCALL
861 return reinterpret_cast<OGRCoordinateTransformationH>( in OCTNewCoordinateTransformation()
906 OGRCoordinateTransformationH
913 return reinterpret_cast<OGRCoordinateTransformationH>( in OCTNewCoordinateTransformationEx()
2599 int CPL_STDCALL OCTTransform( OGRCoordinateTransformationH hTransform, in OCTTransform()
2623 int CPL_STDCALL OCTTransformEx( OGRCoordinateTransformationH hTransform, in OCTTransformEx()
2650 int OCTTransform4D( OGRCoordinateTransformationH hTransform, in OCTTransform4D()
2680 int OCTTransform4DWithErrorCodes( OGRCoordinateTransformationH hTransform, in OCTTransform4DWithErrorCodes()
H A Dogr_spatialref.h821 static inline OGRCoordinateTransformationH ToHandle(OGRCoordinateTransformation* poCT) in ToHandle()
822 { return reinterpret_cast<OGRCoordinateTransformationH>(poCT); } in ToHandle()
827 static inline OGRCoordinateTransformation* FromHandle(OGRCoordinateTransformationH hCT) in FromHandle()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrct.cpp263 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH hCT ) in OCTDestroyCoordinateTransformation()
322 OGRCoordinateTransformationH CPL_STDCALL
327 return (OGRCoordinateTransformationH) in OCTNewCoordinateTransformation()
611 int CPL_STDCALL OCTTransform( OGRCoordinateTransformationH hTransform, in OCTTransform()
748 int CPL_STDCALL OCTTransformEx( OGRCoordinateTransformationH hTransform, in OCTTransformEx()
H A Dogr_srs_api.h246 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; typedef
249 typedef void *OGRCoordinateTransformationH; typedef
618 OGRCoordinateTransformationH CPL_DLL CPL_STDCALL
622 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH );
625 OCTTransform( OGRCoordinateTransformationH hCT,
629 OCTTransformEx( OGRCoordinateTransformationH hCT,
H A Dogr_api.h60 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; typedef
63 typedef void *OGRCoordinateTransformationH; typedef
114 OGRErr CPL_DLL OGR_G_Transform( OGRGeometryH, OGRCoordinateTransformationH );
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_srs_api.h305 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; typedef
308 typedef void *OGRCoordinateTransformationH; typedef
726 OGRCoordinateTransformationH CPL_DLL CPL_STDCALL
730 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH );
733 OCTTransform( OGRCoordinateTransformationH hCT,
737 OCTTransformEx( OGRCoordinateTransformationH hCT,
H A Dogrct.cpp348 OCTDestroyCoordinateTransformation( OGRCoordinateTransformationH hCT ) in OCTDestroyCoordinateTransformation()
452 OGRCoordinateTransformationH CPL_STDCALL
457 return (OGRCoordinateTransformationH) in OCTNewCoordinateTransformation()
836 int CPL_STDCALL OCTTransform( OGRCoordinateTransformationH hTransform, in OCTTransform()
1047 int CPL_STDCALL OCTTransformEx( OGRCoordinateTransformationH hTransform, in OCTTransformEx()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-0.6.0/src/spatial_ref/
H A Dsrs.rs6 use gdal_sys::{self, CPLErr, OGRCoordinateTransformationH, OGRErr, OGRSpatialReferenceH};
11 inner: OGRCoordinateTransformationH,
71 pub fn to_c_hct(&self) -> OGRCoordinateTransformationH { in to_c_hct() argument
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format_p.h69 void operator()(OGRCoordinateTransformationH ct) const in operator()
79 …transformation = std::unique_ptr<typename std::remove_pointer<OGRCoordinateTransformationH>::type,…
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/hdf4/hdf-eos/
H A Dgctp_wrap.c52 static OGRCoordinateTransformationH hForCT, hInvCT;
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dogr_api.h116 typedef void *OGRCoordinateTransformationH; typedef
154 OGRErr CPL_DLL OGR_G_Transform( OGRGeometryH, OGRCoordinateTransformationH );
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hdf4/hdf-eos/
H A Dgctp_wrap.c72 static OGRCoordinateTransformationH hForCT, hInvCT;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hdf4/hdf-eos/
H A Dgctp_wrap.c72 static OGRCoordinateTransformationH hForCT, hInvCT;
/dports/graphics/gdal/gdal-3.3.3/frmts/hdf4/hdf-eos/
H A Dgctp_wrap.c72 static OGRCoordinateTransformationH hForCT, hInvCT;

1234