#include <otbGeometriesProjectionFilter.h>
Internal functor used to reproject an OGRGeometry
.
Definition at line 51 of file otbGeometriesProjectionFilter.h.
◆ InternalTransformPointerType
◆ InternalTransformType
◆ TransformedElementType
◆ apply_inplace()
void otb::internal::ReprojectTransformationFunctor::apply_inplace |
( |
OGRGeometry * |
inout | ) |
const |
◆ do_transform() [1/4]
void otb::internal::ReprojectTransformationFunctor::do_transform |
( |
OGRGeometryCollection & |
g | ) |
const |
|
private |
Transforms all the geometries from a geometreis collection.
- Parameters
-
[in,out] | g | polygon to transform |
- Exceptions
-
Whatever | is thrown by m_Transform::operator() |
◆ do_transform() [2/4]
void otb::internal::ReprojectTransformationFunctor::do_transform |
( |
OGRLineString & |
g | ) |
const |
|
private |
Transforms all the points from a line-string, thanks to m_Transform
.
- Parameters
-
[in,out] | g | line-string to transform |
- Exceptions
-
Whatever | is thrown by m_Transform::operator() |
◆ do_transform() [3/4]
void otb::internal::ReprojectTransformationFunctor::do_transform |
( |
OGRPoint & |
g | ) |
const |
|
private |
◆ do_transform() [4/4]
void otb::internal::ReprojectTransformationFunctor::do_transform |
( |
OGRPolygon & |
g | ) |
const |
|
private |
Transforms all the rings from a polygon.
- Parameters
-
[in,out] | g | polygon to transform |
- Exceptions
-
Whatever | is thrown by m_Transform::operator() |
◆ operator()()
ogr::UniqueGeometryPtr otb::internal::ReprojectTransformationFunctor::operator() |
( |
OGRGeometry const * |
in | ) |
const |
◆ SetOnePointTransformation()
◆ m_Transform
The documentation for this struct was generated from the following files: