Gets a pointer to the unmanaged memory containing the GeoKey data.
public RasterNativeBuffer Buffer { get; }
Public ReadOnly Property Buffer As Leadtools.RasterNativeBuffer
public Leadtools.RasterNativeBuffer Buffer {get;}
@property (nonatomic, assign, readonly, nullable) const unsigned char *data
@property (nonatomic, assign, readonly) NSUInteger dataLength
public RasterNativeBuffer getBuffer()
get_Buffer();
public:
property Leadtools.RasterNativeBuffer Buffer {
Leadtools.RasterNativeBuffer get();
}
A pointer to the unmanaged memory containing the GeoKey data.
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.
For an example, refer to RasterCodecs.GeoKeyFound.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET