class GeobufWriter extends java.lang.Object
Write a Feature to a Geobuf encoded protocol buffer
Constructor and description |
---|
GeobufWriter
(Map options) Create a new GeobufWriter |
GeobufWriter
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
write(Feature feature) Write a Feature to a String
|
|
void |
write(Feature feature, OutputStream out) Write a Feature to the OutputStream
|
|
[B |
writeBytes(Feature feature) Write a Feature to 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() |
Create a new GeobufWriter
options
- The optional named parameters
Write a Feature to a String
feature
- The FeatureWrite a Feature to the OutputStream
feature
- The Featureout
- The OutputStream