| Modifier and Type | Field and Description |
|---|---|
static String |
AVG |
static String |
MAX |
static String |
MED |
static String |
MIN |
static boolean |
swap |
| Constructor and Description |
|---|
GridSizeHeuristics(Collection<com.vividsolutions.jts.geom.Geometry> input) |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
decideForTheta(RADON.GridSizeHeuristics s,
RADON.GridSizeHeuristics t,
String measure) |
double |
getAvgX() |
double |
getAvgY() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMedX() |
double |
getMedY() |
double |
getMinX() |
double |
getMinY() |
double |
getSize() |
String |
toString() |
public static final String AVG
public static final String MIN
public static final String MAX
public static final String MED
public static boolean swap
public GridSizeHeuristics(Collection<com.vividsolutions.jts.geom.Geometry> input)
public static double[] decideForTheta(RADON.GridSizeHeuristics s, RADON.GridSizeHeuristics t, String measure)
public double getSize()
public double getMinX()
public double getMaxX()
public double getAvgX()
public double getMedX()
public double getMinY()
public double getMaxY()
public double getAvgY()
public double getMedY()
Copyright © 2018. All rights reserved.