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 _

A

ACRE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for acre.
ACRE_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for US acre.
add(MultiPath, boolean) - Method in class com.esri.core.geometry.MultiPath
Appends all paths from another multipath.
add(Point) - Method in class com.esri.core.geometry.MultiPoint
Adds a point multipoint.
add(double, double) - Method in class com.esri.core.geometry.MultiPoint
Adds a point with the specified X, Y coordinates to this multipoint.
add(MultiVertexGeometry, int, int) - Method in class com.esri.core.geometry.MultiPoint
Appends points from another multipoint at the end of this multipoint.
addAttachment(int, File, CallbackListener<FeatureEditResult>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Adds an attachment to the feature specified by the ObjectId.
addAttachment(int, File, String, CallbackListener<FeatureEditResult>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Adds an attachment to the feature specified by the ObjectId.
addAttachment(Uri) - Method in class com.esri.android.map.PopupView
Adds a local file to the list of attachments to be added to the feature.
addAttribute(int) - Method in class com.esri.core.geometry.MultiPoint
 
addClassBreak(ClassBreak) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Adds a class break.
addEnvelope(Envelope, boolean) - Method in class com.esri.core.geometry.MultiPath
Adds a rectangular closed path to this multipath.
addFilter(SymbolDictionaryFilter) - Method in class com.esri.core.symbol.advanced.SymbolDictionaryQuery
Adds a filter to the query
addGraphic(Graphic) - Method in class com.esri.android.map.GraphicsLayer
Adds a graphic into GraphicsLayer
addGraphic(Graphic) - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Convenient method to add a Graphic to a GPFeatureRecordSetLayer.
addGraphic(Graphic) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
Convenient method to add a graphic to a GPRecordSet
addGraphics(Graphic[]) - Method in class com.esri.android.map.GraphicsLayer
Adds an array of Graphic.
addKeyword(String) - Method in class com.esri.core.symbol.advanced.SymbolDictionaryQuery
Adds a keyword to the query
addLayer(Layer) - Method in class com.esri.android.map.GroupLayer
Adds a layer to the current layer group by appending it to the bottom.
addLayer(Layer, int) - Method in class com.esri.android.map.GroupLayer
Inserts a layer object at certain position in the group layer.
addLayer(Layer) - Method in class com.esri.android.map.MapView
Adds the child Layer.
addLayer(Layer, int) - Method in class com.esri.android.map.MapView
Adds the child Layer at the given index.
addLayers(Layer[]) - Method in class com.esri.android.map.GroupLayer
Adds an array of layers to the current layer group.
addLayers(Layer[]) - Method in class com.esri.android.map.MapView
Adds the Layer array.
addPath(MultiPath, int, boolean) - Method in class com.esri.core.geometry.MultiPath
Copies a path from another multipath.
addPopupView(PopupInfo, Graphic) - Method in class com.esri.android.map.PopupContainer
Add a single PopupView to this PopupContainer.
addPopupViews(PopupView[]) - Method in class com.esri.android.map.PopupContainer
Add a list of PopupViews to be shown in the PopupContainer.
addProperties(Map<String, Object>) - Method in class com.esri.core.symbol.advanced.Message
Adds the properties as a map.
addSegment(Segment, boolean) - Method in class com.esri.core.geometry.MultiPath
Adds a new segment to this multipath.
addSegment(Segment, boolean) - Method in class com.esri.core.geometry.Polyline
 
addUniqueValue(UniqueValue) - Method in class com.esri.core.renderer.UniqueValueRenderer
Adds a unique value.
addValue(T) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
Convenient method to add a GPParameter value into the parameter list.
ALL_LAYERS - Static variable in class com.esri.core.tasks.ags.identify.IdentifyParameters
Identify on all layers of the service.
ANCHOR_POSITION_FLOATING - Static variable in class com.esri.android.map.Callout
Positions the anchor in the best position that will keep the callout window as much as possible on the screen when panning or zooming
ANCHOR_POSITION_LEFT_MIDDLE - Static variable in class com.esri.android.map.Callout
Positions the anchor at the left center of the callout window
ANCHOR_POSITION_LOWER_LEFT_CORNER - Static variable in class com.esri.android.map.Callout
Positions the anchor at the bottom left corner of the callout window
ANCHOR_POSITION_LOWER_MIDDLE - Static variable in class com.esri.android.map.Callout
Positions the anchor at the bottom center of the callout window
ANCHOR_POSITION_LOWER_RIGHT_CORNER - Static variable in class com.esri.android.map.Callout
Positions the anchor at the bottom right corner of the callout window
ANCHOR_POSITION_RIGHT_MIDDLE - Static variable in class com.esri.android.map.Callout
Positions the anchor at the right center of the callout window
ANCHOR_POSITION_UPPER_LEFT_CORNER - Static variable in class com.esri.android.map.Callout
Positions the anchor at the top left corner of the callout window
ANCHOR_POSITION_UPPER_MIDDLE - Static variable in class com.esri.android.map.Callout
Positions the anchor at the top center of the callout window
ANCHOR_POSITION_UPPER_RIGHT_CORNER - Static variable in class com.esri.android.map.Callout
Positions the anchor at the top right corner of the callout window
AngularUnit - Class in com.esri.core.geometry
The units to measure angles.
AngularUnit.Code - Interface in com.esri.core.geometry
The codes defined for the angular units.
AngularUnitCode - Interface in com.esri.core.geometry
Deprecated. Method introduced at Beta. Will be removed at next release.
animatedHide() - Method in class com.esri.android.map.Callout
Hides the callout window with animation.
animatedShow(Point, View) - Method in class com.esri.android.map.Callout
Displays the callout window with animation at the given coordinates with the provided content.
applyEdits(Graphic[], Graphic[], Graphic[], CallbackListener<FeatureEditResult[][]>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Applies edits to the editable feature layer.
applyTransformation(Transformation2D) - Method in class com.esri.core.geometry.Envelope
 
applyTransformation(Transformation2D) - Method in class com.esri.core.geometry.Geometry
Applies 2D affine transformation in XY plane.
applyTransformation(Transformation2D) - Method in class com.esri.core.geometry.Line
 
applyTransformation(Transformation2D) - Method in class com.esri.core.geometry.MultiPath
 
applyTransformation(Transformation2D) - Method in class com.esri.core.geometry.MultiPoint
 
applyTransformation(Transformation2D) - Method in class com.esri.core.geometry.Point
 
ArcGISDynamicMapServiceLayer - Class in com.esri.android.map.ags
The ArcGISDynamicMapServiceLayer class allows you to work with a dynamic map service resource that is exposed by the ArcGIS Server REST API (see the system requirements document for supported versions of ArcGIS Server).
ArcGISDynamicMapServiceLayer(String, int[]) - Constructor for class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
This constructor is used if you're instantiating the ArcGISDynamicMapServiceLayer.
ArcGISDynamicMapServiceLayer(String, int[], UserCredentials, boolean) - Constructor for class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
This constructor is used if you're instantiating the ArcGISDynamicMapServiceLayer.
ArcGISDynamicMapServiceLayer(String) - Constructor for class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
This constructor is used if you're instantiating the ArcGISDynamicMapServiceLayer (see the class description for an example of this usage).
ArcGISDynamicMapServiceLayer(String, int[], UserCredentials) - Constructor for class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
This constructor is used if you're instantiating the ArcGISDynamicMapServiceLayer.
ArcGISFeatureLayer - Class in com.esri.android.map.ags
ArcGISFeatureLayer is a special type of GraphicsLayer that allows you to display features from a layer hosted by an ArcGIS Server map service or feature service.
ArcGISFeatureLayer(String, ArcGISFeatureLayer.Options) - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer
The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code.
ArcGISFeatureLayer(String, ArcGISFeatureLayer.Options, UserCredentials) - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer
The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code.
ArcGISFeatureLayer(String, ArcGISFeatureLayer.MODE) - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer
The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code (see the class description for an example of this usage).
ArcGISFeatureLayer(String, String, ArcGISFeatureLayer.MODE) - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer
The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code.
ArcGISFeatureLayer(String, String, ArcGISFeatureLayer.MODE, boolean) - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer
The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code (see the class description for an example of this usage).
ArcGISFeatureLayer(String, ArcGISFeatureLayer.MODE, UserCredentials) - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer
The constructor is used if you are instantiating the ArcGISFeatureLayer using Java code.
ArcGISFeatureLayer(String, FeatureSet, ArcGISFeatureLayer.Options) - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer
The constructor is used if you are instantiating the ArcGISFeatureLayer using a feature collection.
ArcGISFeatureLayer(String, String, FeatureSet, ArcGISFeatureLayer.Options, boolean) - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer
This constructor is to be used with a mapnotes layer defined in webmap only.
ArcGISFeatureLayer.MODE - Enum in com.esri.android.map.ags
The feature layer can work under 3 modes.
ArcGISFeatureLayer.Options - Class in com.esri.android.map.ags
The options to instantiate the feature layer.
ArcGISFeatureLayer.Options() - Constructor for class com.esri.android.map.ags.ArcGISFeatureLayer.Options
 
ArcGISFeatureLayer.SELECTION_METHOD - Enum in com.esri.android.map.ags
The modes used for the select features method.
ArcGISImageServiceLayer - Class in com.esri.android.map.ags
The ArcGISImageServiceLayer class allows you to work with an image service resource that is exposed by the ArcGIS Server REST API (see the system requirements document for supported versions of ArcGIS Server).
ArcGISImageServiceLayer(String, ImageServiceParameters) - Constructor for class com.esri.android.map.ags.ArcGISImageServiceLayer
This constructor is used if you're instantiating the ArcGISImageServiceLayer.
ArcGISImageServiceLayer(String, ImageServiceParameters, UserCredentials, boolean) - Constructor for class com.esri.android.map.ags.ArcGISImageServiceLayer
This constructor is used if you instantiate an ArcGISImageServiceLayer object.
ArcGISImageServiceLayer(String, ImageServiceParameters, UserCredentials) - Constructor for class com.esri.android.map.ags.ArcGISImageServiceLayer
This constructor is used if you're instantiating the ArcGISImageServiceLayer (see the class description for an example of this usage).
ArcGISLayerInfo - Class in com.esri.android.map.ags
While working with the ArcGISDynamicMapServiceLayer and ArcGISTiledMapServiceLayer class, it is possible for you to access the individual layers contained within the dynamic map service through the getLayers() method.
ArcGISLayerInfo(String, int) - Constructor for class com.esri.android.map.ags.ArcGISLayerInfo
Instantiates an object of ArcGISLayerInfo.
ArcGISLayerInfo(String, int, ArcGISLayerInfo) - Constructor for class com.esri.android.map.ags.ArcGISLayerInfo
Instantiates an object of ArcGISLayerInfo.
ArcGISLocalTiledLayer - Class in com.esri.android.map.ags
The ArcGISLocatlTiledLayer class is a type of tiled layer where the data is stored locally on the device, therefore this layer can function even when the device does not have any network connectivity.
ArcGISLocalTiledLayer(String) - Constructor for class com.esri.android.map.ags.ArcGISLocalTiledLayer
This constructor is used if you're instantiating the ArcGISLocalTiledLayer using Java code (see the class description for an example of this usage).
ArcGISLocalTiledLayer(String, boolean) - Constructor for class com.esri.android.map.ags.ArcGISLocalTiledLayer
Instantiates an object of ArcGISLocalTiledLayer.
ArcGISTiledMapServiceLayer - Class in com.esri.android.map.ags
The ArcGISTiledMapServiceLayer class allows you to work with a cached map service resource exposed by the ArcGIS Server REST API.
ArcGISTiledMapServiceLayer(String) - Constructor for class com.esri.android.map.ags.ArcGISTiledMapServiceLayer
This constructor is used if you're instantiating the ArcGISTiledMapServiceLayer using Java code (see the class description for an example of this usage).
ArcGISTiledMapServiceLayer(String, UserCredentials) - Constructor for class com.esri.android.map.ags.ArcGISTiledMapServiceLayer
This constructor is used if you're instantiating the ArcGISTiledMapServiceLayer using Java code.
ArcGISTiledMapServiceLayer(String, UserCredentials, boolean) - Constructor for class com.esri.android.map.ags.ArcGISTiledMapServiceLayer
Instantiates an object of ArcGISTiledMapServiceLayer.
AreaUnit - Class in com.esri.core.geometry
The units to measure for areas.
AreaUnit.Code - Interface in com.esri.core.geometry
Area unit codes.
AttachmentInfo - Class in com.esri.core.map
Information about an attachment associated with a feature.
AttachmentInfo() - Constructor for class com.esri.core.map.AttachmentInfo
 
AUTHENTICATION_FAILED - Static variable in exception com.esri.core.io.EsriSecurityException
Server failed to authenticate the user.

B

BaseMap - Class in com.esri.core.portal
This class represents a base map described in a WebMap
BING_MAPS_SPATIAL_REFERENCE_WKID - Static variable in class com.esri.android.map.bing.BingMapsLayer
The WKID of spatial reference for the Bing Maps Imagery service.
BING_MAPS_XMAX - Static variable in class com.esri.android.map.bing.BingMapsLayer
Maximum X coordinate in meters for the full extent of Bing Maps service.
BING_MAPS_XMIN - Static variable in class com.esri.android.map.bing.BingMapsLayer
Minimum X coordinate in meters for the full extent of Bing Maps service.
BING_MAPS_YMAX - Static variable in class com.esri.android.map.bing.BingMapsLayer
Maximum Y coordinate in meters for the full extent of Bing Maps service.
BING_MAPS_YMIN - Static variable in class com.esri.android.map.bing.BingMapsLayer
Minimum Y coordinate in meters for the full extent of Bing Maps service.
BingMapsLayer - Class in com.esri.android.map.bing
BingMapsLayer class is used to define the Layer populated from Bing Maps that can be added to the MapView object.
BingMapsLayer(String, BingMapsLayer.MapStyle) - Constructor for class com.esri.android.map.bing.BingMapsLayer
Creates a BingMapsLayer object from Bing Maps key and map style.
BingMapsLayer(String, BingMapsLayer.MapStyle, boolean) - Constructor for class com.esri.android.map.bing.BingMapsLayer
Creates a BingMapsLayer object from Bing Maps key and map style.
BingMapsLayer.MapStyle - Enum in com.esri.android.map.bing
Map styles available for the imagery: Aerial - Aerial imagery AerialWithLabels - Aerial imagery with a road overlay Road - Roads without additional imagery.
BingMapsResult - Class in com.esri.android.map.bing
This class represents a Bing Maps result containing an address and its locations returned by a geocode or reverse-geocode request.
BingMapsResult() - Constructor for class com.esri.android.map.bing.BingMapsResult
Default constructor.
buffer(Geometry[], SpatialReference, double[], Unit, boolean) - Static method in class com.esri.core.geometry.GeometryEngine
Calculates a buffer polygon for each geometry at each of the corresponding specified distances.
buffer(Geometry, SpatialReference, double, Unit) - Static method in class com.esri.core.geometry.GeometryEngine
Calculates buffer polygon of the geometry as specified by the distance input.

C

calculateArea2D() - Method in class com.esri.core.geometry.Envelope
 
calculateArea2D() - Method in class com.esri.core.geometry.Geometry
Calculates the area of the geometry.
calculateArea2D() - Method in class com.esri.core.geometry.MultiPath
 
calculateArea2D() - Method in class com.esri.core.geometry.Segment
 
calculateLength2D() - Method in class com.esri.core.geometry.Envelope
 
calculateLength2D() - Method in class com.esri.core.geometry.Geometry
Calculates the length of the geometry.
calculateLength2D() - Method in class com.esri.core.geometry.Line
 
calculateLength2D() - Method in class com.esri.core.geometry.MultiPath
 
calculateRingArea2D(int) - Method in class com.esri.core.geometry.Polygon
Calculates the ring area for this ring.
CallbackListener<T> - Interface in com.esri.core.map
Implement this interface to handle the returned result from an asychronous call.
Callout - Class in com.esri.android.map
The CalloutView class draws a callout window and manages its behavior.
Callout(MapView) - Constructor for class com.esri.android.map.Callout
Constructor taking in MapView on which the callout window will be displayed.
CalloutStyle - Class in com.esri.android.map
 
CalloutStyle() - Constructor for class com.esri.android.map.CalloutStyle
default constructor taking no input parameter
CalloutStyle(Context, AttributeSet) - Constructor for class com.esri.android.map.CalloutStyle
constructor taking an Context object and an AttributeSet object
cancelEditing() - Method in class com.esri.android.map.PopupContainer
Cancels the editing session of the currently displayed PopupView.
cancelPendingTasks() - Method in class com.esri.android.map.DynamicLayer
 
centerAt(Point, boolean) - Method in class com.esri.android.map.MapView
If the MapView is initialized, centers the map at the given point.
centerAt(Point, double, double) - Method in class com.esri.core.geometry.Envelope
Sets the envelope's corners to be centered around the specified point, using it's center, width, and height.
centerAt(Point) - Method in class com.esri.core.geometry.Envelope
Centers the envelope around the specified point preserving the envelope's width and height.
CENTIMETER - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for centimeter.
CENTIMETER - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for centimeter.
CHAIN - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for International chain.
CHAIN - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for International chain.
CHAIN_BENOIT_A - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for chain = Benoit 1895 A.
CHAIN_BENOIT_A - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for chain = Benoit 1895 A.
CHAIN_BENOIT_B - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for chain = Benoit 1895 B.
CHAIN_BENOIT_B - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for chain = Benoit 1895 B.
CHAIN_CLARKE - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for chain = Clarke.
CHAIN_CLARKE - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for chain = Clarke.
CHAIN_SEARS - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for chain = sears.
CHAIN_SEARS - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for chain = sears.
CHAIN_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for chain = sears 1922 truncated.
CHAIN_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for chain = sears 1922 truncated.
CHAIN_US - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for US survey chain.
CHAIN_US - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for US survey chain.
checkJobStatus(String) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Provides basic information about a submitted job such as the job ID, status and messages.
ClassBreak - Class in com.esri.core.renderer
 
ClassBreak() - Constructor for class com.esri.core.renderer.ClassBreak
Instantiates an empty ClassBreak object.
ClassBreak(JsonNode) - Constructor for class com.esri.core.renderer.ClassBreak
Instantiates ClassBreak from a Json node object
ClassBreaksRenderer - Class in com.esri.core.renderer
A class breaks renderer symbolizes each graphic based on the value of some numeric attribute.
ClassBreaksRenderer() - Constructor for class com.esri.core.renderer.ClassBreaksRenderer
 
ClassBreaksRenderer(JsonNode) - Constructor for class com.esri.core.renderer.ClassBreaksRenderer
Instantiates ClassBreaksRenderer from a Json node object
clear() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Clears all selection and removes all graphics from the layer.
clear() - Method in class com.esri.core.portal.PortalItem
Destroys the thumbnail and other objects internally held by this PortalItem.
clear() - Method in class com.esri.core.symbol.advanced.SymbolDictionaryQuery
Clears the query (removes all filters and keywords)
clearAddedAttachments() - Method in class com.esri.android.map.PopupView
Clears the list of attachment ID's that are marked for addition to the feature.
clearDeletedAttachmentIDs() - Method in class com.esri.android.map.PopupView
Clears the list of attachment ID's that are marked for deletion from the feature.
clearSelection() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Clears the current selection.
clearTiles() - Method in class com.esri.android.map.TiledLayer
Cancels all current tile request.
clip(Geometry, Envelope, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Calculates the clipped geometry from an target geometry by an envelope.
closeAllPaths() - Method in class com.esri.core.geometry.MultiPath
Closes all open paths by adding an implicit line segment from the end point to the start point.
closePathWithLine() - Method in class com.esri.core.geometry.MultiPath
Closes the last path of this multipath with a line segment.
CodedValueDomain - Class in com.esri.core.map
The CodedValueDomain class represents the 'Coded Value Domain' details in the Feature Layer of the Feature Service.
CodedValueDomain(String, Map<String, String>) - Constructor for class com.esri.core.map.CodedValueDomain
Instantiates a CodedValueDomain with the given values.
CodedValueDomain() - Constructor for class com.esri.core.map.CodedValueDomain
Instantiates an empty object of CodedValueDomain.
com.esri.android.action - package com.esri.android.action
Contains convenience classes that provide a way to display results returned from identify operations.
com.esri.android.map - package com.esri.android.map
Provides classes for all the different elements of a map.
com.esri.android.map.ags - package com.esri.android.map.ags
Contains the classes for the available map layer types.
com.esri.android.map.bing - package com.esri.android.map.bing
Provides classes used to consume Bing Maps services and maps.
com.esri.android.map.event - package com.esri.android.map.event
Provides interface classes used to handle events from maps and popups.
com.esri.core.geometry - package com.esri.core.geometry
Provides classes for different types of geometries, e.g.
com.esri.core.io - package com.esri.core.io
Contains convenience classes that provide a way to display results returned from identify operations.
com.esri.core.map - package com.esri.core.map
Contains classes that define elements from feature and image services.
com.esri.core.map.bing - package com.esri.core.map.bing
Defines an interface to handle responses from Bing Maps.
com.esri.core.map.popup - package com.esri.core.map.popup
Contains classes that are used to define popups on the map.
com.esri.core.portal - package com.esri.core.portal
Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap.
com.esri.core.renderer - package com.esri.core.renderer
Provides different types of renderers used to symbolize graphics.
com.esri.core.symbol - package com.esri.core.symbol
Provides different types of symbols used to represent geometries.
com.esri.core.symbol.advanced - package com.esri.core.symbol.advanced
Contains classes for advanced symbol and message processing.
com.esri.core.tasks - package com.esri.core.tasks
Parent package for classes in com.esri.core.tasks.ags.* and also a class that defines the different spatial relationship types.
com.esri.core.tasks.ags.geocode - package com.esri.core.tasks.ags.geocode
Contains classes for consuming geocode services and parsing the results.
com.esri.core.tasks.ags.geoprocessing - package com.esri.core.tasks.ags.geoprocessing
Contains classes for connecting to geoprocessing services and parsing the results.
com.esri.core.tasks.ags.identify - package com.esri.core.tasks.ags.identify
Contains classes for defining identify operations that are executed on an ArcGIS Server.
com.esri.core.tasks.ags.query - package com.esri.core.tasks.ags.query
Contains classes for defining queries that are executed on an ArcGIS Server.
contains(Point) - Method in class com.esri.core.geometry.Envelope
Checks if this envelope contains (covers) the specified point.
contains(Envelope) - Method in class com.esri.core.geometry.Envelope
Checks if this envelope contains (covers) other envelope.
contains(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Indicates if one geometry contains another geometry.
convertFromMeters(double) - Method in class com.esri.core.geometry.LinearUnit
Converts meters to this LinearUnit.
convertFromRadians(double) - Method in class com.esri.core.geometry.AngularUnit
Converts radian to the angular unit of the object.
convertFromSquareMeters(double) - Method in class com.esri.core.geometry.AreaUnit
Converts square meters to the area units of the object.
convertToMeters(double) - Method in class com.esri.core.geometry.LinearUnit
Converts this linear units to meters.
convertToRadians(double) - Method in class com.esri.core.geometry.AngularUnit
Converts from the angular units of the object to radian units.
convertToSquareMeters(double) - Method in class com.esri.core.geometry.AreaUnit
Converts the area units to square meters of the object.
convertUnits(double, Unit, Unit) - Static method in class com.esri.core.geometry.Unit
Converts an input value to new units.
convertUnits(double[], int, Unit, Unit, double[]) - Static method in class com.esri.core.geometry.Unit
Converts an array of values to new units of same UnitType.
copy() - Method in class com.esri.core.geometry.Geometry
Creates a copy of the geometry.
copy() - Method in class com.esri.core.geometry.SegmentIterator
Copies this SegmentIterator.
copy() - Method in class com.esri.core.geometry.Transformation2D
Returns a copy of the Transformation2D object.
copy() - Method in class com.esri.core.symbol.MultiLayerSymbol
 
copy() - Method in class com.esri.core.symbol.PictureMarkerSymbol
 
copy() - Method in class com.esri.core.symbol.SimpleFillSymbol
 
copy() - Method in class com.esri.core.symbol.SimpleLineSymbol
 
copy() - Method in class com.esri.core.symbol.SimpleMarkerSymbol
 
copy() - Method in interface com.esri.core.symbol.Symbol
Gets a copy of this Symbol object.
copy() - Method in class com.esri.core.symbol.TextSymbol
 
copyTo(Geometry) - Method in class com.esri.core.geometry.Envelope
 
copyTo(Geometry) - Method in class com.esri.core.geometry.Geometry
Copies this geometry to another geometry of the same type.
copyTo(Geometry) - Method in class com.esri.core.geometry.MultiPath
 
copyTo(Geometry) - Method in class com.esri.core.geometry.MultiPoint
 
copyTo(Geometry) - Method in class com.esri.core.geometry.Point
 
copyTo(Geometry) - Method in class com.esri.core.geometry.Segment
 
count() - Method in class com.esri.android.map.GroupLayer
Returns the size of the group layer.
create(int) - Static method in class com.esri.core.geometry.SpatialReference
Creates an instance of the spatial reference based on the provided well known ID for the horizontal coordinate system.
create(String) - Static method in class com.esri.core.geometry.SpatialReference
Creates an instance of the spatial reference based on the provided well known text representation for the horizontal coordinate system.
create(int) - Static method in class com.esri.core.geometry.Unit
Create a unit class from the well-known id(wkid).
create2525CRemoveMessage(String, String) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Creates a 2525C message to remove the symbol.
create2525CUpdateMessage(String, String, List<Point>, Map<String, Object>) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Creates a 2525C message to update the symbol.
create2525CUpdateMessage(String, String, Object) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Creates a 2525C message to update the symbol with specified property name and value.
create2525CUpdateMessage(String, Map<String, Object>) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Creates a 2525C message to update the symbol with specified properties.
create2525CUpdateMessage(String, String, List<Point>, Map<String, Object>, int) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Creates a 2525C message to create or update the symbol.
create2525CUpdateMessage(String, String, List<Point>, Map<String, Object>, String) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Creates a 2525C message to create or update the symbol.
createFeatureWithTemplate(FeatureTemplate, Geometry) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Creates a new feature based on the specified feature SubType and feature template.
createFeatureWithType(FeatureType, Geometry) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Creates a new feature based on the specified feature SubType.
createFromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPParameter
Static method generating a GP Parameter based on the GPParameter Json representation the Json Parser is pointing to.
createInstance() - Method in class com.esri.core.geometry.Envelope
 
createInstance() - Method in class com.esri.core.geometry.Line
 
createInstance() - Method in class com.esri.core.geometry.MultiPoint
 
createInstance() - Method in class com.esri.core.geometry.Point
 
createInstance() - Method in class com.esri.core.geometry.Polygon
 
createInstance() - Method in class com.esri.core.geometry.Polyline
 
createLocal(Unit) - Static method in class com.esri.core.geometry.SpatialReference
Creates a local spatial reference.
createLocal() - Static method in class com.esri.core.geometry.SpatialReference
Creates a local spatial reference.
createMessageFrom(Graphic) - Method in class com.esri.core.symbol.advanced.MessageProcessor
Creates a Message from a Graphic object.
createMessageFrom(String) - Method in class com.esri.core.symbol.advanced.MessageProcessor
Creates a Message from an existing message ID.
createSymbol(JsonParser) - Static method in class com.esri.core.symbol.SymbolHelper
Creates a Symbol instance using specified JsonParser instance.
createSymbolImage(Symbol, Geometry, int, int, int) - Method in class com.esri.android.map.GraphicsLayer
Returns a swatch image of the given geometry rendered with the specified symbol.
createSymbolImages(Symbol[], Geometry[], int, int, int) - Method in class com.esri.android.map.GraphicsLayer
Returns a swatch image array of for the given geometries rendered with the symbols.
crosses(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Indicates if one geometry crosses another geometry.

D

DECIMETER - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for decimeter.
DECIMETER - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for decimeter.
DEFAULT_FILL_COLOR - Static variable in class com.esri.android.map.PopupContainer
 
DEFAULT_POPUP_BACKGROUND_COLOR - Static variable in class com.esri.android.map.PopupContainer
The default popup background color.
DEFAULT_POPUP_TEXT_COLOR - Static variable in class com.esri.android.map.PopupContainer
The default popup text color.
DEFAULT_PRESSED_FILL_COLOR - Static variable in class com.esri.android.map.PopupContainer
 
DEFAULT_PRESSED_STROKE_COLOR - Static variable in class com.esri.android.map.PopupContainer
 
DEFAULT_SELECTION_COLOR - Static variable in class com.esri.android.map.PopupContainer
The default popup icon selection (fill) color.
DEFAULT_STROKE_COLOR - Static variable in class com.esri.android.map.PopupContainer
 
DEGREE - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for degree.
DEGREE - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for degree.
deleteAttachments(int, int[], CallbackListener<FeatureEditResult[]>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Deletes one or more attachments for the feature specified by the input ObjectId.
DictionaryRenderer - Class in com.esri.core.renderer
This is a renderer defined by dictionary.
difference(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Creates the difference of two geometries.
distance(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Calculates the 2D planar distance between two geometries.
Domain - Class in com.esri.core.map
The abstract class Domain is the superclass of classes CodedValueDomain and RangeDomain.
Domain() - Constructor for class com.esri.core.map.Domain
 
dropAllAttributes() - Method in class com.esri.core.geometry.MultiPoint
 
dropAttribute(int) - Method in class com.esri.core.geometry.MultiPoint
 
DynamicLayer - Class in com.esri.android.map
DynamicLayer is the base class for all map services that contain dynamic layers and can be added to a map.
DynamicLayer(String) - Constructor for class com.esri.android.map.DynamicLayer
Constructs a dynamic layer from the service URL.

E

Envelope - Class in com.esri.core.geometry
Envelopes are the rectangular window that contain a specific element.
Envelope(Point, double, double) - Constructor for class com.esri.core.geometry.Envelope
Creates an envelope by defining its center, width, and height.
Envelope() - Constructor for class com.esri.core.geometry.Envelope
Constructs an empty envelope.
Envelope(Point) - Constructor for class com.esri.core.geometry.Envelope
Constructs an envelope that covers the given point.
Envelope(double, double, double, double) - Constructor for class com.esri.core.geometry.Envelope
Constructs an envelope with the specified X and Y extents.
equals(Object) - Method in class com.esri.core.geometry.AngularUnit
 
equals(Object) - Method in class com.esri.core.geometry.AreaUnit
 
equals(Object) - Method in class com.esri.core.geometry.Envelope
Returns TRUE when this geometry has exactly same type, properties, and coordinates as the other geometry.
equals(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Indicates if two geometries are equal.
equals(Object) - Method in class com.esri.core.geometry.LinearUnit
 
equals(Object) - Method in class com.esri.core.geometry.MultiPoint
Returns TRUE when this geometry has exactly same type, properties, and coordinates as the other geometry.
equals(Object) - Method in class com.esri.core.geometry.Point
Returns TRUE when this geometry has exactly same type, properties, and coordinates as the other geometry.
equals(Object) - Method in class com.esri.core.geometry.Polygon
Returns TRUE when this geometry has exactly same type, properties, and coordinates as the other geometry.
equals(Object) - Method in class com.esri.core.geometry.Polyline
Returns TRUE when this geometry has exactly same type, properties, and coordinates as the other geometry.
equals(Object) - Method in class com.esri.core.geometry.Transformation2D
Returns True when all members of this transformation are equal to the corresponding members of the other.
equals(Object) - Method in class com.esri.core.geometry.Unit
Indicates if this unit is the same type (linear, angular, or area) and the same unit(meter, degree, acre, etc.)as another.
equals(Object) - Method in class com.esri.core.io.UserCredentials
 
equals(Object) - Method in class com.esri.core.map.FeatureSet
 
equals(Object) - Method in class com.esri.core.map.ImageServiceParameters
 
equals(Object) - Method in class com.esri.core.map.MosaicRule
 
equals(Object) - Method in class com.esri.core.map.RasterFunction
 
equals(Object) - Method in class com.esri.core.portal.Portal
equals(Object) - Method in class com.esri.core.portal.PortalFolder
equals(Object) - Method in class com.esri.core.portal.PortalGroup
equals(Object) - Method in class com.esri.core.portal.PortalInfo
equals(Object) - Method in class com.esri.core.portal.PortalItem
equals(Object) - Method in class com.esri.core.portal.PortalItemComment
equals(Object) - Method in class com.esri.core.portal.PortalQueryParams
equals(Object) - Method in class com.esri.core.portal.PortalQueryResultSet
equals(Object) - Method in class com.esri.core.portal.PortalUser
equals(Object) - Method in class com.esri.core.portal.PortalUserContent
equals(Object) - Method in class com.esri.core.renderer.SimpleRenderer
 
equals(Object) - Method in class com.esri.core.symbol.advanced.SymbolDictionaryFilter
 
equals(Object) - Method in class com.esri.core.symbol.FillSymbol
 
equals(Object) - Method in class com.esri.core.symbol.LineSymbol
 
equals(Object) - Method in class com.esri.core.symbol.MarkerSymbol
 
equals(Object) - Method in class com.esri.core.symbol.PictureMarkerSymbol
 
equals(Object) - Method in class com.esri.core.symbol.SimpleFillSymbol
 
equals(Object) - Method in class com.esri.core.symbol.SimpleLineSymbol
 
equals(Object) - Method in class com.esri.core.symbol.SimpleMarkerSymbol
 
equals(Object) - Method in class com.esri.core.symbol.TextSymbol
 
equals(Object) - Method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
 
equals(Object) - Method in class com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPBoolean
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDataFile
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDate
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDouble
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPLong
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterData
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
 
equals(Object) - Method in class com.esri.core.tasks.ags.geoprocessing.GPString
 
equals(Object) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
 
equals(Object) - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
 
equals(Object) - Method in class com.esri.core.tasks.ags.query.Query
 
EsriErrorCode - Interface in com.esri.core.io
An interface that all Exception objects appearing in status change notifications on the MapView must implement.
esriFieldTypeBlob - Static variable in class com.esri.core.map.Field
define an esri Blob field
esriFieldTypeDate - Static variable in class com.esri.core.map.Field
define an esri Date field
esriFieldTypeDouble - Static variable in class com.esri.core.map.Field
define an esri double field
esriFieldTypeGeometry - Static variable in class com.esri.core.map.Field
define an esri geometry field
esriFieldTypeGlobalID - Static variable in class com.esri.core.map.Field
define an esri Gloval ID field
esriFieldTypeGUID - Static variable in class com.esri.core.map.Field
define an esri GUID field
esriFieldTypeInteger - Static variable in class com.esri.core.map.Field
define an esri integer field
esriFieldTypeOID - Static variable in class com.esri.core.map.Field
define an esri Object ID field
esriFieldTypeRaster - Static variable in class com.esri.core.map.Field
define an esri Raster field
esriFieldTypeSingle - Static variable in class com.esri.core.map.Field
define an esri single field
esriFieldTypeSmallInteger - Static variable in class com.esri.core.map.Field
define an esri small integer field
esriFieldTypeString - Static variable in class com.esri.core.map.Field
define an esri String field
esriFieldTypeXML - Static variable in class com.esri.core.map.Field
define an esri Raster field
EsriSecurityException - Exception in com.esri.core.io
An Exception that describes problems encountered while accessing secure ArcGIS services.
EsriSecurityException(int) - Constructor for exception com.esri.core.io.EsriSecurityException
Instantiates an object of EsriSecurityException
EsriSecurityException(Throwable) - Constructor for exception com.esri.core.io.EsriSecurityException
Instantiates an object of EsriSecurityException
EsriSecurityException(int, String, Throwable) - Constructor for exception com.esri.core.io.EsriSecurityException
Instantiates an object of EsriSecurityException
EsriSecurityException(int, String) - Constructor for exception com.esri.core.io.EsriSecurityException
Instantiates an EsriServiceException with the given error message.
EsriServiceException - Exception in com.esri.core.io
An EsriServiceException is an exception indicating that an operation failed when processing a REST request.
EsriServiceException(String) - Constructor for exception com.esri.core.io.EsriServiceException
Instantiates an EsriServiceException with the given error message.
EsriServiceException(int, String) - Constructor for exception com.esri.core.io.EsriServiceException
Instantiates an EsriServiceException with the given error message and code.
EsriUnsupportedException - Exception in com.esri.core.io
 
EsriUnsupportedException(int) - Constructor for exception com.esri.core.io.EsriUnsupportedException
Instantiates an object of EsriSecurityException
EsriUnsupportedException(Throwable) - Constructor for exception com.esri.core.io.EsriUnsupportedException
Instantiates an object of EsriSecurityException
EsriUnsupportedException(int, String, Throwable) - Constructor for exception com.esri.core.io.EsriUnsupportedException
Instantiates an object of EsriSecurityException
EsriUnsupportedException(int, String) - Constructor for exception com.esri.core.io.EsriUnsupportedException
Instantiates an EsriServiceException with the given error message.
execute(List<GPParameter>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
The execute method is performed on a GP service when the execution type desired is synchronous (on the server side).
execute(IdentifyParameters) - Method in class com.esri.core.tasks.ags.identify.IdentifyTask
Executes an identify action.
If any results are retrieved by attempting to identify features, the results are returned as an array of type IdentifyResults.
execute(Query) - Method in class com.esri.core.tasks.ags.query.QueryTask
Execute the Query defined for this QueryTask and returns a FeatureSet containing the results
executeRelationshipQuery(RelationshipQuery) - Method in class com.esri.core.tasks.ags.query.QueryTask
Executes the RelationshipQuery defined for this QueryTask and returns a Map object, in which key represents the object ID of the feature and value represents the FeatureSet related to this feature.
extractScaleTransform(Transformation2D, Transformation2D) - Method in class com.esri.core.geometry.Transformation2D
Extracts scaling part of the transformation.

F

FATHOM - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for fathom.
FATHOM - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for fathom.
FeatureEditError - Class in com.esri.core.map
An error object indicating that an operation failed when processing a REST request.
FeatureEditError(int, String) - Constructor for class com.esri.core.map.FeatureEditError
Instantiates an EsriServiceException with the given error description and code.
FeatureEditResult - Class in com.esri.core.map
The results of a feature edit such as add, update or delete.
FeatureEditResult() - Constructor for class com.esri.core.map.FeatureEditResult
 
FeatureSet - Class in com.esri.core.map
A collection of features returned from ArcGIS Server or used as input to tasks.
FeatureSet() - Constructor for class com.esri.core.map.FeatureSet
 
FeatureTemplate - Class in com.esri.core.map
Feature templates define the information required to create a new feature.
FeatureTemplate() - Constructor for class com.esri.core.map.FeatureTemplate
 
FeatureTemplate.DRAWING_TOOL - Enum in com.esri.core.map
The default drawing tool to use when creating features based on this template..
FeatureType - Class in com.esri.core.map
The FeatureType class represents a SubType of a feature layer which includes the over-ridden domains for the various fields.
FeatureType(String, String, HashMap<String, Domain>) - Constructor for class com.esri.core.map.FeatureType
Instantiates a FeatureType with given values.
FeatureType() - Constructor for class com.esri.core.map.FeatureType
Instantiates an empty FeatureType.
fetchComments(PortalListener<List<PortalItemComment>>) - Method in class com.esri.core.portal.PortalItem
Kicks off an operation that fetches comments for the item.
fetchContent(PortalListener<PortalUserContent>) - Method in class com.esri.core.portal.PortalUser
Fetches the user's content.
fetchContentInFolder(String, PortalListener<PortalUserContent>) - Method in class com.esri.core.portal.PortalUser
Fetches the user's content that is in a specific folder.
fetchItem(Portal, String, PortalListener<PortalItem>) - Static method in class com.esri.core.portal.PortalItem
Returns a portal item using a portal and item id.
fetchOrganizationThumbnail(PortalListener<byte[]>) - Method in class com.esri.core.portal.PortalInfo
Fetches the organization thumbnail from the portal.
fetchPortalThumbnail(PortalListener<byte[]>) - Method in class com.esri.core.portal.PortalInfo
Fetches the portal thumbnail from the portal.
fetchThumbnail(PortalListener<byte[]>) - Method in class com.esri.core.portal.PortalGroup
Fetches the thumbnail for this group.
fetchThumbnail(PortalListener<byte[]>) - Method in class com.esri.core.portal.PortalItem
Kicks off an operation that fetches the thumbnail.
fetchThumbnail(PortalListener<byte[]>) - Method in class com.esri.core.portal.PortalUser
Fetches the user's thumbnail.
fetchTxtFileContents() - Method in class com.esri.core.portal.Portal
Returns properties from arcgismobile.txt config file.
fetchUsers(PortalListener<Void>) - Method in class com.esri.core.portal.PortalGroup
Fetches the membership details for the group.
Field - Class in com.esri.core.map
The Field class represents a field of a feature layer.
Field() - Constructor for class com.esri.core.map.Field
Instantiates an empty Field.
Field(String, String, String) - Constructor for class com.esri.core.map.Field
Instantiates a Field with the given values.
Field(String, String, String, Domain) - Constructor for class com.esri.core.map.Field
Instantiates a Field with the given values.
FillSymbol - Class in com.esri.core.symbol
Base class for polygon symbols.
FillSymbol(JsonNode) - Constructor for class com.esri.core.symbol.FillSymbol
Instantiates an object of FillSymbol from a JsonNode.
FillSymbol() - Constructor for class com.esri.core.symbol.FillSymbol
Instantiates an empty object of FillSymbol.
findGroups(PortalQueryParams, PortalListener<PortalQueryResultSet<PortalGroup>>) - Method in class com.esri.core.portal.Portal
Finds groups with a query.
findItems(PortalQueryParams, PortalListener<PortalQueryResultSet<PortalItem>>) - Method in class com.esri.core.portal.Portal
Finds items with a query.
flipX(double, double) - Method in class com.esri.core.geometry.Transformation2D
Flips the transformation around the X axis.
flipY(double, double) - Method in class com.esri.core.geometry.Transformation2D
Flips the transformation around the Y axis.
FOOT - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for international foot.
FOOT - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for international foot.
FOOT_1865 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for foot 1865.
FOOT_1865 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for foot 1865.
FOOT_BENOIT_A - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for foot = Benoit 1895 A.
FOOT_BENOIT_A - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for foot = Benoit 1895 A.
FOOT_BENOIT_B - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for foot = Benoit 1895 B.
FOOT_BENOIT_B - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for foot = Benoit 1895 B.
FOOT_BRITISH_1936 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for British foot 1936.
FOOT_BRITISH_1936 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for British foot 1936.
FOOT_CLARKE - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Clarke's foot.
FOOT_CLARKE - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Clarke's foot.
FOOT_GOLD_COAST - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for goald coast foot.
FOOT_GOLD_COAST - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for goald coast foot.
FOOT_INDIAN - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Indian geodetic foot.
FOOT_INDIAN - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Indian geodetic foot.
FOOT_INDIAN_1937 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Indian foot 1937.
FOOT_INDIAN_1937 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Indian foot 1937.
FOOT_INDIAN_1962 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Indian foot 1962.
FOOT_INDIAN_1962 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Indian foot 1962.
FOOT_INDIAN_1975 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Indian foot 1975.
FOOT_INDIAN_1975 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Indian foot 1975.
FOOT_SEARS - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for sear's foot.
FOOT_SEARS - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for sear's foot.
FOOT_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for foot = sears 1922 truncated.
FOOT_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for foot = sears 1922 truncated.
FOOT_US - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for US survey foot.
FOOT_US - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for US survey foot.
formattedValue(Object) - Method in class com.esri.core.map.popup.PopupDateFormatValue
Formats a given date object into a string.
formattedValue(Object) - Method in class com.esri.core.map.popup.PopupFormatValue
Formats a given object into a string.
formattedValue(Object) - Method in class com.esri.core.map.popup.PopupNumberFormatValue
Formats a given number object into a string.
fromCode(int) - Static method in enum com.esri.core.geometry.SpatialReference.Type
 
fromInt(int, OnStatusChangedListener.STATUS) - Static method in enum com.esri.android.map.event.OnStatusChangedListener.STATUS
Deprecated.  
fromInt(int) - Static method in enum com.esri.android.map.event.OnStatusChangedListener.STATUS
Creates a STATUS from its value.
fromJson(JsonParser, int) - Method in class com.esri.android.map.bing.BingMapsResult
Populates a BingMapsResult using a Json response.
fromJson(JsonParser) - Static method in class com.esri.core.geometry.SpatialReference
Returns spatial reference from JsonParser.
fromJson(JsonParser) - Static method in exception com.esri.core.io.EsriServiceException
Retrieves a service error from a Json response.
fromJson(JsonParser) - Static method in class com.esri.core.map.AttachmentInfo
Decodes objects from JSON representation.
fromJson(JsonParser) - Method in class com.esri.core.map.bing.Response
Populates a Response using a Json response
fromJson(JsonParser, int) - Method in interface com.esri.core.map.bing.Result
 
fromJson(JsonParser) - Static method in class com.esri.core.map.CodedValueDomain
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.Domain
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.FeatureEditError
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.FeatureEditResult
Decodes objects from JSON representation.
fromJson(JsonParser, int) - Static method in class com.esri.core.map.FeatureSet
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.FeatureSet
Decodes objects from JSON representation.
fromJson(JsonParser, boolean) - Static method in class com.esri.core.map.FeatureSet
Decodes objects from JSON representation.
fromJson(JsonParser, boolean, int) - Static method in class com.esri.core.map.FeatureSet
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.FeatureTemplate
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.FeatureType
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.Field
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.Graphic
Convenient method which parses the JSON representation of a graphic into a graphic object.
fromJson(JsonParser) - Static method in class com.esri.core.map.popup.PopupFieldInfo
Constructs a PopupFieldInfo object from its JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.popup.PopupFormatValue
Constructs a PopupFormatValue object from its JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.popup.PopupInfo
Constructs a PopupInfo object from its JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.popup.PopupMediaInfo
Constructs a PopupMediaInfo object from its JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.popup.PopupMediaValue
Constructs a PopupMediaValue object from its JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.map.RangeDomain
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.portal.BaseMap
Sets the internal state of the BaseMap with a response received from the server.
fromJson(JsonParser) - Static method in class com.esri.core.portal.PortalFolder
 
fromJson(JsonParser, Portal) - Static method in class com.esri.core.portal.PortalGroup
 
fromJson(JsonParser, Portal) - Static method in class com.esri.core.portal.PortalInfo
 
fromJson(JsonParser, Portal) - Static method in class com.esri.core.portal.PortalItem
 
fromJson(JsonParser) - Static method in class com.esri.core.portal.PortalItemComment
 
fromJson(JsonParser, Portal) - Static method in class com.esri.core.portal.PortalUser
 
fromJson(JsonParser) - Static method in class com.esri.core.renderer.ClassBreak
Decodes objects from JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.renderer.UniqueValue
Decodes a unique value from its JSON representation.
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Parses the JSON representation pointed by JsonParser into a LocatorServiceInfo object
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPBoolean
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDataFile
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDate
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDouble
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
 
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPJobParameter
Static method generating a GPJobParameter array based on the GPJobParameter Json representation the Json Parser is pointing to.
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPJobResource
Static method generating a GP Parameter based on the GPParameter Json representation the Json Parser is pointing to.
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPLong
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
This method populates a map image instance with the information contained in the object representation the Json Parser is pointing to.
fromJson(JsonNode) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
This method populates a map image instance with the information contained in the Feature Json node passed as parameter.
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPMessage
Static method generating a GPMessage array based on the GPMessage Json representation the Json Parser is pointing to.
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPParameter
Method used to populate a GP Parameter.
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterData
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
 
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
 
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPResultResource
Static method generating a GPResultResource based on the GPResultResource Json representation the Json Parser is pointing to.
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPString
 
fromMilitaryGrid(String[], int) - Method in class com.esri.core.geometry.SpatialReference
Converts Military Grid strings into coordinates.
fromString(String) - Static method in enum com.esri.core.symbol.SimpleLineSymbol.STYLE
Returns the STYLE constant using specified style text.
fromString(String) - Static method in enum com.esri.core.symbol.SimpleMarkerSymbol.STYLE
 
fromString(String) - Static method in enum com.esri.core.tasks.ags.geoprocessing.GPJobResource.JobStatus
 

G

generateLayoutParams(AttributeSet) - Method in class com.esri.android.map.MapView
 
generateRequestParams() - Method in class com.esri.core.portal.PortalQueryParams
 
generateRequestParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
 
generateRequestParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPParameter
Generate request parameters in the form of map which contains three entried: parameter name, date type and value.
generateRequestParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPBoolean
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDataFile
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDate
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDouble
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLong
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPParameter
Method serializing GP parameter's values into a Json format.
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterData
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
 
generateValueParams() - Method in class com.esri.core.tasks.ags.geoprocessing.GPString
 
geocode(Map<String, String>, List<String>) - Method in class com.esri.core.tasks.ags.geocode.Locator
Executes a geocoding operation to find location candidates for a given address.
The output fields can be specified, passing null will return all the output fields defined for the service.
geocode(Map<String, String>, List<String>, SpatialReference) - Method in class com.esri.core.tasks.ags.geocode.Locator
Executes a geocoding operation to find location candidates for a given address.
The output fields can be specified, passing null will return all the output fields defined for the service.
The location candidates will be returned in the spatial reference passed in the parameters, passing -1 will return the locations in the default spatial reference defined for the service.
geodesicLength(Geometry, SpatialReference, LinearUnit) - Static method in class com.esri.core.geometry.GeometryEngine
A geodesic length is the shortest distance between any two points on the earth's surface when the earth's surface is approximated by a spheroid.
Geometry - Class in com.esri.core.geometry
Common properties and methods shared by all geometric objects.
Geometry.Type - Enum in com.esri.core.geometry
The type of this geometry.
GeometryEngine - Class in com.esri.core.geometry
Provides services that operate on geometry instances.
GeometryEngine() - Constructor for class com.esri.core.geometry.GeometryEngine
 
GeometryException - Exception in com.esri.core.geometry
A runtime exception raised when a geometry related exception occurs.
geometryFromEsriShape(byte[], Geometry.Type) - Static method in class com.esri.core.geometry.GeometryEngine
Imports geometry from the ESRI shape file format.
geometryToEsriShape(Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
Exports geometry to the ESRI shape file format.
geometryToJson(int, Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
Deprecated. 
geometryToJson(SpatialReference, Geometry) - Static method in class com.esri.core.geometry.GeometryEngine
Exports the specified geometry instance to its JSON representation.
Geoprocessor - Class in com.esri.core.tasks.ags.geoprocessing
This class represents a GeoProcessing task.
Geoprocessor(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Initializes the Geoprocessor object using the geoprocessing service URL.
Geoprocessor(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Initializes the Geoprocessor object using the geoprocessing service URL and credentials.
getAbbreviation() - Method in class com.esri.core.geometry.AngularUnit
 
getAbbreviation() - Method in class com.esri.core.geometry.AreaUnit
 
getAbbreviation() - Method in class com.esri.core.geometry.LinearUnit
 
getAbbreviation() - Method in class com.esri.core.geometry.Unit
Returns the abbreviated name of this unit.
getAccess() - Method in class com.esri.core.portal.PortalGroup
Returns the access level of this group.
getAccess() - Method in class com.esri.core.portal.PortalInfo
Returns the access level of the Portal or Organization.
getAccess() - Method in class com.esri.core.portal.PortalItem
Returns the access level of this item.
getAccess() - Method in class com.esri.core.portal.PortalUser
Returns the access level of this user.
getAction() - Method in class com.esri.android.map.event.MapLoadAction
Gets the action of the MapLoadAction.
getAddedAttachments() - Method in class com.esri.android.map.PopupView
Returns the list of files that are marked for addition to the feature.
getAddGraphicsLayerRequestCallbackHandle() - Method in class com.esri.android.map.GroupLayer
This method is used internally only.
getAddress() - Method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
Returns the formatted address.
getAddressFields() - Method in class com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult
Returns the address fields for this address candidate.
getAddressFields() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Returns the address fields defined for the Geocode service.
getAdmins() - Method in class com.esri.core.portal.PortalGroup
Returns the admins of this group.
getAlias() - Method in class com.esri.core.map.Field
Gets the alias of the Field.
getAlias() - Method in class com.esri.core.tasks.ags.geocode.LocatorFieldInfo
Returns the alias of this field
getAllLayers() - Method in class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
Returns the all of sub-layers of the dynamic map service.
getAllLayers() - Method in class com.esri.android.map.ags.ArcGISTiledMapServiceLayer
Returns the all of sub-layers of the tiled map service.
getAllPopUpInfos() - Method in class com.esri.core.portal.WebMapLayer
 
getAlpha() - Method in class com.esri.core.symbol.FillSymbol
Helper to getColor() that just returns the color's alpha value.
getAlpha() - Method in class com.esri.core.symbol.LineSymbol
Helper to getColor() that just returns the color's alpha value.
getAnchor() - Method in class com.esri.android.map.CalloutStyle
Returns the anchor position style of the callout window.
getAngle() - Method in class com.esri.core.symbol.MarkerSymbol
Gets the angle.
getAppId() - Method in class com.esri.android.map.bing.BingMapsLayer
Returns the Bing Maps key.
getArguments() - Method in class com.esri.core.map.RasterFunction
Gets the input arguments to the raster function.
getAttributeNames() - Method in class com.esri.core.map.Graphic
Gets the name of all the attributes.
getAttributes() - Method in class com.esri.core.map.Graphic
Returns all attributes of the graphic as a read-only collection.
getAttributes() - Method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
The attributes for this address candidate as defined in the service.
getAttributes() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the map of attributes for the identified feature.
getAttributeValue(String) - Method in class com.esri.core.map.Graphic
Gets the attribute value by the given name.
getAuthenticationResultCode() - Method in class com.esri.core.map.bing.Response
Returns the authentication code.
getAuthenticationType() - Method in class com.esri.core.io.UserCredentials
Gets the type of the UserCredentials.
getAvgRating() - Method in class com.esri.core.portal.PortalItem
Returns the average rating for this item.
getBackgroundAlpha() - Method in class com.esri.android.map.CalloutStyle
Returns the background color alpha of the callout window.
getBackgroundColor() - Method in class com.esri.android.map.CalloutStyle
Returns the background color of the callout window.
getBandCount() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the number of bands in the ArcGISImageServiceLayer.
getBandIds() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets ImageService Band IDs.
getBandIds() - Method in class com.esri.core.map.ImageServiceParameters
Gets the bandIds of the ImageServiceParameters.
getBandIds() - Method in class com.esri.core.portal.WebMapLayer
The list of band ids.
getBaseMap() - Method in class com.esri.core.portal.WebMap
Returns the BaseMap of this WebMap.
getBasemapGalleryGroupQuery() - Method in class com.esri.core.portal.PortalInfo
Returns the query used to determine which group should drive the gallery of basemaps displayed in the client application for the specified culture.
getBaseMapLayers() - Method in class com.esri.core.portal.BaseMap
Returns all base map layers
getBingLogo(int, int) - Method in class com.esri.android.map.bing.BingMapsLayer
Returns the Bing Logo bitmap.
getBrandLogoUri() - Method in class com.esri.core.map.bing.Response
Returns the brand logo URI.
getBrightness() - Method in class com.esri.android.map.DynamicLayer
Gets the brightness of the DynamicLayer.
getBrightness() - Method in class com.esri.android.map.TiledLayer
Gets the brightness of the ArcGISTiledMapCacheLayer.
getBufferFactor() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the factor used to calculate buffered extent.
getCallout() - Method in class com.esri.android.map.MapView
Returns a callout window
getCandidateFields() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Returns the candidate fields defined for the Geocode service.
getCapabilities() - Method in class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
Gets the capabilities of the map service.
getCapabilities() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Gets the capabilities list of the associated feature service.
getCapabilities() - Method in class com.esri.android.map.ags.ArcGISTiledMapServiceLayer
Gets the capabilities of the map service.
getCaption() - Method in class com.esri.core.map.popup.PopupMediaInfo
Returns the popup media's caption.
getCenter() - Method in class com.esri.android.map.MapView
Returns the center of the MapView as an ArcGIS geometry Point.
getCenter() - Method in class com.esri.core.geometry.Envelope
Returns the center point of the envelope.
getCenterX() - Method in class com.esri.core.geometry.Envelope
The X coordinate of center of the envelope.
getCenterY() - Method in class com.esri.core.geometry.Envelope
The Y coordinate fo the center of the envelope.
getClassBreakInfos() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Returns a TreeMap object in which class break's maximum value maps to class break.
getClassMaxValue() - Method in class com.esri.core.renderer.ClassBreak
Gets the maximum value
getCode() - Method in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Gets the error code.
getCode() - Method in interface com.esri.core.io.EsriErrorCode
Returns the error code.
getCode() - Method in exception com.esri.core.io.EsriSecurityException
Return the exception code.
getCode() - Method in exception com.esri.core.io.EsriServiceException
Gets the error code.
getCode() - Method in exception com.esri.core.io.EsriUnsupportedException
 
getCode() - Method in class com.esri.core.map.FeatureEditError
Gets the error code.
getCodedValues() - Method in class com.esri.core.map.CodedValueDomain
Gets the Code->Name pairs
getCoefficients(double[]) - Method in class com.esri.core.geometry.Transformation2D
Writes the matrix coefficients in the order XX, XY, XD, YX, YY, YD into the given array.
getColor() - Method in class com.esri.core.symbol.FillSymbol
Returns the color to fill the polygon with.
getColor() - Method in class com.esri.core.symbol.LineSymbol
Returns the color of the line.
getColor() - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Returns the color of the symbol.
getColor() - Method in class com.esri.core.symbol.TextSymbol
Returns the color of the TextSymbol.
getComment() - Method in class com.esri.core.portal.PortalItemComment
Returns the text of the comment.
getCommentId() - Method in class com.esri.core.portal.PortalItemComment
Returns the id of the comment.
getCompressionQuality() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the compression quality of the exported image.
getCompressionQuality() - Method in class com.esri.core.map.ImageServiceParameters
Gets the compressionQuality of the ImageServiceParameters.
getContent(Graphic) - Method in class com.esri.android.map.InfoTemplate
Gets the content populated with the attribute values of the provided graphic.
getContentTemplate() - Method in class com.esri.android.map.InfoTemplate
Gets the content without replacing the tokens.
getContentType() - Method in class com.esri.core.map.AttachmentInfo
Gets the contentType of the Attachment.
getContrast() - Method in class com.esri.android.map.DynamicLayer
Gets the contrast of the DynamicLayer.
getContrast() - Method in class com.esri.android.map.TiledLayer
Gets the contrast of the ArcGISTiledMapCacheLayer.
getConversionFactor(Unit) - Method in class com.esri.core.geometry.AngularUnit
 
getConversionFactor(Unit) - Method in class com.esri.core.geometry.AreaUnit
 
getConversionFactor(Unit) - Method in class com.esri.core.geometry.LinearUnit
 
getConversionFactor(Unit) - Method in class com.esri.core.geometry.Unit
Returns a conversion factor from this unit to the destination unit.
getCoordinate() - Method in class com.esri.core.geometry.Proximity2DResult
Returns the closest coordinate for OperatorProximity2D.getNearestCoordinate or the vertex coordinates for the OperatorProximity2D.getNearestVertex and OperatorProximity2D.getNearestVertices.
getCoordinates() - Method in class com.esri.android.map.Callout
Returns the map coordinates of the anchor point.
getCoordinateSystemType() - Method in class com.esri.core.geometry.SpatialReference
Returns map projection type.
getCopy() - Method in class com.esri.core.io.UserCredentials
Returns a copy of the instance.
getCopyright() - Method in class com.esri.core.map.bing.Response
Returns the copyright.
getCopyrightText() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the copyright information of the ArcGISImageServiceLayer.
getCornerCurve() - Method in class com.esri.android.map.CalloutStyle
Returns the corner curve of the callout window.
getCount() - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
getCreated() - Method in class com.esri.core.portal.PortalFolder
Returns the created date of the folder as a long suitable for use with the Date.Date(long) constructor.
getCreated() - Method in class com.esri.core.portal.PortalGroup
Returns the date on which this group was created.
getCreated() - Method in class com.esri.core.portal.PortalItem
Returns the date on which this item was created.
getCreated() - Method in class com.esri.core.portal.PortalItemComment
Returns the date of creation of the comment.
getCreated() - Method in class com.esri.core.portal.PortalUser
Returns the creation date of the user's profile.
getCredentials() - Method in class com.esri.android.map.Layer
Gets a copy of the credentials attached to the Layer.
getCredentials() - Method in class com.esri.core.portal.Portal
Returns the user credentials set on this portal object.
getCredentials() - Method in class com.esri.core.portal.WebMap
Returns the user credentials using on this webmap object.
getCredits() - Method in class com.esri.core.portal.PortalItem
Returns the credit information of this item.
getCulture() - Method in class com.esri.android.map.bing.BingMapsLayer
Returns the culture of the layer (format: [language]-[REGION], e.g.: en-US)
see Culture Parameter
getCulture() - Method in class com.esri.core.portal.Portal
Returns the culture in the form of language-country.
getCurrentLevel() - Method in class com.esri.android.map.TiledLayer
Returns the current the level of detail(LOD).
getDataType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPParameter
Gets the data type.
getDefaultBaseMap() - Method in class com.esri.core.portal.PortalInfo
Returns the default basemap to be used by the client application for the specified culture when creating new maps (if applicable).
getDefaultDefinitionExpression() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the Metadata describing the default definition expression for the layer as defined by the service.
getDefaultExtent() - Method in class com.esri.core.portal.PortalInfo
Returns the default extent to be used by the client application for the specified culture when creating new maps (if applicable).
getDefaultLabel() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets the default label.
getDefaultMessageSpatialReference() - Method in class com.esri.core.symbol.advanced.MessageProcessor
Gets the default message spatial reference.
getDefaultSpatialReference() - Method in class com.esri.android.map.GroupLayer
Gets the defaultSpatialReference of the Layer.
getDefaultSpatialReference() - Method in class com.esri.android.map.Layer
Gets the defaultSpatialReference of the Layer.
getDefaultSymbol() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets the default symbol.
getDefinitionExpression() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the current definition expression.
getDefintionExpression() - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Gets the definition expression.
getDeletedAttachmentIDs() - Method in class com.esri.android.map.PopupView
Returns the list of attachment ID's that are marked for deletion.
getDescription() - Method in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
 
getDescription() - Method in class com.esri.core.geometry.MultiPoint
 
getDescription() - Method in interface com.esri.core.io.EsriErrorCode
Returns the error description
getDescription() - Method in exception com.esri.core.io.EsriSecurityException
 
getDescription() - Method in exception com.esri.core.io.EsriUnsupportedException
 
getDescription() - Method in class com.esri.core.map.FeatureEditError
Gets the description of the error.
getDescription() - Method in class com.esri.core.map.FeatureTemplate
Gets the description of the FeatureTemplate.
getDescription() - Method in class com.esri.core.map.popup.PopupInfo
Returns the description that is shown for the graphic in the popup.
getDescription() - Method in class com.esri.core.portal.PortalGroup
Returns the description of this group.
getDescription() - Method in class com.esri.core.portal.PortalItem
Returns a description for this item.
getDescription() - Method in class com.esri.core.renderer.ClassBreak
Gets the description
getDescription() - Method in class com.esri.core.renderer.SimpleRenderer
Gets the description.
getDescription() - Method in class com.esri.core.renderer.UniqueValue
Gets the description.
getDescription() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMessage
Gets the description.
getDictionaryType() - Method in class com.esri.core.symbol.advanced.MessageProcessor
Gets the dictionary type.
getDigitSeparator() - Method in class com.esri.core.map.popup.PopupNumberFormatValue
Returns true if grouping is used in this format, false otherwise.
getDimension() - Method in class com.esri.core.geometry.Envelope
 
getDimension() - Method in class com.esri.core.geometry.Geometry
Returns the topological dimension of the geometry object based on the geometry's type.
getDimension() - Method in class com.esri.core.geometry.MultiPoint
 
getDimension() - Method in class com.esri.core.geometry.Point
 
getDimension() - Method in class com.esri.core.geometry.Polygon
 
getDimension() - Method in class com.esri.core.geometry.Polyline
 
getDimension() - Method in class com.esri.core.geometry.Segment
 
getDimensionFromType(int) - Static method in class com.esri.core.geometry.Geometry
Returns an integer for this geometry's dimension.
getDisplayField() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the name of the field that contains the Display Field for the layer.
getDisplayFieldName() - Method in class com.esri.core.map.FeatureSet
Sets the name of the Display field.
getDisplayFieldName() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the display field (also called an attribute) name for the identified feature.
getDisplayLevels() - Method in class com.esri.core.portal.WebMapLayer
The list of display levels.
getDisplayName() - Method in class com.esri.core.geometry.AngularUnit
 
getDisplayName() - Method in class com.esri.core.geometry.AreaUnit
 
getDisplayName() - Method in class com.esri.core.geometry.LinearUnit
 
getDisplayName() - Method in class com.esri.core.geometry.Unit
Returns the display name of this unit.
getDistance() - Method in class com.esri.core.geometry.Proximity2DResult
Returns the distance to the closest vertex or coordinate.
getDistance() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
Gets the distance value.
getDomain() - Method in class com.esri.core.map.Field
Gets the domain of the Field.
getDomainName() - Method in class com.esri.core.map.Domain
Gets the domainName of the Domain.
getDomains() - Method in class com.esri.core.map.FeatureType
To get the HashMap of over-ridden FieldName(s) -> Domain(s) mapping for this FeatureType.
getDPI() - Method in class com.esri.android.map.TiledServiceLayer.TileInfo
Returns the DPI
getDPI() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the dot-per-inch ratio of the map as it is being displayed.
getDrawable() - Method in class com.esri.core.symbol.PictureMarkerSymbol
Returns the Drawable of the PictureMarkerSymbol.
getDrawingMapCache(float, float, int, int) - Method in class com.esri.android.map.MapView
Creates a drawing cache of the map in the given extent.
getDrawingTool() - Method in class com.esri.core.map.FeatureTemplate
Gets the drawingTool of the FeatureTemplate.
getDropDownView(int, View, ViewGroup) - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
getEmail() - Method in class com.esri.core.portal.PortalUser
Return the email address of the user.
getEndPointIndex() - Method in class com.esri.core.geometry.SegmentIterator
Returns the index of the end point of the current segment.
getEndX() - Method in class com.esri.core.geometry.Segment
Returns the X coordinate of ending point.
getEndY() - Method in class com.esri.core.geometry.Segment
Returns the Y coordinate of ending point.
getError() - Method in enum com.esri.android.map.event.OnStatusChangedListener.STATUS
Gets the error details for INITIALIZATION_FAILED or LAYER_LOADING_FAILED.
getError() - Method in class com.esri.core.map.FeatureEditResult
Gets the error message if the operation is failed.
getExpirationInterval() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the time interval in seconds that features in the layer will expire when the layer is in ONDEMAND mode.
getExtent() - Method in class com.esri.android.map.Layer
Gets the current extent.
getExtent() - Method in class com.esri.android.map.MapView
Returns a polygon comprising of four corners of map in map coordinates.
getExtent() - Method in class com.esri.core.portal.PortalItem
Returns the extent for this item.
getExtent() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the extent that the image represents.
getFeaturedGroupsQueries() - Method in class com.esri.core.portal.PortalInfo
Returns an array of featured groups to possibly display on the group page or to feature for an organization.
getFeaturedItemsGroupQuery() - Method in class com.esri.core.portal.PortalInfo
Returns the query used to determine which group should drive the gallery of featured items displayed in the client application for the specified culture.
getFeatureSets() - Method in class com.esri.core.portal.WebMapLayer
Returns the feature set of a feature collection
getField(String) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
This method returns the field object when the fieldname is passed in.
getField() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Gets the attribute field used by renderer to match values.
getField1() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets the first attribute field.
getField2() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets the second attribute field.
getField3() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets the third attribute field
getFieldAliases() - Method in class com.esri.core.map.FeatureSet
Gets the name alias pairs of all fields.
getFieldDelimiter() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets field delimiter.
getFieldInfo(String) - Method in class com.esri.core.map.popup.PopupInfo
Given a field name, returns the definition of how a graphic's field should be displayed in the popup.
getFieldInfos() - Method in class com.esri.core.map.popup.PopupInfo
Return an array of PopupFieldInfo objects which represent how a graphic's fields should be displayed in the popup.
getFieldName() - Method in class com.esri.core.map.popup.PopupFieldInfo
Returns the popup field's name.
getFields() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
The array of fields in the layer.
getFields() - Method in class com.esri.core.map.FeatureSet
Gets the name of all fields.
getFields() - Method in class com.esri.core.map.popup.PopupChartMediaValue
Returns the fields used to construct the chart.
getFieldType() - Method in class com.esri.core.map.Field
Gets the type of the Field.
getFilterNames() - Method in class com.esri.core.symbol.advanced.SymbolDictionary
Returns the names of the available filters for this symbol dictionary
getFilters() - Method in class com.esri.core.symbol.advanced.SymbolDictionaryQuery
Returns all the filters currently held in the query
getFilterValues(String) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
Returns the possible values for the filter passed in parameter.
getFolderId() - Method in class com.esri.core.portal.PortalFolder
Returns the folder's id.
getFolders() - Method in class com.esri.core.portal.PortalUserContent
Returns the user's folders.
getFormat() - Method in class com.esri.core.map.ImageServiceParameters
Gets the format of the exported image.
getFormat() - Method in class com.esri.core.map.popup.PopupDateFormatValue
Returns the SimpleDateFormat of this PopupDateFormatValue.
getFormat() - Method in class com.esri.core.map.popup.PopupFieldInfo
Returns the format of the field.
getFormat() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterData
Gets the format of this raster data.
getFormat() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Gets the format of the raster data.
getFrameColor() - Method in class com.esri.android.map.CalloutStyle
Returns the frame color of the callout window.
getFullExtent() - Method in class com.esri.android.map.GroupLayer
Returns the full extent of the layer.
getFullExtent() - Method in class com.esri.android.map.Layer
Returns the full extent of the layer.
getFullName() - Method in class com.esri.core.portal.PortalUser
Return the user's full name.
getFunctionName() - Method in class com.esri.core.map.RasterFunction
Gets the functionName of the RasterFunction.
getGamma() - Method in class com.esri.android.map.DynamicLayer
Gets the gamma of the DynamicLayer.
getGamma() - Method in class com.esri.android.map.TiledLayer
Gets the gamma of the ArcGISTiledMapCacheLayer.
getGCS() - Method in class com.esri.core.geometry.SpatialReference
Get the Geographic Coordinate System of the spatial reference.
getGeometry() - Method in class com.esri.core.geometry.MapGeometry
Gets the only geometry without the spatial reference from the MapGeometry.
getGeometry() - Method in class com.esri.core.map.Graphic
Gets the geometry that defines the graphic.
getGeometry() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the geometry to identify.
getGeometry() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the geometry of the identified feature.
getGeometry() - Method in class com.esri.core.tasks.ags.query.Query
Returns the geometry to apply as the spatial filter.
getGeometryType() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Gets the type of the geometry holding by the feature layer.
getGeometryType() - Method in class com.esri.core.map.FeatureSet
Gets the geometry type of the graphics.
getGeometryType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Gets the Geometry.Type.
getGlobalId() - Method in class com.esri.core.map.FeatureEditResult
Gets the globalId of the FeatureEditResult.
getGlobalIdField() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the name of the field that contains the GlobalId field for the layer.
getGraphic(int) - Method in class com.esri.android.map.GraphicsLayer
Retrives a graphic instance using a unique ID.
getGraphic() - Method in class com.esri.android.map.PopupView
Returns the Graphic associated with this PopupView.
getGraphic(String) - Method in class com.esri.core.symbol.advanced.MessageProcessor
Retrieves the graphic which originates from the message with specified id.
getGraphicIDs() - Method in class com.esri.android.map.GraphicsLayer
Retrieves an array of unique IDs representing all graphics in this layer.
getGraphicIDs(float, float, int) - Method in class com.esri.android.map.GraphicsLayer
Returns the graphics near the Point.
getGraphicIDs(float, float, int, int) - Method in class com.esri.android.map.GraphicsLayer
Returns the graphics near the Point.
getGraphics() - Method in class com.esri.core.map.FeatureSet
Gets the graphics in the set.
getGraphics() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
This method returns the Graphic associated with this GPFeatureRecordSetLayer.
It returns null if the return type of this instance is not data.
getGraphics() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
Gets the array of graphics
getGrid() - Method in class com.esri.android.map.MapView
Returns the Grid instance of the map which allows for the type and visibility of the grid to be controlled.
getGroupId() - Method in class com.esri.core.portal.PortalGroup
Returns the id of this group.
getGroups() - Method in class com.esri.core.portal.PortalUser
Returns all the groups that the user belongs to.
getHeight() - Method in class com.esri.android.map.Layer
Gets the height of the Layer in screen units.
getHeight() - Method in class com.esri.core.geometry.Envelope
The height of the envelope.
getHeight() - Method in class com.esri.core.symbol.MarkerSymbol
Returns the height of the marker in dp unit.
getHeight() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the height of the image.
getHomepageFeaturedContentGroupQuery() - Method in class com.esri.core.portal.PortalInfo
Returns the pre-defined query string for finding homepage featured items group on the portal.
getHorizontalAlignment() - Method in class com.esri.core.symbol.TextSymbol
Gets the horizontalAlignment of the TextSymbol.
getHref() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the URL to the image.
getId() - Method in class com.esri.android.map.ags.ArcGISLayerInfo
Returns the Id of the layer.
getID() - Method in class com.esri.android.map.Layer
Return the Layer runtime ID which is a long integer.
getID() - Method in class com.esri.core.geometry.AngularUnit
 
getID() - Method in class com.esri.core.geometry.AreaUnit
 
getID() - Method in class com.esri.core.geometry.LinearUnit
 
getID() - Method in class com.esri.core.geometry.SpatialReference
Returns the well known ID for the horizontal coordinate system of the spatial reference.
getID() - Method in class com.esri.core.geometry.Unit
Returns the unit well-known ID.
getId() - Method in class com.esri.core.map.AttachmentInfo
Gets the id of the Attachment.
getId() - Method in class com.esri.core.map.FeatureType
To get the id of the FeatureType
getID() - Method in class com.esri.core.symbol.advanced.Message
Get the message ID.
getImageFormat() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the image format.
getImageHeight() - Method in class com.esri.android.map.bing.BingMapsResult
Returns the height of the image.
getImageUrl() - Method in class com.esri.android.map.bing.BingMapsResult
Returns the URL for the image.
getImageUrlSubdomains() - Method in class com.esri.android.map.bing.BingMapsResult
Returns the URL sub domains for the image.
getImageWidth() - Method in class com.esri.android.map.bing.BingMapsResult
Returns the width of the image.
getInfo() - Method in class com.esri.core.portal.WebMap
Returns the PortalItem that describes this WebMap.
getInfo() - Method in class com.esri.core.tasks.ags.geocode.Locator
Returns the information of the Geocode service this instance is querying from such as address fields, candidate fields, service properties...
getInfoTemplate() - Method in class com.esri.core.map.Graphic
Returns the template.
getInitExtent() - Method in class com.esri.core.portal.WebMap
Gets the initial extent of the web map
getInputParameters() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResource
Gets the array of input GPParameter.
getInSpatialReference() - Method in class com.esri.core.tasks.ags.query.Query
Returns the spatial reference of the input geometry.
getInterpolation() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the interpolation method.
getInterpolation() - Method in class com.esri.core.map.ImageServiceParameters
Gets the interpolation of the ImageServiceParameters.
getIntersectionCandidateFields() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Gets the intersection candidate fields.
getItem(int) - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
getItemId(int) - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
getItemId() - Method in class com.esri.core.portal.PortalItem
Returns the id for this item.
getItemId() - Method in class com.esri.core.portal.WebMapLayer
Returns the Item id of the data represented by this operational layer in the WebMap
getItems() - Method in class com.esri.core.portal.PortalUserContent
Returns the items in the user's root folder.
getItemViewType(int) - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
getJobID() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResource
Gets the job ID.
getJobStatus() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResource
Gets the job status.
getKeywords() - Method in class com.esri.core.symbol.advanced.SymbolDictionary
Returns the available keywords for this symbol dictionary.
getKeywords() - Method in class com.esri.core.symbol.advanced.SymbolDictionaryQuery
Returns all the keywords currently held in the query
getLabel() - Method in class com.esri.core.map.popup.PopupFieldInfo
Returns the popup field's label.
getLabel() - Method in class com.esri.core.renderer.ClassBreak
Gets the label
getLabel() - Method in class com.esri.core.renderer.SimpleRenderer
Gets the label
getLabel() - Method in class com.esri.core.renderer.UniqueValue
Gets the label.
getLatestID() - Method in class com.esri.core.geometry.SpatialReference
Returns the most current well known ID, the Geometry engine knows about, for the horizontal coordinate system.
getLayer(int) - Method in class com.esri.android.map.GroupLayer
Returns the layer for the given index position.
getLayer(int) - Method in class com.esri.android.map.MapView
Gets a layer at the given index.
getLayerByID(long) - Method in class com.esri.android.map.GroupLayer
Returns the Layer object matching the given ID.
getLayerByURL(String) - Method in class com.esri.android.map.MapView
Gets a layer by its service URL.
getLayerDefinitionOverride() - Method in class com.esri.core.portal.WebMapLayer
 
getLayerDefinitions() - Method in class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
Gets the layer definitions of the ArcGISDynamicMapServiceLayer.
getLayerDefinitions() - Method in class com.esri.core.portal.WebMapLayer
Returns the layer definitions of a feature collection
getLayerDefs() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Allows you to filter the features of individual layers in the exported map by specifying definition expressions for those layers.
getLayerId() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the layer ID of the layer that contains the identified feature.
getLayerMode() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the mode used by the IdentifyTask to determine which layers to perform the task on.
getLayerName() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the layer Name of the layer that contains the identified feature.
getLayers() - Method in class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
Returns the immediate sub-layers of the dynamic map service.
getLayers() - Method in class com.esri.android.map.ags.ArcGISLayerInfo
If the layer is a group layer, then this method returns the immediate sub-layers of the group layer;
getLayers() - Method in class com.esri.android.map.ags.ArcGISTiledMapServiceLayer
Returns the immediate sub-layers of the tiled map service.
getLayers() - Method in class com.esri.android.map.GroupLayer
Returns the direct sublayers in an array.
getLayers(String) - Method in class com.esri.android.map.GroupLayer
Returns all layers for the given layer name.
getLayers() - Method in class com.esri.android.map.MapView
Returns all child Layers that are added to the MapView.
getLayers() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the array of layer IDs that reference the layers that the IdentifyTask will execute on.
getLength() - Method in class com.esri.core.map.Field
Gets the length of the Field.
getLevels() - Method in class com.esri.android.map.TiledServiceLayer.TileInfo
Returns the levels
getLicenseInfo() - Method in class com.esri.core.portal.PortalItem
Returns the information about licenses or restrictions to view or edit the item
getLimit() - Method in class com.esri.core.portal.PortalQueryParams
Returns the maximum number of results to be included in the result set response.
getLinkURL() - Method in class com.esri.core.map.popup.PopupImageMediaValue
Returns the link URL of this image media.
getLocation() - Method in class com.esri.android.map.LocationService
Returns the current location in the spatial reference WGS1984 (WKID=4326).
getLocationListener() - Method in class com.esri.android.map.LocationService
Gets the Android LocationListener instance.
getLocationService() - Method in class com.esri.android.map.MapView
Returns the unique instance of the location service
getLocatorProperties() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Returns the properties defined for the Geocode service.
getLockRasterIds() - Method in class com.esri.core.map.MosaicRule
Gets an array of raster Ids.
getLogoUrl() - Method in class com.esri.android.map.bing.BingMapsLayer
Returns a URL object for Bing Maps logo.
getLowerLeft() - Method in class com.esri.core.geometry.Envelope
Returns the envelope's lower left corner point.
getLowerRight() - Method in class com.esri.core.geometry.Envelope
Returns the envelope's lower right corner point.
getMapBoundaryExtent() - Method in class com.esri.android.map.MapView
Returns the boundary extent of the map.
getMapExtent() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the extent of the map to identify in.
getMapHeight() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the height of the map in screen pixels.
getMapImage() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
This method returns the GPMapImage associated with this GPFeatureRecordSetLayer.
It returns null if the return type of this instance is data.
getMapImage() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Gets the GPMapImage object.
getMapStyle() - Method in class com.esri.android.map.bing.BingMapsLayer
Returns the style of the Bing Maps layer.
getMapVersion() - Method in class com.esri.android.map.bing.BingMapsLayer
Returns the map version (format: v[map version], e.g.: v0).
getMapWidth() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the width of the map in screen pixels.
getMaxAccuracyCircleSize() - Method in class com.esri.android.map.LocationService
Gets the max accuracy circle size in meter.
getMaxAllowableOffset() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the maximum allowable offset.
getMaxAllowableOffset() - Method in class com.esri.core.tasks.ags.query.Query
Returns the maximum allowable offset.
getMaxAllowableOffset() - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Gets the maximum allowable offset, which is used to generalize the geometry in the returned features.
getMaxFeatures() - Method in class com.esri.core.tasks.ags.query.Query
 
getMaxHeight() - Method in class com.esri.android.map.Callout
Returns the maximum height the callout window can stretch.
getMaxHeight() - Method in class com.esri.android.map.CalloutStyle
Returns the maximum height the callout window can stretch to.
getMaxLabelScale() - Method in class com.esri.core.renderer.DictionaryRenderer
Returns the maximum label scale for the labels to be displayed.
getMaxResolution() - Method in class com.esri.android.map.MapView
Gets the maximum resolution of the MapView.
getMaxScale() - Method in class com.esri.android.map.ags.ArcGISLayerInfo
Gets the maxScale of the ArcGISLayerInfo.
getMaxScale() - Method in class com.esri.android.map.GraphicsLayer
Gets max scale.
getMaxScale() - Method in class com.esri.core.map.popup.PopupInfo
Returns the maximum scale that this popup should be shown at.
getMaxValue() - Method in class com.esri.core.map.RangeDomain
Gets the maxValue of the RangeDomain.
getMaxWidth() - Method in class com.esri.android.map.Callout
Returns the maximum width the callout window can stretch.
getMaxWidth() - Method in class com.esri.android.map.CalloutStyle
Returns the maximum width the callout window can stretch to.
getMediaInfos() - Method in class com.esri.core.map.popup.PopupInfo
Returns the media as an array of PopupMediaInfo objects that is to be displayed in the popup.
getMessage() - Method in exception com.esri.core.io.EsriServiceException
 
getMessage() - Method in exception com.esri.core.portal.PortalException
Returns the message of this PortalException.
getMessages() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResource
Gets the array of GPMessage.
getMessages() - Method in class com.esri.core.tasks.ags.geoprocessing.GPResultResource
Gets the task execution messages.
getMessageTypesSupported() - Method in class com.esri.core.symbol.advanced.MessageProcessor
Gets the message types supported.
getMethod() - Method in class com.esri.core.map.MosaicRule
Gets the method of the MosaicRule.
getMinLabelScale() - Method in class com.esri.core.renderer.DictionaryRenderer
Returns the minimum label scale for the labels to be displayed.
getMinResolution() - Method in class com.esri.android.map.MapView
Gets the minimum resolution of the map.
getMinScale() - Method in class com.esri.android.map.ags.ArcGISLayerInfo
Gets the minScale of the ArcGISLayerInfo.
getMinScale() - Method in class com.esri.android.map.GraphicsLayer
Gets min scale.
getMinScale() - Method in class com.esri.core.map.popup.PopupInfo
Returns the minimum scale that this popup should be shown at.
getMinValue() - Method in class com.esri.core.map.RangeDomain
Gets the minValue of the RangeDomain.
getMinValue() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Gets the minimum value.
getMode() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the layer mode.
getMode() - Method in class com.esri.core.portal.WebMapLayer
Returns the mode that an ArcGIS Feature Layer is configured to work in
getModified() - Method in class com.esri.core.portal.PortalGroup
Returns the last date on which this group was modified.
getModified() - Method in class com.esri.core.portal.PortalItem
Returns the date on which this item was last modified.
getModified() - Method in class com.esri.core.portal.PortalUser
Returns the last date the user was modified.
getMosaicRule() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the mosaic rule of the layer.
getMosaicRule() - Method in class com.esri.core.map.ImageServiceParameters
Gets the mosaicRule of the ImageServiceParameters.
getMSG(int) - Static method in exception com.esri.core.io.EsriSecurityException
Returns a string representation of this object
getMSG(int) - Static method in exception com.esri.core.io.EsriUnsupportedException
Returns a string representation of this object
getName() - Method in class com.esri.android.map.ags.ArcGISLayerInfo
Returns the name of the layer.
getName() - Method in class com.esri.android.map.Layer
Gets the name of the layer.
getName() - Method in class com.esri.core.geometry.AngularUnit
 
getName() - Method in class com.esri.core.geometry.AreaUnit
 
getName() - Method in class com.esri.core.geometry.LinearUnit
 
getName() - Method in class com.esri.core.geometry.Unit
Returns the canonical name of the unit as defined in Projection Engine.
getName() - Method in class com.esri.core.map.AttachmentInfo
Gets the name of the Attachment.
getName() - Method in class com.esri.core.map.FeatureTemplate
Gets the name of the FeatureTemplate.
getName() - Method in class com.esri.core.map.FeatureType
To get the name of the FeatureType
getName() - Method in class com.esri.core.map.Field
Gets the name of the Field.
getName() - Method in class com.esri.core.symbol.advanced.SymbolDictionaryFilter
Returns the name of the filter
getName() - Method in class com.esri.core.tasks.ags.geocode.LocatorFieldInfo
Returns the name of the field
getNearestCoordinate(Geometry, Point, boolean) - Static method in class com.esri.core.geometry.GeometryEngine
Finds the coordinate of the geometry which is closest to the specified point.
getNearestVertex(Geometry, Point) - Static method in class com.esri.core.geometry.GeometryEngine
Finds nearest vertex on the geometry which is closed to the specified point.
getNearestVertices(Geometry, Point, double, int) - Static method in class com.esri.core.geometry.GeometryEngine
Finds all vertices in the given distance from the specified point, sorted from the closest to the furthest.
getNextQueryParams() - Method in class com.esri.core.portal.PortalQueryResultSet
Returns the next query parameters, if any.
getNoData() - Method in class com.esri.core.map.ImageServiceParameters
Gets the pixel value representing no information.
getNormalizeField() - Method in class com.esri.core.map.popup.PopupChartMediaValue
Returns the field used to normalize the data for a line or bar chart.
getNumberOfGraphics() - Method in class com.esri.android.map.GraphicsLayer
Returns number of graphics
getNumComments() - Method in class com.esri.core.portal.PortalItem
Returns the number of comments for this item.
getNumRatings() - Method in class com.esri.core.portal.PortalItem
Returns the number of ratings for this item.
getNumViews() - Method in class com.esri.core.portal.PortalItem
Returns the number of times this item has been viewed.
getObjectId() - Method in class com.esri.core.map.FeatureEditResult
Gets the ObjectId of the FeatureEditResult.
getObjectIdField() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the name of the field that contains the ObjectID field for the layer.
getObjectIdFieldName() - Method in class com.esri.core.map.FeatureSet
Gets the name of the ObjectId field.
getObjectIds() - Method in class com.esri.core.map.FeatureSet
Gets the array of the ObjectIds in the FeatureSet.
getObjectIds() - Method in class com.esri.core.map.MosaicRule
Defines a selection using a set of ObjectIds.
getObjectIds() - Method in class com.esri.core.tasks.ags.query.Query
Returns the object IDs of this layer/table to be queried.
getObjectIds() - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Gets the object IDs to be queried.
getOffset() - Method in class com.esri.android.map.Callout
Returns an array of 2 integer values representing respectively the vertical and the horizontal offset of the anchor point relatively to the coordinates set for the anchor.
getOffsetX() - Method in class com.esri.core.symbol.MarkerSymbol
Gets the offset along x-axis.
getOffsetY() - Method in class com.esri.core.symbol.MarkerSymbol
Gets the offset along y-axis.
getOldID() - Method in class com.esri.core.geometry.SpatialReference
Returns the oldest value of the well known ID for the horizontal coordinate system of the spatial reference.
getOnLongPressListener() - Method in class com.esri.android.map.MapView
Gets the OnLongPressListener of the MapView.
getOnPanListener() - Method in class com.esri.android.map.MapView
Gets the OnPanListener of the MapView.
getOnPinchListener() - Method in class com.esri.android.map.MapView
Gets the OnPinchListener of the MapView.
getOnSingleTapListener() - Method in class com.esri.android.map.MapView
Gets the onSingleTapListener of the MapView.
getOnStatusChangedListener() - Method in class com.esri.android.map.MapView
Gets the OnStatusChangedListener of the MapView.
getOnZoomListener() - Method in class com.esri.android.map.MapView
Gets the OnZoomListener of the MapView.
getOpacity() - Method in class com.esri.android.map.Layer
Gets the opacity of the Layer.
getOpacity() - Method in class com.esri.core.portal.WebMapLayer
Returns the opacity for this layer specified in the WebMap
getOperation() - Method in class com.esri.core.map.MosaicRule
Gets the operation of the MosaicRule.
getOperationalLayers() - Method in class com.esri.core.portal.WebMap
Returns the operational layers of this WebMap.
getOptions() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the options of the ArcGISImageServiceLayer.
getOrganizationDescription() - Method in class com.esri.core.portal.PortalInfo
Returns the description of the organization.
getOrganizationId() - Method in class com.esri.core.portal.PortalInfo
Returns the id of the organization, if the user belongs to one.
getOrganizationId() - Method in class com.esri.core.portal.PortalUser
Returns the id of the organization, if the user belongs to one.
getOrganizationName() - Method in class com.esri.core.portal.PortalInfo
Returns the name of the organization.
getOrganizationThumbnail() - Method in class com.esri.core.portal.PortalInfo
Returns the organization's thumbnail.
getOrganizationThumbnailFileName() - Method in class com.esri.core.portal.PortalInfo
Returns the filename for the organization's thumbnail.
getOrigin() - Method in class com.esri.android.map.TiledServiceLayer.TileInfo
Returns the origin point
getOutFields() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
The array of field names included in the feature layer based on the ArcGISFeatureLayer.Options.outFields parameter.
getOutFields() - Method in class com.esri.core.tasks.ags.query.Query
Returns the array of fields to be included in the returned result set.
getOutFields() - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Gets the array of fields to be included in the returned result set.
getOutline() - Method in class com.esri.core.symbol.FillSymbol
Returns the outline of the polygon.
getOutline() - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Gets the outline of the SimpleMarkerSymbol.
getOutputParameters() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResource
Gets the array of output GPParameter.
getOutputParameters() - Method in class com.esri.core.tasks.ags.geoprocessing.GPResultResource
Gets the output parameters.
getOutSpatialReference() - Method in class com.esri.core.tasks.ags.query.Query
Returns the spatial reference of the returned geometry.
getOutSpatialReference() - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Gets the spatial reference of the returned geometry.
getOutSR() - Method in class com.esri.core.map.bing.Response
Returns the output spatial reference of the results.
getOutSR() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Returns the output spatial reference set for this geoprocessing task.
getOwner() - Method in class com.esri.core.portal.PortalGroup
Returns the owner of this group.
getOwner() - Method in class com.esri.core.portal.PortalItem
Returns the owner of this item.
getOwner() - Method in class com.esri.core.portal.PortalItemComment
Returns the owner of the comment.
getParameter() - Method in class com.esri.android.map.event.MapLoadAction
Gets the parameter of the MapLoadAction.
getParamName() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobParameter
Gets the parameter name.
getParamName() - Method in class com.esri.core.tasks.ags.geoprocessing.GPParameter
Gets the parameter name.
getParamURL() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobParameter
Gets the parameter URL.
getParentLayer() - Method in class com.esri.android.map.ags.ArcGISLayerInfo
Gets the parent layer.
getPassword() - Method in class com.esri.core.io.UserCredentials
Returns the password that this instance was initialized with
getPathCount() - Method in class com.esri.core.geometry.MultiPath
Returns the number of paths in this multipath.
getPathEnd(int) - Method in class com.esri.core.geometry.MultiPath
Returns the index immediately following the last index of the path.
getPathIndex() - Method in class com.esri.core.geometry.SegmentIterator
Returns the index of the current path.
getPathIndexFromPointIndex(int) - Method in class com.esri.core.geometry.MultiPath
Returns the path index from the point index.
getPathSize(int) - Method in class com.esri.core.geometry.MultiPath
Returns the number of vertices in a path.
getPathStart(int) - Method in class com.esri.core.geometry.MultiPath
Returns the start index of the path.
getPixelSizeX() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the size of pixel in X direction.
getPixelSizeY() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the size of pixel in Y direction.
getPixelType() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the pixel type of the image service.
getPixelType() - Method in class com.esri.core.map.ImageServiceParameters
Gets the pixelType of the ImageServiceParameters.
getPlaces() - Method in class com.esri.core.map.popup.PopupNumberFormatValue
Returns the maximum number of digits allowed in the fraction portion of a number.
getPluralDisplayName() - Method in class com.esri.core.geometry.AngularUnit
 
getPluralDisplayName() - Method in class com.esri.core.geometry.AreaUnit
 
getPluralDisplayName() - Method in class com.esri.core.geometry.LinearUnit
 
getPluralDisplayName() - Method in class com.esri.core.geometry.Unit
Returns the display name of this unit.
getPoint() - Method in class com.esri.android.map.LocationService
Returns the current coordinates in the map's spatial reference.
getPoint(int) - Method in class com.esri.core.geometry.MultiPath
 
getPoint(int) - Method in class com.esri.core.geometry.MultiPoint
 
getPointCount() - Method in class com.esri.core.geometry.MultiPath
 
getPointCount() - Method in class com.esri.core.geometry.MultiPoint
 
getPopupCount() - Method in class com.esri.android.map.PopupContainer
Returns the number of PopupViews hosted in this PopupContainer.
getPopupInfo() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Gets the PopupInfo associated with this feature layer.
getPopupInfo(int) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Gets the PopupInfo associated with the sub-layer id.
getPopupInfo(int) - Method in class com.esri.android.map.Layer
Gets the PopupInfo associated with the sub-layer id.
getPortal() - Method in class com.esri.core.portal.PortalGroup
Returns the portal that contains this group.
getPortal() - Method in class com.esri.core.portal.PortalInfo
Returns the Portal from which this PortalInfo was generated.
getPortal() - Method in class com.esri.core.portal.PortalItem
Returns the portal that contains this item.
getPortal() - Method in class com.esri.core.portal.PortalUser
Returns the portal that contains this user.
getPortalInfo() - Method in class com.esri.core.portal.Portal
Returns the portal information.
getPortalMode() - Method in class com.esri.core.portal.PortalInfo
Returns the tenancy mode of the Portal.
getPortalName() - Method in class com.esri.core.portal.PortalInfo
Returns the name of the Portal.
getPortalThumbnail() - Method in class com.esri.core.portal.PortalInfo
Returns the portal's thumbnail.
getPortalThumbnailFileName() - Method in class com.esri.core.portal.PortalInfo
Returns the filename for the portal's thumbnail.
getProcessSR() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Returns the process spatial reference set for this geoprocessing task.
getProperties() - Method in class com.esri.core.symbol.advanced.Message
Gets the properties as a map.
getProperty(String) - Method in class com.esri.core.symbol.advanced.Message
Returns the property value in specified name.
getPrototype() - Method in class com.esri.core.map.FeatureTemplate
Gets the prototype of the FeatureTemplate.
getQuery() - Method in class com.esri.core.portal.PortalQueryParams
Retruns the query string to search against.
getQueryParams() - Method in class com.esri.core.portal.PortalQueryResultSet
Returns the original query parameters used to generate these results.
getRasterDataUrl() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Gets the url to the raster data.
getReferer() - Method in class com.esri.core.io.UserCredentials
Returns the referer that was supplied with the token string.
getRelationshipId() - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Gets the ID of the relationship that this query is based on.
getRenderer() - Method in class com.esri.android.map.GraphicsLayer
Gets the renderer of the GraphicsLayer.
getRenderingRule() - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Gets the rendering rule of the layer.
getRenderingRule() - Method in class com.esri.core.map.ImageServiceParameters
Gets the renderingRule of the ImageServiceParameters.
getResolution() - Method in class com.esri.android.map.Layer
Gets the resolution of the Layer.
getResolution() - Method in class com.esri.android.map.MapView
Returns the resolution of the MapView.
getResolutions() - Method in class com.esri.android.map.TiledServiceLayer.TileInfo
Returns the resolution array.
getResultData(String, String) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Retrieves the result parameter information for a specific job.
getResultImage(String, String) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Retrieves the result parameter information as a map image for a specific job.
getResults() - Method in class com.esri.core.map.bing.Response
Returns a List of results
getResults() - Method in class com.esri.core.portal.PortalQueryResultSet
Returns the results of the query.
getReturnGeometry() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns if geometry must be included in the returned result.
getRotationAngle() - Method in class com.esri.android.map.MapView
Returns the current map rotation angle(in degree).
getScale() - Method in class com.esri.android.map.MapView
A convenience method for obtaining the current map scale .
getScale() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the scale of the image.
getScales() - Method in class com.esri.android.map.TiledServiceLayer.TileInfo
Returns the scale array.
getScore() - Method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
Returns the score for this address candidate.
getSegmentCount() - Method in class com.esri.core.geometry.MultiPath
Returns total segment count in the MultiPath.
getSegmentCount(int) - Method in class com.esri.core.geometry.MultiPath
Returns the segment count in the given multipath path.
getSelectedFeatures() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the selected features.
getSelectedPopup() - Method in class com.esri.android.map.PopupContainer
Returns the PopupView currently being shown in this PopupContainer.
getSelection() - Method in class com.esri.android.map.PopupContainer
Returns the index of the the PopupView currently being shown in this PopupContainer.
getSelectionSymbol() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the selection symbol for the feature layer.
getServiceDescription() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Returns the description of the service, if any.
getSharingUrl() - Method in class com.esri.core.portal.Portal
Returns the portal's sharing url.
getSingleLineAddressField() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Gets single-line address field.
getSize() - Method in class com.esri.core.map.AttachmentInfo
Gets the size of the Attachment.
getSize() - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Returns the symbol size in dp unit.
getSize() - Method in class com.esri.core.symbol.TextSymbol
Returns the font size in pixels.
getSnippet() - Method in class com.esri.core.portal.PortalGroup
Returns a description snippet for this group.
getSnippet() - Method in class com.esri.core.portal.PortalItem
Returns a snippet description associated with this item.
getSortField() - Method in class com.esri.core.map.MosaicRule
Gets the name of the attribute field that is used together with a constant sortValue to define the mosaicking order when the mosaic method is set to MosaicRule.METHOD_ATTRIBUTE.
getSortField() - Method in class com.esri.core.portal.PortalQueryParams
Returns the field to sort the results by.
getSortOrder() - Method in class com.esri.core.portal.PortalQueryParams
Returns whether the order of results are returned in ascending or descending order.
getSortValue() - Method in class com.esri.core.map.MosaicRule
Gets the sortValue of the MosaicRule.
getSourceURL() - Method in class com.esri.core.map.popup.PopupImageMediaValue
Returns the source URL of this image media.
getSpatialReference() - Method in class com.esri.android.map.Layer
Gets the current spatial reference of the Layer.
getSpatialReference() - Method in class com.esri.android.map.MapView
Returns the spatial coordinate system being used by the MapView.
getSpatialReference() - Method in class com.esri.core.geometry.MapGeometry
Gets the spatial reference for this MapGeometry.
getSpatialReference() - Method in class com.esri.core.map.FeatureSet
Gets the spatial reference of the FeatureSet.
getSpatialReference() - Method in class com.esri.core.portal.PortalItem
Returns the SpatialReference of this item.
getSpatialReference() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Returns the default spatial reference defined for the Geocode service.
getSpatialReference() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Gets the spatial reference.
getSpatialReference() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the spatial reference of the map extent.
getSpatialRelationship() - Method in class com.esri.core.tasks.ags.query.Query
Returns the spatial relationship to be applied on the input geometry.
getStartIndex() - Method in class com.esri.core.portal.PortalQueryParams
Returns the number of the first entry in the result set response.
getStartPointIndex() - Method in class com.esri.core.geometry.SegmentIterator
Returns the index of the start point of this segment.
getStartX() - Method in class com.esri.core.geometry.Segment
Returns the X coordinate of starting point.
getStartY() - Method in class com.esri.core.geometry.Segment
Returns the Y coordinate of starting point.
getStateFlag() - Method in class com.esri.core.geometry.Geometry
Returns the state of the geometry.
getStateFlag() - Method in class com.esri.core.geometry.MultiPath
 
getStateFlag() - Method in class com.esri.core.geometry.MultiPoint
 
getStatusCode() - Method in class com.esri.core.map.bing.Response
Returns the status code.
getStatusDescription() - Method in class com.esri.core.map.bing.Response
Returns the status description
getStyle() - Method in class com.esri.android.map.Callout
Returns the style of current callout.
getStyle() - Method in class com.esri.core.symbol.SimpleLineSymbol
Gets the line style.
getStyle() - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Returns the marker SimpleMarkerSymbol.STYLE.
getSymbol() - Method in class com.esri.android.map.LocationService
 
getSymbol() - Method in class com.esri.core.map.Graphic
Gets the symbol for the graphic.
getSymbol() - Method in class com.esri.core.renderer.ClassBreak
Gets the symbol
getSymbol(Graphic) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Returns the symbol of the class break the graphic provided belongs to.
getSymbol(Graphic) - Method in class com.esri.core.renderer.DictionaryRenderer
Returns the Multi-Layer symbol associated with this renderer
getSymbol(V) - Method in interface com.esri.core.renderer.Renderer
Subclasses must override this method.
getSymbol(Graphic) - Method in class com.esri.core.renderer.SimpleRenderer
Gets the symbol for the given graphic.
getSymbol() - Method in class com.esri.core.renderer.UniqueValue
Gets the symbol.
getSymbol(Graphic) - Method in class com.esri.core.renderer.UniqueValueRenderer
Returns the symbol of the unique value the graphic provided corresponds to.
getSymbolDictionary() - Method in class com.esri.core.symbol.advanced.MessageProcessor
Gets the SymbolDictionary instance.
getSymbolImage(String, Bitmap) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
Gets a Bitmap of the symbol which name has been provided.
getSymbolKeywords(String) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
Returns the available keywords for the symbol passed in parameter.
getSymbolNames(SymbolDictionaryQuery) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
Returns all the symbol names corresponding to the query passed in parameter for this symbol dictionary.
getSymbolScaleFactor() - Method in class com.esri.core.renderer.DictionaryRenderer
Returns the scale factor for the symbols
getSymbolValues(String) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
Returns the available values for the Category, SymbolId and style for the symbol passed in parameter.
getTags() - Method in class com.esri.core.portal.PortalGroup
Returns a list of tags associated with this group.
getTags() - Method in class com.esri.core.portal.PortalItem
Returns a list of tags associated with this item.
getTags() - Method in class com.esri.core.portal.PortalUser
Returns a list of search tags associated with this user.
getTemplates() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns an array of feature templates defined in the feature service layer.
getTemplates() - Method in class com.esri.core.map.FeatureType
Returns the template array of the FeatureType
getText() - Method in class com.esri.core.geometry.SpatialReference
Returns the well known text for the for the horizontal coordinate system of the spatial reference.
getText() - Method in class com.esri.core.symbol.TextSymbol
Returns the text content of the symbol.
getText() - Method in class com.esri.core.tasks.ags.query.Query
Returns the literal search text.
getThumbnail() - Method in class com.esri.core.portal.PortalGroup
Returns the thumbnail of this group.
getThumbnail() - Method in class com.esri.core.portal.PortalItem
Returns the thumbnail of this item.
getThumbnail() - Method in class com.esri.core.portal.PortalUser
Returns the thumbnail of this user.
getThumbnailFileName() - Method in class com.esri.core.portal.PortalGroup
Returns the filename of the thumbnail of this group.
getThumbnailFileName() - Method in class com.esri.core.portal.PortalItem
Returns the filename of the thumbnail of this item.
getThumbnailFileName() - Method in class com.esri.core.portal.PortalUser
Returns the filename of the thumbnail of this user.
getTileHeight() - Method in class com.esri.android.map.TiledServiceLayer.TileInfo
Returns the tile height
getTileInfo() - Method in class com.esri.android.map.TiledServiceLayer
Returns the TiledInfo object.
getTileWidth() - Method in class com.esri.android.map.TiledServiceLayer.TileInfo
Returns the tile width
getTitle(Graphic) - Method in class com.esri.android.map.InfoTemplate
Gets the title populated with the attribute values of the provided graphic.
getTitle() - Method in class com.esri.android.map.Layer
Gets the title of the Layer.
getTitle() - Method in class com.esri.core.map.popup.PopupInfo
Returns the title of this popup.
getTitle() - Method in class com.esri.core.map.popup.PopupMediaInfo
Returns the popup media's title.
getTitle() - Method in class com.esri.core.portal.BaseMap
Returns the tile of the base map
getTitle() - Method in class com.esri.core.portal.PortalFolder
Returns the folder's title.
getTitle() - Method in class com.esri.core.portal.PortalGroup
Returns the title of this group.
getTitle() - Method in class com.esri.core.portal.PortalItem
Returns the title of this item.
getTitle() - Method in class com.esri.core.portal.WebMapLayer
Returns the title of this operational layer
getTitleTemplate() - Method in class com.esri.android.map.InfoTemplate
Gets the title without replacing the tokens.
getTitleTextColor() - Method in class com.esri.android.map.CalloutStyle
Returns the color of title text of the callout window.
getTitleTextSize() - Method in class com.esri.android.map.CalloutStyle
Returns the size of title text of the callout window.
getTitleTextStyle() - Method in class com.esri.android.map.CalloutStyle
Returns the style of title text of the callout window.
getTitleTextTypeFace() - Method in class com.esri.android.map.CalloutStyle
Returns the type face of title text of the callout window.
getToken() - Method in class com.esri.core.io.UserCredentials
Returns the token that this instance was initialized with.
getTokenServiceUrl() - Method in class com.esri.core.io.UserCredentials
Returns the remote token service url that this instance was initialized with
getTolerance() - Method in class com.esri.core.geometry.SpatialReference
Get the XY tolerance of the spatial reference
getTolerance() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Returns the distance in screen pixels from the specified geometry within which the identify should be performed.
getTooltip() - Method in class com.esri.core.map.popup.PopupFieldInfo
Returns the popup field's tooltip.
getTotalResults() - Method in class com.esri.core.portal.PortalQueryResultSet
Returns the total number of results generated by the query.
getTraceId() - Method in class com.esri.core.map.bing.Response
Returns the trace ID
getTrustStore() - Static method in class com.esri.core.io.UserCredentials
Returns the KeyStore that contains trusted self-signed certificates for accesing HTTPS GIS service and Task service endpoints in an application.
getType(String) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
 
getType() - Method in class com.esri.android.map.Grid
Returns the type of the grid.
getType() - Method in class com.esri.core.geometry.Envelope
 
getType() - Method in class com.esri.core.geometry.Geometry
Returns the geometry type.
getType() - Method in class com.esri.core.geometry.Line
 
getType() - Method in class com.esri.core.geometry.MultiPoint
 
getType() - Method in class com.esri.core.geometry.Point
 
getType() - Method in class com.esri.core.geometry.Polygon
 
getType() - Method in class com.esri.core.geometry.Polyline
 
getType() - Method in class com.esri.core.map.InheritedDomain
Gets the type of the InheritedDomain.
getType() - Method in class com.esri.core.map.popup.PopupChartMediaValue
Returns the PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.CHART;
getType() - Method in class com.esri.core.map.popup.PopupImageMediaValue
Returns the PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.IMAGE;
getType() - Method in class com.esri.core.map.popup.PopupMediaInfo
Returns the popup media's type.
getType() - Method in class com.esri.core.map.popup.PopupMediaValue
Returns the type of the media.
getType() - Method in class com.esri.core.portal.PortalItem
Returns the type of this item.
getType() - Method in class com.esri.core.portal.WebMapLayer
Returns the type of this Web Map layer.
getType() - Method in class com.esri.core.tasks.ags.geocode.LocatorFieldInfo
Returns the type of the field.
getType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMessage
Gets the type.
getTypeIdField() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns the name of the field that contains the SubType field for the layer.
getTypes() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns an array of feature types defined in the feature service layer.
getUid() - Method in class com.esri.core.map.Graphic
Gets unique ID.
getUniqueValueInfos() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets a list of unique values.
getUnit() - Method in class com.esri.core.geometry.SpatialReference
Returns the unit from a spatial reference
getUnits() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
Gets the units in string.
getUnitToBaseFactor() - Method in class com.esri.core.geometry.Unit
the conversion factor from this unit to the base unit.
getUnitType() - Method in class com.esri.core.geometry.AngularUnit
 
getUnitType() - Method in class com.esri.core.geometry.AreaUnit
 
getUnitType() - Method in class com.esri.core.geometry.LinearUnit
 
getUnitType() - Method in class com.esri.core.geometry.Unit
Returns the unit type.
getUpperLeft() - Method in class com.esri.core.geometry.Envelope
Returns the envelope's upper left corner point.
getUpperRight() - Method in class com.esri.core.geometry.Envelope
Returns the envelope's upper right corner point.
getUrl() - Method in class com.esri.android.map.Layer
Gets the URL of the map service associated with the layer.
getUrl() - Method in class com.esri.core.portal.Portal
Returns the portal's url.
getUrl() - Method in class com.esri.core.portal.WebMapLayer
Returns the URL of a GIS Service layer.
getUrl() - Method in class com.esri.core.tasks.ags.geocode.Locator
Returns the URL of the Geocode service used by this instance of the Locator.
getUrl() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Gets the URL to the geoprocessing service.
getUrl() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDataFile
Returns url of the data file.
getUrl() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterData
Gets the url of this raster data.
getUrlHashCode() - Method in class com.esri.android.map.Layer
A convenience method that returns the hash code of the map service URL.
getUser() - Method in class com.esri.core.portal.Portal
Returns the PortalUser set on this portal object.
getUserName() - Method in class com.esri.core.io.UserCredentials
Returns the user name that this instance was initialized with
getUsername() - Method in class com.esri.core.portal.PortalFolder
Returns the owner of the folder.
getUsername() - Method in class com.esri.core.portal.PortalUser
Returns the user name.
getUsers() - Method in class com.esri.core.portal.PortalGroup
Returns the users that belong to this group.
getValue() - Method in enum com.esri.android.map.event.OnStatusChangedListener.STATUS
Gets the integer value for the status.
getValue() - Method in class com.esri.core.map.popup.PopupMediaInfo
Returns the popup media's value.
getValue() - Method in class com.esri.core.renderer.UniqueValue
Gets the unique value
getValue() - Method in class com.esri.core.symbol.advanced.SymbolDictionaryFilter
Returns the value of the filter
getValue() - Method in enum com.esri.core.symbol.SimpleMarkerSymbol.STYLE
 
getValue() - Method in class com.esri.core.tasks.ags.geoprocessing.GPBoolean
Returns the boolean value of this parameter.
getValue() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDate
Gets the Date value.
getValue() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDouble
Gets the double value.
getValue() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLong
Gets the value.
getValue() - Method in class com.esri.core.tasks.ags.geoprocessing.GPString
Gets the value.
getValue() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the value of the display field name for the identified feature.
getValue() - Method in enum com.esri.core.tasks.SpatialRelationship
 
getValues() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
Gets the list of GPParameter values.
getVariableName() - Method in class com.esri.core.map.RasterFunction
Gets the variableName of the RasterFunction.
getVersion() - Method in class com.esri.core.portal.Portal
Returns the version of the portal.
getVersion() - Method in class com.esri.core.portal.WebMap
Returns the version of this WebMap.
getVertexIndex() - Method in class com.esri.core.geometry.Proximity2DResult
Returns the vertex index.
getVerticalAlignment() - Method in class com.esri.core.symbol.TextSymbol
Gets the verticalAlignment of the TextSymbol.
getView(int, View, ViewGroup) - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
getViewpoint() - Method in class com.esri.core.map.MosaicRule
Gets the viewpoint location on which the ordering is defined based on the distance from the viewpoint and the nadir of rasters.
getViewpointSpatialReference() - Method in class com.esri.core.map.MosaicRule
Gets the SpatialReference of the ViewPoint.
getViewTypeCount() - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
getVintageEnd() - Method in class com.esri.android.map.bing.BingMapsResult
Returns the vintage end of the image.
getVintageStart() - Method in class com.esri.android.map.bing.BingMapsResult
Returns the vintage start of the image.
getVisibility() - Method in class com.esri.android.map.Grid
Returns the visibility of the grid
getVisibleLayers() - Method in class com.esri.core.portal.WebMapLayer
The list of visible layers.
getWhere() - Method in class com.esri.core.map.MosaicRule
Gets the where clause of the MosaicRule.The where clause determines which rasters will participate in the mosaic.
getWhere() - Method in class com.esri.core.tasks.ags.query.Query
Returns the where clause for the query.
getWidth() - Method in class com.esri.android.map.Layer
Gets the width of the Layer in screen units.
getWidth() - Method in class com.esri.core.geometry.Envelope
The width of the envelope.
getWidth() - Method in class com.esri.core.symbol.LineSymbol
Returns the line width in pixels.
getWidth() - Method in class com.esri.core.symbol.MarkerSymbol
Returns the width of the marker in dp unit.
getWidth() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the width of the image.
getX() - Method in class com.esri.core.geometry.Point
Returns the X coordinate of the point.
getXMax() - Method in class com.esri.core.geometry.Envelope
Returns the X coordinate of the right corners of the envelope.
getXMin() - Method in class com.esri.core.geometry.Envelope
Returns the X coordinate of the left corners of the envelope.
getY() - Method in class com.esri.core.geometry.Point
Returns the Y coordinate of this point.
getYMax() - Method in class com.esri.core.geometry.Envelope
Returns the Y coordinate of the top corners of the envelope.
getYMin() - Method in class com.esri.core.geometry.Envelope
Returns the Y coordinate of the bottom corners of the envelope.
getZoomMax() - Method in class com.esri.android.map.bing.BingMapsResult
Returns the maxim zoom of the image.
getZoomMin() - Method in class com.esri.android.map.bing.BingMapsResult
Returns the minimum zoom of the image.
GON - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for gon.
GON - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for gon.
GPBoolean - Class in com.esri.core.tasks.ags.geoprocessing
The GPBoolean class is a container that is used to represent a geoprocessing parameter of the type Boolean.
GPBoolean(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPBoolean
Constructor taking in the name of the GP parameter.
GPBoolean() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPBoolean
Constructs an empty GPBoolean instance.
GPDataFile - Class in com.esri.core.tasks.ags.geoprocessing
The GPDataFile class is a container that is used to represent a geoprocessing parameter of the type DataFile.
GPDataFile(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPDataFile
Constructor taking in the name of the GP parameter.
GPDataFile() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPDataFile
Constructs an empty GPDataFile object.
GPDate - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type date.
GPDate(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPDate
Constructor taking in the name of the GP parameter.
GPDate() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPDate
Constructs an empty GPDate object.
GPDouble - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type double.
GPDouble(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPDouble
Constructor taking in the name of the parameter.
GPDouble() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPDouble
Constructs an empty GPDouble object.
GPFeatureRecordSetLayer - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type Graphic record set layer.
GPFeatureRecordSetLayer(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Constructor taking in the name of the parameter.
GPFeatureRecordSetLayer() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Constructs an empty GPFeatureRecordSetLayer object.
GPJobParameter - Class in com.esri.core.tasks.ags.geoprocessing
This class gives the descriptions of the input GPParameter and output GPParameter by providing their names and values.
GPJobParameter() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPJobParameter
 
GPJobResource - Class in com.esri.core.tasks.ags.geoprocessing
This class represents a job submitted using Geoprocessor.submitJob(java.util.List).
GPJobResource() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPJobResource
 
GPJobResource.JobStatus - Enum in com.esri.core.tasks.ags.geoprocessing
The job status.
GPJobStatusCallback - Interface in com.esri.core.tasks.ags.geoprocessing
Implement this interface to create a callback that will be used to notify status update of a GPSubmitJobAndPollTask task.
GPLinearUnit - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type linear unit.
GPLinearUnit(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
Constructor taking in the parameter name.
GPLinearUnit() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
Constructs an empty GPLinearUnit object.
GPLong - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type long.
GPLong(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPLong
Constructor taking in parameter name.
GPLong() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPLong
Constructs an empty GPLong object.
GPMapImage - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a map image object shared by GPRasterDataLayer and GPFeatureRecordSetLayer
GPMapImage() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPMapImage
 
GPMessage - Class in com.esri.core.tasks.ags.geoprocessing
This class represents messages generated during the execution of a geoprocessing task.
GPMessage() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPMessage
 
GPMultiValue<T extends GPParameter> - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type multivalue.
GPMultiValue(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
Constructor taking in a parameter name.
GPParameter - Class in com.esri.core.tasks.ags.geoprocessing
Base class for all GeoProcessing parameters.
GPParameter() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
GPRasterData - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type raster data.
GPRasterData(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPRasterData
Constructor taking in a parameter name.
GPRasterData() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPRasterData
Constructs an empty GPRasterData object.
GPRasterDataLayer - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type raster data layer.
GPRasterDataLayer(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Constructor taking in a parameter name.
GPRasterDataLayer() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Constructs an empty GPRasterDataLayer object.
GPRecordSet - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type record set.
GPRecordSet(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
Constructor taking in a parameter name.
GPRecordSet() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
Constructs an empty GPRecordSet object.
GPResultResource - Class in com.esri.core.tasks.ags.geoprocessing
This class represents a result of Geoprocessor.execute(java.util.List).
GPResultResource() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPResultResource
 
GPString - Class in com.esri.core.tasks.ags.geoprocessing
Container class representing a Geo-Processing parameter of the type String.
GPString(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPString
Construtor taking in a parameter name.
GPString() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPString
Constructs an empty GPString object.
GRAD - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for grad.
GRAD - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for grad.
Graphic - Class in com.esri.core.map
The Graphic class is used to represent a feature that can have any of the following types: Geometry Symbol attributes InfoTemplate
Graphic(Geometry, Symbol) - Constructor for class com.esri.core.map.Graphic
Instantiates a new Graphic object.
Graphic(Geometry, Symbol, Map<String, Object>, InfoTemplate) - Constructor for class com.esri.core.map.Graphic
Instantiates a new Graphic object.
Graphic(int, Geometry, Symbol, Map<String, Object>, InfoTemplate) - Constructor for class com.esri.core.map.Graphic
Instantiates a new Graphic object.
GraphicsLayer - Class in com.esri.android.map
The GraphicsLayer class represents a layer that contains one or more Graphic features.
GraphicsLayer() - Constructor for class com.esri.android.map.GraphicsLayer
The constructor is used if your are instantiating an empty GraphicsLayer (see the class description for an example of this usage).
GraphicsLayer(SpatialReference, Envelope) - Constructor for class com.esri.android.map.GraphicsLayer
The constructor with spatial reference and full extent.
Grid - Class in com.esri.android.map
This class allows you to control the display of a grid on a MapView by setting its type and visibility.
Grid.GridType - Enum in com.esri.android.map
 
GroupLayer - Class in com.esri.android.map
A group layer is a collection of layers extending from the Layer class.
GroupLayer() - Constructor for class com.esri.android.map.GroupLayer
Creates a GroupLayer

H

hasAttachments() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
True if attachments are enabled on the feature layer.
hashCode() - Method in class com.esri.core.geometry.Envelope
Returns a hash code value for this envelope.
hashCode() - Method in class com.esri.core.geometry.MultiPath
Returns the hash code for the multipath.
hashCode() - Method in class com.esri.core.geometry.MultiPoint
Returns a hash code value for this multipoint.
hashCode() - Method in class com.esri.core.geometry.Point
Returns the hash code for the point.
hashCode() - Method in class com.esri.core.geometry.Polygon
Returns a hash code value for this polygon.
hashCode() - Method in class com.esri.core.geometry.Polyline
Returns the hash code for the polyline.
hashCode() - Method in class com.esri.core.geometry.Transformation2D
Returns the hash code for the 2D transformation.
hashCode() - Method in class com.esri.core.geometry.Unit
 
hashCode() - Method in class com.esri.core.io.UserCredentials
 
hashCode() - Method in class com.esri.core.map.FeatureSet
 
hashCode() - Method in class com.esri.core.map.ImageServiceParameters
 
hashCode() - Method in class com.esri.core.map.MosaicRule
 
hashCode() - Method in class com.esri.core.map.RasterFunction
 
hashCode() - Method in class com.esri.core.portal.Portal
hashCode() - Method in class com.esri.core.portal.PortalFolder
hashCode() - Method in class com.esri.core.portal.PortalGroup
hashCode() - Method in class com.esri.core.portal.PortalInfo
hashCode() - Method in class com.esri.core.portal.PortalItem
hashCode() - Method in class com.esri.core.portal.PortalItemComment
hashCode() - Method in class com.esri.core.portal.PortalQueryParams
hashCode() - Method in class com.esri.core.portal.PortalQueryResultSet
hashCode() - Method in class com.esri.core.portal.PortalUser
hashCode() - Method in class com.esri.core.portal.PortalUserContent
hashCode() - Method in class com.esri.core.renderer.SimpleRenderer
 
hashCode() - Method in class com.esri.core.symbol.advanced.SymbolDictionaryFilter
 
hashCode() - Method in class com.esri.core.symbol.FillSymbol
 
hashCode() - Method in class com.esri.core.symbol.LineSymbol
 
hashCode() - Method in class com.esri.core.symbol.MarkerSymbol
 
hashCode() - Method in class com.esri.core.symbol.PictureMarkerSymbol
 
hashCode() - Method in class com.esri.core.symbol.SimpleFillSymbol
 
hashCode() - Method in class com.esri.core.symbol.SimpleLineSymbol
 
hashCode() - Method in class com.esri.core.symbol.SimpleMarkerSymbol
 
hashCode() - Method in class com.esri.core.symbol.TextSymbol
 
hashCode() - Method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
 
hashCode() - Method in class com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPBoolean
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDataFile
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDate
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDouble
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLong
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterData
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
 
hashCode() - Method in class com.esri.core.tasks.ags.geoprocessing.GPString
 
hashCode() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
 
hashCode() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
 
hashCode() - Method in class com.esri.core.tasks.ags.query.Query
 
hasLayer(String) - Method in class com.esri.android.map.GroupLayer
Tests if the group contains the sublayer with given name.
hasLayer(int) - Method in class com.esri.android.map.GroupLayer
Tests if the group contains the sublayer in the given index.
hasNextSegment() - Method in class com.esri.core.geometry.SegmentIterator
Indicates whether a next segment exists for the path.
hasPreviousSegment() - Method in class com.esri.core.geometry.SegmentIterator
Indicates whether a previous segment exists in the path.
hasStableIds() - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
hasSubLayerIds() - Method in class com.esri.core.portal.WebMapLayer
Returns true if the layer specified the sub-layer ids.
HECTARE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for hectare.
hide() - Method in class com.esri.android.map.Callout
Hides the callout window.

I

IdentifyParameters - Class in com.esri.core.tasks.ags.identify
The IdentifyParameters class is a container for input parameters that are used during the instantiation of the IdentifyTask object.
IdentifyParameters() - Constructor for class com.esri.core.tasks.ags.identify.IdentifyParameters
Default constructor.
IdentifyParameters(Geometry, Envelope, SpatialReference, int[], int, int, int, boolean) - Constructor for class com.esri.core.tasks.ags.identify.IdentifyParameters
Constructor with required parameters.
IdentifyResult - Class in com.esri.core.tasks.ags.identify
When the IdentifyTask class performs the identify operation and receives the result for an ArcGIS Server instance, it will only partially decode the results returned.
IdentifyResultSpinner - Class in com.esri.android.action
Convenient class to display a spinner listing IdentifyResults.
IdentifyResultSpinner(Context, List<IdentifyResult>) - Constructor for class com.esri.android.action.IdentifyResultSpinner
Constructor taking in a List of results intended to be displayed.
IdentifyResultSpinnerAdapter - Class in com.esri.android.action
Convenient class to display a List of IdentifyResults in a Spinner
IdentifyResultSpinnerAdapter(Context, List<IdentifyResult>) - Constructor for class com.esri.android.action.IdentifyResultSpinnerAdapter
Constructor taking in a List of results intended to be displayed in a IdentifyResultSpinner
IdentifyResultView - Class in com.esri.android.action
View providing a convenient way to display the details of an IdentifyResult in a tabular form.
IdentifyResultView(Context) - Constructor for class com.esri.android.action.IdentifyResultView
Default constructor.
IdentifyResultView(Context, IdentifyResult) - Constructor for class com.esri.android.action.IdentifyResultView
Constructor taking in the IdentifyResult to display.
IdentifyTask - Class in com.esri.core.tasks.ags.identify
The IdentifyTask class identifies features based on a set of parameters.
IdentifyTask(String) - Constructor for class com.esri.core.tasks.ags.identify.IdentifyTask
constructor taking in a identify service URL.
IdentifyTask(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.identify.IdentifyTask
constructor taking in a identify service URL and user credentials.
ImageServiceParameters - Class in com.esri.core.map
Represents the image service parameter options used in the ArcGISImageServiceLayer.
ImageServiceParameters() - Constructor for class com.esri.core.map.ImageServiceParameters
Instantiates an object of ImageServiceParameters.
ImageServiceParameters(ImageServiceParameters) - Constructor for class com.esri.core.map.ImageServiceParameters
Copies the properties from the given ImageServiceParameter to the current instance.
ImageServiceParameters.IMAGE_FORMAT - Enum in com.esri.core.map
The format of the exported image.
ImageServiceParameters.PIXEL_TYPE - Enum in com.esri.core.map
The pixel type, also known as data type, pertains to the type of values stored in the raster, such as signed integer, unsigned integer, or floating point.
ImageServiceParameters.RSP - Enum in com.esri.core.map
The resampling process of extrapolating the pixel values while transforming the raster dataset when it undergoes warping or when it changes coordinate space.
INCH - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for inch.
INCH - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for inch.
INCH_US - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for US survey inch.
INCH_US - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for US survey inch.
index() - Method in enum com.esri.android.map.Grid.GridType
 
inflate(double, double) - Method in class com.esri.core.geometry.Envelope
Changes the dimensions of the envelope, preserving the center.
infoTemplate - Variable in class com.esri.android.map.ags.ArcGISFeatureLayer.Options
The template defines the content to display in the map info window when the user clicks on a feature.
InfoTemplate - Class in com.esri.android.map
An InfoTemplate is an object containing a title template and a content template.
InfoTemplate() - Constructor for class com.esri.android.map.InfoTemplate
Default constructor.
InfoTemplate(String, String) - Constructor for class com.esri.android.map.InfoTemplate
Instantiates an InfoTemplate with the given content and title.
InheritedDomain - Class in com.esri.core.map
The InheritedDomain class represents the 'Inherited Domain'.
InheritedDomain(String) - Constructor for class com.esri.core.map.InheritedDomain
Instantiates a InheritedDomain with the given name.
InheritedDomain() - Constructor for class com.esri.core.map.InheritedDomain
Instantiates an empty object of InheritedDomain.
INIT_FAILED - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -1000
INIT_FAILED_ARCGIS_DYNAMIC_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -1002
INIT_FAILED_ARCGIS_FEATURE_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -1004
INIT_FAILED_ARCGIS_IMAGE_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -1003
INIT_FAILED_ARCGIS_TILE_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -1001
INIT_FAILED_BAD_URL - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -4000
INIT_FAILED_BING_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -1005
INIT_FAILED_GRAPHICS_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -1006
INIT_FAILED_LAYER_LOADING - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -3010
INIT_FAILED_MAPVIEW - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -2000
INIT_FAILED_MAPVIEW_BASE_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -2001
INIT_FAILED_UNSUPPORTED_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -3002
INIT_FAILED_WEBMAP - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -3000
INIT_FAILED_WEBMAP_UNSUPPORTED_LAYER - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -3001
initWithDpi - Static variable in class com.esri.android.map.bing.BingMapsLayer
The DPI for Bing Maps.
insertPath(int, MultiPath, int, boolean) - Method in class com.esri.core.geometry.MultiPath
Inserts a path from another multipath.
insertPoint(int, int, Point) - Method in class com.esri.core.geometry.MultiPath
Inserts a point.
insertPoint(int, Point) - Method in class com.esri.core.geometry.MultiPoint
Inserts a point to this multipoint.
insertPoints(int, int, MultiPath, int, int, int, boolean) - Method in class com.esri.core.geometry.MultiPath
Inserts vertices from the given multipath into this multipath.
internalCode - Variable in exception com.esri.core.geometry.GeometryException
The internal code for geometry exception.
intersect(Envelope) - Method in class com.esri.core.geometry.Envelope
Changes this envelope to be the intersection of itself with the other envelope.
intersect(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Creates a geometry through intersection between two geometries.
intersectionWithAxis2D(boolean, double, double[], double[]) - Method in class com.esri.core.geometry.Line
 
intersectionWithAxis2D(boolean, double, double[], double[]) - Method in class com.esri.core.geometry.Segment
Calculates intersection points of this segment with an infinite line, parallel to one of the axes.
inverse(Transformation2D) - Method in class com.esri.core.geometry.Transformation2D
Produces inverse matrix for this matrix and puts result into the inverse parameter.
inverse() - Method in class com.esri.core.geometry.Transformation2D
Inverses the matrix.
isAccuracyCircleOn() - Method in class com.esri.android.map.LocationService
Checks if the accuracy circle is on.
isAllowNetworkLocation() - Method in class com.esri.android.map.LocationService
Checks if the network provider is allowed to determine the current location.
isAllowRotationByPinch() - Method in class com.esri.android.map.MapView
Returns true if the rotation by pinch is allowed.
isAntiAlias() - Method in class com.esri.core.symbol.LineSymbol
AntiAliasing smoothes out the edges of what is being drawn, but is has no impact on the interior of the shape.
isArea(int) - Static method in class com.esri.core.geometry.Geometry
Indicates if the integer value of the enumeration is an area (dimension 2).
isAscending() - Method in class com.esri.core.map.MosaicRule
Gets the ascending of the MosaicRule.
isAttributesUpdated() - Method in class com.esri.android.map.PopupView
Returns true if any of the feature's attributes have been changed from their original values, false otherwise.
isAutoPan() - Method in class com.esri.android.map.LocationService
 
isAutoRefreshOnExpiration() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
True if the layer will refresh automatically when the expiration interval is reached.
isBearingOn() - Method in class com.esri.android.map.LocationService
 
isCanSharePublic() - Method in class com.esri.core.portal.PortalInfo
Returns whether or not users in the organization can share with the public.
isClosedPath(int) - Method in class com.esri.core.geometry.MultiPath
Indicates if the given path is closed (represents a ring).
isClosingSegment() - Method in class com.esri.core.geometry.SegmentIterator
Returns TRUE, if the segment is the closing segment of the closed path
isCurve() - Method in class com.esri.core.geometry.Line
Indicates if the line segment is a curve.
isDegenerate(double) - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this matrix is degenerated (does not have an inverse) within the given tolerance.
isEditable() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns true if the feature layer is editable.
isEditable() - Method in class com.esri.android.map.PopupView
Returns true if this PopupView is editable, false otherwise.
isEditable() - Method in class com.esri.core.map.Field
Gets the editable of the Field.
isEditable() - Method in class com.esri.core.map.popup.PopupFieldInfo
Returns true if this field is allowed to be modified and shown in a PopupView in the editing mode.
isEditing() - Method in class com.esri.android.map.PopupContainer
Returns true if the PopupView currently being shown in this PopupContainer is being edited, false otherwise.
isEmpty() - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
isEmpty() - Method in class com.esri.core.geometry.Envelope
Indicates whether this envelope contains any points.
isEmpty() - Method in class com.esri.core.geometry.Geometry
Indicates if the geometry object contains geometric information.
isEmpty() - Method in class com.esri.core.geometry.MultiPath
 
isEmpty() - Method in class com.esri.core.geometry.MultiPoint
 
isEmpty() - Method in class com.esri.core.geometry.Point
 
isEmpty() - Method in class com.esri.core.geometry.Proximity2DResult
Returns TRUE if the Proximity2DResult is empty.
isEmpty() - Method in class com.esri.core.geometry.Segment
 
isEmptyImpl() - Method in class com.esri.core.geometry.Segment
Non public abstract version of the function.
isFeatureCollection() - Method in class com.esri.core.portal.WebMapLayer
Tells if this layer is a feature collection.
isFirstSegmentInPath() - Method in class com.esri.core.geometry.SegmentIterator
Indicates whether the iterator points to the first segment in the current path.
isIdentity() - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this matrix is the identity matrix.
isIdentity(double) - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this matrix is an identity matrix within the given tolerance.
isInitialized() - Method in class com.esri.android.map.GroupLayer
The initialization of a GroupLayer is depended upon if it is empty (return false ) or its first layer being initialized.
isInitialized() - Method in class com.esri.android.map.Layer
Gets the initialized of the Layer.
isInitialized() - Method in class com.esri.core.map.popup.PopupInfo
 
isIntersecting(Envelope) - Method in class com.esri.core.geometry.Envelope
Returns true if the envelope and the other given envelope intersect.
isInvitationOnly() - Method in class com.esri.core.portal.PortalGroup
Returns whether or not this group requires an invitation to join.
isLabelsVisible() - Method in class com.esri.core.renderer.DictionaryRenderer
Returns a flag indicating if the labels are visible.
isLastSegmentInPath() - Method in class com.esri.core.geometry.SegmentIterator
Indicates whether the iterator points to the last segment in the current path.
isLinear(int) - Static method in class com.esri.core.geometry.Geometry
Indicates if the integer value of the enumeration is linear (dimension 1).
isLoaded() - Method in class com.esri.android.map.MapView
Returns true if the MapView is initialized.
isLoaded() - Method in class com.esri.core.portal.Portal
Returns whether or not the portal has completed loading successfully.
isMultiPath(int) - Static method in class com.esri.core.geometry.Geometry
Indicates if the integer value of the enumeration is a multipath (ie, line or area).
isMultiVertex(int) - Static method in class com.esri.core.geometry.Geometry
Indicates if the integer value of the enumeration is a multivertex (ie, multipoint, line, or area).
isOrthonormal(double) - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this is an orthonormal transformation with the given tolerance.
isPoint(int) - Static method in class com.esri.core.geometry.Geometry
Indicates if the integer value of the enumeration is a point type (dimension 0).
isRecycled() - Method in class com.esri.android.map.Layer
Returns true or false if the Layer object has been recycled.
isRecycled() - Method in class com.esri.android.map.MapView
Returns true if the MapView has been recycled.
isReference() - Method in class com.esri.core.portal.WebMapLayer
Tells if this layer is a reference layer.
isReflective() - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE for reflective transformations.
isRequired() - Method in class com.esri.core.tasks.ags.geocode.LocatorFieldInfo
Returns whether this field is required or not.
isReturnGeometry() - Method in class com.esri.core.tasks.ags.query.Query
Returns true if the result set includes the geometry associated with each result.
isReturnGeometry() - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Returns true if the result features include geometry.
isReturnIdsOnly() - Method in class com.esri.core.tasks.ags.query.Query
Returns true if the response only includes an array of object IDs.
isScaleAndShift(double) - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE, if this transformation does not have rotation and shear within the given tolerance.
isSegment(int) - Static method in class com.esri.core.geometry.Geometry
Indicates if the integer value of the enumeration is a segment.
isShift() - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this transformation is a shift transformation.
isShift(double) - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this transformation is a shift transformation within the given tolerance.
isShowAttachments() - Method in class com.esri.core.map.popup.PopupInfo
Returns true if this popup is configured to show attachments, false if otherwise.
isShowHomePageDescription() - Method in class com.esri.core.portal.PortalInfo
Returns whether or not the organization's description should be shown.
isShowing() - Method in class com.esri.android.map.Callout
Returns whether the callout is currently displayed or not.
isSSLRequired() - Method in class com.esri.core.io.UserCredentials
Returns whether or not the service should only be connected to with SSL encryption (usually https).
isStarted() - Method in class com.esri.android.map.LocationService
 
isSuccess() - Method in class com.esri.core.map.FeatureEditResult
Returns true if the operation is success.
isSymbolFound(float, float, int) - Method in class com.esri.android.map.LocationService
Checks if location symbol is found for the given coordinates and tolerance.
isTable() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Returns true if the type of layer is "Table".
isUniform(double) - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this transformation is a uniform transformation.
isVisible() - Method in class com.esri.android.map.ags.ArcGISLayerInfo
Returns true if the layer is set to visible; false otherwise.
isVisible() - Method in class com.esri.android.map.Layer
Gets the visibility of the Layer.
isVisible() - Method in class com.esri.core.map.popup.PopupFieldInfo
Returns true if this field is shown in a PopupView in the viewing mode.
isVisible() - Method in class com.esri.core.portal.WebMapLayer
Returns the default visibility of this layer
isWebMapBaselayer() - Method in class com.esri.android.map.Layer
Returns true if the layer is used as base layer in a web map.

J

jsonToGeometry(JsonParser) - Static method in class com.esri.core.geometry.GeometryEngine
Imports the MapGeometry from it's JSON representation.

K

KILOMETER - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for kilometer.
KILOMETER - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for kilometer.
KM150 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for 150 kilometer length.
KM150 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for 150 kilometer length.
KM50 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for 50 kilometer length.
KM50 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for 50 kilometer length.

L

Layer - Class in com.esri.android.map
The base layer for all layers that can be added into MapView.
Layer() - Constructor for class com.esri.android.map.Layer
Instantiates an object of Layer.
Line - Class in com.esri.core.geometry
A straight line between a pair of points.
Line() - Constructor for class com.esri.core.geometry.Line
Creates a line segment.
LinearUnit - Class in com.esri.core.geometry
Unit for measurement of dimensions.
LinearUnit.Code - Interface in com.esri.core.geometry
Linear Unit codes
LinearUnitCode - Interface in com.esri.core.geometry
Deprecated. Method introduced at Beta. Will be removed at next release.
LineSymbol - Class in com.esri.core.symbol
Base class for line symbols.
LineSymbol(JsonNode) - Constructor for class com.esri.core.symbol.LineSymbol
Instantiates an object of LineSymbol from a JsonNode.
LineSymbol() - Constructor for class com.esri.core.symbol.LineSymbol
Instantiates an empty object of LineSymbol.
lineTo(double, double) - Method in class com.esri.core.geometry.MultiPath
Adds a line segment from the last point to the given end coordinates.
lineTo(Point) - Method in class com.esri.core.geometry.MultiPath
Adds a Line Segment to the given end point.
LINK - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for International link.
LINK - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for International link.
LINK_BENOIT_A - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for link = Benoit 1895 A.
LINK_BENOIT_A - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for link = Benoit 1895 A.
LINK_BENOIT_B - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for link = Benoit 1895 B.
LINK_BENOIT_B - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for link = Benoit 1895 B.
LINK_CLARKE - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for link = Clarke's ratio.
LINK_CLARKE - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for link = Clarke's ratio.
LINK_SEARS - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for link = sears.
LINK_SEARS - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for link = sears.
LINK_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for link = sears 1922 truncated.
LINK_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for link = sears 1922 truncated.
LINK_US - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for US survey link.
LINK_US - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for US survey link.
LocationService - Class in com.esri.android.map
Class providing UI support to display the current location of the device on a MapView.
Locator - Class in com.esri.core.tasks.ags.geocode
This class allows you to geocode and reverse-geocode addresses using a geocode service of ArcGIS Server.
Locator(String) - Constructor for class com.esri.core.tasks.ags.geocode.Locator
Constructor accepting the URL of a Geocode service
Locator(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.geocode.Locator
Constructor accepting the URL of a Geocode service
LocatorFieldInfo - Class in com.esri.core.tasks.ags.geocode
This class provides information for an address field of a ArcGIS Geocode service.
LocatorFieldInfo() - Constructor for class com.esri.core.tasks.ags.geocode.LocatorFieldInfo
 
LocatorGeocodeResult - Class in com.esri.core.tasks.ags.geocode
Class containing the details of a location candidate such as the formatted address, the score, the location and the attributes.
LocatorGeocodeResult() - Constructor for class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
 
LocatorReverseGeocodeResult - Class in com.esri.core.tasks.ags.geocode
Class containing the details of an address candidate such as the address fields and the accurate location for the address candidate.
LocatorReverseGeocodeResult() - Constructor for class com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult
 
LocatorServiceInfo - Class in com.esri.core.tasks.ags.geocode
Class containing the information for a ArcGIS Geocode service.
LocatorServiceInfo() - Constructor for class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
 

M

MapGeometry - Class in com.esri.core.geometry
The MapGeometry class bundles the geometry with its spatial reference together.
MapGeometry(Geometry, SpatialReference) - Constructor for class com.esri.core.geometry.MapGeometry
Construct a MapGeometry instance using the specified geometry instance and its corresponding spatial reference.
MapGestureDetector - Class in com.esri.android.map
The MapGestureDetector class is used to detects various gestures and events using the supplied MotionEvents.
MapGestureDetector(Context, MapGestureDetector.OnGestureListener) - Constructor for class com.esri.android.map.MapGestureDetector
Creates a MapGestureDetector with the supplied listener.
MapGestureDetector.OnGestureListener - Interface in com.esri.android.map
The listener that is used to notify when gestures occur.
MapLoadAction<V> - Class in com.esri.android.map.event
MapLoadAction
MapLoadAction(MapLoadAction.Action, V) - Constructor for class com.esri.android.map.event.MapLoadAction
Instantiates an object of MapLoadAction.
MapLoadAction.Action - Enum in com.esri.android.map.event
 
MapOnTouchListener - Class in com.esri.android.map
An interface definition for a callback to be invoked when a touch event is dispatched to a MapView.
MapOnTouchListener(Context, MapView) - Constructor for class com.esri.android.map.MapOnTouchListener
Instantiates an object of MapOnTouchListener with the activity context and the MapView.
MapView - Class in com.esri.android.map
The MapView is the main mapping component of the ArcGIS API for Android.
MapView(Context, AttributeSet, int) - Constructor for class com.esri.android.map.MapView
Inflate the MapView object from XML and apply a class-specific base style.
MapView(Context, AttributeSet) - Constructor for class com.esri.android.map.MapView
This constructor is called when the MapView object is being inflated from XML.
MapView(Context) - Constructor for class com.esri.android.map.MapView
The constructor is used if you are instantiating the MapView using Java code (see the class description for an example of this usage).
MapView(Context, SpatialReference, Envelope) - Constructor for class com.esri.android.map.MapView
The constructor is used if you are instantiating the MapView using Java code (see the class description for an example of this usage).
MapView(Context, String, String, String) - Constructor for class com.esri.android.map.MapView
The constructor is used if you are instantiating the MapView using the URL of a WebMap.
MapView(Context, String, String, String, String) - Constructor for class com.esri.android.map.MapView
The constructor is used if you are instantiating the MapView using the URL of a WebMap.
MapView(Context, String, String, String, String, OnMapEventListener) - Constructor for class com.esri.android.map.MapView
The constructor is used if you are instantiating the MapView using the URL of a WebMap.
MapView(Context, WebMap, String, OnMapEventListener) - Constructor for class com.esri.android.map.MapView
The constructor is used if you are instantiating the MapView using a WebMap.
MarkerSymbol - Class in com.esri.core.symbol
The base class for all the marker symbol.
MarkerSymbol(JsonNode) - Constructor for class com.esri.core.symbol.MarkerSymbol
Instantiates an object of MarkerSymbol from a JsonNode.
MarkerSymbol(MarkerSymbol) - Constructor for class com.esri.core.symbol.MarkerSymbol
Creates a new MarkerSymbol.
MarkerSymbol() - Constructor for class com.esri.core.symbol.MarkerSymbol
Instantiates an empty object of MarkerSymbol.
maxAllowableOffset - Variable in class com.esri.android.map.ags.ArcGISFeatureLayer.Options
This is only applicable for feature layers that are not editable.
merge(Envelope) - Method in class com.esri.core.geometry.Envelope
Merges this envelope with the extent of the given envelope.
merge(Point) - Method in class com.esri.core.geometry.Envelope
Merges this envelope with the point.
mergeVertexDescription(VertexDescription) - Method in class com.esri.core.geometry.MultiPoint
 
Message - Class in com.esri.core.symbol.advanced
Message contains properties which can be processed by MessageProcessor.
Message() - Constructor for class com.esri.core.symbol.advanced.Message
Initializes a Message object.
Message(JsonParser) - Constructor for class com.esri.core.symbol.advanced.Message
Initializes a Message object from an JsonParsor object
Message(Message) - Constructor for class com.esri.core.symbol.advanced.Message
Initializes a Message object from other message
MESSAGE_2525C_CONTROL_POINTS_PROPERTY_NAME - Static variable in class com.esri.core.symbol.advanced.MessageHelper
 
MESSAGE_ACTION_PROPERTY_NAME - Static variable in class com.esri.core.symbol.advanced.MessageHelper
 
MESSAGE_ACTION_VALUE_REMOVE - Static variable in class com.esri.core.symbol.advanced.MessageHelper
 
MESSAGE_ACTION_VALUE_UPDATE - Static variable in class com.esri.core.symbol.advanced.MessageHelper
 
MESSAGE_ID_PROPERTY_NAME - Static variable in class com.esri.core.symbol.advanced.MessageHelper
 
MESSAGE_TYPE_PROPERTY_NAME - Static variable in class com.esri.core.symbol.advanced.MessageHelper
 
MESSAGE_WKID_PROPERTY_NAME - Static variable in class com.esri.core.symbol.advanced.MessageHelper
 
MESSAGE_WKT_PROPERTY_NAME - Static variable in class com.esri.core.symbol.advanced.MessageHelper
 
MessageHelper - Class in com.esri.core.symbol.advanced
Helper class which provides user-friendly property names and convenient methods to create message.
MessageHelper() - Constructor for class com.esri.core.symbol.advanced.MessageHelper
 
MessageProcessor - Class in com.esri.core.symbol.advanced
A MessageProcessor allows you to process a Message from external resources.
MessageProcessor(SymbolDictionary.DictionaryType, GroupLayer) - Constructor for class com.esri.core.symbol.advanced.MessageProcessor
Constructs a MessageProcesor object using specified SymbolDictionary.DictionaryType and GroupLayer.
MessageProcessor(SymbolDictionary.DictionaryType, GroupLayer, String) - Constructor for class com.esri.core.symbol.advanced.MessageProcessor
Constructs a MessageProcesor object using specified SymbolDictionary.DictionaryType, GroupLayer and resource bundle path.
METER - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for international meter.
METER - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for international meter.
METER_GERMAN - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for German legal meter.
METER_GERMAN - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for German legal meter.
METHOD_ATTRIBUTE - Static variable in class com.esri.core.map.MosaicRule
Sorts rasters based on an attribute field and its difference from a base value.
METHOD_CENTER - Static variable in class com.esri.core.map.MosaicRule
Sorts rasters where rasters that have their centers closest to the view center or center of view extent are placed on top.
METHOD_LOCKRASTER - Static variable in class com.esri.core.map.MosaicRule
Specifies that only rasters in the given list of raster Ids participate in the mosaic.
METHOD_NADIR - Static variable in class com.esri.core.map.MosaicRule
Sorts rasters by the distance between the nadir position and view center.
METHOD_NONE - Static variable in class com.esri.core.map.MosaicRule
No mosaic method specified.
METHOD_NORTHWEST - Static variable in class com.esri.core.map.MosaicRule
Sorts rasters in a view independent way, where rasters with their centers most northwest are displayed on top.
METHOD_SEAMLINE - Static variable in class com.esri.core.map.MosaicRule
Cuts the raster using the predefined seamline shape.
METHOD_VIEWPOINT - Static variable in class com.esri.core.map.MosaicRule
Sorts rasters based on a user-defined viewpoint location and nadir location.
mgrsAutomatic - Static variable in interface com.esri.core.geometry.MgrsConversionMode
Uses the spheroid to determine the military grid string.
MgrsConversionMode - Interface in com.esri.core.geometry
The modes for converting between military grid reference system (MGRS) notation and coordinates.
mgrsNewStyle - Static variable in interface com.esri.core.geometry.MgrsConversionMode
Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string.
mgrsNewWith180InZone01 - Static variable in interface com.esri.core.geometry.MgrsConversionMode
Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string.
mgrsOldStyle - Static variable in interface com.esri.core.geometry.MgrsConversionMode
Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string.
mgrsOldWith180InZone01 - Static variable in interface com.esri.core.geometry.MgrsConversionMode
Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string.
MICRORADIAN - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for microradian.
MICRORADIAN - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for microradian.
MIL_6400 - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for mil.
MIL_6400 - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for mil.
MILE_STATUTE - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for statute mile.
MILE_STATUTE - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for statute mile.
MILE_US - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for US survey mile.
MILE_US - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for US survey mile.
MILLIMETER - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for millimeter.
MILLIMETER - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for millimeter.
MINUTE - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for minute.
MINUTE - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for minute.
MINUTE_CENTESIMAL - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for centesimal minute.
MINUTE_CENTESIMAL - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for centesimal minute.
mode - Variable in class com.esri.android.map.ags.ArcGISFeatureLayer.Options
Specify the layers mode of operation.
MosaicRule - Class in com.esri.core.map
Specifies the mosaic rule when defining how individual images should be mosaicked.
MosaicRule() - Constructor for class com.esri.core.map.MosaicRule
Instantiates an object of MosaicRule.
MosaicRule(MosaicRule) - Constructor for class com.esri.core.map.MosaicRule
Copies the properties from the given MosaicRule to the current instance.
move(Point) - Method in class com.esri.android.map.Callout
Moves the callout window to the provided coordinates.
moveAllGraphics(Point, Point) - Method in class com.esri.android.map.GraphicsLayer
Moves all graphics by offset determined by from point and to point.
mulLeft(Transformation2D) - Method in class com.esri.core.geometry.Transformation2D
Multiplies this matrix on the left with the "left" matrix.
MultiLayerSymbol - Class in com.esri.core.symbol
MultiLayerSymbol class indicates that the symbol is a multilayer symbol.
MultiLayerSymbol() - Constructor for class com.esri.core.symbol.MultiLayerSymbol
 
MultiLayerSymbol(JsonNode) - Constructor for class com.esri.core.symbol.MultiLayerSymbol
 
MultiPath - Class in com.esri.core.geometry
The MulitPath class is a base class for polygons and polylines.
MultiPath() - Constructor for class com.esri.core.geometry.MultiPath
 
multiply(Transformation2D) - Method in class com.esri.core.geometry.Transformation2D
Multiplies this matrix on the right with the "right" matrix.
multiply(Transformation2D, Transformation2D, Transformation2D) - Static method in class com.esri.core.geometry.Transformation2D
Performs multiplication of matrices a and b and places the result into this matrix.
MultiPoint - Class in com.esri.core.geometry
A Multipoint is a collection of points.
MultiPoint() - Constructor for class com.esri.core.geometry.MultiPoint
Creates a new empty multipoint.

N

NAUTICAL_MILE - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for international nautical miles.
NAUTICAL_MILE - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for international nautical miles.
NAUTICAL_MILE_UK - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for UK nautical mile before 1970.
NAUTICAL_MILE_UK - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for UK nautical mile before 1970.
NAUTICAL_MILE_US - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for US nautical mile before 1954.
NAUTICAL_MILE_US - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for US nautical mile before 1954.
newInstance(String, PortalListener<Portal>) - Static method in class com.esri.core.portal.Portal
Creates a portal without an authenticated user.
newInstance(String, UserCredentials, PortalListener<Portal>) - Static method in class com.esri.core.portal.Portal
Creates a portal with a user.
newInstance(Portal, String, PortalListener<PortalUser>) - Static method in class com.esri.core.portal.PortalUser
Initializes a portal user with a portal and a username.
newInstance(PortalItem, CallbackListener<WebMap>) - Static method in class com.esri.core.portal.WebMap
Creates a WebMap from a PortalItem.
newInstance(URL, String, String, CallbackListener<WebMap>) - Static method in class com.esri.core.portal.WebMap
Creates a WebMap from a URL to an item id that represents this Web Map stored in a Portal.
newInstance(String, Portal, CallbackListener<WebMap>) - Static method in class com.esri.core.portal.WebMap
Creates a WebMap using an Item's id obtained from a Portal.
newInstance(JsonParser, Envelope, SpatialReference) - Static method in class com.esri.core.portal.WebMap
Creates a WebMap using JSON data and Extent.
newInstance(BaseMap, Envelope, SpatialReference) - Static method in class com.esri.core.portal.WebMap
Creates a WebMap using a BaseMap and Extent.
nextPath() - Method in class com.esri.core.geometry.SegmentIterator
Moves the iterator to the next path.
nextSegment() - Method in class com.esri.core.geometry.SegmentIterator
Moves the iterator to the next segment and returns the segment.
normalize() - Method in class com.esri.core.geometry.Envelope
Normalizes envelopes if the minimum dimension is larger then then the maximum dimension.

O

offset(double, double) - Method in class com.esri.core.geometry.Envelope
Offsets the envelope by the specified distances along x and y coordinates.
onAddAttachment() - Method in interface com.esri.android.map.event.PopupEditingListener
The 'Add Attachment' button is clicked.
onCallback(T) - Method in interface com.esri.core.map.CallbackListener
Handles the result when the call succeeded.
onCallback(T) - Method in interface com.esri.core.portal.PortalListener
Handles the result when the call succeeded.
onCancel() - Method in interface com.esri.android.map.event.PopupEditingListener
The 'Cancel' button is clicked.
onChildViewAdded(View, View) - Method in class com.esri.android.map.MapView
 
onChildViewRemoved(View, View) - Method in class com.esri.android.map.MapView
 
onClick(DialogInterface, int) - Method in class com.esri.android.action.IdentifyResultSpinner
 
onDelete() - Method in interface com.esri.android.map.event.PopupEditingListener
The 'Delete' button is clicked.
onDoubleTap(MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a single-pointer-double-tap gesture occurs.
onDoubleTap(MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a single-pointer-double-tap gesture occurs.
onDragPointerMove(MotionEvent, MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a part of a single touch drag gesture event occurs.
onDragPointerMove(MotionEvent, MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a part of a single touch drag gesture event occurs.
onDragPointerUp(MotionEvent, MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a part of a single-touch-drag gesture event occurs.
onDragPointerUp(MotionEvent, MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a part of a single-touch-drag gesture event occurs.
onError(Throwable) - Method in interface com.esri.core.map.CallbackListener
Handles the result when the call failed.
onError(Throwable) - Method in interface com.esri.core.portal.PortalListener
Handles the result when the call failed.
onGeometryEditing(Geometry) - Method in interface com.esri.android.map.event.PopupEditingListener
The 'Edit Geometry' button is clicked.
onLongPress(float, float) - Method in interface com.esri.android.map.event.OnLongPressListener
Notified when a long press event occurs.
onLongPress(MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a long-press gesture occurs.
onLongPress(MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a long-press gesture occurs.
OnLongPressListener - Interface in com.esri.android.map.event
Implement this listener to handle a Long Press event on a MapView.
OnMapEventListener - Interface in com.esri.android.map.event
Implements this listener to handle events on a MapView.
onMultiPointersSingleTap(MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a two-pointers-single-tap gesture occurs.
onMultiPointersSingleTap(MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a two-pointers-single-tap gesture occurs.
OnPanListener - Interface in com.esri.android.map.event
Implement this listener to extend the default pan handling of a map view.
OnPinchListener - Interface in com.esri.android.map.event
Implements this listener to extend the default pinch handling of a MapView.
onPinchPointersDown(MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a part of a pinch gesture occurs.
onPinchPointersDown(MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a part of a pinch gesture occurs.
onPinchPointersMove(MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a part of a pinch gesture occurs.
onPinchPointersMove(MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a part of a pinch gesture occurs.
onPinchPointersUp(MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a part of a pinch gesture occurs.
onPinchPointersUp(MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a part of a pinch gesture occurs.
onSave(Map<String, Object>) - Method in interface com.esri.android.map.event.PopupEditingListener
The 'Save' button is clicked.
onSingleTap(float, float) - Method in interface com.esri.android.map.event.OnSingleTapListener
Defines the action when a single tap event occurs.
onSingleTap(MotionEvent) - Method in interface com.esri.android.map.MapGestureDetector.OnGestureListener
Notified when a single-pointer-double-tap gesture occurs.
onSingleTap(MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Notified when a single-pointer-single-tap gesture occurs.
OnSingleTapListener - Interface in com.esri.android.map.event
Implements this listener to handle a single tap event on a MapView.
onStartEditing() - Method in interface com.esri.android.map.event.PopupEditingListener
Before an edit session is started.
onStatusChanged(Object, OnStatusChangedListener.STATUS) - Method in interface com.esri.android.map.event.OnStatusChangedListener
The status changed event of MapView/Layer is fired.
OnStatusChangedListener - Interface in com.esri.android.map.event
Implements this listener to handle a status changed event on a MapView or a Layer.
OnStatusChangedListener.EsriStatusException - Exception in com.esri.android.map.event
Defines the detailed information about the STATUS.INITIALIZATION_FAILED or STATUS.LAYER_LOADING_FAILED.
OnStatusChangedListener.EsriStatusException(int) - Constructor for exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Instantiates an object of EsriStatusException with the given error code.
OnStatusChangedListener.STATUS - Enum in com.esri.android.map.event
The MapView or Layer status.
onTouch(View, MotionEvent) - Method in class com.esri.android.map.MapOnTouchListener
Called when a touch event is dispatched to a view.
onTouchEvent(MotionEvent) - Method in class com.esri.android.map.MapGestureDetector
Analyzes the given motion event and, if applicable, it triggers the appropriate callbacks on the MapGestureDetector.OnGestureListener that is supplied to this method.
onWebMapLayerAdd(MapView, WebMap, WebMapLayer, Layer, UserCredentials) - Method in interface com.esri.android.map.event.OnWebMapLoadListener
Implements this method to handle the event when adding a WebMapLayer to a MapView.
onWebMapLoadError(MapView, WebMap, WebMapLayer, Layer, Throwable, UserCredentials) - Method in interface com.esri.android.map.event.OnWebMapLoadListener
Implements this method to handle WebMap loading errors.
OnWebMapLoadListener - Interface in com.esri.android.map.event
Implements this listener to handle WebMap loading on a MapView.
OnZoomListener - Interface in com.esri.android.map.event
Implement this listener to extend the default zoom handling of a MapView.
OPERATION_BLEND - Static variable in class com.esri.core.map.MosaicRule
Takes the blended value of all overlapping pixels.
OPERATION_FIRST - Static variable in class com.esri.core.map.MosaicRule
Takes the first value of all overlapping pixels.
OPERATION_LAST - Static variable in class com.esri.core.map.MosaicRule
Takes the last value of all overlapping pixels.
OPERATION_MAX - Static variable in class com.esri.core.map.MosaicRule
Takes the maximum value of all overlapping pixels.
OPERATION_MEAN - Static variable in class com.esri.core.map.MosaicRule
Takes the mean value of all overlapping pixels.
OPERATION_MIN - Static variable in class com.esri.core.map.MosaicRule
Takes the minimum value of all overlapping pixels.
outFields - Variable in class com.esri.android.map.ags.ArcGISFeatureLayer.Options
An array of field names to include in the feature layer.

P

pause() - Method in class com.esri.android.map.MapView
Pauses the map.
PictureMarkerSymbol - Class in com.esri.core.symbol
Used to draw points and multipoints on the graphics layer using an image.
PictureMarkerSymbol(JsonNode) - Constructor for class com.esri.core.symbol.PictureMarkerSymbol
Instantiates an object of PictureMarkerSymbol from a JsonNode.
PictureMarkerSymbol(Drawable) - Constructor for class com.esri.core.symbol.PictureMarkerSymbol
Instantiates a PictureMarkerSymbol with a Drawable image.
PictureMarkerSymbol(PictureMarkerSymbol) - Constructor for class com.esri.core.symbol.PictureMarkerSymbol
 
PictureMarkerSymbol(String) - Constructor for class com.esri.core.symbol.PictureMarkerSymbol
Instantiates a PictureMarkerSymbol with a URL of an image.
PINCH_ZOOM_TOLERANECE_INDEGREE - Static variable in class com.esri.android.map.MapOnTouchListener
 
Point - Class in com.esri.core.geometry
A Point is a zero-dimensional object that represents a specific (X,Y) location in a two-dimensional XY-Plane.
Point() - Constructor for class com.esri.core.geometry.Point
Creates an empty 2D point.
Point(double, double) - Constructor for class com.esri.core.geometry.Point
Creates a 2D Point with specified X and Y coordinates.
Point(double, double, double) - Constructor for class com.esri.core.geometry.Point
Creates a 3D point with specified X, Y and Z coordinates.
Polygon - Class in com.esri.core.geometry
A polygon is a collection of one or many interior or exterior rings.
Polygon() - Constructor for class com.esri.core.geometry.Polygon
Creates a polygon.
Polyline - Class in com.esri.core.geometry
A polyline is a collection of one or many paths.
Polyline() - Constructor for class com.esri.core.geometry.Polyline
Creates an empty polyline.
PopupChartMediaValue - Class in com.esri.core.map.popup
The PopupChartMediaValue class extends PopupMediaValue and represents the chart type of media.
PopupChartMediaValue() - Constructor for class com.esri.core.map.popup.PopupChartMediaValue
 
PopupContainer - Class in com.esri.android.map
The PopupContainer class provides the basic user interface (UI) and behavior for displaying and editing information about graphics in a popup.
PopupContainer(Context) - Constructor for class com.esri.android.map.PopupContainer
This constructor is used if you are instantiating a PopupContainer that saves downloaded attachments to a default directory.

Use the PopupContainer.PopupContainer(Context, File) constructor if persistent attachment storage is desired.
PopupContainer(Context, File) - Constructor for class com.esri.android.map.PopupContainer
This constructor is used if you are instantiating a PopupContainer that saves downloaded attachments to a developer chosen directory.

Use the PopupContainer.PopupContainer(Context) constructor if the default temporary attachment storage is desired.
PopupContainer.PopupEditButton - Enum in com.esri.android.map
Enumeration defining the edit buttons in the editing toolbar of a PopupContainer.
PopupDateFormatValue - Class in com.esri.core.map.popup
The PopupDateFormatValue class extends PopupFormatValue and represents the date format.
PopupDateFormatValue() - Constructor for class com.esri.core.map.popup.PopupDateFormatValue
Default constructor for PopupDateFormatValue
PopupDateFormatValue(PopupDateFormatValue.DATE_FORMAT) - Constructor for class com.esri.core.map.popup.PopupDateFormatValue
Constructor for PopupDateFormatValue that sets an initial PopupDateFormatValue.DATE_FORMAT.
PopupDateFormatValue.DATE_FORMAT - Enum in com.esri.core.map.popup
Enumeration of all the date formats that are supported by a popup.
PopupEditingListener - Interface in com.esri.android.map.event
Implement this listener to handle events on editing buttons of a PopupContainer.
PopupFieldInfo - Class in com.esri.core.map.popup
The PopupFieldInfo class defines information about how a graphic's attribute (field) should be displayed in a popup.
PopupFieldInfo() - Constructor for class com.esri.core.map.popup.PopupFieldInfo
 
PopupFormatValue - Class in com.esri.core.map.popup
The PopupFormatValue class is an abstract class for popup value formats such as numbers or dates.
PopupFormatValue() - Constructor for class com.esri.core.map.popup.PopupFormatValue
 
PopupImageMediaValue - Class in com.esri.core.map.popup
The PopupImageMediaValue class extends PopupMediaValue and represents the image type of media.
PopupImageMediaValue() - Constructor for class com.esri.core.map.popup.PopupImageMediaValue
 
PopupInfo - Class in com.esri.core.map.popup
The PopupInfo class represents popup definitions for features that need to be displayed in popups.
PopupInfo() - Constructor for class com.esri.core.map.popup.PopupInfo
Default constructor for PopupInfo.
PopupMediaInfo - Class in com.esri.core.map.popup
The PopupMediaInfo class represents information about a media in the popup.
PopupMediaInfo() - Constructor for class com.esri.core.map.popup.PopupMediaInfo
 
PopupMediaInfo.MEDIA_TYPE - Enum in com.esri.core.map.popup
Enumeration for popup media types.
PopupMediaValue - Class in com.esri.core.map.popup
The PopupMediaValue class is an abstract class for popup media such as charts or images.
PopupMediaValue() - Constructor for class com.esri.core.map.popup.PopupMediaValue
 
PopupMediaValue.VALUE_TYPE - Enum in com.esri.core.map.popup
Enumeration containing the valid types of popup media.
PopupNumberFormatValue - Class in com.esri.core.map.popup
The PopupNumberFormatValue class extends PopupFormatValue and represents the number format.
PopupNumberFormatValue() - Constructor for class com.esri.core.map.popup.PopupNumberFormatValue
Default constructor for PopupNumberFormatValue
PopupNumberFormatValue(int, boolean) - Constructor for class com.esri.core.map.popup.PopupNumberFormatValue
Constructor for PopupNumberFormatValue that sets some formatting values.
PopupView - Class in com.esri.android.map
The PopupView class extends LinearLayout and represents a popup which associates a graphic with a popup definition for the purpose of displaying in a PopupContainer.
PopupView(Context, PopupInfo, Graphic) - Constructor for class com.esri.android.map.PopupView
Constructor for PopupView that creates a popup based on a PopupInfo and a Graphic.
Portal - Class in com.esri.core.portal
This class is used for connecting to a Portal and searching for items, users and groups.
PortalAccess - Enum in com.esri.core.portal
Signifies the level of access that an object has.
PortalException - Exception in com.esri.core.portal
This class encapsulates exceptions that may be raised when communicating with a Portal.
PortalFolder - Class in com.esri.core.portal
This class represents a folder associated with a PortalUser's profile, maintained in a Portal.
PortalGroup - Class in com.esri.core.portal
This class represents a Group in a Portal.
PortalInfo - Class in com.esri.core.portal
Class used to hold some information about the Portal such as default basemap, featured groups, etc.
PortalItem - Class in com.esri.core.portal
This class represents an Item stored in a Portal.
PortalItemComment - Class in com.esri.core.portal
Class that holds the content from a comment on a PortalItem such as owner, comment, created date.
PortalItemComment() - Constructor for class com.esri.core.portal.PortalItemComment
 
PortalItemType - Enum in com.esri.core.portal
Represents the type of a PortalItem stored in a Portal.
PortalListener<T> - Interface in com.esri.core.portal
Implement this interface to handle the returned result from an asychronous call.
PortalMode - Enum in com.esri.core.portal
Signifies the tenancy mode of a portal.
PortalQueryParams - Class in com.esri.core.portal
Creates query parameters suitable for finding content contained in a Portal.
PortalQueryParams() - Constructor for class com.esri.core.portal.PortalQueryParams
Creates a PortalQueryParams with default settings.
PortalQueryParams(String) - Constructor for class com.esri.core.portal.PortalQueryParams
Creates a PortalQueryParams with default settings.
PortalQueryParams(String, int) - Constructor for class com.esri.core.portal.PortalQueryParams
Creates a PortalQueryParams with default settings.
PortalQueryParams.PortalQuerySortOrder - Enum in com.esri.core.portal
Describes whether the query result order returns in ascending or descending order.
PortalQueryResultSet<T> - Class in com.esri.core.portal
A class that contains the results of queries performed on a Portal.
PortalQueryResultSet(PortalQueryParams, PortalQueryParams, int, List<T>) - Constructor for class com.esri.core.portal.PortalQueryResultSet
 
PortalRelationshipDirection - Enum in com.esri.core.portal
The direction of the item relationship.
PortalRelationshipType - Enum in com.esri.core.portal
A relationship of a certain type between two items.
PortalUser - Class in com.esri.core.portal
This class represents a registered user on a Portal.
PortalUserContent - Class in com.esri.core.portal
Class that holds the PortalUser's content as a List of PortalItems and PortalFolders.
PortalUserContent(List<PortalItem>, List<PortalFolder>) - Constructor for class com.esri.core.portal.PortalUserContent
Given the user's items and folder, creates a new PortalUserContent object.
postAction(float, float, double) - Method in interface com.esri.android.map.event.OnZoomListener
Defines the action after the map default zoom handling.
postPointerMove(float, float, float, float) - Method in interface com.esri.android.map.event.OnPanListener
Defines the action after the map default move handling.
postPointersDown(float, float, float, float, double) - Method in interface com.esri.android.map.event.OnPinchListener
Defines the action after the map default pointers touch down handling.
postPointersMove(float, float, float, float, double) - Method in interface com.esri.android.map.event.OnPinchListener
Defines the action after the map default move handling.
postPointersUp(float, float, float, float, double) - Method in interface com.esri.android.map.event.OnPinchListener
Defines the action before the map default pointers up handling.
postPointerUp(float, float, float, float) - Method in interface com.esri.android.map.event.OnPanListener
Defines the action after the map default pointer up handling.
preAction(float, float, double) - Method in interface com.esri.android.map.event.OnZoomListener
Defines the action before the map default zoom handling.
prePointerMove(float, float, float, float) - Method in interface com.esri.android.map.event.OnPanListener
Defines the action before the map default move handling.
prePointersDown(float, float, float, float, double) - Method in interface com.esri.android.map.event.OnPinchListener
Defines the action before the map default pointers touch down handling.
prePointersMove(float, float, float, float, double) - Method in interface com.esri.android.map.event.OnPinchListener
Defines the action before the map default move handling.
prePointersUp(float, float, float, float, double) - Method in interface com.esri.android.map.event.OnPinchListener
Defines the action before the map default pointers up handling.
prePointerUp(float, float, float, float) - Method in interface com.esri.android.map.event.OnPanListener
Defines the action before the map default pointer up handling.
previousPath() - Method in class com.esri.core.geometry.SegmentIterator
Moves the iterator to the previous path.
previousSegment() - Method in class com.esri.core.geometry.SegmentIterator
Moves the iterator to previous segment and returns the segment.
processMessage(Message) - Method in class com.esri.core.symbol.advanced.MessageProcessor
Processes the message which conforms to the format dictated by the dictionary type.
project(Geometry, SpatialReference, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Projects the given geometry instance from the input spatial reference to the output Spatial Reference.
project(double, double, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Projects the given point from EPSG:4326 to the output Spatial Reference.
Proximity2DResult - Class in com.esri.core.geometry
Proximity operators are used to find the distance between two geometries or the distance from a given point to the nearest point on another geometry.

Q

Query - Class in com.esri.core.tasks.ags.query
Class holding the parameters of a query to be executed on the server.
Query() - Constructor for class com.esri.core.tasks.ags.query.Query
Default constructor
queryAttachmentInfos(int, CallbackListener<AttachmentInfo[]>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Queries for information about attachments associated with the specified ObjectIds.
queryCornerByVal(int, Point) - Method in class com.esri.core.geometry.Envelope
Sets the point's coordinates to the coordinates of the envelope at the given corner.
queryEnd(Point) - Method in class com.esri.core.geometry.Segment
Returns coordinates of the end point in this segment.
queryEnvelope(Envelope) - Method in class com.esri.core.geometry.Envelope
 
queryEnvelope(Envelope) - Method in class com.esri.core.geometry.Geometry
Gets the axis aligned bounding box of the geometry.
queryEnvelope(Envelope) - Method in class com.esri.core.geometry.Line
 
queryEnvelope(Envelope) - Method in class com.esri.core.geometry.MultiPath
 
queryEnvelope(Envelope) - Method in class com.esri.core.geometry.MultiPoint
 
queryEnvelope(Envelope) - Method in class com.esri.core.geometry.Point
 
queryEnvelope2D(Envelope2D) - Method in class com.esri.core.geometry.MultiPoint
 
queryFeatures(Query, CallbackListener<FeatureSet>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Query features from the feature layer.
queryIds(Query, CallbackListener<int[]>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Query for ObjectIds.
querySegmentIterator() - Method in class com.esri.core.geometry.MultiPath
Returns a SegmentIterator that is set right before the beginning of the multipath.
querySegmentIteratorAtVertex(int) - Method in class com.esri.core.geometry.MultiPath
Returns a SegmentIterator that is set to a specific vertex of the MultiPath.
queryStart(Point) - Method in class com.esri.core.geometry.Segment
Returns coordinates of the start point in a Point class.
QueryTask - Class in com.esri.core.tasks.ags.query
Class executing a query on the server.
QueryTask(String) - Constructor for class com.esri.core.tasks.ags.query.QueryTask
Instantiates a new query task.
QueryTask(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.query.QueryTask
Instantiates a new query task.

R

RADIAN - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for radian.
RADIAN - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for radian.
RangeDomain - Class in com.esri.core.map
The RangeDomain class represents the 'Range Domain' details in the Feature Layer of the Feature Service.
RangeDomain(String, double, double) - Constructor for class com.esri.core.map.RangeDomain
Instantiates a RangeDomain.
RangeDomain() - Constructor for class com.esri.core.map.RangeDomain
Instantiates an empty RangeDomain.
RasterFunction - Class in com.esri.core.map
Specifies the processing to be done to the image service.
RasterFunction() - Constructor for class com.esri.core.map.RasterFunction
Instantiates an object of RasterFunction.
RasterFunction(RasterFunction) - Constructor for class com.esri.core.map.RasterFunction
Copies the properties from the given RasterFunction to the current instance.
reaspect(double, double) - Method in class com.esri.core.geometry.Envelope
Re-aspects this envelope to fit within the specified width and height.
recycle() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
 
recycle() - Method in class com.esri.android.map.DynamicLayer
 
recycle() - Method in class com.esri.android.map.GroupLayer
 
recycle() - Method in class com.esri.android.map.Layer
Releases resources referenced by the Layer so that they can be recycled.
recycle() - Method in class com.esri.android.map.MapView
Releases the resources referenced by the MapView so that they can be recycled.
recycle() - Method in class com.esri.android.map.TiledServiceLayer
 
refresh() - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Based on the mode of the feature layer, the method call can update the graphics from the associate service or refresh the layer from local cache.
refresh() - Method in class com.esri.android.map.bing.BingMapsLayer
Fetches the information for the tiles again if any of the parameters have changed (map version, map style, culture...) and refreshes the tiles accordingly.
refresh() - Method in class com.esri.android.map.Callout
This method refreshes the content of the callout window for the content's change or update.
refresh() - Method in class com.esri.android.map.DynamicLayer
Invoke this method to fetch the map image from the associated map service and update the MapView.
registerDataSetObserver(DataSetObserver) - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
reinitializeLayer(UserCredentials) - Method in class com.esri.android.map.ags.ArcGISLocalTiledLayer
Re-initializes the layer.
reinitializeLayer(String) - Method in class com.esri.android.map.ags.ArcGISLocalTiledLayer
Re-initializes the layer with the given path.
reinitializeLayer(UserCredentials) - Method in class com.esri.android.map.bing.BingMapsLayer
This method has no impact on the BingMapsLayer.
reinitializeLayer(String) - Method in class com.esri.android.map.bing.BingMapsLayer
Re-initializes the layer with the given appID.
reinitializeLayer(UserCredentials) - Method in class com.esri.android.map.Layer
Re-initializes the layer with the given credentials.
RelationshipQuery - Class in com.esri.core.tasks.ags.query
Defines parameters of a query to be executed on the server that fetches related records.
RelationshipQuery() - Constructor for class com.esri.core.tasks.ags.query.RelationshipQuery
Default constructor
removeAll() - Method in class com.esri.android.map.GraphicsLayer
Removes all graphics
removeAll() - Method in class com.esri.android.map.GroupLayer
The sublayers are removed and destroyed from the group layers.
removeAll() - Method in class com.esri.android.map.MapView
Removes all child layers from the map.
removeClassBreak(ClassBreak) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Removes a class break.
removeFilter(SymbolDictionaryFilter) - Method in class com.esri.core.symbol.advanced.SymbolDictionaryQuery
Removes the filter passed in parameter from the query
removeGraphic(int) - Method in class com.esri.android.map.GraphicsLayer
Removes graphic using a unique ID.
removeKeyword(String) - Method in class com.esri.core.symbol.advanced.SymbolDictionaryQuery
Removes the keyword passed in parameter from the query
removeLayer(int) - Method in class com.esri.android.map.GroupLayer
Removes the layer in the given index.
removeLayer(Layer) - Method in class com.esri.android.map.MapView
Removes the child Layer from the parent MapView.
removeLayer(int) - Method in class com.esri.android.map.MapView
Removes a child layer at the given index.
removeLayers(String) - Method in class com.esri.android.map.GroupLayer
Remove all layers by for the given name.
removePath(int) - Method in class com.esri.core.geometry.MultiPath
Removes the path at the given index.
removePoint(int, int) - Method in class com.esri.core.geometry.MultiPath
Removes a point at a given index.
removePoint(int) - Method in class com.esri.core.geometry.MultiPoint
Removes a point from this multipoint.
removeUniqueValue(UniqueValue) - Method in class com.esri.core.renderer.UniqueValueRenderer
Removes a unique value.
Renderer<V> - Interface in com.esri.core.renderer
Base class for all renderers - use SimpleRenderer with a GraphicsLayer.
resetToFirstPath() - Method in class com.esri.core.geometry.SegmentIterator
Resets the iterator such that a subsequent call to NextPath will set the iterator to the first path.
resetToFirstSegment() - Method in class com.esri.core.geometry.SegmentIterator
Resets the iterator so that the call to NextSegment will return the first segment of the current path.
resetToLastPath() - Method in class com.esri.core.geometry.SegmentIterator
Resets the iterator such that a subsequent call to PreviousPath will set the iterator to the last path.
resetToLastSegment() - Method in class com.esri.core.geometry.SegmentIterator
Resets the iterator so that the call to PreviousSegment will return the last segment of the current path.
resetToPath(int) - Method in class com.esri.core.geometry.SegmentIterator
Resets the iterator such that a subsequent call to NextPath will set the iterator to the given path index.
resize(int) - Method in class com.esri.core.geometry.MultiPoint
Resizes the multipoint to have the given size.
Response<V extends Result> - Class in com.esri.core.map.bing
Generic class to handle responses from Bing Maps services.
Response(Class<V>) - Constructor for class com.esri.core.map.bing.Response
 
restoreState(String) - Method in class com.esri.android.map.MapView
Restores the center and resolution of the MapView from the given String that is typically setup in an Activity's onPause() method (see MapView's retainMapInfo() method for details).
Result - Interface in com.esri.core.map.bing
Interface that result classes handling responses from Bing Maps REST services must implement
retainState() - Method in class com.esri.android.map.MapView
The MapView's state should be persisted using a String object.
retrieveAttachment(int, int) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Fetches the contents of the specified attachment.
reverseAllPaths() - Method in class com.esri.core.geometry.MultiPath
Reverses the order of the vertices in each path.
reverseGeocode(Point, double) - Method in class com.esri.core.tasks.ags.geocode.Locator
Executes a reverse-geocoding operation to find address candidates for a given location.
A distance in meters from the given location within which a matching address should be searched must be provided, 0 if non is desired.
reverseGeocode(Point, double, SpatialReference, SpatialReference) - Method in class com.esri.core.tasks.ags.geocode.Locator
Executes a reverse-geocoding operation to find address candidates for a given location.
A distance in meters from the given location within which a matching address should be searched must be provided, 0 if non is desired.
The input spatial reference can be specified if the location coordinates are in a different spatial reference than the one expected by the service.
An Output spatial reference can be specified if the coordinates for the address candidates are wanted in a different spatial reference than the one defined in the service.
reversePath(int) - Method in class com.esri.core.geometry.MultiPath
Reverses the order of vertices in the path.
ROD - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for International rod.
ROD - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for International rod.
ROD_US - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for US survey rod.
ROD_US - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for US survey rod.
rotate(double) - Method in class com.esri.core.geometry.Transformation2D
Rotates the transformation.
rotate(double, double) - Method in class com.esri.core.geometry.Transformation2D
Rotates the transformation.
rotate(double, double, Point2D) - Method in class com.esri.core.geometry.Transformation2D
Rotates the transformation aroung a center point.

S

scale(double, double) - Method in class com.esri.core.geometry.Transformation2D
Scales the transformation.
SECOND - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for second.
SECOND - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for second.
SECOND_CENTESIMAL - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for centesimal second.
SECOND_CENTESIMAL - Static variable in interface com.esri.core.geometry.AngularUnitCode
Deprecated. Value returned by the AngularUnitCode for centesimal second.
Segment - Class in com.esri.core.geometry
A base class for segments.
Segment() - Constructor for class com.esri.core.geometry.Segment
Creates a segment with start and end points (0,0).
SegmentIterator - Class in com.esri.core.geometry
This class provides functionality to iterate over multipath segments.
selectFeatures(Query, ArcGISFeatureLayer.SELECTION_METHOD, CallbackListener<FeatureSet>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Selects features from the feature layer.
SENSITIVITY_TOLERANCE_INPIXEL - Static variable in class com.esri.android.map.MapOnTouchListener
 
setAccuracyCircleOn(boolean) - Method in class com.esri.android.map.LocationService
Enables/Disables the accuracy circle.
setAllowNetworkLocation(boolean) - Method in class com.esri.android.map.LocationService
Allow/disallow the usage of the network (cellular network and WiFi if available) to determine the current location
setAllowRotationByPinch(boolean) - Method in class com.esri.android.map.MapView
Allows/disallow pinch to rotate
setAlpha(int) - Method in class com.esri.core.symbol.FillSymbol
Sets the symbol transparency.
setAlpha(int) - Method in class com.esri.core.symbol.LineSymbol
Sets the symbol transparency.
setAnchor(int) - Method in class com.esri.android.map.CalloutStyle
Sets the position style of the anchor of callout window
setAngle(float) - Method in class com.esri.core.symbol.MarkerSymbol
Sets the angle.
setAntiAlias(boolean) - Method in class com.esri.core.symbol.LineSymbol
AntiAliasing smooths out the edges of what is being drawn, but is has no impact on the interior of the shape.
setAppId(String) - Method in class com.esri.android.map.bing.BingMapsLayer
Sets the Bing Maps key.
setArguments(String) - Method in class com.esri.core.map.RasterFunction
Sets the input arguments to the raster function.
setAscending(boolean) - Method in class com.esri.core.map.MosaicRule
Sets the ascending of the MosaicRule.
setAuthenticationType(UserCredentials.AuthenticationType) - Method in class com.esri.core.io.UserCredentials
Sets the type of the UserCredentials.
setAutoPan(boolean) - Method in class com.esri.android.map.LocationService
activate/deactivate the autoPan
setAutoRefreshOnExpiration(boolean) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Specifies whether or not the layer will refresh automatically when the expiration interval is reached.
setBackgroundAlpha(int) - Method in class com.esri.android.map.CalloutStyle
Sets the background alpha of the callout window.
setBackgroundColor(int) - Method in class com.esri.android.map.CalloutStyle
Sets the background color of the callout window.
setBandIds(int[]) - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Sets the R,G,B of the exported image to the appropriate ImageService Band ID.
setBandIds(int[]) - Method in class com.esri.core.map.ImageServiceParameters
Sets the bandIds of the ImageServiceParameters.
setBearing(boolean) - Method in class com.esri.android.map.LocationService
activate/deactivate the bearing representation.
setBrightness(float) - Method in class com.esri.android.map.DynamicLayer
Sets the brightness of the DynamicLayer.
setBrightness(float) - Method in class com.esri.android.map.TiledLayer
Sets the brightness of the ArcGISTiledMapCacheLayer.
setBufferFactor(int) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Sets the factor used to calculate buffered extent.
setCaption(String) - Method in class com.esri.core.map.popup.PopupMediaInfo
Sets the popup media's caption.
setCirculator(boolean) - Method in class com.esri.core.geometry.SegmentIterator
Switches the iterator to navigation mode.
setClassBreakInfos(TreeMap<Double, ClassBreak>) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Sets class break information map.
setClassMaxValue(double) - Method in class com.esri.core.renderer.ClassBreak
Sets the maximum value
setColor(int) - Method in class com.esri.core.symbol.FillSymbol
Sets the color to fill the polygon with.
setColor(int) - Method in class com.esri.core.symbol.LineSymbol
Sets the color of the line.
setColor(int) - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Sets the color of the symbol.
setColor(int) - Method in class com.esri.core.symbol.TextSymbol
Sets the color to render the TextSymbol with.
setCompressionQuality(int) - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Sets the compression quality of the exported image.
setCompressionQuality(int) - Method in class com.esri.core.map.ImageServiceParameters
Sets the compressionQuality of the ImageServiceParameters.
setContent(View) - Method in class com.esri.android.map.Callout
Sets the content of the callout window to display in callout window.
setContentTemplate(String) - Method in class com.esri.android.map.InfoTemplate
Sets the content template.
setContrast(float) - Method in class com.esri.android.map.DynamicLayer
Sets the contrast of the DynamicLayer.
setContrast(float) - Method in class com.esri.android.map.TiledLayer
Sets the contrast of the ArcGISTiledMapCacheLayer.
setCoordinates(Point) - Method in class com.esri.android.map.Callout
Sets the anchor of the callout window to the given point in the map spatial reference.
setCoords(double, double, double, double) - Method in class com.esri.core.geometry.Envelope
Sets the 2 dimensional extents of the envelope.
setCornerCurve(int) - Method in class com.esri.android.map.CalloutStyle
Sets the corner curve of the callout window.
setCulture(String) - Method in class com.esri.android.map.bing.BingMapsLayer
Sets the culture of the layer (format: [language]-[REGION], e.g.: en-US)
see Culture Parameter
setCulture(String) - Method in class com.esri.core.portal.Portal
Sets the culture.
setDefaultLabel(String) - Method in class com.esri.core.renderer.UniqueValueRenderer
Sets the default label.
setDefaultMessageSpatialReference(SpatialReference) - Method in class com.esri.core.symbol.advanced.MessageProcessor
Sets the default message spatial reference.
setDefaultSymbol(Symbol) - Method in class com.esri.core.renderer.UniqueValueRenderer
Sets the default symbol.
setDefinitionExpression(String) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Sets the definition expression of the feature layer.
setDefinitionExpression(String) - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Sets the definition expression.
setDescription(String) - Method in class com.esri.core.map.popup.PopupInfo
Sets the description of this popup.
setDescription(String) - Method in class com.esri.core.renderer.ClassBreak
Sets the description
setDescription(String) - Method in class com.esri.core.renderer.SimpleRenderer
Sets the description.
setDescription(String) - Method in class com.esri.core.renderer.UniqueValue
Sets the description.
setDescription(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMessage
Sets the description.
setDigitSeparator(boolean) - Method in class com.esri.core.map.popup.PopupNumberFormatValue
Set whether or not grouping will be used in this format.
setDistance(double) - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
Sets the distance value.
setDomainName(String) - Method in class com.esri.core.map.Domain
Sets the domainName of the Domain.
setDPI(int) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the dot-per-inch of the map (used to determine the resolution of the map).
setEditable(boolean) - Method in class com.esri.core.map.popup.PopupFieldInfo
Sets the editability of this field.
setEditAttachmentDialog(Dialog) - Method in class com.esri.android.map.PopupView
Sets the dialog to be shown when the edit attachment button is clicked.
setEditingMode(boolean) - Method in class com.esri.android.map.PopupContainer
Sets the popup into editing mode.
setEmpty() - Method in class com.esri.core.geometry.Envelope
Removes all points from this geometry.
setEmpty() - Method in class com.esri.core.geometry.Geometry
Sets the geometry to its original initialization state by releasing all data referenced by the geometry.
setEmpty() - Method in class com.esri.core.geometry.MultiPath
 
setEmpty() - Method in class com.esri.core.geometry.MultiPoint
 
setEmpty() - Method in class com.esri.core.geometry.Point
 
setEmpty() - Method in class com.esri.core.geometry.Segment
 
setEnd(Point) - Method in class com.esri.core.geometry.Segment
Sets the coordinates of the end point in a Point class.
setEsriLogoVisible(boolean) - Method in class com.esri.android.map.MapView
Turns on or off the ESRI logo.
setExpirationInterval(int) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
The time interval in seconds that features in the layer will expire when the layer is in ONDEMAND mode.
setExtent(Geometry) - Method in class com.esri.android.map.MapView
This method will zoom map into the given geometry and use its bound as current map extent.
setExtent(Geometry, int) - Method in class com.esri.android.map.MapView
Zooms into the given geometry so that geometry fits the bounds of the map.
setExtent(Envelope) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the extent that the image represents.
setField(String) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Sets the attribute field used by renderer to match values.
setField1(String) - Method in class com.esri.core.renderer.UniqueValueRenderer
Sets the first attribute field.
setField2(String) - Method in class com.esri.core.renderer.UniqueValueRenderer
Sets the second attribute field
setField3(String) - Method in class com.esri.core.renderer.UniqueValueRenderer
Sets the third attribute field
setFieldDelimiter(String) - Method in class com.esri.core.renderer.UniqueValueRenderer
Sets field delimiter
setFieldInfos(PopupFieldInfo[]) - Method in class com.esri.core.map.popup.PopupInfo
Sets a list of a graphic’s fields to be displayed in the popup.
setFieldName(String) - Method in class com.esri.core.map.popup.PopupFieldInfo
Sets the popup field's name.
setFields(List<Field>) - Method in class com.esri.core.map.FeatureSet
Sets the name of the fields.
setFields(String[]) - Method in class com.esri.core.map.popup.PopupChartMediaValue
Sets the fields to be included in the chart.
setFlipX(double, double) - Method in class com.esri.core.geometry.Transformation2D
Sets the transformation to be a flip around the X axis.
setFlipY(double, double) - Method in class com.esri.core.geometry.Transformation2D
Sets the transformation to be a flip around the Y axis.
setFormat(ImageServiceParameters.IMAGE_FORMAT) - Method in class com.esri.core.map.ImageServiceParameters
Sets the format of the exported image.
setFormat(SimpleDateFormat) - Method in class com.esri.core.map.popup.PopupDateFormatValue
Sets the date format according to the given SimpleDateFormat object.
setFormat(PopupDateFormatValue.DATE_FORMAT) - Method in class com.esri.core.map.popup.PopupDateFormatValue
Sets the date format using a PopupDateFormatValue.DATE_FORMAT.
setFormat(PopupFormatValue) - Method in class com.esri.core.map.popup.PopupFieldInfo
Sets the popup field's format from a PopupFormatValue.
setFormat(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterData
Sets the format of this raster data.
setFormat(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Sets the format.
setFrameColor(int) - Method in class com.esri.android.map.CalloutStyle
Sets the frame color of the callout window.
setFunctionName(String) - Method in class com.esri.core.map.RasterFunction
Sets the functionName of the RasterFunction.
setGamma(float) - Method in class com.esri.android.map.DynamicLayer
Sets the gamma of the DynamicLayer.
setGamma(float) - Method in class com.esri.android.map.TiledLayer
Sets the gamma of the ArcGISTiledMapCacheLayer.
setGeometry(Geometry) - Method in class com.esri.core.geometry.MapGeometry
Sets the geometry for this MapGeometry.
setGeometry(Geometry) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the Geometry to identify.
setGeometry(Geometry) - Method in class com.esri.core.tasks.ags.query.Query
Sets the geometry to apply as the spatial filter.
setGeometryType(Geometry.Type) - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Sets the Geometry.Type.
setGraphics(Graphic[]) - Method in class com.esri.core.map.FeatureSet
Sets the graphics of the FeatureSet.
setGraphics(ArrayList<Graphic>) - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Sets the graphics to this GPFeatureRecordSetLayer object.
setGraphics(ArrayList<Graphic>) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
Sets the array of graphics.
setGraphicVisible(int, boolean) - Method in class com.esri.android.map.GraphicsLayer
Sets visibility of a graphic with a unique id.
setHeight(int) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the height of the image.
setHorizontalAlignment(TextSymbol.HorizontalAlignment) - Method in class com.esri.core.symbol.TextSymbol
Sets the horizontalAlignment of the TextSymbol.
setHref(URL) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the URL of the image.
setID(String) - Method in class com.esri.core.symbol.advanced.Message
Sets the message ID.
setIdentity() - Method in class com.esri.core.geometry.Transformation2D
Sets this matrix to be the identity matrix.
setImageFormat(ImageServiceParameters.IMAGE_FORMAT) - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Sets the image format.
setInSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.query.Query
Sets the spatial reference of the input geometry.
setInterpolation(ImageServiceParameters.RSP) - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Sets the interpolation method.
setInterpolation(ImageServiceParameters.RSP) - Method in class com.esri.core.map.ImageServiceParameters
Sets the interpolation of the ImageServiceParameters.
setLabel(String) - Method in class com.esri.core.map.popup.PopupFieldInfo
Sets the popup field's label.
setLabel(String) - Method in class com.esri.core.renderer.ClassBreak
Sets the label
setLabel(String) - Method in class com.esri.core.renderer.SimpleRenderer
Sets the label.
setLabel(String) - Method in class com.esri.core.renderer.UniqueValue
Sets the label.
setLabelsVisible(boolean) - Method in class com.esri.core.renderer.DictionaryRenderer
Sets a flag to make the labels visible (true) or hidden (false).
setLayerDefinitions(Map<Integer, String>) - Method in class com.esri.android.map.ags.ArcGISDynamicMapServiceLayer
Sets the layer definitions used to filter the features of individual layers in the map service.
setLayerDefs(Map<String, String>) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Allows you to filter the features of individual layers in the exported map by specifying definition expressions for those layers.
setLayerMode(int) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the mode used by the IdentifyTask to determine which layers to perform the task on.
setLayers(int[]) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets The array of layer IDs that reference the layers that the IdentifyTask will execute on.
setLimit(int) - Method in class com.esri.core.portal.PortalQueryParams
Sets the maximum number of results to be included in the result set response.
setLinkURL(String) - Method in class com.esri.core.map.popup.PopupImageMediaValue
Sets the link URL of this image media.
setLocationListener(LocationListener) - Method in class com.esri.android.map.LocationService
Sets the Android LocationListener instance.
setLockRasterIds(int[]) - Method in class com.esri.core.map.MosaicRule
Sets an array of raster Ids.
setMapBackground(int, int, float, float) - Method in class com.esri.android.map.MapView
Sets the map background with color and grid.
setMapExtent(Envelope) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the extent of the map to perform the identify in.
setMapHeight(int) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the height in pixels of the extent of the map (used to determine the resolution of the map).
setMapImage(GPMapImage) - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
 
setMapImage(GPMapImage) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Sets the GPMapImage object.
setMapStyle(BingMapsLayer.MapStyle) - Method in class com.esri.android.map.bing.BingMapsLayer
Sets the map style of the Bing Maps layer.
setMapVersion(String) - Method in class com.esri.android.map.bing.BingMapsLayer
Sets the map version (format: v[map version], e.g.: v0).
setMapWidth(int) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the width in pixels of the extent of the map (used to determine the resolution of the map).
setMaxAccuracyCircleSize(int) - Method in class com.esri.android.map.LocationService
Sets the max accuracy circle size in meter.
setMaxAllowableOffset(double) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the maximum allowable offset.
setMaxAllowableOffset(double) - Method in class com.esri.core.tasks.ags.query.Query
Sets the maximum allowable offset.
setMaxAllowableOffset(double) - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Sets the maximum allowable offset, which is used to generalize the geometry in the returned features.
setMaxFeatures(int) - Method in class com.esri.core.tasks.ags.query.Query
 
setMaxHeight(int) - Method in class com.esri.android.map.Callout
Sets the maximum height the callout window can stretch to.
setMaxHeight(int) - Method in class com.esri.android.map.CalloutStyle
Sets the maximum height the callout window can stretch to.
setMaxLabelScale(double) - Method in class com.esri.core.renderer.DictionaryRenderer
Sets the minimum label scale for the labels to be displayed.
setMaxResolution(double) - Method in class com.esri.android.map.MapView
Sets the maximum resolution of the MapView.
setMaxScale(double) - Method in class com.esri.android.map.GraphicsLayer
Sets max scale.
setMaxScale(double) - Method in class com.esri.core.map.popup.PopupInfo
Sets the maximum scale that this popup should be shown at.
setMaxWidth(int) - Method in class com.esri.android.map.Callout
Sets the maximum width the callout window can stretch to.
setMaxWidth(int) - Method in class com.esri.android.map.CalloutStyle
Sets the maximum width the callout window can stretch to.
setMediaInfos(PopupMediaInfo[]) - Method in class com.esri.core.map.popup.PopupInfo
Sets the media that is to be displayed in the popup.
setMethod(int) - Method in class com.esri.core.map.MosaicRule
Sets the method of the MosaicRule.
setMinLabelScale(double) - Method in class com.esri.core.renderer.DictionaryRenderer
Sets the minimum label scale for the labels to be displayed.
setMinResolution(double) - Method in class com.esri.android.map.MapView
Sets the minimum resolution of the map.
setMinScale(double) - Method in class com.esri.android.map.GraphicsLayer
Sets min scale.
setMinScale(double) - Method in class com.esri.core.map.popup.PopupInfo
Sets the minimum scale that this popup should be shown at.
setMinValue(double) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Sets minimum value
setMosaicRule(MosaicRule) - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Sets the mosaic rule of the layer to the specified value.
setMosaicRule(MosaicRule) - Method in class com.esri.core.map.ImageServiceParameters
Sets the mosaicRule of the ImageServiceParameters.
setName(String) - Method in class com.esri.android.map.Layer
Sets the layer name.
setName(String) - Method in class com.esri.core.symbol.advanced.SymbolDictionaryFilter
Sets the name of the filter
setNoData(int) - Method in class com.esri.core.map.ImageServiceParameters
Sets the pixel value representing no information.
setNormalizeField(String) - Method in class com.esri.core.map.popup.PopupChartMediaValue
Sets the normalization field.
setObjectIds(int[]) - Method in class com.esri.core.map.MosaicRule
Defines a selection using a set of ObjectIds.
setObjectIds(int[]) - Method in class com.esri.core.tasks.ags.query.Query
Sets the object IDs of this layer/table to be queried.
setObjectIds(int[]) - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Sets the object IDs to be queried.
setOffset(int, int) - Method in class com.esri.android.map.Callout
Sets the vertical and the horizontal offset of the anchor point relatively to the coordinates set for the anchor.
setOffsetX(float) - Method in class com.esri.core.symbol.MarkerSymbol
Sets the offset along x-axis.
setOffsetY(float) - Method in class com.esri.core.symbol.MarkerSymbol
Sets the offset along y-axis.
setOnLongPressListener(OnLongPressListener) - Method in class com.esri.android.map.MapView
Sets the OnLongPressListener of the MapView.
setOnPanListener(OnPanListener) - Method in class com.esri.android.map.MapView
Sets the OnPanListener of the MapView.
setOnPinchListener(OnPinchListener) - Method in class com.esri.android.map.MapView
Sets the onPinchListener of the MapView.
setOnSingleTapListener(OnSingleTapListener) - Method in class com.esri.android.map.MapView
Sets the onSingleTapListener of the MapView.
setOnStatusChangedListener(OnStatusChangedListener) - Method in class com.esri.android.map.Layer
Sets the onStatusChangedListener.
setOnStatusChangedListener(OnStatusChangedListener) - Method in class com.esri.android.map.MapView
Sets the OnStatusChangedListener of the MapView.
setOnZoomListener(OnZoomListener) - Method in class com.esri.android.map.MapView
Sets the OnZoomListener of the MapView.
setOpacity(float) - Method in class com.esri.android.map.GroupLayer
Sets the opacity of the GroupLayer, it will change all opacity of it sublayers.
setOpacity(float) - Method in class com.esri.android.map.Layer
Sets the opacity of the Layer.
setOperation(int) - Method in class com.esri.core.map.MosaicRule
Sets the operation of the MosaicRule.
setOutFields(String[]) - Method in class com.esri.core.tasks.ags.query.Query
Sets the array of fields to be included in the returned result set.
setOutFields(String[]) - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Sets the array of fields to be included in the returned result set.
setOutline(LineSymbol) - Method in class com.esri.core.symbol.FillSymbol
Sets the outline of the polygon.
setOutline(SimpleLineSymbol) - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Sets the outline of the SimpleMarkerSymbol.
setOutSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.query.Query
Sets the spatial reference of the returned geometry.
setOutSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Sets the spatial reference of the returned geometry.
setOutSR(int) - Method in class com.esri.core.map.bing.Response
Sets the output spatial reference of the results.
setOutSR(SpatialReference) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets the well-known ID of the spatial reference of the output geometries.
setParamName(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobParameter
Sets parameter name.
setParamName(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPParameter
Sets the parameter name.
setParamURL(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobParameter
Sets parameter URL.
setPixelType(ImageServiceParameters.PIXEL_TYPE) - Method in class com.esri.core.map.ImageServiceParameters
Sets the pixelType of the ImageServiceParameters.
setPlaces(int) - Method in class com.esri.core.map.popup.PopupNumberFormatValue
Sets the maximum number of digits allowed in the fraction portion of a number.
setPoint(int, Point) - Method in class com.esri.core.geometry.MultiPath
 
setPoint(int, Point) - Method in class com.esri.core.geometry.MultiPoint
 
setPopupBackgroundColor(int) - Method in class com.esri.android.map.PopupContainer
Sets the background color for this PopupContainer.
setPopupEditButtonEnabled(PopupContainer.PopupEditButton, boolean) - Method in class com.esri.android.map.PopupContainer
Gives the ability to disable or enable specific buttons in this PopupContainer's editing toolbar.
setPopupEditButtonVisibility(PopupContainer.PopupEditButton, int) - Method in class com.esri.android.map.PopupContainer
Set the visibility of the specific buttons in this PopupContainer's editing toolbar.
setPopupEditingListener(PopupEditingListener) - Method in class com.esri.android.map.PopupContainer
Sets the PopupEditingListener for this PopupContainer.
setPopupInfos(Map<Integer, PopupInfo>) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
 
setPopupInfos(Map<Integer, PopupInfo>) - Method in class com.esri.android.map.Layer
 
setPopupSelectorColors(int, int, int, int) - Method in class com.esri.android.map.PopupContainer
Sets the selector colors for the PopupContainer.
setPopupTextColor(int) - Method in class com.esri.android.map.PopupContainer
Sets the text color for the PopupContainer.
setPopupToolbar(ViewGroup) - Method in class com.esri.android.map.PopupContainer
Sets the custom toolbar shown at the top of the PopupContainer.
setPortal(Portal) - Method in class com.esri.core.portal.PortalItem
Sets the portal that contains this item.
setProcessSR(SpatialReference) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets the well-known ID of the spatial reference that the model will use to perform geometry operations.
setProperties(Map<String, Object>) - Method in class com.esri.core.symbol.advanced.Message
Sets the properties as a map.
setProperty(String, Object) - Method in class com.esri.core.symbol.advanced.Message
Sets the property with specified name-value pair.
setQuery(PortalItemType, String, String) - Method in class com.esri.core.portal.PortalQueryParams
Sets a query on the portalQueryParams that will (optionally) find items of a given type that are in a specific group with a specific search string.

Any of the parameters may be null, and the query will only be set for the non-null parameters.
setQuery(String) - Method in class com.esri.core.portal.PortalQueryParams
Sets the query string to search against.
setQueryForGroups(String, String) - Method in class com.esri.core.portal.PortalQueryParams
Sets a query on the portalQueryParams that will find groups with a specified owner and title.
setQueryForItemsInGroup(String) - Method in class com.esri.core.portal.PortalQueryParams
Sets a query on the portalQueryParams that will find items in a specified group.
setQueryForItemWithId(String) - Method in class com.esri.core.portal.PortalQueryParams
Sets a query on the portalQueryParams that will find an item with a specified itemId.
setRasterDataUrl(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Sets the url to the raster data
setRelationshipId(int) - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Sets the ID of the relationship that this query is based on.
setRenderer(Renderer<Graphic>) - Method in class com.esri.android.map.GraphicsLayer
Sets the renderer of the GraphicsLayer.
setRenderingRule(RasterFunction) - Method in class com.esri.android.map.ags.ArcGISImageServiceLayer
Sets the rendering rule of the layer to the given value.
setRenderingRule(RasterFunction) - Method in class com.esri.core.map.ImageServiceParameters
Sets the renderingRule of the ImageServiceParameters.
setResolution(double) - Method in class com.esri.android.map.MapView
Sets the resolution of the MapView.
setResult(IdentifyResult) - Method in class com.esri.android.action.IdentifyResultView
Sets the result to display in this view.
setReturnGeometry(boolean) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets if geometry must be included in the returned result.
setReturnGeometry(boolean) - Method in class com.esri.core.tasks.ags.query.Query
Sets if the result set should include the geometry associated with each result
setReturnGeometry(boolean) - Method in class com.esri.core.tasks.ags.query.RelationshipQuery
Sets if the result features should include geometry.
setReturnIdsOnly(boolean) - Method in class com.esri.core.tasks.ags.query.Query
Sets if the response should only include the object IDs
setRotate(double) - Method in class com.esri.core.geometry.Transformation2D
Sets this transformation to be a rotation around point (0, 0).
setRotate(double, double) - Method in class com.esri.core.geometry.Transformation2D
Sets rotation for this transformation.
setRotationAngle(double) - Method in class com.esri.android.map.MapView
The method will rotate the map in the given angle(in degree) at a screen point(x and y in pixel); if the given angle number is positive, map will rotate anti-clockwise.
setRotationAngle(double, float, float) - Method in class com.esri.android.map.MapView
The method will rotate the map in the given angle(in degree) at a screen point(x and y in pixel); if the given angle number is positive, map will rotate anti-clockwise.
setScale(double) - Method in class com.esri.android.map.MapView
A convenience method for setting the map scale .
setScale(double, double) - Method in class com.esri.core.geometry.Transformation2D
Set this transformation to be a scale.
setScale(double) - Method in class com.esri.core.geometry.Transformation2D
Set transformation to be a uniform scale.
setScale(double) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the scale of the image
setSelection(int) - Method in class com.esri.android.map.PopupContainer
Sets the the PopupView that should be shown in this PopupContainer from it's index.
setSelectionSymbol(Symbol) - Method in class com.esri.android.map.ags.ArcGISFeatureLayer
Sets the selection symbol for the feature layer.
setShear(double, double) - Method in class com.esri.core.geometry.Transformation2D
Set transformation to a shear.
setShift(double, double) - Method in class com.esri.core.geometry.Transformation2D
Set this transformation to be a shift.
setShowAttachments(boolean) - Method in class com.esri.core.map.popup.PopupInfo
Set whether or not this popup should show attachments.
setSize(float) - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Sets the size in dp unit.
setSize(float) - Method in class com.esri.core.symbol.TextSymbol
Sets the font size.
setSortField(String) - Method in class com.esri.core.map.MosaicRule
Sets the name of the attribute field that is used together with a constant sortValue to define the mosaicking order when the mosaic method is set to MosaicRule.METHOD_ATTRIBUTE.
setSortField(String) - Method in class com.esri.core.portal.PortalQueryParams
Set the field to sort the results by.
setSortOrder(PortalQueryParams.PortalQuerySortOrder) - Method in class com.esri.core.portal.PortalQueryParams
Sets whether the order of results are returned in ascending or descending order.
setSortValue(String) - Method in class com.esri.core.map.MosaicRule
Sets the sortValue of the MosaicRule.
setSourceURL(String) - Method in class com.esri.core.map.popup.PopupImageMediaValue
Sets the source URL of this image media.
setSpatialReference(SpatialReference) - Method in class com.esri.core.geometry.MapGeometry
Sets the spatial reference for this MapGeometry.
setSpatialReference(SpatialReference) - Method in class com.esri.core.map.FeatureSet
Sets the spatial reference of the FeatureSet.
setSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Sets the spatial reference.
setSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the spatial reference of the map extent.
setSpatialRelationship(SpatialRelationship) - Method in class com.esri.core.tasks.ags.query.Query
Sets the spatial relationship to be applied on the input geometry.
setSSLRequired(boolean) - Method in class com.esri.core.io.UserCredentials
Sets whether or not the service should only be connected to with SSL encryption (usually https).
setStart(Point) - Method in class com.esri.core.geometry.Segment
Sets the coordinates of the start point in this segment.
setStartIndex(int) - Method in class com.esri.core.portal.PortalQueryParams
Set the number of the first entry in the result set response.
setStyle(int) - Method in class com.esri.android.map.Callout
Sets the style of the callout window from an XML resource id.
setStyle(CalloutStyle) - Method in class com.esri.android.map.Callout
Sts the style of the callout
setStyle(SimpleLineSymbol.STYLE) - Method in class com.esri.core.symbol.SimpleLineSymbol
Sets the line style
setStyle(SimpleMarkerSymbol.STYLE) - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Sets the drawing style.
setSymbol(Symbol) - Method in class com.esri.android.map.LocationService
Sets the symbol for location display.
setSymbol(Symbol) - Method in class com.esri.core.renderer.ClassBreak
Sets the symbol
setSymbol(Symbol) - Method in class com.esri.core.renderer.UniqueValue
Sets the symbol.
setText(String) - Method in class com.esri.core.symbol.TextSymbol
Sets the text content of the symbol.
setText(String) - Method in class com.esri.core.tasks.ags.query.Query
Sets the literal search text.
setThumbnail(byte[]) - Method in class com.esri.core.portal.PortalUser
Sets the thumbnail of this user.
setTitle(String) - Method in class com.esri.core.map.popup.PopupInfo
Sets the title of this popup.
setTitle(String) - Method in class com.esri.core.map.popup.PopupMediaInfo
Sets the popup media's title.
setTitle(String) - Method in class com.esri.core.portal.PortalItem
Sets the title of this item.
setTitleTemplate(String) - Method in class com.esri.android.map.InfoTemplate
Sets the title template.
setTitleTextColor(int) - Method in class com.esri.android.map.CalloutStyle
Sets the color of title text of the callout window.
setTitleTextSize(int) - Method in class com.esri.android.map.CalloutStyle
Sets the size of title text of the callout window.
setTitleTextStyle(int) - Method in class com.esri.android.map.CalloutStyle
Sets the color of title text of the callout window.
setTitleTextTypeFace(Typeface) - Method in class com.esri.android.map.CalloutStyle
Returns the type face of title text of the callout window.
setTokenServiceUrl(String) - Method in class com.esri.core.io.UserCredentials
Sets the URL to a remote token service if it is different from the default ArcGIS token service.
setTolerance(int) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the tolerance.
setTooltip(String) - Method in class com.esri.core.map.popup.PopupFieldInfo
Sets the popup field's tooltip.
setTrustStore(KeyStore) - Static method in class com.esri.core.io.UserCredentials
Sets a KeyStore that contains trusted self-signed certificates for accesing HTTPS GIS service and Task service endpoints in an application.
setType(Grid.GridType) - Method in class com.esri.android.map.Grid
Sets the type of grid displayed on the map.
setType(PopupMediaInfo.MEDIA_TYPE) - Method in class com.esri.core.map.popup.PopupMediaInfo
Sets the popup media's type.
setType(PortalItemType) - Method in class com.esri.core.portal.PortalItem
Sets the type of this item.
setType(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMessage
Sets the type.
setUniqueValueInfos(List<UniqueValue>) - Method in class com.esri.core.renderer.UniqueValueRenderer
Sets unique values
setUnits(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
Sets the units in string.
setUrl(String) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets the URL to the geoprocessing service.
setUrl(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDataFile
Sets the url of the data file.
setUrl(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterData
Sets the url for this raster data.
setUserAccount(String, String) - Method in class com.esri.core.io.UserCredentials
Sets the user account for accessing a secure Service or Task in an application.
setUserToken(String, String) - Method in class com.esri.core.io.UserCredentials
Sets the user token for accessing a secure Service or Task in an application.
setValue(PopupMediaValue) - Method in class com.esri.core.map.popup.PopupMediaInfo
Sets the popup media's value.
setValue(Object[]) - Method in class com.esri.core.renderer.UniqueValue
Sets the unique value.
setValue(String) - Method in class com.esri.core.symbol.advanced.SymbolDictionaryFilter
Sets the value of the filter
setValue(boolean) - Method in class com.esri.core.tasks.ags.geoprocessing.GPBoolean
Sets the boolean value of this parameter.
setValue(Date) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDate
Set the Date value.
setValue(double) - Method in class com.esri.core.tasks.ags.geoprocessing.GPDouble
Sets the double value.
setValue(long) - Method in class com.esri.core.tasks.ags.geoprocessing.GPLong
Sets the value.
setValue(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPString
Sets the value.
setValues(List<T>) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
Sets list of GPParameter values.
setVariableName(String) - Method in class com.esri.core.map.RasterFunction
Sets the variableName of the RasterFunction.
setVerticalAlignment(TextSymbol.VerticalAlignment) - Method in class com.esri.core.symbol.TextSymbol
Sets the verticalAlignment of the TextSymbol.
setViewpoint(Point) - Method in class com.esri.core.map.MosaicRule
Sets the viewpoint location on which the ordering is defined based on the distance from the viewpoint and the nadir of rasters.
setViewpointSpatialReference(SpatialReference) - Method in class com.esri.core.map.MosaicRule
Sets the SpatialReference of the ViewPoint.
setVisibility(boolean) - Method in class com.esri.android.map.Grid
Sets the visibility of the grid.
The default is true.
setVisible(boolean) - Method in class com.esri.android.map.ags.ArcGISLayerInfo
Update the visibility of a layer.
setVisible(boolean) - Method in class com.esri.android.map.Layer
Sets the visibility of the Layer.
setVisible(boolean) - Method in class com.esri.core.map.popup.PopupFieldInfo
Sets the visibility of this field.
setWhere(String) - Method in class com.esri.core.map.MosaicRule
Sets the where clause of the MosaicRule.
setWhere(String) - Method in class com.esri.core.tasks.ags.query.Query
Sets the where clause for the query.
setWidth(float) - Method in class com.esri.core.symbol.LineSymbol
Sets the line width in pixels.
setWidth(int) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the width of the image.
setX(double) - Method in class com.esri.core.geometry.Point
Sets the X coordinate of the point.
setXMax(double) - Method in class com.esri.core.geometry.Envelope
Sets the right X coordinate.
setXMin(double) - Method in class com.esri.core.geometry.Envelope
Sets the left X coordinate.
setXY(double, double) - Method in class com.esri.core.geometry.Point
Set the X and Y coordinate of the point.
setXY(int, double, double) - Method in class com.esri.core.geometry.Polygon
Sets a new vertex for the polygon.
setY(double) - Method in class com.esri.core.geometry.Point
Sets the Y coordinate of this point.
setYMax(double) - Method in class com.esri.core.geometry.Envelope
Sets the top Y coordinate.
setYMin(double) - Method in class com.esri.core.geometry.Envelope
Sets the bottom Y coordinate.
setZero() - Method in class com.esri.core.geometry.Transformation2D
Initializes a zero transformation.
shear(double, double) - Method in class com.esri.core.geometry.Transformation2D
Shears the transformation.
shift(double, double) - Method in class com.esri.core.geometry.Transformation2D
Shifts the transformation.
show() - Method in class com.esri.android.map.Callout
Displays the callout window.
show(Point) - Method in class com.esri.android.map.Callout
Displays the callout window at the given point in the spatial reference of map view.
show(Point, View) - Method in class com.esri.android.map.Callout
Displays the callout window at the given point with the provided content.
SimpleFillSymbol - Class in com.esri.core.symbol
Used to draw polygon features on the graphics layer using simple patterns.
SimpleFillSymbol(JsonNode) - Constructor for class com.esri.core.symbol.SimpleFillSymbol
Instantiates an object of SimpleFillSymbol from a JsonNode.
SimpleFillSymbol(int) - Constructor for class com.esri.core.symbol.SimpleFillSymbol
Instantiates an object of SimpleFillSymbol with the given color.
SimpleFillSymbol(SimpleFillSymbol) - Constructor for class com.esri.core.symbol.SimpleFillSymbol
Clones a new SimpleFillSymbol object with the given SimpleFillSymbol.
SimpleLineSymbol - Class in com.esri.core.symbol
Used to draw linear features on the graphics layer.
SimpleLineSymbol(JsonNode) - Constructor for class com.esri.core.symbol.SimpleLineSymbol
Instantiates an object of SimpleLineSymbol from a JsonNode.
SimpleLineSymbol(int, float) - Constructor for class com.esri.core.symbol.SimpleLineSymbol
Instantiates a SimpleLineSymbol with the given color and width.
SimpleLineSymbol(int, float, SimpleLineSymbol.STYLE) - Constructor for class com.esri.core.symbol.SimpleLineSymbol
Instantiates a SimpleLineSymbol with the given color, width, and style.
SimpleLineSymbol(SimpleLineSymbol) - Constructor for class com.esri.core.symbol.SimpleLineSymbol
Instantiates the SimpleLineSymbol from specified SimpleLineSymbol object.
SimpleLineSymbol.STYLE - Enum in com.esri.core.symbol
The simple line style
SimpleMarkerSymbol - Class in com.esri.core.symbol
Used to draw points and multipoints (or nodes of polylines and polygons) on the graphics layer using simple markers.
SimpleMarkerSymbol(JsonNode) - Constructor for class com.esri.core.symbol.SimpleMarkerSymbol
Instantiates an object of SimpleMakerSymbol from a JsonNode.
SimpleMarkerSymbol(int, int, SimpleMarkerSymbol.STYLE) - Constructor for class com.esri.core.symbol.SimpleMarkerSymbol
Instantiates a SimpleMarkerSymbol with the given color, size and style.
SimpleMarkerSymbol(SimpleMarkerSymbol) - Constructor for class com.esri.core.symbol.SimpleMarkerSymbol
Creates a new SimpleMarkerSymbol object.
SimpleMarkerSymbol.STYLE - Enum in com.esri.core.symbol
The marker style.
SimpleRenderer - Class in com.esri.core.renderer
A simple renderer uses the same symbol for every graphic.
SimpleRenderer(JsonNode) - Constructor for class com.esri.core.renderer.SimpleRenderer
Instantiates SimpleRenderer from a Json node object.
SimpleRenderer(Symbol) - Constructor for class com.esri.core.renderer.SimpleRenderer
Instantiates SimpleRenderer with a symbol.
simplify(Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Performs the simplify operation on the geometry.
SPATIAL_REFERENCE_INVALID - Static variable in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
Error code: -4010
SPATIAL_REFERENCE_NOT_SUPPORTED - Static variable in exception com.esri.core.io.EsriUnsupportedException
Spatial reference is not supported.
SpatialReference - Class in com.esri.core.geometry
An abstract class that represent the spatial reference for the geometry.
SpatialReference(String) - Constructor for class com.esri.core.geometry.SpatialReference
 
SpatialReference.Type - Enum in com.esri.core.geometry
The spatial reference type can be local, geographic, or projected.
SpatialRelationship - Enum in com.esri.core.tasks
Enumeration of spatial relationship
SQUARE_CENTIMETER - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square centimeter.
SQUARE_CHAIN - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square chain.
SQUARE_CHAIN_BENOIT_A - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square chain = Benoit A.
SQUARE_CHAIN_BENOIT_B - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square chain = Benoit B.
SQUARE_CHAIN_CLARKE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square chain = clarke.
SQUARE_CHAIN_SEARS - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square chain = sears.
SQUARE_CHAIN_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square chain = sears 1922 truncated.
SQUARE_CHAIN_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square US chain.
SQUARE_DECIMETER - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square decimeter.
SQUARE_FATHOM - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square fathom.
SQUARE_FOOT - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square foot.
SQUARE_FOOT_1865 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square foot 1865.
SQUARE_FOOT_BENOIT_A - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square foot = Benoit A.
SQUARE_FOOT_BENOIT_B - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square foot = Benoit B.
SQUARE_FOOT_BRITISH_1936 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square British foot 1936.
SQUARE_FOOT_CLARKE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for clarke's square foot.
SQUARE_FOOT_GOLD_COAST - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square gold coast foot.
SQUARE_FOOT_INDIAN - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square Indian foot.
SQUARE_FOOT_INDIAN_1937 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square Indian foot 1937.
SQUARE_FOOT_INDIAN_1962 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square Indian foot 1962.
SQUARE_FOOT_INDIAN_1975 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square Indian foot 1975.
SQUARE_FOOT_SEARS - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square foot = sears.
SQUARE_FOOT_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square foot = sears 1922 truncated.
SQUARE_FOOT_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for US square foot.
SQUARE_INCH - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square inch.
SQUARE_INCH_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for US survey inch.
SQUARE_KILOMETER - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square kilometer.
SQUARE_KM150 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square 150 kilometer length.
SQUARE_KM50 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square 50 kilometer length.
SQUARE_LINK - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square link.
SQUARE_LINK_BENOIT_A - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square link = Benoit A.
SQUARE_LINK_BENOIT_B - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square link = Benoit B.
SQUARE_LINK_CLARKE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square link = clarke.
SQUARE_LINK_SEARS - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square link = sears.
SQUARE_LINK_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square link = sears 1922 truncated.
SQUARE_LINK_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square US link.
SQUARE_METER - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square meter.
SQUARE_METER_GERMAN - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square German legal meter.
SQUARE_MILE_STATUTE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square statute mile.
SQUARE_MILE_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square US mile.
SQUARE_MILLIMETER - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square millimeter.
SQUARE_NAUTICAL_MILE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square nautical miles.
SQUARE_NAUTICAL_MILE_UK - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square UK nautical miles.
SQUARE_NAUTICAL_MILE_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square US nautical miles.
SQUARE_ROD - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square rod.
SQUARE_ROD_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square US rod.
SQUARE_SMOOT - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square smoot.
SQUARE_YARD - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square yard.
SQUARE_YARD_BENOIT_A - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square yard = Benoit A.
SQUARE_YARD_BENOIT_B - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square yard = Benoit B.
SQUARE_YARD_CLARKE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for sqare yard = clarke.
SQUARE_YARD_INDIAN - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square Indian yard.
SQUARE_YARD_INDIAN_1937 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square Indian yard 1937.
SQUARE_YARD_INDIAN_1962 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square Indian yard 1962.
SQUARE_YARD_INDIAN_1975 - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square Indian yard 1975.
SQUARE_YARD_SEARS - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square yard = sears.
SQUARE_YARD_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square yard = sears 1922 truncated.
SQUARE_YARD_US - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for square US survey yard.
start() - Method in class com.esri.android.map.LocationService
Starts the LocationService.
startPath(double, double) - Method in class com.esri.core.geometry.MultiPath
Starts a new path at given coordinates.
startPath(Point) - Method in class com.esri.core.geometry.MultiPath
Starts a new path at a point.
statusUpdated(GPJobResource, GPMessage[]) - Method in interface com.esri.core.tasks.ags.geoprocessing.GPJobStatusCallback
Called to indicate the current execution status.
stop() - Method in class com.esri.android.map.LocationService
Stops the LocationService
submitJob(List<GPParameter>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
The submitJob method is performed on a GP service when the execution type desired is asynchronous (on the server side).
Symbol - Interface in com.esri.core.symbol
Symbols are used to represent "geometries" on the map.
SymbolDictionary - Class in com.esri.core.symbol.advanced
The SymbolDictionary class contains functionality to get information about the dictionary including lists of symbols and their associated information.
SymbolDictionary(SymbolDictionary.DictionaryType) - Constructor for class com.esri.core.symbol.advanced.SymbolDictionary
Constructor requiring the type of dictionary to be created.
SymbolDictionary(SymbolDictionary.DictionaryType, String) - Constructor for class com.esri.core.symbol.advanced.SymbolDictionary
Constructor requiring the type of dictionary to be created and the path to the dictionary file on the device.
SymbolDictionary.DictionaryType - Enum in com.esri.core.symbol.advanced
Enumeration of the supported types of dictionary
SymbolDictionaryFilter - Class in com.esri.core.symbol.advanced
The SymbolDictionaryFilter class is to be used with SymbolDictionaryQuery to query the symbol dictionary to get a filtered list of symbols.
SymbolDictionaryFilter() - Constructor for class com.esri.core.symbol.advanced.SymbolDictionaryFilter
 
SymbolDictionaryQuery - Class in com.esri.core.symbol.advanced
The SymbolDictionaryQuery class is used to build up queries against the symbol dictionary to return a list of symbols.
SymbolDictionaryQuery() - Constructor for class com.esri.core.symbol.advanced.SymbolDictionaryQuery
 
SymbolHelper - Class in com.esri.core.symbol
A convenient class which parses JSON representation of the symbol into a Symbol instance.
SymbolHelper() - Constructor for class com.esri.core.symbol.SymbolHelper
 

T

TextSymbol - Class in com.esri.core.symbol
Used to display text at points on the graphics layer.
TextSymbol(JsonNode) - Constructor for class com.esri.core.symbol.TextSymbol
Instantiates an object of TextSymbol from a JsonNode.
TextSymbol(float, String, int) - Constructor for class com.esri.core.symbol.TextSymbol
Instantiates an object of TextSymbol in the specified size and color.
TextSymbol(TextSymbol) - Constructor for class com.esri.core.symbol.TextSymbol
 
TextSymbol.HorizontalAlignment - Enum in com.esri.core.symbol
 
TextSymbol.VerticalAlignment - Enum in com.esri.core.symbol
 
TiledLayer - Class in com.esri.android.map
TiledLayer is the base class for all tiled layers that can be added to a map.
TiledLayer(String, boolean) - Constructor for class com.esri.android.map.TiledLayer
Constructs a tiled layer.
TiledServiceLayer - Class in com.esri.android.map
 
TiledServiceLayer(String) - Constructor for class com.esri.android.map.TiledServiceLayer
Constructs a tiled layer for the URL within the given Context.
TiledServiceLayer.TileInfo - Class in com.esri.android.map
A class wrapping the tiled info.
TiledServiceLayer.TileInfo(Point, double[], double[], int, int, int, int) - Constructor for class com.esri.android.map.TiledServiceLayer.TileInfo
Constructs the TileInfo object.
toCode(SpatialReference.Type) - Static method in enum com.esri.core.geometry.SpatialReference.Type
 
toEsriFieldType(int) - Static method in class com.esri.core.map.Field
Returns the String representation for the given field integer constant.
toFieldType(String) - Static method in class com.esri.core.map.Field
Return the integer constant for the given field string type.
toJson(Domain) - Static method in class com.esri.core.map.Domain
Serializes the given Domain object into a JSON string.
toJson(FeatureSet) - Static method in class com.esri.core.map.FeatureSet
Serializes a FeatureSet object into a JSON String.
toJson(Field) - Static method in class com.esri.core.map.Field
Serializing the Field object into Json String.
toJson() - Method in class com.esri.core.map.MosaicRule
Converts the instance to a Json string.
toJson() - Method in class com.esri.core.map.RasterFunction
Converts the instance to a Json string.
toJson() - Method in class com.esri.core.renderer.ClassBreak
Converts into a JSON string.
toJson() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Converts into a JSON string.
toJson() - Method in class com.esri.core.renderer.DictionaryRenderer
 
toJson() - Method in interface com.esri.core.renderer.Renderer
Converts the render to a Json String.
toJson() - Method in class com.esri.core.renderer.SimpleRenderer
Serializes the properties into a JSON String representation.
toJson(String) - Method in class com.esri.core.renderer.UniqueValue
Converts to a JSON string.
toJson() - Method in class com.esri.core.renderer.UniqueValueRenderer
Converts into a JSON string.
toJson() - Method in class com.esri.core.symbol.MultiLayerSymbol
 
toJson() - Method in class com.esri.core.symbol.PictureMarkerSymbol
 
toJson() - Method in class com.esri.core.symbol.SimpleFillSymbol
 
toJson() - Method in class com.esri.core.symbol.SimpleLineSymbol
 
toJson() - Method in class com.esri.core.symbol.SimpleMarkerSymbol
 
toJson() - Method in interface com.esri.core.symbol.Symbol
Converts the symbol to a Json String.
toJson() - Method in class com.esri.core.symbol.TextSymbol
 
TOKEN_INVALID - Static variable in exception com.esri.core.io.EsriSecurityException
User supplied token was invalid.
TOKEN_SERVICE_NOT_FOUND - Static variable in exception com.esri.core.io.EsriSecurityException
Token service not found.
toMapPoint(Point) - Method in class com.esri.android.map.MapView
A convenience method that will convert a device's screen coordinates into an ArcGIS geometry Point that has the same spatial coordinate system as the MapView's.
toMapPoint(float, float) - Method in class com.esri.android.map.MapView
A convenience method that will convert a device's screen coordinates to an ArcGIS geometry Point that has the same spatial coordinate system as the MapView's.
toMeters(double) - Method in class com.esri.core.geometry.LinearUnit
Deprecated. Method introduced at Beta. Will be removed at next release.
toMilitaryGrid(int, int, boolean, boolean, Point[]) - Method in class com.esri.core.geometry.SpatialReference
Converts a list of coordinates into military grid strings.
TOP_MOST_LAYER - Static variable in class com.esri.core.tasks.ags.identify.IdentifyParameters
Identify only on the top-most layer of the service.
toScreenPoint(Point) - Method in class com.esri.android.map.MapView
A convenience method that will convert an ArcGIS geometry Point from the MapView's spatial coordinate system into the device's screen coordinates.
toString() - Method in class com.esri.android.map.ags.ArcGISLayerInfo
 
toString() - Method in class com.esri.android.map.bing.BingMapsResult
 
toString() - Method in exception com.esri.android.map.event.OnStatusChangedListener.EsriStatusException
 
toString() - Method in class com.esri.core.map.AttachmentInfo
 
toString() - Method in class com.esri.core.map.CodedValueDomain
 
toString() - Method in class com.esri.core.map.FeatureEditError
 
toString() - Method in class com.esri.core.map.FeatureEditResult
 
toString() - Method in class com.esri.core.map.FeatureSet
 
toString() - Method in class com.esri.core.map.FeatureType
 
toString() - Method in class com.esri.core.map.Field
 
toString() - Method in class com.esri.core.map.ImageServiceParameters
 
toString() - Method in class com.esri.core.map.InheritedDomain
 
toString() - Method in class com.esri.core.map.MosaicRule
 
toString() - Method in class com.esri.core.map.RangeDomain
 
toString() - Method in class com.esri.core.map.RasterFunction
Returns a string containing function name, arguments and variable name.
toString() - Method in class com.esri.core.portal.Portal
toString() - Method in enum com.esri.core.portal.PortalAccess
Returns a human readable string representing the access type.
toString() - Method in class com.esri.core.portal.PortalFolder
toString() - Method in class com.esri.core.portal.PortalGroup
toString() - Method in class com.esri.core.portal.PortalInfo
toString() - Method in class com.esri.core.portal.PortalItem
toString() - Method in class com.esri.core.portal.PortalItemComment
toString() - Method in enum com.esri.core.portal.PortalItemType
Returns a human readable string representing the item type.
toString() - Method in enum com.esri.core.portal.PortalMode
Returns a human readable string representing the tenant mode.
toString() - Method in class com.esri.core.portal.PortalQueryParams
toString() - Method in class com.esri.core.portal.PortalQueryResultSet
toString() - Method in enum com.esri.core.portal.PortalRelationshipDirection
Returns a human readable string representing the relationship direction.
toString() - Method in enum com.esri.core.portal.PortalRelationshipType
Returns a human readable string representing the relationship type.
toString() - Method in class com.esri.core.portal.PortalUser
toString() - Method in class com.esri.core.portal.PortalUserContent
toString() - Method in class com.esri.core.symbol.advanced.Message
 
toString() - Method in enum com.esri.core.symbol.SimpleLineSymbol.STYLE
 
toString() - Method in enum com.esri.core.symbol.SimpleMarkerSymbol.STYLE
 
toString() - Method in class com.esri.core.tasks.ags.geocode.LocatorFieldInfo
 
toString() - Method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
 
toString() - Method in class com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult
 
toString() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
 
toString() - Method in enum com.esri.core.tasks.SpatialRelationship
 
touches(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Indicates if one geometry touches another geometry.
transform(Point[], int, Point[]) - Method in class com.esri.core.geometry.Transformation2D
Transforms an array of points.
transform(double[], int, int) - Method in class com.esri.core.geometry.Transformation2D
Transforms an array of points stored in an array of doubles as interleaved XY coordinates.
transform(double) - Method in class com.esri.core.geometry.Transformation2D
Transforms a tolerance value.
Transformation2D - Class in com.esri.core.geometry
The affine transformation class for 2D.
Transformation2D() - Constructor for class com.esri.core.geometry.Transformation2D
Creates a 2D affine transformation with identity transformation.
Transformation2D(double) - Constructor for class com.esri.core.geometry.Transformation2D
Creates a 2D affine transformation with a specified scale.
TYPE - Static variable in class com.esri.core.renderer.ClassBreaksRenderer
 
TYPE - Static variable in class com.esri.core.renderer.DictionaryRenderer
 
TYPE - Static variable in class com.esri.core.renderer.SimpleRenderer
 
TYPE - Static variable in class com.esri.core.renderer.UniqueValueRenderer
 
TYPE - Static variable in class com.esri.core.symbol.PictureMarkerSymbol
 
TYPE - Static variable in class com.esri.core.symbol.SimpleFillSymbol
 
TYPE - Static variable in class com.esri.core.symbol.SimpleLineSymbol
 
TYPE - Static variable in class com.esri.core.symbol.SimpleMarkerSymbol
The String type to represent the symbol.
TYPE - Static variable in class com.esri.core.symbol.TextSymbol
 

U

union(Geometry[], SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Constructs a new geometry by union an array of geometries.
UniqueValue - Class in com.esri.core.renderer
Instances of this class represent unique value objects that are used in unique value renderers.
UniqueValue() - Constructor for class com.esri.core.renderer.UniqueValue
 
UniqueValue(JsonNode) - Constructor for class com.esri.core.renderer.UniqueValue
Initializes UniqueValue from a Json node object
UniqueValueRenderer - Class in com.esri.core.renderer
A unique value renderer symbolizes groups of graphics that have matching attributes.
UniqueValueRenderer() - Constructor for class com.esri.core.renderer.UniqueValueRenderer
Instantiates an empty UniqueValueRenderer object.
UniqueValueRenderer(JsonNode) - Constructor for class com.esri.core.renderer.UniqueValueRenderer
Instantiates ClassBreak from a Json node object
Unit - Class in com.esri.core.geometry
A base class for units.
Unit() - Constructor for class com.esri.core.geometry.Unit
 
Unit.UnitType - Enum in com.esri.core.geometry
Unit type (linear, angular, or area)
unpause() - Method in class com.esri.android.map.MapView
Unpauses the map.
unregisterDataSetObserver(DataSetObserver) - Method in class com.esri.android.action.IdentifyResultSpinnerAdapter
 
UNTRUSTED_SERVER_CERTIFICATE - Static variable in exception com.esri.core.io.EsriSecurityException
The server is not trusted.
updateGraphic(int, Graphic) - Method in class com.esri.android.map.GraphicsLayer
Updates a graphic specified by an id with attributes of another graphic instance.
updateGraphic(int, Geometry) - Method in class com.esri.android.map.GraphicsLayer
Updates the geometry of a graphic specified by id with a geometry.
updateGraphic(int, Symbol) - Method in class com.esri.android.map.GraphicsLayer
Updates the symbol attribute of a graphic specified by id with a symbol.
updateGraphic(int, InfoTemplate) - Method in class com.esri.android.map.GraphicsLayer
Updates the infotemplate of a graphic specified by id with an infotemplate.
updateGraphic(int, Map<String, Object>) - Method in class com.esri.android.map.GraphicsLayer
Updates the attributes of a graphic specified by id with an attribute map.
UserCredentials - Class in com.esri.core.io
This class represents user credential for accessing secure ArcGIS Services and Tasks.
UserCredentials() - Constructor for class com.esri.core.io.UserCredentials
Constructs an instance of UserCredentials.
UserCredentials(UserCredentials) - Constructor for class com.esri.core.io.UserCredentials
Instantiates a copy of the given credential.
UserCredentials.AuthenticationType - Enum in com.esri.core.io
The supported authentication type.

V

value() - Method in enum com.esri.core.geometry.Geometry.Type
Returns the integer representation of the enumeration value.
value() - Method in enum com.esri.core.tasks.ags.geoprocessing.GPJobResource.JobStatus
Returns the String representation of the enumeration value.
valueOf(String) - Static method in enum com.esri.android.map.ags.ArcGISFeatureLayer.MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.android.map.ags.ArcGISFeatureLayer.SELECTION_METHOD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.android.map.bing.BingMapsLayer.MapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.android.map.event.MapLoadAction.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.android.map.event.OnStatusChangedListener.STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.android.map.Grid.GridType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.android.map.PopupContainer.PopupEditButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.geometry.Geometry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.geometry.SpatialReference.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.geometry.Unit.UnitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.io.UserCredentials.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.map.FeatureTemplate.DRAWING_TOOL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.map.ImageServiceParameters.IMAGE_FORMAT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.map.ImageServiceParameters.PIXEL_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.map.ImageServiceParameters.RSP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.map.popup.PopupDateFormatValue.DATE_FORMAT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.map.popup.PopupMediaInfo.MEDIA_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.map.popup.PopupMediaValue.VALUE_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.portal.PortalAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.portal.PortalItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.portal.PortalMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.portal.PortalQueryParams.PortalQuerySortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.portal.PortalRelationshipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.portal.PortalRelationshipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.portal.WebMapLayer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.portal.WebMapLayer.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.symbol.advanced.SymbolDictionary.DictionaryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.symbol.SimpleLineSymbol.STYLE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.symbol.SimpleMarkerSymbol.STYLE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.symbol.TextSymbol.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.symbol.TextSymbol.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.geoprocessing.GPJobResource.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.SpatialRelationship
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.esri.android.map.ags.ArcGISFeatureLayer.MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.android.map.ags.ArcGISFeatureLayer.SELECTION_METHOD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.android.map.bing.BingMapsLayer.MapStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.android.map.event.MapLoadAction.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.android.map.event.OnStatusChangedListener.STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.android.map.Grid.GridType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.android.map.PopupContainer.PopupEditButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.geometry.Geometry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.geometry.SpatialReference.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.geometry.Unit.UnitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.io.UserCredentials.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.map.FeatureTemplate.DRAWING_TOOL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.map.ImageServiceParameters.IMAGE_FORMAT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.map.ImageServiceParameters.PIXEL_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.map.ImageServiceParameters.RSP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.map.popup.PopupDateFormatValue.DATE_FORMAT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.map.popup.PopupMediaInfo.MEDIA_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.map.popup.PopupMediaValue.VALUE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.portal.PortalAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.portal.PortalItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.portal.PortalMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.portal.PortalQueryParams.PortalQuerySortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.portal.PortalRelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.portal.PortalRelationshipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.portal.WebMapLayer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.portal.WebMapLayer.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.symbol.advanced.SymbolDictionary.DictionaryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.symbol.SimpleLineSymbol.STYLE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.symbol.SimpleMarkerSymbol.STYLE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.symbol.TextSymbol.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.symbol.TextSymbol.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.tasks.ags.geoprocessing.GPJobResource.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.tasks.SpatialRelationship
Returns an array containing the constants of this enum type, in the order they are declared.
verifyAuthenticationType() - Method in class com.esri.core.io.UserCredentials
Looks up the authentication type based on the information available.
VISIBLE_LAYERS - Static variable in class com.esri.core.tasks.ags.identify.IdentifyParameters
Identify only on the visible layers of the service.

W

WebMap - Class in com.esri.core.portal
This class represents a WebMap and provides access to the base layers and operational layers within a WebMap
WebMapLayer - Class in com.esri.core.portal
This class represents an operational layer within a WebMap
WebMapLayer.Mode - Enum in com.esri.core.portal
The operational mode of an ArcGIS Feature layer
WebMapLayer.Type - Enum in com.esri.core.portal
The type of layer in a WebMap
within(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Indicates if one geometry is within another geometry.
withNextStart(int) - Method in class com.esri.core.portal.PortalQueryParams
Returns a new copy of the PortalQueryParams with the startIndex field being set to the nextStart parameter.

X

xd - Variable in class com.esri.core.geometry.Transformation2D
X translation component of the transformation.
xx - Variable in class com.esri.core.geometry.Transformation2D
Matrix coefficient XX of the transformation.
xy - Variable in class com.esri.core.geometry.Transformation2D
Matrix coefficient XY of the transformation.

Y

YARD - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for International yard.
YARD - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for International yard.
YARD_BENOIT_A - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for yard = Benoit 1895 A.
YARD_BENOIT_A - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for yard = Benoit 1895 A.
YARD_BENOIT_B - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for yard = Benoit 1895 B.
YARD_BENOIT_B - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for yard = Benoit 1895 B.
YARD_CLARKE - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for yard = Clarke.
YARD_CLARKE - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for yard = Clarke.
YARD_INDIAN - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Indian yard.
YARD_INDIAN - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Indian yard.
YARD_INDIAN_1937 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Indian yard 1937.
YARD_INDIAN_1937 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Indian yard 1937.
YARD_INDIAN_1962 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Indian yard 1962.
YARD_INDIAN_1962 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Indian yard 1962.
YARD_INDIAN_1975 - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for Indian yard 1975.
YARD_INDIAN_1975 - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for Indian yard 1975.
YARD_SEARS - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for yards = sears.
YARD_SEARS - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for yards = sears.
YARD_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for yard =sears 1922 truncated.
YARD_SEARS_1922_TRUNC - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for yard =sears 1922 truncated.
YARD_US - Static variable in interface com.esri.core.geometry.LinearUnit.Code
Value returned by the LinearUnit for US survey yard.
YARD_US - Static variable in interface com.esri.core.geometry.LinearUnitCode
Deprecated. Value returned by the LinearUnitCode for US survey yard.
yd - Variable in class com.esri.core.geometry.Transformation2D
Y translation component of the transformation.
yx - Variable in class com.esri.core.geometry.Transformation2D
Matrix coefficient YX of the transformation.
yy - Variable in class com.esri.core.geometry.Transformation2D
Matrix coefficient YY of the transformation.

Z

zoomin() - Method in class com.esri.android.map.MapView
Zooms in one level from current map resolution.
zoomout() - Method in class com.esri.android.map.MapView
Zooms out one level from current map resolution.
zoomTo(Point, float) - Method in class com.esri.android.map.MapView
If the MapView is initialized, zooms the map by a factor to the given center point.
zoomToResolution(Point, double) - Method in class com.esri.android.map.MapView
Centers the map on the given point and zoom into the given resolution level.
zoomToScale(Point, double) - Method in class com.esri.android.map.MapView
Centers the map on the given point and zoom into the given scale level.

_

_isBaseLayer - Variable in class com.esri.core.portal.WebMapLayer
 

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 _

Copyright © 2012. All Rights Reserved.