public class AdvancedIndexConfigContextPartitionQuadTree extends Object implements AdvancedIndexConfigContextPartition
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
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() |
CodegenExpression |
make() |
void |
toConfiguration(StringWriter builder) |
public static final EPTypeClass EPTYPE
public AdvancedIndexConfigContextPartitionQuadTree(double x, double y, double width, double height, int leafCapacity, int maxTreeHeight)
public CodegenExpression make()
public double getX()
public double getY()
public double getWidth()
public double getHeight()
public int getLeafCapacity()
public int getMaxTreeHeight()
public void toConfiguration(StringWriter builder)
Copyright © 2005–2021. All rights reserved.