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 |
getLongEdges() |
List |
getOtherEdges() |
List |
getShortEdges() |
void |
setLocalMean(double d) |
void |
setLocalStDev(double d) |
void |
setLongEdges(List l) |
void |
setOtherEdges(List l) |
void |
setShortEdges(List l) |
public void setLocalMean(double d)
public double getLocalMean()
public void setLocalStDev(double d)
public double getLocalStDev()
public void setShortEdges(List l)
public List getShortEdges()
public void setLongEdges(List l)
public List getLongEdges()
public void setOtherEdges(List l)
public List getOtherEdges()
Copyright © 1996–2019 Geotools. All rights reserved.