GDAL
ogr
ogrct_priv.h
1
/******************************************************************************
2
*
3
* Project: GDAL
4
* Purpose: Header for methods of OGRCoordinateTransformation only for GDAL
5
* internal use.
6
* Author: Even Rouault <even dot rouault at spatialys.com>
7
*
8
******************************************************************************
9
* Copyright (c) 2025, Even Rouault <even dot rouault at spatialys.com>
10
*
11
* SPDX-License-Identifier: MIT
12
****************************************************************************/
13
14
#ifndef OGRCT_PRIV_H_INCLUDED
15
#define OGRCT_PRIV_H_INCLUDED
16
17
#include "
ogr_spatialref.h
"
18
19
void
OGRProjCTDifferentOperationsStart(
OGRCoordinateTransformation
*poCT);
20
21
void
OGRProjCTDifferentOperationsStop(
OGRCoordinateTransformation
*poCT);
22
23
bool
OGRProjCTDifferentOperationsUsed(
OGRCoordinateTransformation
*poCT);
24
25
#endif
// OGRCT_PRIV_H_INCLUDED
OGRCoordinateTransformation
Interface for transforming between coordinate systems.
Definition
ogr_spatialref.h:772
ogr_spatialref.h
Coordinate systems services.
Generated by
1.16.1