Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public static CoordinateReferenceSystem Get(
string id
)
Public Shared Function Get (
id As String
) As CoordinateReferenceSystem
public:
static CoordinateReferenceSystem^ Get(
String^ id
)
static member Get :
id : string -> CoordinateReferenceSystem
Parameters
- id
- Type: SystemString
Identifier of the coordinate reference system, e.g. EPSG:4326.
Return Value
Type:
CoordinateReferenceSystemReturns a
CoordinateReferenceSystem instance or null, if the identifier is
unknown.
Remarks See Also