Uses of Enum
org.apache.sis.storage.gps.Fix
Packages that use Fix
Package
Description
Reads and writes data in GPS Exchange Format (GPX).
Structures related to Global Positioning System (GPS).
-
Uses of Fix in org.apache.sis.internal.storage.gpx
Methods in org.apache.sis.internal.storage.gpx with parameters of type FixModifier and TypeMethodDescriptionprivate void
Writer.writeSingle
(Fix fix) Writes the value of the given enumeration. -
Uses of Fix in org.apache.sis.storage.gps
Fields in org.apache.sis.storage.gps with type parameters of type FixMethods in org.apache.sis.storage.gps that return FixModifier and TypeMethodDescriptionstatic Fix
Returns the enumeration value from the given GPX name, ornull
if none.static Fix
Returns the enum constant of this type with the specified name.static Fix[]
Fix.values()
Returns an array containing the constants of this enum type, in the order they are declared.