![]() |
Orfeo Toolbox
3.16
|
Helper functions to do the geo information conversions used frequently. More...
Functions | |
| bool | IsESRIValidWKT (const std::string &Wkt) |
| std::string | ToWKT (int srid) |
| std::string | ToWKT (const std::string &candidateSrid) |
Helper functions to do the geo information conversions used frequently.
This namespace provides helpers functions to build a WKT from a valid EPSG number using the method ToWKT(int srid).
| bool otb::GeoInformationConversion::IsESRIValidWKT | ( | const std::string & | Wkt | ) |
this method try to morph a wkt to ESRI WKT format and returns the error code
Definition at line 66 of file otbGeoInformationConversion.cxx.
| std::string otb::GeoInformationConversion::ToWKT | ( | int | srid | ) |
method used to create a wkt from an epsg number
Definition at line 30 of file otbGeoInformationConversion.cxx.
References NULL.
Referenced by otb::ImageToOSMVectorDataGenerator< TImage >::EstimateImageExtent(), otb::Wrapper::MapProjectionParametersHandler::GetProjectionRefFromChoice(), otb::Wrapper::MapProjectionParametersHandler::InitializeUTMParameters(), otb::MapFileProductWriter< TInputImage >::InitializeVectorData(), otb::GenericRSTransform< TScalarType, NInputDimensions, NOutputDimensions >::InstanciateTransform(), otb::OSMDataToVectorDataGenerator::ProcessVectorData(), otb::GenericRSResampleImageFilter< TInputImage, TOutputImage >::SetOutputParametersFromMap(), otb::MapFileProductWriter< TInputImage >::Tiling(), ToWKT(), and otb::MapFileProductWriter< TInputImage >::Write().
| std::string otb::GeoInformationConversion::ToWKT | ( | const std::string & | candidateSrid | ) |
Definition at line 52 of file otbGeoInformationConversion.cxx.
References ToWKT().