TemporalRefSysResolver class abstract

An abstract class for resolving temporal coordinate reference system information.

A resolver can be accessed using registry that is initially instantiated with the basic default implementation. It be customized by registering a custom instance using register).

NOTE: The current version of this resolver class provides only the method normalizeId. In future other methods might be added.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

normalizeId(String id) String
Normalizes the temporal coordinate reference system identifier.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

registry TemporalRefSysResolver
The current instance of TemporalRefSysResolver, initially instantiated with the basic default implementation.
getter/setter pair

Static Methods

register(TemporalRefSysResolver resolver) → void
Registers a custom instance of TemporalRefSysResolver, available at static registry after calling this.