Class STRtreeIndexParam
- java.lang.Object
-
- org.locationtech.geomesa.memory.cqengine.index.param.STRtreeIndexParam
-
- All Implemented Interfaces:
GeoIndexParams
public class STRtreeIndexParam extends Object implements GeoIndexParams
-
-
Constructor Summary
Constructors Constructor Description STRtreeIndexParam()STRtreeIndexParam(int nodeCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoIndexTypegetGeoIndexType()intgetNodeCapacity()
-
-
-
Method Detail
-
getNodeCapacity
public int getNodeCapacity()
-
getGeoIndexType
public GeoIndexType getGeoIndexType()
- Specified by:
getGeoIndexTypein interfaceGeoIndexParams
-
-