TemporalRefSys class

Metadata about a temporal coordinate reference system (TRS) identified and specified by id.

Annotations
  • @immutable

Constructors

TemporalRefSys.from({TemporalRefSys? temporalRefSys, String? trs})
The temporal coordinate reference system resolved in this order:
factory
TemporalRefSys.id(String id)
Metadata about a temporal coordinate reference system (TRS) identified and specified by id.
const
TemporalRefSys.normalized(String id)
Metadata about a temporal coordinate reference system (TRS) identified and specified by the normalized identifier of id.

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
The temporal coordinate reference system (TRS) identifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

gregorian → const TemporalRefSys
The temporal coordinate reference system identified by 'http://www.opengis.net/def/uom/ISO-8601/0/Gregorian'.