Class BucketIndexParam
- java.lang.Object
-
- org.locationtech.geomesa.memory.cqengine.index.param.BucketIndexParam
-
- All Implemented Interfaces:
GeoIndexParams
public class BucketIndexParam extends Object implements GeoIndexParams
-
-
Constructor Summary
Constructors Constructor Description BucketIndexParam()BucketIndexParam(int xBuckets, int yBuckets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoIndexTypegetGeoIndexType()intgetxBuckets()intgetyBuckets()
-
-
-
Method Detail
-
getxBuckets
public int getxBuckets()
-
getyBuckets
public int getyBuckets()
-
getGeoIndexType
public GeoIndexType getGeoIndexType()
- Specified by:
getGeoIndexTypein interfaceGeoIndexParams
-
-