class KmlReader extends java.lang.Object
Read a GeoScript geoscript.layer.Layer from a KML InputStream, File, or String.
Constructor and description |
---|
KmlReader
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Layer |
read(Map options, InputStream input) Read a GeoScript Layer from a KML InputStream
|
|
Layer |
read(Map options, 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, 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 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