public class Cell extends Object implements Comparable<Cell>
Implementation of quadtree cells for "Pole of inaccessibility".
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Cell o) |
double |
getD() |
double |
getH() |
double |
getMax() |
Point |
getPoint() |
double |
getX() |
double |
getY() |
void |
setD(double d) |
void |
setH(double h) |
void |
setMax(double max) |
void |
setX(double x) |
void |
setY(double y) |
public int compareTo(Cell o)
compareTo
in interface Comparable<Cell>
public Point getPoint()
public double getMax()
public void setMax(double max)
public double getD()
public void setD(double d)
public double getH()
public void setH(double h)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
Copyright © 1996–2019 Geotools. All rights reserved.