←Select platform

ReadGmlData(string) Method

Summary

Reads Geography Markup Language (GML) data stored in a JPEG 2000 file.

Syntax

C#
VB
C++
public GmlData ReadGmlData( 
   string fileName 
) 
  
Public Overloads Function ReadGmlData( _ 
   ByVal fileName As String _ 
) As Leadtools.Jpeg2000.GmlData 
public: 
Leadtools.Jpeg2000.GmlData^ ReadGmlData(  
   String^ fileName 
)  

Parameters

fileName
System.String containing the name of the JPEG 2000 file.

Return Value

GmlData object containing the GML stored in the file.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly