←Select platform

MetadataType Property

Summary

Gets the type of GeoKey.

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

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

Leadtools.Codecs Assembly