←Select platform

MetadataType Property

Summary

Gets the type of GeoKey.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterTagMetadataDataType MetadataType { get; } 
Public ReadOnly Property MetadataType As Leadtools.RasterTagMetadataDataType 
public Leadtools.RasterTagMetadataDataType MetadataType {get;} 
@property (nonatomic, assign, readonly) LTRasterTagMetadataDataType metadataType 
public RasterTagMetadataDataType getMetadataType() 
 get_MetadataType();  

Property Value

The type of the GeoKey This indicates whether the data pointed to by Buffer is SHORT, DOUBLE or ASCII. Possible values are:

Value Meaning
RasterTagMetadataDataType.Int16 Two bytes, unsigned.
RasterTagMetadataDataType.Double Eight bytes used as a double-precision floating-point number
RasterTagMetadataDataType.Ascii Byte in the range of 0 to 255. Null-terminated

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