Click or drag to resize
SoVRLdmFileBorderReaderBuildTileMethods Enumeration

Enum use to set the method for building tiles in lower resolution from full resolution.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum BuildTileMethods
Members
  Member nameValueDescription
DECIMATION0

Apply a decimation on the the full resolution tile to build lower resolution tile.

AVERAGE1

Apply a average method on the the full resolution tile to build lower resolution tile.

Remarks
See Also