IMapEntity

Description

interface Tinman.Terrain.Mapping.IMapEntity

Base interface for classes that represent a map dataset.

Public / Methods

Update​Georef


[ThreadSafe]
public method UpdateGeoref → (1)

georef in : Raster

The new geo-referencing data or null.

Updates geo-referencing data of this heightmap.

The given georef in will be adjusted to the map raster of this entity by calling Raster.AdjustMap.

IOException

If an I/O error has occurred.

Public / Attributes

Can​Update


public attribute CanUpdate → (get)

value : bool

true if the map content can be updated, false if not.

Does this map allow updates to its content (i.e. sample data and/or metadata)?

Extensions

Throw​If​Cannot​Update


public static method ThrowIfCannotUpdate → (1)

source in : string

The error source tag.

Throws an exception if IMapEntity.CanUpdate returns false.

IOException

If IMapEntity.CanUpdate returns false.