public class ExpandingRectangleSearchPlanner extends ExpandingSquareSearchPlanner implements Runnable
leg1Heading, NINETY_DEGREESpd, sweepWidth, trackSpacingplan, searchArea, startPoint| Constructor and Description | 
|---|
| ExpandingRectangleSearchPlanner(GeoArea searchArea,
                               double S,
                               double PD,
                               double[] startPosit)Creates a new instance of EspandingSquareSearchPlanner
 The planned search will provide for a search focused on the centroid of the area | 
| Modifier and Type | Method and Description | 
|---|---|
| void | run()Implements the Runnable interface, generates the actual expanding square pattern | 
setRequiredPD, setSweepWidth, setTrackSpacinggetPlan, getRunTime, setRunTimepublic ExpandingRectangleSearchPlanner(GeoArea searchArea, double S, double PD, double[] startPosit)
searchArea - geographic area that is to be searchedS - PD - startPosit - double[2] defining the vehicle's position at the beginning of the searchpublic void run()
run in interface Runnablerun in class ExpandingSquareSearchPlanner