Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static DataLayer |
DataLayer.create()
Creates a new DataLayer object.
|
DataLayer |
RouteParameters.getBarriersAsDataLayer()
The set of point barriers loaded as network locations during analysis.
|
DataLayer |
ServiceAreaParameters.getFacilitiesAsDataLayer()
The set of facilities loaded as network locations during analysis.
|
DataLayer |
ClosestFacilityParameters.getFacilitiesAsDataLayer()
The set of facilities loaded as network locations during analysis.
|
DataLayer |
ClosestFacilityParameters.getIncidentsAsDataLayer()
The set of incidents loaded as network locations during analysis.
|
DataLayer |
ServiceAreaParameters.getPointBarriersAsDataLayer()
The set of point barriers loaded as network locations during analysis.
|
DataLayer |
ClosestFacilityParameters.getPointBarriersAsDataLayer()
The set of point barriers loaded as network locations during analysis.
|
DataLayer |
ServiceAreaParameters.getPolygonBarriersAsDataLayer()
The set of polygons barriers loaded as network locations during analysis.
|
DataLayer |
RouteParameters.getPolygonBarriersAsDataLayer()
The set of polygon barriers loaded as network locations during analysis.
|
DataLayer |
ClosestFacilityParameters.getPolygonBarriersAsDataLayer()
The set of polygon barriers loaded as network locations during analysis.
|
DataLayer |
RouteParameters.getPolygonBarriersAsFeatureSet()
The set of polygon barriers loaded as network locations during analysis.
|
DataLayer |
ServiceAreaParameters.getPolylineBarriersAsDataLayer()
The set of polyline barriers loaded as network locations during analysis.
|
DataLayer |
ClosestFacilityParameters.getPolylineBarriersAsDataLayer()
The set of polyline barriers loaded as network locations during analysis.
|
DataLayer |
RouteParameters.getPolylineBarriersAsDataSet()
The set of polyline barriers loaded as network locations during analysis.
|
DataLayer |
RouteParameters.getStopsAsDataLayer()
The set of stops loaded as network locations during analysis.
|
Modifier and Type | Method and Description |
---|---|
void |
RouteParameters.setBarriers(DataLayer barriers)
Set the barriers parameter.
|
void |
ServiceAreaParameters.setFacilities(DataLayer facilities)
Set the facilities parameter.
|
void |
ClosestFacilityParameters.setFacilities(DataLayer facilities)
Set the facilities.
|
void |
ClosestFacilityParameters.setIncidents(DataLayer incidents)
Set the incidents.
|
void |
ServiceAreaParameters.setPointBarriers(DataLayer pointBarriers)
Set the pointBarriers parameter.
|
void |
ClosestFacilityParameters.setPointBarriers(DataLayer pointBarriers)
Set the point Barriers
|
void |
ServiceAreaParameters.setPolygonBarriers(DataLayer polygonBarriers)
Set the polygonBarriers parameter.
|
void |
RouteParameters.setPolygonBarriers(DataLayer polygonBarriers)
Set the polygonBarriers parameter.
|
void |
ClosestFacilityParameters.setPolygonBarriers(DataLayer polygonBarriers)
Set the polygon barriers
|
void |
ServiceAreaParameters.setPolylineBarriers(DataLayer polylineBarriers)
Set the polylineBarriers parameter.
|
void |
RouteParameters.setPolylineBarriers(DataLayer polylineBarriers)
Set the polylineBarriers parameter.
|
void |
ClosestFacilityParameters.setPolylineBarriers(DataLayer polylineBarriers)
Set the polyline barriers.
|
void |
RouteParameters.setStops(DataLayer stops)
Set the stops parameter.
|