Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
RATSQuadtree[][] |
RATSQuadtree.getChildren()
Returns the children of this leaf
|
RATSQuadtree[][] |
RATSQuadtree.getLevel(int theLevel)
Returns an array of leaflets in [nw,ne,sw,se] order
|
RATSQuadtree |
RATSQuadtree.getParent()
Returns the parent of this leaf
|
RATSQuadtree[][] |
RATSQuadtree.getSiblings()
Returns the siblings of this leaf
|
Modifier and Type | Method and Description |
---|---|
int[] |
RATSQuadtree.getArrayDim(RATSQuadtree[][] arr)
Returns a two element array of [width,height]
|
String |
RATSQuadtree.getChildName(RATSQuadtree qc)
Returns the two letter quadrant code for the provided child as (NW, NE, SW, SE, or NA)
|
Constructor and Description |
---|
RATSQuadtree(int[] dim,
double[] minSzPx,
int level,
double x0,
double y0,
double x1,
double y1,
RATSQuadtree theParent)
This constructor is used by a Quadtree as it creates its children
|
Copyright © 2015–2021 Fiji. All rights reserved.