LuciadCPillar C# 2023.1.04
Luciad.Geodesy.CoordinateReference Class Reference

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. More...
 
override string ToString ()
 

Properties

string Id [get]
 
string Name [get]
 

Detailed Description

Represents a coordinate reference.

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

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::CoordinateReference.

Member Function Documentation

◆ Dispose()

void Luciad.Geodesy.CoordinateReference.Dispose ( )
inline

◆ Equals()

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

◆ GetHashCode()

int Luciad.Geodesy.CoordinateReference.GetHashCode ( )
inline

Returns the hash value for this coordinate reference.

the hash value for this coordinate reference.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::CoordinateReference::getHash.

◆ ToString()

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

Property Documentation

◆ Id

string Luciad.Geodesy.CoordinateReference.Id
get

◆ Name

string Luciad.Geodesy.CoordinateReference.Name
get