Uses of Enum Class
org.apache.sis.referencing.CommonCRS.Temporal
Packages that use CommonCRS.Temporal
Package
Description
Base classes for reference systems used for general positioning.
-
Uses of CommonCRS.Temporal in org.apache.sis.referencing
Subclasses with type arguments of type CommonCRS.Temporal in org.apache.sis.referencingModifier and TypeClassDescriptionstatic enum
Frequently-used temporal CRS and datum that are guaranteed to be available in SIS.Methods in org.apache.sis.referencing that return CommonCRS.TemporalModifier and TypeMethodDescriptionstatic CommonCRS.Temporal
Returns the enumeration value for the given epoch, ornull
if none.static CommonCRS.Temporal
CommonCRS.Temporal.forIdentifier
(String identifier, boolean onlyOGC) Returns the enumeration value for the given identifier (without namespace).static CommonCRS.Temporal
Returns the enum constant of this class with the specified name.static CommonCRS.Temporal[]
CommonCRS.Temporal.values()
Returns an array containing the constants of this enum class, in the order they are declared.