Package | Description |
---|---|
org.apache.sis.storage.gps |
Structures related to Global Positioning System (GPS).
|
Modifier and Type | Method and 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 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.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.