Checks if the registry contains a specific coordinate reference system.
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public static bool Contains(
string id
)
Public Shared Function Contains (
id As String
) As Boolean
public:
static bool Contains(
String^ id
)
static member Contains :
id : string -> bool
Parameters
- id
- Type: SystemString
Identifier of the coordinate reference system, e.g. EPSG:4326
Return Value
Type:
BooleanReturns true, if the registry contains the coordinate reference system. Returns false otherwise.
See Also