Returns the identifiers of the coordinate reference systems currently known to the registry.
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public static IList<string> GetIds()
Public Shared Function GetIds As IList(Of String)
public:
static IList<String^>^ GetIds()
static member GetIds : unit -> IList<string>
Return Value
Type:
IListStringReturns the list of the coordinate reference system identifiers.
See Also