java.lang.Object
org.elasticsearch.lucene.spatial.TriangleTreeWriter
This is a tree-writer that serializes a list of 
ShapeField.DecodedTriangle as an interval tree
 into a byte array.- 
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteTo(StreamOutput out, List<org.apache.lucene.index.IndexableField> fields) Serialize the interval tree in the provided data output 
- 
Method Details
- 
writeTo
public static void writeTo(StreamOutput out, List<org.apache.lucene.index.IndexableField> fields) throws IOException Serialize the interval tree in the provided data output- Throws:
 IOException
 
 -