Uses of Class
org.apache.sis.referencing.CommonCRS.Temporal
-
Packages that use CommonCRS.Temporal Package Description org.apache.sis.referencing Base classes for reference systems used for general positioning. -
-
Uses of CommonCRS.Temporal in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return CommonCRS.Temporal Modifier and Type Method Description static CommonCRS.Temporal
CommonCRS.Temporal. forEpoch(Instant epoch)
Returns the enumeration value for the given epoch, ornull
if none.static CommonCRS.Temporal
CommonCRS.Temporal. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonCRS.Temporal[]
CommonCRS.Temporal. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-