Click or drag to resize

Registry Methods

The Registry type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd(String, CoordinateReferenceSystem, Boolean)
Stores a CoordinateReferenceSystem in the registry.
Public methodStatic memberAdd(String, String, Boolean)
Creates, initializes and stores a CoordinateReferenceSystem in the registry.
Public methodStatic memberContains
Checks if the registry contains a specific coordinate reference system.
Public methodStatic memberDispose
Disposes the CoordinateReferenceSystem objects currently stored in the registry.
Public methodStatic memberGet
Tries to find a CoordinateReferenceSystem in the registry.
Public methodStatic memberGetContent
Returns the contents of the registry in CSV format.
Public methodStatic memberGetIds
Returns the identifiers of the coordinate reference systems currently known to the registry.
Public methodStatic memberSetContent
Adds the coordinate references system defined by a CSV formatted string to the registry.
Top
See Also