Skip to content

Commit

Permalink
Make SrsTransform private.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 31, 2019
1 parent 6dc6736 commit a08bab7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 167 deletions.
2 changes: 1 addition & 1 deletion filters/ReprojectionFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "ReprojectionFilter.hpp"

#include <pdal/PointView.hpp>
#include <pdal/SrsTransform.hpp>
#include <pdal/private/SrsTransform.hpp>
#include <pdal/util/ProgramArgs.hpp>

//#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion pdal/GDALUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include <pdal/GDALUtils.hpp>
#include <pdal/SpatialReference.hpp>
#include <pdal/SrsTransform.hpp>
#include <pdal/private/SrsTransform.hpp>
#include <pdal/util/Algorithm.hpp>
#include <pdal/util/Utils.hpp>

Expand Down
4 changes: 1 addition & 3 deletions pdal/Geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
****************************************************************************/

#include <pdal/Geometry.hpp>
#include <pdal/SrsTransform.hpp>
#include "cpl_string.h"
#include <pdal/private/SrsTransform.hpp>

#include <ogr_geometry.h>


namespace pdal
{

Expand Down
2 changes: 1 addition & 1 deletion pdal/SpatialReference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <pdal/Metadata.hpp>
#include <pdal/PDALUtils.hpp>
#include <pdal/SpatialReference.hpp>
#include <pdal/SrsTransform.hpp>
#include <pdal/private/SrsTransform.hpp>
#include <pdal/util/FileUtils.hpp>

// gdal
Expand Down
87 changes: 0 additions & 87 deletions pdal/SrsTransform.cpp

This file was deleted.

73 changes: 0 additions & 73 deletions pdal/SrsTransform.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/i3s/io/EsriReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "EsriReader.hpp"

#include <Eigen/Geometry>
#include <pdal/SrsTransform.hpp>
#include <pdal/private/SrsTransform.hpp>

#include "../lepcc/src/include/lepcc_types.h"

Expand Down

0 comments on commit a08bab7

Please sign in to comment.