←Select platform

ToRasterTagMetadata Method

Summary

Constructs a RasterTagMetadata from this GeoKey data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterTagMetadata ToRasterTagMetadata() 
Public Function ToRasterTagMetadata() As Leadtools.RasterTagMetadata 
public Leadtools.RasterTagMetadata ToRasterTagMetadata() 
@property (nonatomic, strong, readonly) LTRasterTagMetadata *rasterTagMetadata 
public RasterTagMetadata toRasterTagMetadata() 
 function Leadtools.Codecs.CodecsEnumGeoKeysEventArgs.ToRasterTagMetadata() 
public: 
Leadtools.RasterTagMetadata^ ToRasterTagMetadata();  

Return Value

A RasterTagMetadata object that contains the data stored in this GeoKey.

Remarks

The number of bytes in Buffer can be obtained by RasterNativeBuffer.Length, while the number of items can be obtained by Count.

You can also construct a new RasterTagMetadata object from the data stored in this CodecsEnumGeoKeysEventArgs using the ToRasterTagMetadata method.

Example

For an example, refer to RasterCodecs.GeoKeyFound.

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.Codecs Assembly