IGeoRegistry
Description
- Derived from
- Extended by
-
GeoRegistry sealed
Base interface for classes that represent a registry of geo objects.
Public / Methods
Consolidate
Consolidates this geo registry.
This method re-organizes the geo objects in the registry in order to fix validation problems (IValidatable.Validate), if possible. The returned geo registry will behave in the same way as this one.
Lookup
3 overloads
Performs a geo registry lookup.
- GeorefException
-
If no geo object has been found.
Performs a geo registry lookup.
Performs a geo registry lookup.
Extensions
Lookup
2 overloads
Performs a geo registry lookup.
- GeorefException
-
If no geo object has been found.
Performs a geo registry lookup.
- GeorefException
-
If no geo object has been found.
LookupDatumOperation
Looks for a DatumOperation that performs datum conversion between the given coordinate systems.
This method will return unique results only. If one or more possible conversions exist, null
is returned. In this case, the calling code must provide a datum conversion.