public class Point extends Node
| Constructor and Description |
|---|
Point(float[] coords,
it.uniroma3.mat.extendedset.intset.ConciseSet entry) |
Point(float[] coords,
int entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Node node) |
boolean |
contains(Node other) |
boolean |
enclose() |
double |
getArea() |
List<Node> |
getChildren() |
it.uniroma3.mat.extendedset.intset.ConciseSet |
getConciseSet() |
float[] |
getCoords() |
boolean |
isLeaf() |
addToConciseSet, clear, contains, getMaxCoordinates, getMinCoordinates, getNumDims, getParent, getSizeInBytes, storeInByteBufferpublic Point(float[] coords,
int entry)
public Point(float[] coords,
it.uniroma3.mat.extendedset.intset.ConciseSet entry)
public float[] getCoords()
public it.uniroma3.mat.extendedset.intset.ConciseSet getConciseSet()
getConciseSet in class Nodepublic List<Node> getChildren()
getChildren in class NodeCopyright © 2014. All rights reserved.