public class AdvancedIndexConfigContextPartitionQuadTree extends Object implements AdvancedIndexConfigContextPartition
Constructor and Description |
---|
AdvancedIndexConfigContextPartitionQuadTree(double x,
double y,
double width,
double height,
int leafCapacity,
int maxTreeHeight) |
Modifier and Type | Method and Description |
---|---|
double |
getHeight() |
int |
getLeafCapacity() |
int |
getMaxTreeHeight() |
double |
getWidth() |
double |
getX() |
double |
getY() |
void |
toConfiguration(StringWriter builder) |
public AdvancedIndexConfigContextPartitionQuadTree(double x, double y, double width, double height, int leafCapacity, int maxTreeHeight)
public double getX()
public double getY()
public double getWidth()
public double getHeight()
public int getLeafCapacity()
public int getMaxTreeHeight()
public void toConfiguration(StringWriter builder)