public class AutoClustData extends Object
Constructor and Description |
---|
AutoClustData()
Creates a new instance of AutoClustData
|
Modifier and Type | Method and Description |
---|---|
double |
getLocalMean() |
double |
getLocalStDev() |
List<Edge> |
getLongEdges() |
List<Edge> |
getOtherEdges() |
List<Edge> |
getShortEdges() |
void |
setLocalMean(double d) |
void |
setLocalStDev(double d) |
void |
setLongEdges(List<Edge> l) |
void |
setOtherEdges(List<Edge> l) |
void |
setShortEdges(List<Edge> l) |
Copyright © 1996–2023 Geotools. All rights reserved.