A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

D

DataFile - Class in edu.ucdavis.cstars.client.tasks
A geoprocessing data object containing a data source.
DataLayer - Class in edu.ucdavis.cstars.client.tasks
Possible input for RouteParameters.stops or RouteParameters.barriers.
DataLayer.SpatialRelationshipType - Enum in edu.ucdavis.cstars.client.tasks
 
Date - Class in edu.ucdavis.cstars.client.tasks
Date used in geoprocessing.
DblClickHandler - Interface in edu.ucdavis.cstars.client.event
 
deactivate() - Method in class edu.ucdavis.cstars.client.toolbars.Draw
Deactivates the toolbar and reactivates map navigation.
deactivate() - Method in class edu.ucdavis.cstars.client.toolbars.Edit
Deactivates the toolbar.
deactivate() - Method in class edu.ucdavis.cstars.client.toolbars.Navigation
Deactivates the toolbar and reactivates map navigation.
debugObject(String, JavaScriptObject) - Static method in class edu.ucdavis.cstars.client.Util
 
Deferred - Class in edu.ucdavis.cstars.client.dojo
Encapsulates a sequence of callbacks in response to a value that may not yet be available.
Delete - Class in edu.ucdavis.cstars.client.dijits
The esri.dijit.editing namespace contains editing related opertions that inherit from OperationBase.
deleteAttachments(int, int[], DeleteAttachmentsCallback) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
Delete one or more attachments for the feature specified by the input ObjectId.
deleteAttachments(int, int[]) - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
Delete one or more attachments for the feature specified by the input ObjectId.
DeleteAttachmentsCallback - Interface in edu.ucdavis.cstars.client.callback
 
DeleteAttachmentsHandler - Interface in edu.ucdavis.cstars.client.event
 
DeleteFeatureHandler - Interface in edu.ucdavis.cstars.client.event
 
destroy() - Method in class edu.ucdavis.cstars.client.dijits.AttributeInspector
Destroys the widget, used for page clean up.
destroy() - Method in class edu.ucdavis.cstars.client.dijits.BasemapGallery
Destroys the basemap gallery.
destroy() - Method in class edu.ucdavis.cstars.client.dijits.Legend
Destroys the legend.
destroy() - Method in class edu.ucdavis.cstars.client.dijits.OverviewMap
Releases the resources used by the dijit.
destroy() - Method in class edu.ucdavis.cstars.client.dijits.TemplatePicker
Destroys the template picker.
destroy() - Method in class edu.ucdavis.cstars.client.MapWidget
Destroys the map instance.
destroy() - Method in class edu.ucdavis.cstars.client.SnappingManager
Destroy the SnappingManager object.
destroy() - Method in class edu.ucdavis.cstars.client.UndoManager
Destroy the operation manager.
difference(Geometry[], Geometry, DifferenceCallback) - Method in class edu.ucdavis.cstars.client.tasks.GeometryService
The difference operation is performed on a geometry service resource.
difference(Geometry[], Geometry) - Method in class edu.ucdavis.cstars.client.tasks.GeometryService
The difference operation is performed on a geometry service resource.
DifferenceCallback - Interface in edu.ucdavis.cstars.client.callback
Fires when the difference operation is complete.
DifferenceHandler - Interface in edu.ucdavis.cstars.client.event
Fires when the difference operation is complete.
DijitLoadHandler - Interface in edu.ucdavis.cstars.client.event
Since the dijit class are composites that do not initialize till the DOM is created (this is due to the fact that a attached DOM element is required by the constructor) this event handler let's you know when everything is preped and ready to go.
DirectionsFeatureSet - Class in edu.ucdavis.cstars.client.tasks
A FeatureSet that has properties specific to routing.
disableClickRecenter() - Method in class edu.ucdavis.cstars.client.MapWidget
Disallows clicking on a map to recenter it.
disableDoubleClickZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
Disallows double clicking on a map to zoom in a level and recenter the map.
disableKeyboardNavigation() - Method in class edu.ucdavis.cstars.client.MapWidget
Disallows panning and zooming using the keyboard.
disableMapNavigation() - Method in class edu.ucdavis.cstars.client.MapWidget
Disallows all map navigation except the slider and pan arrows.
disableMouseEvents() - Method in class edu.ucdavis.cstars.client.layers.GraphicsLayer
Disables all mouse events on the graphics layer.
disablePan() - Method in class edu.ucdavis.cstars.client.MapWidget
Disallows panning a map using the mouse.
disableRubberBandZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
Disallows zooming in or out on a map using a bounding box.
disableScrollWheelZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
Disallows zooming in or out on a map using the mouse scroll wheel.
disableShiftDoubleClickZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
Disallows shift double clicking on a map to zoom in a level and recenter the map.
disableSliderLabel() - Static method in class edu.ucdavis.cstars.client.ESRI
The slider will not show tick marks.
disableSnapping() - Method in class edu.ucdavis.cstars.client.MapWidget
Disables snapping on the map.
distance(DistanceParameters, DistanceCallback) - Method in class edu.ucdavis.cstars.client.tasks.GeometryService
Measures the planar or geodesic distance between geometries.
distance(DistanceParameters) - Method in class edu.ucdavis.cstars.client.tasks.GeometryService
Measures the planar or geodesic distance between geometries.
DistanceCallback - Interface in edu.ucdavis.cstars.client.callback
Fires when the distance operation is complete.
DistanceHandler - Interface in edu.ucdavis.cstars.client.event
Fires when the difference operation is complete.
DistanceParameters - Class in edu.ucdavis.cstars.client.tasks
Input parameters for the distance method on the GeometryService.
Domain - Class in edu.ucdavis.cstars.client.layers
Domains define constraints on a layer field.
domains() - Method in class edu.ucdavis.cstars.client.layers.FeatureType
Map of field names to domains.
doNotLocateOnRestrictedElements() - Method in class edu.ucdavis.cstars.client.tasks.RouteParameters
If true, avoids network elements restricted by barriers or due to restrictions specified in restrictionAttributes.
doubleArrayToJSO(double[]) - Static method in class edu.ucdavis.cstars.client.Util
 
Draw - Class in edu.ucdavis.cstars.client.toolbars
Toolbar that supports functionality to create new geometries by drawing them: points (POINT or MULTI_POINT), lines (LINE, POLYLINE, or FREEHAND_POLYLINE), polygons (FREEHAND_POLYGON or POLYGON), or rectangles (EXTENT).
Draw.GeometryType - Enum in edu.ucdavis.cstars.client.toolbars
 
Draw.Options - Class in edu.ucdavis.cstars.client.toolbars
 
DrawEndHandler - Interface in edu.ucdavis.cstars.client.event
Fires when drawing is complete.
DynamicLayerInfo - Class in edu.ucdavis.cstars.client.layers
Class added v2.7 Information about each layer in a map service.
DynamicMapServiceLayer - Class in edu.ucdavis.cstars.client.layers
The base class for ArcGIS Server dynamic map services.
A B C D E F G H I J K L M N O P Q R S T U V W Z _