←Select platform

Buffer Property

Summary

Gets a pointer to the unmanaged memory containing the GeoKey data.

Syntax
C#
VB
Objective-C
C++
Java
public RasterNativeBuffer Buffer { get; } 
Public ReadOnly Property Buffer As RasterNativeBuffer 
@property (nonatomic, assign, readonly, nullable) const unsigned char *data 
@property (nonatomic, assign, readonly)           NSUInteger dataLength 
public RasterNativeBuffer getBuffer() 
public: 
property RasterNativeBuffer Buffer { 
   RasterNativeBuffer get(); 
} 

Property Value

A pointer to the unmanaged memory containing the GeoKey data.

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly