| Constructor and description | 
|---|
                                KmlReader() | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            Layer | 
                            read(Map options, java.io.InputStream input)Read a GeoScript Layer from a KML InputStream  | 
                        
 | 
                            Layer | 
                            read(Map options, java.io.File file)Read a GeoScript Layer from a KML File  | 
                        
 | 
                            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() | 
                        
Read a GeoScript Layer from a KML InputStream
options -  The optional named parameters:
 input -  A KML InputStreamRead a GeoScript Layer from a KML File
options -  The optional named parameters:
 file -  A KML FileRead a GeoScript Layer from a String
options -  The optional named parameters:
 str -  A KML String