GDAL
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
19void OGRProjCTDifferentOperationsStart(OGRCoordinateTransformation *poCT);
20
21void OGRProjCTDifferentOperationsStop(OGRCoordinateTransformation *poCT);
22
23bool OGRProjCTDifferentOperationsUsed(OGRCoordinateTransformation *poCT);
24
25#endif // OGRCT_PRIV_H_INCLUDED
Interface for transforming between coordinate systems.
Definition ogr_spatialref.h:772
Coordinate systems services.