Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
e7a42c6b
Commit
e7a42c6b
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: tab replaced by 2 spaces
parent
4bf2852a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Projections/otbConvertCartoToGeoPoint.cxx
+4
-4
4 additions, 4 deletions
Projections/otbConvertCartoToGeoPoint.cxx
with
4 additions
and
4 deletions
Projections/otbConvertCartoToGeoPoint.cxx
+
4
−
4
View file @
e7a42c6b
...
...
@@ -64,7 +64,7 @@ int generic_main_carto_geo(TMapProjection* mapProjection, otb::CommandLineArgume
if
(
!
parseResult
->
IsOptionPresent
(
"--OTBTesting"
))
{
std
::
cout
<<
std
::
setprecision
(
10
)
<<
"Cartographic Point (x , y) : ("
<<
cartoPoint
[
0
]
<<
","
<<
cartoPoint
[
1
]
<<
")"
<<
std
::
endl
;
std
::
cout
<<
std
::
setprecision
(
10
)
<<
"Geographic Point (Lat,Lon) : ("
<<
geoPoint
[
1
]
<<
","
<<
geoPoint
[
0
]
<<
")"
<<
std
::
endl
;
std
::
cout
<<
std
::
setprecision
(
10
)
<<
"Geographic Point (Lat,Lon) : ("
<<
geoPoint
[
1
]
<<
","
<<
geoPoint
[
0
]
<<
")"
<<
std
::
endl
;
}
else
{
...
...
@@ -74,7 +74,7 @@ int generic_main_carto_geo(TMapProjection* mapProjection, otb::CommandLineArgume
outputTestFile
.
open
(
outputTestFileName
.
c_str
());
outputTestFile
<<
std
::
setprecision
(
10
)
<<
"Cartographic Point (x , y) : ("
<<
cartoPoint
[
0
]
<<
","
<<
cartoPoint
[
1
]
<<
")"
<<
std
::
endl
;
outputTestFile
<<
std
::
setprecision
(
10
)
<<
"Geographic Point (Lat,Lon) : ("
<<
geoPoint
[
1
]
<<
","
<<
geoPoint
[
0
]
<<
")"
<<
std
::
endl
;
outputTestFile
<<
std
::
setprecision
(
10
)
<<
"Geographic Point (Lat,Lon) : ("
<<
geoPoint
[
1
]
<<
","
<<
geoPoint
[
0
]
<<
")"
<<
std
::
endl
;
outputTestFile
.
close
();
}
...
...
@@ -110,7 +110,7 @@ int main(int argc, char* argv[])
{
ossimInit
::
instance
()
->
initialize
(
argc
,
argv
);
// Parse command line parameters
// Parse command line parameters
typedef
otb
::
CommandLineArgumentParser
ParserType
;
ParserType
::
Pointer
parser
=
ParserType
::
New
();
...
...
@@ -141,7 +141,7 @@ int main(int argc, char* argv[])
return
EXIT_FAILURE
;
}
// Code
// Code
std
::
string
typeMap
=
parseResult
->
GetParameterString
(
"--MapProjectionType"
,
0
);
int
nbParams
=
parseResult
->
GetNumberOfParameters
(
"--MapProjectionType"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment