LNITFFile::AppendGraphicSegment

#include "ltwrappr.h"

L_INT LNITFFile::AppendGraphicSegment(pVector, prcVecBounds)

LVectorBase * pVector;

/* pointer to LVectorBase class object */

LPRECT prcVecBounds;

/* pointer to a RECT structure */

Appends a graphic data to the graphic segment inside the NITF file.

Parameter

Description

pVector

Pointer to an LVectorBase class object that holds the graphic data to be added to the graphic segment into the NITF file.

prcVecBounds

Pointer to a RECT structure that specifies the bounding rectangle for the graphic data.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LTNTF

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LNITFFile::Create, LNITFFile::Destroy, LNITFFile::GetStatus, LNITFFile::SaveFile, LNITFFile::AppendImageSegment, LNITFFile::AppendTextSegment, LNITFFile::GetVector, LNITFFile::SetVector, LNITFFile::GetNITFHeader, LNITFFile::SetNITFHeader, LNITFFile::GetGraphicHeaderCount, LNITFFile::GetGraphicHeader, LNITFFile::SetGraphicHeader, LNITFFile::GetImageHeaderCount, LNITFFile::GetImageHeader, LNITFFile::SetImageHeader, LNITFFile::GetTextHeaderCount, LNITFFile::GetTextHeader, LNITFFile::SetTextHeader.

Topics:

NITF Functions: Appending Data to a NITF File

 

Programming with LEADTOOLS NITF Functions.

Example

For an example, refer to LNITFFile::Create.