public class ShapeFieldCache<T extends org.locationtech.spatial4j.shape.Shape> extends Object
WARNING: This class holds the data in an extremely inefficient manner as all Points are in memory as objects and they are stored in many ArrayLists (one per document). So it works but doesn't scale. It will be replaced in the future.
Modifier and Type | Field and Description |
---|---|
int |
defaultLength |
Constructor and Description |
---|
ShapeFieldCache(int length,
int defaultLength) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.