|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.c5corp.c5Algorithms.OtherLocation
public class OtherLocation
OtherLocation contains the getOtherLocation method that identifies the closest topographical other in the database given a characteristics definition. See (the UTM_POINT_STATS table) to a given input location.
| Field Summary | |
|---|---|
static int |
STDEV_CLOSEST
STDEV_CLOSEST sorts the Vector by the closest matching standard deviation |
static int |
STDEV_TOPOGRAPHY
STDEV_TOPOGRAPHY sorts by closest matching standard deviation and limits the results to similar topography |
| Constructor Summary | |
|---|---|
OtherLocation()
|
|
| Method Summary | |
|---|---|
static java.util.Vector<StatisticalPoint> |
getOtherLocation(StatisticalPoint point,
int filter,
java.sql.Connection connection)
The C5UTM.findSimilarPoints(...) method returns an unsorted Vector of similar StatisicalPoint pbjects. |
static java.util.Vector<StatisticalPoint> |
getOtherLocation(StatisticalPoint point,
int tolerance,
int filter,
java.sql.Connection connection)
The C5UTM.findSimilarPoints(...) method returns an unsorted Vector of similar StatisicalPoint pbjects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STDEV_CLOSEST
public static final int STDEV_TOPOGRAPHY
| Constructor Detail |
|---|
public OtherLocation()
| Method Detail |
|---|
public static java.util.Vector<StatisticalPoint> getOtherLocation(StatisticalPoint point,
int filter,
java.sql.Connection connection)
point - a StatisticalPoint objectfilter - see the static final ints in this class for info on filteringconnection - a java.sql.Connection
public static java.util.Vector<StatisticalPoint> getOtherLocation(StatisticalPoint point,
int tolerance,
int filter,
java.sql.Connection connection)
point - a StatisticalPoint objecttolerance - a +/- range applied to the standard deviation metric to be searchedfilter - see the static final ints in this class for info on filteringconnection - a java.sql.Connection to the database
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||