public class AreaIncursion extends Object
Modifier and Type | Field and Description |
---|---|
int |
areaIndex
The index of the area that the route enters
|
GeoAreaSet |
areaSet
The set of areas containing the area that the route enters
|
double[] |
incursionPoint
The geographic point at which the route enters the area
|
double[] |
legEnd
The end point of the route leg that enters the area
|
double[] |
legStart
The start point of the route leg that enters the area
|
Route |
route
The route that enters the area
|
int |
routeLeg
The route leg that enters the area
|
Constructor and Description |
---|
AreaIncursion(GeoAreaSet areaSet,
int areaIndex,
double[] incursionPt,
Route route,
int leg)
Creates a new instance of AreaIntrusion
|
Modifier and Type | Method and Description |
---|---|
void |
reset(GeoAreaSet areaSet,
int areaIndex,
double[] incursionPt,
Route route,
int leg)
Resets the values of an existing AreaIncursion object
|
public GeoAreaSet areaSet
public int areaIndex
public double[] incursionPoint
public Route route
public int routeLeg
public double[] legStart
public double[] legEnd
public AreaIncursion(GeoAreaSet areaSet, int areaIndex, double[] incursionPt, Route route, int leg)
public void reset(GeoAreaSet areaSet, int areaIndex, double[] incursionPt, Route route, int leg)