- FeatureEditResult - Class in edu.ucdavis.cstars.client.layers
-
The results of a feature edit such as add, update or delete.
- FeatureLayer - Class in edu.ucdavis.cstars.client.layers
-
The feature layer inherits from the graphics layer and can be used to display features
from a single layer in either a Map Service or Feature Service.
- FeatureLayer.EditCapabilities - Class in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.EditFieldsInfo - Class in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.FeatureCollectionObject - Class in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.Modes - Enum in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.Options - Class in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.OwnershipAccessControl - Class in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.Popups - Enum in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.RelatedFeatures - Class in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.Relationship - Class in edu.ucdavis.cstars.client.layers
-
- FeatureLayer.Selections - Enum in edu.ucdavis.cstars.client.layers
-
- FeatureSet - Class in edu.ucdavis.cstars.client.tasks
-
A collection of features returned from ArcGIS Server or used as input to tasks.
- FeatureTemplate - Class in edu.ucdavis.cstars.client.layers
-
Feature templates define the information required to create a new feature.
- FeatureTemplate.Tools - Enum in edu.ucdavis.cstars.client.layers
-
- FeatureType - Class in edu.ucdavis.cstars.client.layers
-
A type defined by a feature layer.
- Field - Class in edu.ucdavis.cstars.client.layers
-
Information about each field in a layer.
- Field.Types - Enum in edu.ucdavis.cstars.client.layers
-
- FillSymbol - Class in edu.ucdavis.cstars.client.symbol
-
Fill symbols are used to draw polygon features on the graphics layer.
- findBestSequence() - Method in class edu.ucdavis.cstars.client.tasks.RouteParameters
-
If true, optimizes the order of the stops in the route while taking into account preserveFirstStop and preserveLastStop,
if they are set to true.
- findCredential(String, String) - Method in class edu.ucdavis.cstars.client.IdentityManagerBase
-
Returns the credential for the resource identified by the specified url.
- findCredential(String) - Method in class edu.ucdavis.cstars.client.IdentityManagerBase
-
Returns the credential for the resource identified by the specified url.
- FindParameters - Class in edu.ucdavis.cstars.client.tasks
-
This data object is used as the findParameters argument to FindTask.execute method.
- FindResult - Class in edu.ucdavis.cstars.client.tasks
-
Represents a result of a find operation.
- findServerInfo(String) - Method in class edu.ucdavis.cstars.client.IdentityManagerBase
-
Returns information about the server that is hosting the specified url.
- FindTask - Class in edu.ucdavis.cstars.client.tasks
-
Search a map service exposed by the ArcGIS Server REST API based on a string value.
- FindTask.Options - Class in edu.ucdavis.cstars.client.tasks
-
- FindTaskCallback - Interface in edu.ucdavis.cstars.client.callback
-
Fires when the find operation is complete.
- FindTaskCompleteHandler - Interface in edu.ucdavis.cstars.client.event
-
Fires when the find operation is complete.
- finishDrawing() - Method in class edu.ucdavis.cstars.client.toolbars.Draw
-
Finishes drawing the geometry and fires the onDrawEnd event.
- first() - Method in class edu.ucdavis.cstars.client.dijits.AttributeInspector
-
Moves to the first feature.
- fitExtent(boolean) - Method in class edu.ucdavis.cstars.client.MapWidget.Options
-
When true, for maps that contain tiled map service layers, you are guaranteed
to have the initial extent defined using the extent constructor option shown
completely on the map.
- Font - Class in edu.ucdavis.cstars.client.symbol
-
Font used for text symbols added to the graphics layer.
- Font.StyleType - Enum in edu.ucdavis.cstars.client.symbol
-
- Font.VariantType - Enum in edu.ucdavis.cstars.client.symbol
-
- Font.WeightType - Enum in edu.ucdavis.cstars.client.symbol
-
- fromJson(JavaScriptObject) - Static method in class edu.ucdavis.cstars.client.geometry.Geometry
-
Converts the input JSON object to the appropriate esri.geometry.* object.
- fromJson(JavaScriptObject) - Static method in class edu.ucdavis.cstars.client.renderer.Renderer
-
Create a renderer from it's ArcGIS Server JSON representation.
- fromJson(JavaScriptObject) - Static method in class edu.ucdavis.cstars.client.symbol.Symbol
-
Converts input json into a symbol, returns null if the input json represents an unknown or unsupported symbol type.