- IdentifyCallback - Interface in edu.ucdavis.cstars.client.callback
-
Fires when the identify operation is complete.
- IdentifyHandler - Interface in edu.ucdavis.cstars.client.event
-
Fires when the identify operation is complete.
- IdentifyParameters - Class in edu.ucdavis.cstars.client.tasks
-
This data object is used as the identifyParameters argument to IdentifyTask.execute method.
- IdentifyParameters.LayerOption - Enum in edu.ucdavis.cstars.client.tasks
-
- IdentifyResult - Class in edu.ucdavis.cstars.client.tasks
-
Represents a result of an identify operation.
- IdentifyTask - Class in edu.ucdavis.cstars.client.tasks
-
Performs an identify operation on the layers of a map service resource exposed by the ArcGIS Server REST API.
- IdentifyTask.Options - Class in edu.ucdavis.cstars.client.tasks
-
- IdentityManager - Class in edu.ucdavis.cstars.client
-
This singleton class is automatically instantiated when the module containing this class is imported into the application.
- IdentityManagerBase - Class in edu.ucdavis.cstars.client
-
This class provides the framework and helper methods required to implement a solution for managing user credentials for the following resources:
ArcGIS Server resources secured using token-based authentication.
- IdentityManagerBase.RedirectionInfo - Class in edu.ucdavis.cstars.client
-
- ignoreInvalidLocations() - Method in class edu.ucdavis.cstars.client.tasks.RouteParameters
-
In routes where a stop is not located on a network or a stop could not be reached, the results will differ depending on the value of ignoreInvalidLocations.
- ImageParameters - Class in edu.ucdavis.cstars.client.layers
-
Represents the image parameter options used when calling ArcGISDynamicMapServiceLayer.exportMapImage,
Geoprocessor.getResultImage, and Geoprocessor.getResultImageLayer.
- ImageParameters.LayerOption - Enum in edu.ucdavis.cstars.client.layers
-
- ImageServiceIdentifyParameters - Class in edu.ucdavis.cstars.client.tasks
-
Input parameters for the ImageServiceIdentifyTask.
- ImageServiceIdentifyResult - Class in edu.ucdavis.cstars.client.tasks
-
The results from an ImageServiceIdentifyTask.
- ImageServiceIdentifyTask - Class in edu.ucdavis.cstars.client.tasks
-
Performs an identify operation on an image service resource .
- ImageServiceIdentifyTaskCallback - Interface in edu.ucdavis.cstars.client.callback
-
Fires when execute() is complete.
- ImageServiceIdentifyTaskCompleteHandler - Interface in edu.ucdavis.cstars.client.event
-
- ImageServiceParameters - Class in edu.ucdavis.cstars.client.layers
-
Represents the image service parameter options used when calling ArcGISImageServiceLayer.exportMapImage.
- ImageServiceParameters.Formats - Enum in edu.ucdavis.cstars.client.layers
-
- ImageServiceParameters.Interpolations - Enum in edu.ucdavis.cstars.client.layers
-
- imageTransparency() - Method in class edu.ucdavis.cstars.client.layers.ArcGISDynamicMapServiceLayer
-
Whether or not background of dynamic image is transparent.
- InfoTemplate - Class in edu.ucdavis.cstars.client
-
An InfoTemplate contains a title and content template string
used to transform Graphic.attributes into an HTML representation.
- InfoWindow - Class in edu.ucdavis.cstars.client.dijits
-
An InfoWindow is an HTML popup.
- InfoWindow.FixedAnchor - Enum in edu.ucdavis.cstars.client.dijits
-
- InfoWindowBase - Class in edu.ucdavis.cstars.client
-
The base class for the out-of-the-box InfoWindow.
- InfoWindowBase() - Constructor for class edu.ucdavis.cstars.client.InfoWindowBase
-
- InheritedDomain - Class in edu.ucdavis.cstars.client.layers
-
- init(MapWidget) - Method in class edu.ucdavis.cstars.client.control.Control
-
Called when widget is added to the map.
- init() - Method in class edu.ucdavis.cstars.client.InfoWindowBase
-
- insertPoint(int, int, Point) - Method in class edu.ucdavis.cstars.client.geometry.Polygon
-
Inserts a new point into a polygon.
- insertPoint(int, int, Point) - Method in class edu.ucdavis.cstars.client.geometry.Polyline
-
Inserts a new point into a polyline.
- intArrayToJSO(int[]) - Static method in class edu.ucdavis.cstars.client.Util
-
- intersect(Geometry[], Geometry, IntersectCallback) - Method in class edu.ucdavis.cstars.client.tasks.GeometryService
-
The intersect operation is performed on a geometry service resource.
- intersect(Geometry[], Geometry) - Method in class edu.ucdavis.cstars.client.tasks.GeometryService
-
The intersect operation is performed on a geometry service resource.
- IntersectCallback - Interface in edu.ucdavis.cstars.client.callback
-
Fires when the intersect operation is complete.
- IntersectHandler - Interface in edu.ucdavis.cstars.client.event
-
Fires when the intersect operation is complete.
- intersection(TimeExtent) - Method in class edu.ucdavis.cstars.client.TimeExtent
-
Returns a new time extent indicating the intersection between "this" and the
argument time extent.
- intersects(Extent) - Method in class edu.ucdavis.cstars.client.geometry.Extent
-
Returns true if the input geometry intersects this extent.
- intersects(Point) - Method in class edu.ucdavis.cstars.client.geometry.Extent
-
Returns true if the input geometry intersects this extent.
- intersects(Multipoint) - Method in class edu.ucdavis.cstars.client.geometry.Extent
-
Returns true if the input geometry intersects this extent.
- intersects(Polygon) - Method in class edu.ucdavis.cstars.client.geometry.Extent
-
Returns true if the input geometry intersects this extent.
- intersects(Polyline) - Method in class edu.ucdavis.cstars.client.geometry.Extent
-
Returns true if the input geometry intersects this extent.
- isAscending() - Method in class edu.ucdavis.cstars.client.layers.MosaicRule
-
Indicates whether the sort should be ascending or not.
- isBusy() - Method in class edu.ucdavis.cstars.client.IdentityManagerBase
-
Returns true if the identity manager is busy accepting user input, i.e.
- isClickRecenter() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, the key sequence of shift then click to recenter the map is enabled.
- isClockwise(JsArray<Point>) - Static method in class edu.ucdavis.cstars.client.geometry.Geometry
-
Checks if a Polygon ring is clockwise.
- isClockwise() - Method in class edu.ucdavis.cstars.client.geometry.Ring
-
- isDisabledClientCaching() - Method in class edu.ucdavis.cstars.client.layers.ArcGISDynamicMapServiceLayer
-
When true, images are always requested from the server and the browser's cache is ignored.
- isDisabledClientCaching() - Method in class edu.ucdavis.cstars.client.layers.ArcGISImageServiceLayer
-
When true, images are always requested from the server and the browser's cache is
ignored.
- isDoubleClickZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, double click zoom is enabled.
- isEditable() - Method in class edu.ucdavis.cstars.client.layers.FeatureLayer
-
Returns true if the FeatureLayer is editable.
- isEditable() - Method in class edu.ucdavis.cstars.client.layers.Field
-
Indicates whether the field is editable.
- isFadeOnZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
-
Indicates if the fade effect is enabled while zooming.
- isFirstExtent() - Method in class edu.ucdavis.cstars.client.toolbars.Navigation
-
When "true", map is at the first extent.
- isForce3DTransforms() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When the mapNavigation mode is set to 'css-transforms', CSS3 transforms will be used for map navigation when supported
by the browser.
- isGeodesic() - Method in class edu.ucdavis.cstars.client.tasks.BufferParameters
-
If the input geometries are in geographic coordinate system set geodesic to true in order
to generate a buffer polygon using a geodesic distance.
- isGeodesic() - Method in class edu.ucdavis.cstars.client.tasks.DistanceParameters
-
Default value is false.
- isGeodesic() - Method in class edu.ucdavis.cstars.client.tasks.LengthsParameters
-
If polylines are in geographic coordinate system, then geodesic needs to be set to true in order to
calculate the ellipsoidal shortest path distance between each pair of the vertices in the polylines.
- isGhost() - Method in class edu.ucdavis.cstars.client.toolbars.Edit.VertexInfo
-
Specifies whether the event fired for an existing vertex or a ghost vertex.
- isInvitationOnly() - Method in class edu.ucdavis.cstars.client.arcgis.PortalGroup
-
If this is set to true, then users will not be able to apply to join the group.
- isKeyboardNavigation() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, double click zoom is enabled.
- isLastExtent() - Method in class edu.ucdavis.cstars.client.toolbars.Navigation
-
When "true", map is at the last extent.
- isLoaded() - Method in class edu.ucdavis.cstars.client.dijits.BasemapGallery
-
This value is true after the BasemapGallery retrieves the ArcGIS.com basemaps.
- isloaded() - Method in class edu.ucdavis.cstars.client.layers.Layer
-
When the layer is loaded, the value becomes "true", and layer properties can be accessed.
- isLoaded() - Method in class edu.ucdavis.cstars.client.MapWidget
-
After the first layer is loaded, the value is set to true.
- isLoop() - Method in class edu.ucdavis.cstars.client.dijits.TimeSlider
-
Default value is false.
- isModified() - Method in class edu.ucdavis.cstars.client.toolbars.Edit.EditState
-
Indicates if the graphic has been modified.
- isNullable() - Method in class edu.ucdavis.cstars.client.layers.Field
-
Indicates if the field can accept null values.
- isOrganization() - Method in class edu.ucdavis.cstars.client.arcgis.Portal
-
Indicates if the portal is an organization.
- isPan() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, map panning is enabled using the mouse.
- isPanArrows() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, pan arrows are displayed around the edge of the map.
- isPlaying() - Method in class edu.ucdavis.cstars.client.dijits.TimeSlider
-
Default value is false.
- isReference(boolean) - Method in class edu.ucdavis.cstars.client.dijits.BasemapLayer.Options
-
- isRotated() - Method in class edu.ucdavis.cstars.client.symbol.TextSymbol
-
Determines whether every character in the text string is rotated.
- isRubberBandZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, rubberband zoom is enabled.
- isScrollWheelZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, the mouse scroll wheel zoom is enabled.
- isShiftDoubleClickZoom() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, shift double click zoom is enabled.
- isShowing() - Method in class edu.ucdavis.cstars.client.dijits.InfoWindow
-
Determines whether the InfoWindow is currently shown on the map.
- isShowing() - Method in class edu.ucdavis.cstars.client.InfoWindowBase
-
Indicates if the info window is visible.
- isSingleFusedMapCache() - Method in class edu.ucdavis.cstars.client.restful.RestfulServicesDirectory
-
- isSuccess() - Method in class edu.ucdavis.cstars.client.event.MapLayersAddResultHandler.Result
-
True if the layer was successfully added.
- isSuccess() - Method in class edu.ucdavis.cstars.client.layers.FeatureEditResult
-
If true the operation was successful.
- isTransparent() - Method in class edu.ucdavis.cstars.client.layers.ImageParameters
-
Whether or not background of dynamic image is transparent.
- isVisible() - Method in class edu.ucdavis.cstars.client.Graphic
-
Indicate the visiblity of the graphic.
- isVisible() - Method in class edu.ucdavis.cstars.client.layers.Layer
-
Visibility of the layer.
- isZoomSlider() - Method in class edu.ucdavis.cstars.client.MapWidget
-
When true, the zoom slider is displayed on the map.