Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
6bde9814
Commit
6bde9814
authored
Feb 29, 2008
by
Jordi Inglada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
methode manquante
parent
a95bda4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
Utilities/otbossim/include/ossim/projection/ossimSensorModelFactory.h
...bossim/include/ossim/projection/ossimSensorModelFactory.h
+13
-4
No files found.
Utilities/otbossim/include/ossim/projection/ossimSensorModelFactory.h
View file @
6bde9814
//*******************************************************************
// Copyright (C) 2000 ImageLinks Inc.
//
// License: See top level LICENSE.txt file.
// License: LGPL
//
// See LICENSE.txt file in the top level directory for more details.
//
// Author: Oscar Kramer
//
// Description: Factory for all ossim sensor models.
//
//*******************************************************************
// $Id: ossimSensorModelFactory.h
12081 2007-11-26 21:44:18
Z dburken $
// $Id: ossimSensorModelFactory.h
9094 2006-06-13 19:12:40
Z dburken $
#ifndef ossimSensorModelFactory_HEADER
#define ossimSensorModelFactory_HEADER
#include <ossim/projection/ossimProjectionFactoryBase.h>
...
...
@@ -16,7 +19,7 @@ class ossimProjection;
class
ossimString
;
class
ossimFilename
;
class
OSSIM_DLL
ossimSensorModelFactory
:
public
ossimProjectionFactoryBase
class
ossimSensorModelFactory
:
public
ossimProjectionFactoryBase
{
public:
/*!
...
...
@@ -51,13 +54,19 @@ public:
*/
virtual
void
getTypeNameList
(
std
::
vector
<
ossimString
>&
typeList
)
const
;
/*!
* METHOD: getList()
* Returns name list of all products represented by this factory.
*/
virtual
std
::
list
<
ossimString
>
getList
()
const
;
protected:
ossimSensorModelFactory
()
{}
static
ossimSensorModelFactory
*
theInstance
;
bool
isNitf
(
const
ossimFilename
&
filename
)
const
;
bool
isLandsat
(
const
ossimFilename
&
filename
)
const
;
bool
isNetworkedQuadTree
(
const
ossimFilename
&
filename
)
const
;
bool
isNetworkedQuadTree
(
const
ossimFilename
&
filename
)
const
;
void
findCoarseGrid
(
ossimFilename
&
result
,
const
ossimFilename
&
geomFile
)
const
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment