OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNitfRpcATag.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // LICENSE: LGPL
4 //
5 // see top level LICENSE.txt
6 //
7 // Author: Garrett Potts
8 //
9 // Description: Nitf support class for RPC00A -
10 // Rational Polynomial Coefficient extension.
11 //
12 //********************************************************************
13 // $Id: ossimNitfRpcATag.cpp 22013 2012-12-19 17:37:20Z dburken $
14 
16 
17 RTTI_DEF1(ossimNitfRpcATag, "ossimNitfRpcATag", ossimNitfRpcBase);
18 
21 {
22  // Set the tag name in base.
23  setTagName(std::string("RPC00A"));
24 }
RTTI_DEF1(ossimNitfRpcATag, "ossimNitfRpcATag", ossimNitfRpcBase)
The layout of RPC00B is the same as RPC00A.
virtual void setTagName(const std::string &tagName)