class GpxReader extends java.lang.Object
Read a Feature from a GPX document
| Constructor and description |
|---|
GpxReader
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Feature |
read(java.lang.String str)Read a Feature from a String. |
|
Feature |
read(Node node)Read a Feature from an XML Node
|
|
void |
read(Node node, Map datum, Map fieldMap)Read an XML Node and put the values in the datum Map and the fields in the fieldMap. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |