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
Julien Cabieces
otb
Commits
fe3be00d
Commit
fe3be00d
authored
12 years ago
by
Mickael Savinaud
Browse files
Options
Downloads
Patches
Plain Diff
DOC: correct some typos
parent
6300618f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/UtilitiesAdapters/OssimAdapters/otbDEMHandler.h
+4
-4
4 additions, 4 deletions
Code/UtilitiesAdapters/OssimAdapters/otbDEMHandler.h
with
4 additions
and
4 deletions
Code/UtilitiesAdapters/OssimAdapters/otbDEMHandler.h
+
4
−
4
View file @
fe3be00d
...
...
@@ -35,12 +35,12 @@ namespace otb
* \brief Single access point for DEM data retrieval
*
* This class is the single configuration and access point for
* elevation handling in images projections and locali
s
ation
* elevation handling in images projections and locali
z
ation
* functions. Since this class is a singleton, the New() method is
* deprecated and will be removed in future release. Please use the
* DEMHandler::Instance() method instead.
*
* Please be aware that a proper instan
c
iation and parameter setting
* Please be aware that a proper instan
t
iation and parameter setting
* of this class is advised before any call to geometric filters or
* functionalities. Ossim internal accesses to elevation are also
* configured by this class and this will ensure consistency
...
...
@@ -55,7 +55,7 @@ namespace otb
* The class allows to retrieve either height above ellipsoid or
* height above Mean Sea Level (MSL).
*
* Here is the complete description of both methods outp
o
ut depending
* Here is the complete description of both methods output depending
* on the class configuration for the SRTM DEM (in the following, no
* SRTM means DEMDirectory not set, or no coverage for point, or
* srtm_value is no_data).
...
...
@@ -72,7 +72,7 @@ namespace otb
* - SRTM available, but no geoid: srtm_value
* - No SRTM and no geoid available: 0
*
* Please note that OSSIM internal calls for sensor model
l
ing use the
* Please note that OSSIM internal calls for sensor modeling use the
* height above ellipsoid, and follow the same logic as the
* GetHeightAboveEllipsoid() method.
*
...
...
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