A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
fault(info) — Method in class com.esri.aws.services.AddressResponder
fault(info) — Method in class com.esri.aws.services.ArcWebServiceResponder
field — Property in class com.esri.aws.services.OrderBy
Determines if the results are sorted in ascending or descending order.
fieldDesc — Property in class com.esri.aws.services.CustomVariableInfo
The description of the field in the variable.
FieldDesc — Class in package com.esri.aws.services
Contains the complete description of the field.
fieldMap — Property in class com.esri.aws.awx.map.layers.QueryLayer
Determines the fields that are returned and if they are aliased in the style.
fields — Property in class com.esri.aws.services.FindResultSet
Contains an array of fields available from the results.
fields — Property in class com.esri.aws.services.ResultSet
Contains an array of fields.
fieldValues — Property in class com.esri.aws.services.FindResult
Contains data for each field in FindResultSet.fields as an array of Strings.
fieldValues — Property in class com.esri.aws.services.RowData
Contains values for each of the fields in ResultSet.field FieldDesc array.
fillAlpha — Property in class com.esri.aws.awx.map.handlers.RubberBandMouseHandler
fillAlpha — Property in class com.esri.aws.awx.map.layers.overlays.style.BaseOutlineFillStyle
The alpha of the fill.
fillColor — Property in class com.esri.aws.awx.map.handlers.RubberBandMouseHandler
fillColor — Property in class com.esri.aws.awx.map.layers.overlays.style.BaseOutlineFillStyle
The color of the fill.
fillColor — Property in class com.esri.aws.awx.map.layers.overlays.style.BubbleMarkerStyle
The fill color of the marker.
filterCountry — Property in class com.esri.aws.services.FindOptions
The country, dependency, or area of special sovereignty to search.
filterCountry — Property in class com.esri.aws.services.PlaceFinderOptions
The country, dependency, or area of special sovereignty to search.
filterExtent — Property in class com.esri.aws.services.FindOptions
The geographic area to search.
filterExtent — Property in class com.esri.aws.services.PlaceFinderOptions
The geographic area to search.
filterExtent — Property in class com.esri.aws.services.RouteOptions
The extent for the map (does not affect the route).
filterField — Property in class com.esri.aws.services.FindDataSourceOptions
Used with filterValue.
filterType — Property in class com.esri.aws.services.PlaceFinderOptions
The type of place to search.
filterValue — Property in class com.esri.aws.services.FindDataSourceOptions
Used with filterField.
FindActivator — Class in package com.esri.aws.services
An IBundle Activator that starts the Find Service.
findAddressByPoint(point:com.esri.aws.awx.geom:GeoPoint, addressFinderOptions:com.esri.aws.services:AddressFinderOptions, responder) — Method in interface com.esri.aws.services.IAddressFinder
Returns an address for a lat,lon coordinate.
findDataSourceOptions — Property in class com.esri.aws.services.FindOptions
Used to specify a SpatialQuery data source when the Find Service performs a spatial reference.
FindDataSourceOptions — Class in package com.esri.aws.services
Contains parameters for the Find Web Service.
findFeaturesByExtent(extent:com.esri.aws.services:Envelope, spatialQueryOptions:com.esri.aws.services:SpatialQueryOptions, responder) — Method in interface com.esri.aws.services.ISpatialQuery
findFeaturesByExtent is used to retrieve features from an ArcWeb Services Spatial Query data source.
findFeaturesByPoint(center:com.esri.aws.awx.geom:GeoPoint, spatialQueryOptions:com.esri.aws.services:SpatialQueryOptions, responder) — Method in interface com.esri.aws.services.ISpatialQuery
findFeaturesByPoint is used to retrieve features from an ArcWeb Services Spatial Query data source.
findField — Property in class com.esri.aws.services.FindDataSourceOptions
Field to search.
findLocation(location, findOptions:com.esri.aws.services:FindOptions, responder) — Method in interface com.esri.aws.services.IFind
Returns an x,y coordinate for an address or IP address.
findLocationByAddress(address:com.esri.aws.services:Address, addressFinderOptions:com.esri.aws.services:AddressFinderOptions, responder) — Method in interface com.esri.aws.services.IAddressFinder
Returns a lat,lon coordinate for an address.
findLocationByIP(ipAddress, addressFinderOptions:com.esri.aws.services:AddressFinderOptions, responder) — Method in interface com.esri.aws.services.IAddressFinder
Returns a lat,lon coordinate for an IP address.
findLocationByPhoneNumber(phoneNumber, addressFinderOptions:com.esri.aws.services:AddressFinderOptions, responder) — Method in interface com.esri.aws.services.IAddressFinder
Returns location information for a phone number.
FindOptions — Class in package com.esri.aws.services
Contains parameters for the Find Web Service.
findPlace(placeName, placeFinderOptions:com.esri.aws.services:PlaceFinderOptions, responder) — Method in interface com.esri.aws.services.IPlaceFinder
Returns the lat,lon coordinates and descriptions of all places that meet a given search criteria.
FindResult — Class in package com.esri.aws.services
Contains location results from a request.
findResults — Property in class com.esri.aws.services.FindResultSet
Contains an array of the location results.
FindResultSet — Class in package com.esri.aws.services
Contains high level information about the location results.
findRoute(routeStops, routeFinderOptions:com.esri.aws.services:RouteFinderOptions, responder) — Method in interface com.esri.aws.services.IRouteFinder
Returns route information for a given set of route stops and routing parameters.
focalPointRatio — Property in class com.esri.aws.awx.map.layers.overlays.style.GradientPolygonStyle
The location of the focal point of the gradient.
font — Property in class com.esri.aws.services.MapLegend
The font of the legend text.
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Albers
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Bonne
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Cassini
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Gall
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Geographic
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(xypoint:com.esri.aws.awx.geom:GeoPoint) — Method in interface com.esri.aws.awx.map.projection.IProjection
Converts to a grid point from a geographic point in radians.
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.LambertAzEqualArea
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Mercator
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Miller
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Mollweide
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Sinusoidal
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.Stereographic
Converts to a pixel point from a projected geographic point (decimal degrees).
fromGeographic(point:com.esri.aws.awx.geom:GeoPoint) — Method in class com.esri.aws.awx.map.projection.TransverseMercator
Converts to a pixel point from a projected geographic point (decimal degrees).
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z