typedef struct _tagL_JP2_GMLDATA
{
L_UINT32 uStructSize;
pL_JP2_GML_ELEMENT pElements;
L_UINT32 uNumOfElem;
}L_JP2_GMLDATA, *pL_JP2_GMLDATA;
The L_JP2_GMLDATA structure provides information about GML data.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Array of GML data.
The size of the GML data array.
GML data contains the Geography Markup Language (GML) information for a single or multiple codestream. The primary role of GML in relation to JPEG 2000 is to provide an XML encoding of the metadata necessary to make the JPEG document a georeferenced or geographic image.
The structure is used in by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document