| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            Layer | 
                            read(Map options = [:], java.io.InputStream input)Read a GeoScript Layer from an InputStream  | 
                        
 | 
                            Layer | 
                            read(Map options = [:], java.io.InputStream input, double version)Read a GeoScript Layer from an InputStream  | 
                        
 | 
                            Layer | 
                            read(Map options = [:], java.io.File file)Read a GeoScript Layer from a File  | 
                        
 | 
                            Layer | 
                            read(Map options = [:], java.io.File file, double version)Read a GeoScript Layer from a File  | 
                        
 | 
                            Layer | 
                            read(Map options = [:], java.lang.String str)Read a GeoScript Layer from a String  | 
                        
 | 
                            Layer | 
                            read(Map options = [:], java.lang.String str, double version)Read a GeoScript Layer from a String  | 
                        
| 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() | 
                        
Read a GeoScript Layer from an InputStream
options -  The optional named parameters:
 input -  An InputStreamRead a GeoScript Layer from an InputStream
options -  The optional named parameters:
 input -  An InputStreamversion -  The GML/WFS version (2, 3, or 3.2)Read a GeoScript Layer from a File
options -  The optional named parameters:
 file -  A FileRead a GeoScript Layer from a File
options -  The optional named parameters:
 file -  A Fileversion -  The GML/WFS version (2, 3, or 3.2)Read a GeoScript Layer from a String
options -  The optional named parameters:
 str -  A StringRead a GeoScript Layer from a String
options -  The optional named parameters:
 str -  A Stringversion -  The GML/WFS version (2, 3, or 3.2)