LuciadCPillar C# 2026.0.05
Loading...
Searching...
No Matches
Luciad.Geodesy.CoordinateReference Class Referencesealed

Represents a coordinate reference. More...

Inheritance diagram for Luciad.Geodesy.CoordinateReference:

Public Member Functions

void Dispose ()
override bool Equals (object other)
override int GetHashCode ()
 Returns the hash value for this coordinate reference.
override string ToString ()

Properties

string Id [get]
 The identifier for the coordinate reference.
string Name [get]
 The name of the coordinate reference.
Luciad.Geodesy.CoordinateReferenceType Type [get]
 The coordinate reference type.

Detailed Description

Represents a coordinate reference.

This is the common API for both geo-referenced and non-geo-referenced coordinate references.

Member Function Documentation

◆ Dispose()

void Luciad.Geodesy.CoordinateReference.Dispose ( )
inline

◆ Equals()

override bool Luciad.Geodesy.CoordinateReference.Equals ( object other)
inline

◆ GetHashCode()

override int Luciad.Geodesy.CoordinateReference.GetHashCode ( )
inline

Returns the hash value for this coordinate reference.

Returns
the hash value for this coordinate reference.

◆ ToString()

override string Luciad.Geodesy.CoordinateReference.ToString ( )
inline

Property Documentation

◆ Id

string Luciad.Geodesy.CoordinateReference.Id
get

The identifier for the coordinate reference.

[get]

Returns the identifier for the coordinate reference.

◆ Name

string Luciad.Geodesy.CoordinateReference.Name
get

The name of the coordinate reference.

[get]

Returns the name of the coordinate reference.

Since
2022.0 [get]

◆ Type

Luciad.Geodesy.CoordinateReferenceType Luciad.Geodesy.CoordinateReference.Type
get

The coordinate reference type.

[get]

Returns the coordinate reference type.

Since
2025.0 [get]