←Select platform

ReadGmlData(Stream) Method

Summary

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

Syntax

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

Parameters

stream
A System.IO.Stream containing the JPEG 2000 file data to from which GML information is being read.

Return Value

GmlData object containing the GML information stored in the stream.

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