|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
com.c5corp.c5Algorithms
package contains miscellaneous special analytial algorithms that
utilize the C5 Landscape Database.
See:
Description
Class Summary | |
---|---|
AbstractHiker | The Abstract Hiker class it the parent to all hikers. |
LcpHiker | The LcpHiker class contains methods that implement various lowest-cost-path seeking virtual hikers. |
McpHiker | The McpHiker class implements a maximum-cost-path seeking virtual hiker. |
OtherLocation | OtherLocation contains the getOtherLocation method that identifies the closest topographical other in the database given a characteristics definition. |
OtherPathHiker | The OtherPathHiker class extends AbstractHiker, but it in fact marshals many, many iterations of the RandomHiker algorithm, and it selects from among the many VirtualHikerTrackLogs thus produced that most closely match the input criteria, which in this class is another TrackLog. |
RandomHiker | The RandomHiker class extends AbstractHiker, implementing an artificial hiking algorithm based on random choices from among three degrees of freedom (cardinal direction) in the general direction of the target or target point. |
SlopeReductionHiker | The SlopeReductionHiker class extends AbstractHiker, but it in fact marshals many, many iterations of the RandomHiker algorithm, and it selects from among the many VirtualHikerTrackLogs thus produced that most closely match the input criteria. |
StepwiseArcHiker | The StepwiseArcHiker examines the points along a 150 degree arc at approximately a 180 meter radius in front of it, with the center of the arc facing the destination. |
VirtualHikerTrackLog | The public class VirtualHikerTrackLog class extends com.c5corp.c5gps.TrackLog class. |
The com.c5corp.c5Algorithms
package contains miscellaneous special analytial algorithms that
utilize the C5 Landscape Database.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |