GeoAuthority

Description

[ShutdownSurvive]
sealed class Tinman.Terrain.Georef.GeoAuthority

Derived from

SerializableBase abstract
IEquatable<GeoAuthority>

Token for an authority that defines geo-referencing objects.

Public / Constants

Epsg


public static readonly attribute Epsg → (GeoAuthority)

EPSG Geodetic Parameter Dataset

Public / Constructors

Geo​Authority


public constructor GeoAuthority → (1)

name in : string

[not-empty]
Human-readable name of the geo-referencing authority.

Creates a new instance of GeoAuthority.

Public / Methods

For


public static method For → (1)

name in : string

[not-empty]
The authority name.

returns → GeoAuthority

The geo authority object.

Returns a geo authority for the given name.

Public / Attributes

Name


public attribute Name → (get)

value : string

[not-null]
The authority name.

Human-readable name of the geo-referencing authority.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.