| Modifiers | Name | Description | 
|---|---|---|
static enum  | 
                            GpxReader.Type | 
                            GPX Data Types | 
| Type | Name and description | 
|---|---|
GpxReader.Type  | 
                            typeThe Type of data to read from the GPX document  | 
                        
| Constructor and description | 
|---|
                                GpxReader() | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            Layer | 
                            read(java.io.InputStream input)Read a GeoScript Layer from an InputStream  | 
                        
 | 
                            Layer | 
                            read(Map options, java.io.InputStream input)Read a GeoScript Layer from an InputStream  | 
                        
 | 
                            Layer | 
                            read(java.io.File file)Read a GeoScript Layer from a File  | 
                        
 | 
                            Layer | 
                            read(Map options, java.io.File file)Read a GeoScript Layer from a File  | 
                        
 | 
                            Layer | 
                            read(java.lang.String str)Read a GeoScript Layer from a String  | 
                        
 | 
                            Layer | 
                            read(Map options, java.lang.String str)Read a GeoScript Layer from a String  | 
                        
| Methods inherited from class | Name | 
|---|---|
class java.lang.Object | 
                            java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() | 
                        
The Type of data to read from the GPX document
Read a GeoScript Layer from an InputStream
input -  An InputStreamRead a GeoScript Layer from an InputStream
input -  An InputStreamRead a GeoScript Layer from a File
file -  A FileRead a GeoScript Layer from a File
file -  A FileRead a GeoScript Layer from a String
str -  A StringGroovy Documentation