class GeobufReader extends java.lang.Object
Read a Feature from a Geobuf encoded protocol buffer.
| Constructor and description | 
|---|
                                GeobufReader
                                (Map options)Create a new GeobufReader  | 
                        
                                GeobufReader
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            Feature | 
                            read(java.lang.String str)Read a Feature from a String.  | 
                        
 | 
                            Feature | 
                            read([B bytes)Read a Feature from an array of bytes 
 
  | 
                        
 | 
                            Feature | 
                            read(InputStream inputStream)Read a Feature from an InputStream 
 
  | 
                        
| 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() | 
                        
Create a new GeobufReader
options -  Optional named parameters:
 Read a Feature from a String.
str -  The StringRead a Feature from an array of bytes
bytes -  An array of bytesRead a Feature from an InputStream
inputStream -  The InputStream