GeoTiffField Struct

Definition

Namespace: P1.ImageSdk

The description of a GeoTIFF field More…

public struct GeoTiffField

Remarks

The description of a GeoTIFF field

Members

key

The key of the GeoTIFF Field

valueType

The value type of the GeoTIFF Field

value

In case the value type is GeoTiffValueTypeShort with a single value, the value should be stored in this property

stringValue

In case the value type is GeoTiffValueTypeASCII, the value should be stored in this property

doubleArrayValue

In case the value type is GeoTiffValueTypeDouble, the value should be stored in this property

shortArrayValue

In case the value type is GeoTiffValueTypeShort with multiple values, the value should be stored in this property