public class TouchCriteria extends Criteria
| Constructor and Description |
|---|
TouchCriteria(int landUse,
int clusterIndex,
int otherLandUse,
int minPercentage) |
TouchCriteria(int landUse,
int clusterIndex,
int otherLandUse,
int minPercentage,
int maxPercentage) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareWithPreviousSituation() |
java.lang.String |
dumpString() |
void |
init()
Call init before calling satisfy or compare with previous situation.
|
boolean |
satisfy() |
getOrderedCriteria, getParcelClusterAnalyzer, getPerimeterAnalyzer, setOrderedCriteriapublic TouchCriteria(int landUse,
int clusterIndex,
int otherLandUse,
int minPercentage)
public TouchCriteria(int landUse,
int clusterIndex,
int otherLandUse,
int minPercentage,
int maxPercentage)
public void init()
Criteriapublic int compareWithPreviousSituation()
compareWithPreviousSituation in class Criteriapublic java.lang.String dumpString()
dumpString in class Criteria