Package | Description |
---|---|
edu.ucdavis.cstars.client.callback | |
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
void |
QueryCallback.onSuccess(FeatureSet featureSet) |
Modifier and Type | Method and Description |
---|---|
FeatureSet |
QueryTaskRelationshipHandler.RelatedFeatureSets.getFeatureSetById(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
void |
QueryTaskCompleteHandler.onComplete(FeatureSet featureSet) |
void |
QueryFeaturesHandler.onQueryFeaturesComplete(FeatureSet featureSet)
Fires when queryFeatures() is complete.
|
Modifier and Type | Method and Description |
---|---|
FeatureSet |
FeatureLayer.RelatedFeatures.getFeatureSet(java.lang.String id) |
Modifier and Type | Class and Description |
---|---|
class |
DirectionsFeatureSet
A FeatureSet that has properties specific to routing.
|
Modifier and Type | Method and Description |
---|---|
static FeatureSet |
FeatureSet.create()
Creates a new FeatureSet object.
|
static FeatureSet |
FeatureSet.create(com.google.gwt.core.client.JavaScriptObject json)
Creates a new FeatureSet object using a JSON object.
|
FeatureSet |
RouteParameters.getBarriersAsFeatureSet()
The set of point barriers loaded as network locations during analysis.
|
FeatureSet |
ImageServiceIdentifyResult.getCatalogItems()
The set of catalog items that overlap the input geometry.
|
FeatureSet |
ServiceAreaParameters.getFacilitiesAsFeatureSet()
The set of facilities loaded as network locations during analysis.
|
FeatureSet |
ClosestFacilityParameters.getFacilitiesAsFeatureSet()
The set of facilities loaded as network locations during analysis.
|
FeatureSet |
ClosestFacilityParameters.getIncidentsAsFeatureSet()
The set of incidents loaded as network locations during analysis.
|
FeatureSet |
ServiceAreaParameters.getPointBarriersAsFeatureSet()
The set of point barriers loaded as network locations during analysis.
|
FeatureSet |
ClosestFacilityParameters.getPointBarriersAsFeatureSet()
The set of point barriers loaded as network locations during analysis.
|
FeatureSet |
ClosestFacilityParameters.getPolygonBarriersAsFeatureSet()
The set of polygon barriers loaded as network locations during analysis.
|
FeatureSet |
ServiceAreaParameters.getPolygonBarriersAsFeaturSet()
The set of polygons barriers loaded as network locations during analysis.
|
FeatureSet |
ServiceAreaParameters.getPolylineBarriersAsFeatureSet()
The set of polyline barriers loaded as network locations during analysis.
|
FeatureSet |
RouteParameters.getPolylineBarriersAsFeatureSet()
The set of polyline barriers loaded as network locations during analysis.
|
FeatureSet |
ClosestFacilityParameters.getPolylineBarriersAsFeatureSet()
The set of polyline barriers loaded as network locations during analysis.
|
FeatureSet |
RouteParameters.getStopsAsFeatureSet()
The set of stops loaded as network locations during analysis.
|
FeatureSet |
ParameterValue.getValueGPFeatureRecordSetLayer() |
FeatureSet |
ParameterValue.getValueGPFeatureSet() |
Modifier and Type | Method and Description |
---|---|
void |
RouteParameters.setBarriers(FeatureSet barriers)
Set the barriers parameter.
|
void |
ServiceAreaParameters.setFacilities(FeatureSet facilities)
Set the facilities parameter.
|
void |
ClosestFacilityParameters.setFacilities(FeatureSet facilities)
Set the facilities.
|
void |
ClosestFacilityParameters.setIncidents(FeatureSet incidents)
Set the incidents.
|
void |
ServiceAreaParameters.setPointBarriers(FeatureSet pointBarriers)
Set the pointBarriers parameter.
|
void |
ClosestFacilityParameters.setPointBarriers(FeatureSet pointBarriers)
Set the point Barriers
|
void |
ServiceAreaParameters.setPolygonBarriers(FeatureSet polygonBarriers)
Set the polygonBarriers parameter.
|
void |
RouteParameters.setPolygonBarriers(FeatureSet polygonBarriers)
Set the polygonBarriers parameter.
|
void |
ClosestFacilityParameters.setPolygonBarriers(FeatureSet polygonBarriers)
Set the polygon barriers
|
void |
ServiceAreaParameters.setPolylineBarriers(FeatureSet polylineBarriers)
Set the polylineBarriers parameter.
|
void |
RouteParameters.setPolylineBarriers(FeatureSet polylineBarriers)
Set the polylineBarriers parameter.
|
void |
ClosestFacilityParameters.setPolylineBarriers(FeatureSet polylineBarriers)
Set the polyline barriers.
|
void |
RouteParameters.setStops(FeatureSet stops)
Set the stops parameter.
|