Registry Methods |
The Registry type exposes the following members.
Name | Description | |
---|---|---|
Add(String, CoordinateReferenceSystem, Boolean) |
Stores a CoordinateReferenceSystem in the registry.
| |
Add(String, String, Boolean) |
Creates, initializes and stores a CoordinateReferenceSystem in the registry.
| |
Contains |
Checks if the registry contains a specific coordinate reference system.
| |
Dispose |
Disposes the CoordinateReferenceSystem objects currently stored in the registry.
| |
Get |
Tries to find a CoordinateReferenceSystem in the registry.
| |
GetContent |
Returns the contents of the registry in CSV format.
| |
GetIds |
Returns the identifiers of the coordinate reference systems currently known to the registry.
| |
SetContent |
Adds the coordinate references system defined by a CSV formatted string to the registry.
|