TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class GeorefException in Tinman.Terrain.Georef

Base exception class for georeferencing module.

sealed class GeorefException extends TinmanException

Public / Attributes

ErrorInfo

The TinmanError object that describes the error that has occurred.

public property ErrorInfo { get }
type TinmanError
value [not-null] The TinmanError object.
inherited TinmanException.ErrorInfo

Message

[Pure]
public override sealed property Message { get }
type string
value
inherited TinmanException.Message

Source

The error source (see ErrorSource).

public property Source { get }
type string
value The error source tag.
inherited TinmanException.Source

Public / Methods

MissingParameter

A required CoordinateOperationParameter cannot be found.

public static method MissingParameter (string source, CoordinateOperationParameter parameter)
type GeorefException
params source Error source tag.
  parameter The parameter object.
returns The ready-to-throw exception.

NoSuchGeoObject

A geo object cannot be found in the geo registry.

public static method NoSuchGeoObject (string source, GeoObjectId key)
type GeorefException
params source Error source tag.
  key The geo object key.
returns The ready-to-throw exception.

ToString

[Pure]
public override sealed method ToString ()
type string
inherited TinmanException.ToString

UnsupportedMetadata

A piece of georeferencing metadata is not supported.

public static method UnsupportedMetadata (string source, string what)
type GeorefException
params source Error source tag.
  what Description of what is not supported.
returns The ready-to-throw exception.