IGeoObject

Description

interface Tinman.Terrain.Georef.IGeoObject

Base interface for classes that represent entities for geo-referencing.

Instances of IGeoObject are immutable; this makes sure that no inconsistencies arise when geo objects are put into the GeoRegistry.

Public / Attributes

Name


public attribute Name → (get)

value : string

The object name. Will either be null or non-empty.

The human-readable name of this object.

Type


public attribute Type → (get)

value : GeoObjectType

The geo object type.

The type of this geo object.