Uses of Enum Class
org.apache.sis.storage.gps.Fix

Packages that use Fix
Package
Description
Structures related to Global Positioning System (GPS).
  • Uses of Fix in org.apache.sis.storage.gps

    Subclasses with type arguments of type Fix in org.apache.sis.storage.gps
    Modifier and Type
    Class
    Description
    enum 
    Type of GPS fix (position derived from measuring external reference points).
    Methods in org.apache.sis.storage.gps that return Fix
    Modifier and Type
    Method
    Description
    static Fix
    Fix.fromGPX(String name)
    Returns the enumeration value from the given GPX name, or null if none.
    static Fix
    Fix.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Fix[]
    Fix.values()
    Returns an array containing the constants of this enum class, in the order they are declared.