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  
Gall — Class in package com.esri.aws.awx.map.projection
Gall projection is a cylindrical projection that cuts the earth at N45 and S45.
Gall(lon0, x0, y0, R) — Constructor in class com.esri.aws.awx.map.projection.Gall
GeocodeCandidate — Class in package com.esri.aws.services
Contains the complete description of a place that matches the search criteria.
GeocodeInfo — Class in package com.esri.aws.services
Contains information about a geocode request.
Geographic — Class in package com.esri.aws.awx.map.projection
Geographic represents the 'no projection' projection.
Geographic(lon0, lat1) — Constructor in class com.esri.aws.awx.map.projection.Geographic
constructor
geographyIDFilter — Property in class com.esri.aws.services.GeographyIDOptions
The geographic filter for limiting the returned IDs.
GeographyIDOptions — Class in package com.esri.aws.services
Contains parameters for finding IDs for a specific geography.
geographyIDs — Property in class com.esri.aws.services.StandardGeography
The geographic ID for the site.
geographyLevel — Property in class com.esri.aws.services.StandardGeography
The geographic level at which the data is returned.
geographyLevel — Property in class com.esri.aws.services.ThematicReportOptions
The geographic level in which the map report displays.
Geometry — Class in package com.esri.aws.services
Contains information about the shape of a feature.
geoPoint — Property in class com.esri.aws.awx.events.GeoPointMouseEvent
The geographic location where the event occurred.
GeoPoint — Class in package com.esri.aws.awx.geom
GeoPoint represents a geographic location.
GeoPoint(x, y) — Constructor in class com.esri.aws.awx.geom.GeoPoint
Creates a new GeoPoint.
GeoPointMouseEvent — Class in package com.esri.aws.awx.events
GeoPointMouseEvent is the same as a MouseEvent, with the addition of a geoPoint property.
GeoPointMouseHandler — Class in package com.esri.aws.awx.map.handlers
The GeoPointMouseHandler is an EventDispatcher that redispatches a GeoPointMouseEvent for each MouseEvent that occurs.
geoPoints — Property in class com.esri.aws.awx.geom.PolygonShape
The array lat/lon locations.
geoPoints — Property in class com.esri.aws.awx.geom.PolylineShape
The array of Points.
geoPoints — Property in class com.esri.aws.awx.map.layers.overlays.Polygon
The array of GeoPoint locations that defines the polygon.
geoPoints — Property in class com.esri.aws.awx.map.layers.overlays.Polyline
The array lat/lon locations.
geoX — Property in class com.esri.aws.awx.map.layers.overlays.Marker
The longitude value.
geoY — Property in class com.esri.aws.awx.map.layers.overlays.Marker
The latitude value.
getAllOverlays() — Method in class com.esri.aws.awx.map.layers.OverlayLayer
Gets all the overlay objects in the layer.
getAvailableTemplateNames(responder) — Method in interface com.esri.aws.services.IReport
Returns template names to use with method createPDFDocument.
getClassName() — Method in class com.esri.aws.services.AddressFinderActivator
The fully qualified class name for IAddressFinder
getClassName() — Method in class com.esri.aws.services.BaseArcWebActivator
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
getClassName() — Method in class com.esri.aws.services.FindActivator
The fully qualified class name for IFind
getClassName() — Method in class com.esri.aws.services.MapImageActivator
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
getClassName() — Method in class com.esri.aws.services.PlaceFinderActivator
The fully qualified class name for IAddressFinder.
getClassName() — Method in class com.esri.aws.services.ReportActivator
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
getClassName() — Method in class com.esri.aws.services.RouteFinderActivator
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
getClassName() — Method in class com.esri.aws.services.SpatialQueryActivator
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
getClassName() — Method in class com.esri.aws.services.UtilityActivator
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
getCustomSiteReport(site:com.esri.aws.services:Site, reportOptions:com.esri.aws.services:ReportOptions, variables, responder) — Method in interface com.esri.aws.services.IReport
Returns a report with user-requested variables for a specified site.
getCustomStandardGeographyReport(standardGeographies, reportOptions:com.esri.aws.services:ReportOptions, variables, responder) — Method in interface com.esri.aws.services.IReport
Returns a report containing user-requested variables for a specified standard geography.
getCustomThematicMap(mapArea:com.esri.aws.services:MapArea, mapImageOptions:com.esri.aws.services:MapImageOptions, thematicData:com.esri.aws.services:ThematicData, thematicOptions:com.esri.aws.services:ThematicOptions, thematicColors:com.esri.aws.services:ThematicColors, responder) — Method in interface com.esri.aws.services.IMapImage
Returns a thematic map based on user-supplied data that match specific geography IDs.
getCustomVariables(variableDataSource, responder) — Method in interface com.esri.aws.services.IReport
Returns a list of variables that can be used to create a custom report.
getDatabases(responder) — Method in interface com.esri.aws.services.IReport
Returns a list of databases, such as Census 2000 or 2006/2011 Demographics, which contain tables of data for thematic mapping, spatial query and report services.
getDriveTime(dataSource, point:com.esri.aws.awx.geom:GeoPoint, interval, units, responder) — Method in interface com.esri.aws.services.IUtility
Returns a polygon of the distance a vehicle can travel in X minutes or miles from a given starting point.
getESRIThematicMap(mapArea:com.esri.aws.services:MapArea, mapImageOptions:com.esri.aws.services:MapImageOptions, thematicField, thematicOptions:com.esri.aws.services:ThematicOptions, thematicColors:com.esri.aws.services:ThematicColors, responder) — Method in interface com.esri.aws.services.IMapImage
Returns a thematic map based on ESRI-supplied variables.
getGeographyIDs(geographyIDOptions:com.esri.aws.services:GeographyIDOptions, responder) — Method in interface com.esri.aws.services.IReport
Returns geography ID information.
getHeight() — Method in interface com.esri.aws.awx.map.layers.IStaticLayer
Retrieves the height of the static layer.
getLanguages(responder) — Method in interface com.esri.aws.services.IRouteFinder
Returns the supported languages for the driving directions.
getLayer(layerID) — Method in class com.esri.aws.awx.map.Map
Gets a layer based on its identifier.
getLayer(layerID) — Method in class com.esri.aws.awx.map.layers.GroupLayer
Gets a layer based on its identifier.
getLayer(layerID) — Method in interface com.esri.aws.awx.map.layers.IGroupLayer
Gets a layer based on its identifier.
getLayerVisibilities(responder) — Method in interface com.esri.aws.awx.map.layers.ILayerVisibility
Getting layer visibilities can be an asynchronous process, so it requires a responder.
getLayerVisibilities(responder) — Method in class com.esri.aws.awx.map.layers.MapImageGroupLayer
Getting layer visibilities can be an asynchronous process, so it requires a responder.
getLayerVisibilities(responder) — Method in class com.esri.aws.awx.map.layers.VectorGroupLayer
Getting layer visibilities can be an asynchronous process, so it requires a responder.
getMap(mapArea:com.esri.aws.services:MapArea, mapImageOptions:com.esri.aws.services:MapImageOptions, responder) — Method in interface com.esri.aws.services.IMapImage
Returns map URLs for given map areas.
getMyIP(responder) — Method in interface com.esri.aws.services.IIPUtil
Returns the public IP address of the browser.
getOverlay(overlayName) — Method in class com.esri.aws.awx.map.layers.OverlayLayer
Gets an overlay object based on the overlay identifier.
getReportHeaderKeys(methodName, responder) — Method in interface com.esri.aws.services.IReport
Returns the key/value pairs for the header of the report based on the method name.
getSiteReports(site:com.esri.aws.services:Site, reportOptions, combineReports, responder) — Method in interface com.esri.aws.services.IReport
Returns preformatted reports for a specified site.
getStandardGeographyReport(standardGeographies, reportOptions:com.esri.aws.services:ReportOptions, responder) — Method in interface com.esri.aws.services.IReport
Returns a preformatted report for specified standard geographies.
getTables(database, responder) — Method in interface com.esri.aws.services.IReport
Returns a list of tables that contain individual data variables for use in thematic mapping, spatial query, and report services.
getThematicFields(thematicDataSource, responder) — Method in interface com.esri.aws.services.IMapImage
Returns a list of available fields for creating a thematic map with the method getESRIThematicMap.
getThematicMapReport(site:com.esri.aws.services:Site, reportOptions:com.esri.aws.services:ReportOptions, thematicReportOptions:com.esri.aws.services:ThematicReportOptions, thematicVariable, responder) — Method in interface com.esri.aws.services.IReport
Returns a thematic map in PDF format for a specified set of sites.
getThematicVariables(database, table, responder) — Method in interface com.esri.aws.services.IReport
Returns a list of variables for a specified database and table.
getUIComponent() — Method in interface com.esri.aws.awx.map.layers.ILayer
The layer's UIComponent.
getValueMap(mapArea:com.esri.aws.services:MapArea, mapImageOptions:com.esri.aws.services:MapImageOptions, thematicData:com.esri.aws.services:ThematicData, codeColorValues, thematicOptions:com.esri.aws.services:ThematicOptions, responder) — Method in interface com.esri.aws.services.IMapImage
Returns a value map based on user-supplied data that matches specific geography IDs.
getWidth() — Method in interface com.esri.aws.awx.map.layers.IStaticLayer
Retrieves the width of the static layer.
GradientPolygonStyle — Class in package com.esri.aws.awx.map.layers.overlays.style
GradientPolygonStyle is an advanced gradient renderer for polygons.
GradientPolygonStyle(type, colors, alphas, ratios, matrix, spreadMethod, interpolationMethod, focalPointRatio) — Constructor in class com.esri.aws.awx.map.layers.overlays.style.GradientPolygonStyle
Creates a new GradientPolygonStyle.
graticuleAlpha — Property in class com.esri.aws.awx.map.layers.VectorGroupLayer
The graticule alpha.
graticuleColor — Property in class com.esri.aws.awx.map.layers.VectorGroupLayer
The graticule color.
graticuleDistance — Property in class com.esri.aws.awx.map.layers.VectorGroupLayer
The distance in degrees between two adjacent latitudes or two adjacent longitudes on the map.
graticuleWidth — Property in class com.esri.aws.awx.map.layers.VectorGroupLayer
The pixel width of the graticule.
GroupLayer — Class in package com.esri.aws.awx.map.layers
Group layer is a collection of layers that need to be manipulated as one entity.
GroupLayer(style:com.esri.aws.awx.map.layers.overlays.style:IStyle) — Constructor in class com.esri.aws.awx.map.layers.GroupLayer
Creates a new GroupLayer.
groupLayerChange — Event in interface com.esri.aws.awx.map.IMap
A layer has been moved within a GroupLayer.
groupLayerChange — Event in class com.esri.aws.awx.map.Map
A layer has been moved within a GroupLayer.
groupLayerChange — Event in class com.esri.aws.awx.map.layers.GroupLayer
Dispatched when a layer has been swapped or moved up or down.
GROUPLAYER_CHANGE — Constant static property in class com.esri.aws.awx.events.GroupLayerEvent
A layer has been moved within a GroupLayer.
GroupLayerEvent — Class in package com.esri.aws.awx.events
GroupLayerEvent is dispatched when a layer is moved within a GroupLayer.
GroupLayerEvent(type, bubbles, cancelable) — Constructor in class com.esri.aws.awx.events.GroupLayerEvent
Creates a new GroupLayerEvent.
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