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

ABSOLUTE_POSITION_ID - Static variable in class com.esri.map.LocationOnMap
 
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.
actionPerformed(ActionEvent) - Method in class com.esri.map.JMap.PanDownAction
 
actionPerformed(ActionEvent) - Method in class com.esri.map.JMap.PanLeftAction
 
actionPerformed(ActionEvent) - Method in class com.esri.map.JMap.PanRightAction
 
actionPerformed(ActionEvent) - Method in class com.esri.map.JMap.PanUpAction
 
actionPerformed(ActionEvent) - Method in class com.esri.map.JMap.ZoomInAction
 
actionPerformed(ActionEvent) - Method in class com.esri.map.JMap.ZoomOutAction
 
add(LocalServiceStartCompleteListener, LocalServiceStartCompleteListener) - Static method in class com.esri.client.local.LocalServiceEventMulticaster
Adds listeners for StartCompleteEvent.
add(LocalServiceStopCompleteListener, LocalServiceStopCompleteListener) - Static method in class com.esri.client.local.LocalServiceEventMulticaster
Adds listeners for StopCompleteEvent.
add(ServerMessageListener, ServerMessageListener) - Static method in class com.esri.client.local.ServerEventMulticaster
Adds listeners for ServerMessageEvent.
add(ServerLifetimeListener, ServerLifetimeListener) - Static method in class com.esri.client.local.ServerEventMulticaster
Adds listeners for ServerLifetimeEvent.
add(WorkspaceInfo) - Method in class com.esri.client.local.WorkspaceInfoSet
 
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.
add(ColorRamp) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
add(int, ColorRamp) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
add(Layer) - Method in class com.esri.map.GroupLayer
Adds a layer to the current layer group by appending it to the bottom.
add(LayerInitializeCompleteListener, LayerInitializeCompleteListener) - Static method in class com.esri.map.LayerEventMulticaster
Adds listeners for LocalLayerCreateCompleteEvent.
add(Layer) - Method in class com.esri.map.LayerList
Adds the given layer to this layer list and hence the Map to which this list belongs.
add(int, Layer) - Method in class com.esri.map.LayerList
Adds the given layer to this layer list at the given index.
add(MapEventListener, MapEventListener) - Static method in class com.esri.map.MapEventMulticaster
Adds listeners for MapEvent.
add(ProgressEventListener, ProgressEventListener) - Static method in class com.esri.map.ProgressEventMulticaster
Adds listeners for ProgressEvent.
add(Double) - Method in class com.esri.map.ResolutionList
 
addActionListener(ActionListener) - Method in class com.esri.map.popup.JCalendar
Adds an action listener.
addAll(Collection<? extends WorkspaceInfo>) - Method in class com.esri.client.local.WorkspaceInfoSet
 
addAll(Collection<? extends ColorRamp>) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
addAll(int, Collection<? extends ColorRamp>) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
addAll(Collection<? extends Layer>) - Method in class com.esri.map.GroupLayer
Adds an array of layers to the current layer group.
addAll(Collection<? extends Layer>) - Method in class com.esri.map.LayerList
Adds all supplied layer to this layer list.
addAll(int, Collection<? extends Layer>) - Method in class com.esri.map.LayerList
Adds all supplied layer to this layer list at the given index.
addAll(Collection<? extends Double>) - Method in class com.esri.map.ResolutionList
 
addAllAbsent(Collection<? extends Layer>) - Method in class com.esri.map.LayerList
Adds each supplied layer to this layer list if it is not already in this layer list.
addAttachment(int, File, CallbackListener<FeatureEditResult>) - Method in class com.esri.map.ArcGISFeatureLayer
Adds an attachment to the feature specified by the ObjectId.
addAttachment(int, File, String, CallbackListener<FeatureEditResult>) - Method in class com.esri.map.ArcGISFeatureLayer
Adds an attachment to the feature specified by the ObjectId.
addAttribute(int) - Method in class com.esri.core.geometry.MultiPoint
 
addBreak(ClassBreakInfo) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Adds a class break to the renderer.
addBreak(double, double, Symbol) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Adds a class break to the renderer.
addEnvelope(Envelope, boolean) - Method in class com.esri.core.geometry.MultiPath
Adds a rectangular closed path to this multipath.
addFeature(Graphic) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Adds a graphic to the list of graphics NOTE: StopGraphic may also be used here
addFeature(StopGraphic) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Adds a StopGraphic to the list of graphics
addFeatures(Graphic[]) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Adds a collection of graphics to the list of graphics NOTE: StopGraphic may also be used here
addFeatures(StopGraphic[]) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Adds a a collection of StopGraphic to the list of graphics
addFromLayer(Layer) - Method in class com.esri.map.ResolutionList
Adds all the resolution values contained in the given layer
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
addGraphic(Graphic) - Method in class com.esri.map.GraphicsLayer
Adds a graphic to the layer.
addGraphics(Graphic[]) - Method in class com.esri.map.GraphicsLayer
Adds graphics to the layer.
addIfAbsent(Layer) - Method in class com.esri.map.LayerList
Adds the supplied layer to this layer list if it is not already in this layer list.
addInternal(EventListener, EventListener) - Static method in class com.esri.client.local.LocalServiceEventMulticaster
Adds the internal.
addInternal(EventListener, EventListener) - Static method in class com.esri.client.local.ServerEventMulticaster
Adds an event listener.
addInternal(EventListener, EventListener) - Static method in class com.esri.map.LayerEventMulticaster
Adds the internal.
addInternal(EventListener, EventListener) - Static method in class com.esri.map.MapEventMulticaster
Adds the listener.
addInternal(EventListener, EventListener) - Static method in class com.esri.map.ProgressEventMulticaster
Adds the internal.
addLayer(LayerInfo) - Method in class com.esri.map.LayerInfo
Adds a child layer.
addLayerAt(Layer, int) - Method in class com.esri.map.GroupLayer
Inserts a layer object at certain position in the group layer.
addLayerInitializeCompleteListener(LayerInitializeCompleteListener) - Method in class com.esri.map.Layer
Add a listener for the LayerCreateComplete event.
addLayerListEventListener(LayerListEventListener) - Method in class com.esri.map.LayerList
Adds the layer list event listener.
addListener(GPSEventListener) - Method in interface com.esri.core.gps.IGPSWatcher
Adds a GPS event listener to the watcher.
addLocalServiceStartCompleteListener(LocalServiceStartCompleteListener) - Method in class com.esri.client.local.LocalService
Add a service start complete listener.
addLocalServiceStopCompleteListener(LocalServiceStopCompleteListener) - Method in class com.esri.client.local.LocalService
Add service stop complete listener.
addMapEventListener(MapEventListener) - Method in class com.esri.map.JMap
Add a map event listener.
addMapOverlay(MapOverlay) - Method in class com.esri.map.JMap
Add the given map overlay to the map.
addMapTip(GraphicsLayer) - Method in class com.esri.core.internal.map.MapTipHandler
 
addPath(MultiPath, int, boolean) - Method in class com.esri.core.geometry.MultiPath
Copies a path from another multipath.
addPopupViewListener(PopupViewListener) - Method in class com.esri.map.popup.PopupView
Adds the popup view listener.
addProgressEventListener(ProgressEventListener) - Method in class com.esri.map.JMap
Add a progress event listener.
addProperties(Map<String, Object>) - Method in class com.esri.core.symbol.advanced.Message
Adds the properties as a map.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.esri.map.LayerInfo
Adds a property change listener.
addressToLocations(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.
addressToLocations(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.
addressToLocationsAsync(Map<String, String>, List<String>, CallbackListener<List<LocatorGeocodeResult>>) - Method in class com.esri.core.tasks.ags.geocode.Locator
 
addressToLocationsAsync(Map<String, String>, List<String>, SpatialReference, CallbackListener<List<LocatorGeocodeResult>>) - Method in class com.esri.core.tasks.ags.geocode.Locator
 
addRestInfo(String, RestInfo) - Static method in class com.esri.core.internal.value.RestInfo
 
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
 
addSelectedGraphic(Graphic) - Method in class com.esri.map.ArcGISFeatureLayer
 
addServerLifetimeListener(ServerLifetimeListener) - Method in class com.esri.client.local.LocalServer
Add a server life time listener.
addServerMessageListener(ServerMessageListener) - Method in class com.esri.client.local.LocalServer
Adds a listener for server messages.
addValue(UniqueValueInfo) - Method in class com.esri.core.renderer.UniqueValueRenderer
Add a unique value to the renderer.
addValue(T) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMultiValue
Convenient method to add a GPParameter value into the parameter list.
AlgorithmicColorRamp - Class in com.esri.core.internal.value
This class defines an algorithmically generated color ramp to be used by a server when generating a class breaks or unique value renderer.
AlgorithmicColorRamp(int, int, RampDefinition.Algorithm) - Constructor for class com.esri.core.internal.value.AlgorithmicColorRamp
Instantiates a new algorithmic color ramp using the given from and to colors and the given algorithm.
AlgorithmicColorRamp(RampDefinition) - Constructor for class com.esri.core.internal.value.AlgorithmicColorRamp
Instantiates a new algorithmic color ramp from a given RampDefinition.
AlgorithmicColorRamp(JsonNode) - Constructor for class com.esri.core.internal.value.AlgorithmicColorRamp
Instantiates a new algorithmic color ramp from the given JsonNode.
ALL_LAYERS - Static variable in class com.esri.core.tasks.ags.identify.IdentifyParameters
Identify on all layers of the service.
altitude - Variable in class com.esri.core.gps.GeoCoordinate
The altitude in meters.
AngularUnit - Class in com.esri.core.geometry
The units to measure angles.
AngularUnit(int) - Constructor for class com.esri.core.geometry.AngularUnit
 
AngularUnit.Code - Interface in com.esri.core.geometry
The codes defined for the angular units.
applyEdits(Graphic[], Graphic[], Graphic[], CallbackListener<FeatureEditResult[][]>) - Method in class com.esri.map.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.map
An implementation of an ArcGIS Dynamic Map Service.
ArcGISDynamicMapServiceLayer(String) - Constructor for class com.esri.map.ArcGISDynamicMapServiceLayer
Constructs the dynamic map service layer with a URL to the service end point.
ArcGISDynamicMapServiceLayer(String, UserCredentials) - Constructor for class com.esri.map.ArcGISDynamicMapServiceLayer
Constructs a layer from a URL and credentials for the secure service.
ArcGISDynamicMapServiceLayer() - Constructor for class com.esri.map.ArcGISDynamicMapServiceLayer
Default constructor.
ArcGISDynamicMapServiceLayer(String, GPJobResource, int) - Constructor for class com.esri.map.ArcGISDynamicMapServiceLayer
Construct a dynamic map service layer for a geoprocessing result map service.
ArcGISDynamicMapServiceLayer(String, GPJobResource) - Constructor for class com.esri.map.ArcGISDynamicMapServiceLayer
Construct a dynamic map service layer for a geoprocessing result map service.
ArcGISFeatureLayer - Class in com.esri.map
ArcGISFeatureLayer is a type of GraphicsLayer that allows you to display, select and query graphic features which consist of geometry and attributes.
ArcGISFeatureLayer(String) - Constructor for class com.esri.map.ArcGISFeatureLayer
Constructs a layer from a URL to a service endpoint.
ArcGISFeatureLayer(String, UserCredentials) - Constructor for class com.esri.map.ArcGISFeatureLayer
Constructs a layer from a URL and credentials for the secure service.
ArcGISFeatureLayer() - Constructor for class com.esri.map.ArcGISFeatureLayer
 
ArcGISFeatureLayer.EditCapabilities - Class in com.esri.map
 
ArcGISFeatureLayer.EditCapabilities() - Constructor for class com.esri.map.ArcGISFeatureLayer.EditCapabilities
 
ArcGISFeatureLayer.MODE - Enum in com.esri.map
The feature layer can work under 3 modes.
ArcGISFeatureLayer.SELECTION_METHOD - Enum in com.esri.map
The modes used for the select features method.
ArcGISImageServiceLayer - Class in com.esri.map
A layer that provides provides access to raster data.
ArcGISImageServiceLayer() - Constructor for class com.esri.map.ArcGISImageServiceLayer
Default constructor.
ArcGISImageServiceLayer(String, UserCredentials, ImageServiceParameters) - Constructor for class com.esri.map.ArcGISImageServiceLayer
 
ArcGISImageServiceLayer(String) - Constructor for class com.esri.map.ArcGISImageServiceLayer
Constructs the image map service layer with a URL to the service end point.
ArcGISImageServiceLayer(String, UserCredentials) - Constructor for class com.esri.map.ArcGISImageServiceLayer
Constructs a layer from a URL and credentials for the secure service.
ArcGISImageServiceLayer(String, ImageServiceParameters) - Constructor for class com.esri.map.ArcGISImageServiceLayer
Constructs a layer from a URL with provided options.
ArcGISLocalDynamicMapServiceLayer - Class in com.esri.client.local
Class representing a dynamic layer on the LocalServer exposed by the REST API.
ArcGISLocalDynamicMapServiceLayer(String) - Constructor for class com.esri.client.local.ArcGISLocalDynamicMapServiceLayer
Constructs an ArcGISLocalDynamicMapServiceLayer.
ArcGISLocalFeatureLayer - Class in com.esri.client.local
Class representing an ArcGIS feature layer on the LocalServer.
ArcGISLocalFeatureLayer(String, String) - Constructor for class com.esri.client.local.ArcGISLocalFeatureLayer
Constructs from a path to an MPK file and a layer name.
ArcGISLocalFeatureLayer(String, String, boolean) - Constructor for class com.esri.client.local.ArcGISLocalFeatureLayer
Constructs from a path to an MPK file, a layer name and an indication of whether features can be edited.
ArcGISLocalFeatureLayer(String, int) - Constructor for class com.esri.client.local.ArcGISLocalFeatureLayer
Constructs from a path and a layer ID.
ArcGISLocalFeatureLayer(String, int, boolean) - Constructor for class com.esri.client.local.ArcGISLocalFeatureLayer
Constructs from a path to an MPK file, a layer ID and an indication of whether features can be edited.
ArcGISLocalTiledLayer - Class in com.esri.client.local
The Class ArcGISLocalTiledLayer uses data directly from a locally stored tile cache.
ArcGISLocalTiledLayer(String) - Constructor for class com.esri.client.local.ArcGISLocalTiledLayer
Constructs an ArcGISLocalTiledLayer.
ArcGISPopupInfo - Class in com.esri.map
 
ArcGISPopupInfo(WebMapPopupInfo) - Constructor for class com.esri.map.ArcGISPopupInfo
 
ArcGISPopupInfo(PopupInfo) - Constructor for class com.esri.map.ArcGISPopupInfo
 
ArcGISRuntime - Class in com.esri.runtime
This class contains various static methods that can be used to search for runtime binaries associated with the local server and client binaries associated with the general operation of the api.
ArcGISRuntime() - Constructor for class com.esri.runtime.ArcGISRuntime
 
ArcGISRuntime.RenderEngine - Enum in com.esri.runtime
 
ArcGISTiledMapServiceLayer - Class in com.esri.map
An implementation of an ArcGIS Tiled Map Service.
ArcGISTiledMapServiceLayer() - Constructor for class com.esri.map.ArcGISTiledMapServiceLayer
Constructs a new tiled map service layer.
ArcGISTiledMapServiceLayer(String) - Constructor for class com.esri.map.ArcGISTiledMapServiceLayer
Constructs a tiled map service layer.
ArcGISTiledMapServiceLayer(String, UserCredentials) - Constructor for class com.esri.map.ArcGISTiledMapServiceLayer
Constructs a tiled map service layer from a URL and credentials for the secure service.
AreaUnit - Class in com.esri.core.geometry
The units to measure for areas.
AreaUnit(int) - Constructor for class com.esri.core.geometry.AreaUnit
 
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
 
AttributeParameterValue - Class in com.esri.core.tasks.ags.na
Class holding a single attribute parameter value for an NA task
AttributeParameterValue() - Constructor for class com.esri.core.tasks.ags.na.AttributeParameterValue
Empty constructor
AttributeParameterValue(String, String, String) - Constructor for class com.esri.core.tasks.ags.na.AttributeParameterValue
Constructor to instantiate all fields
attributes - Variable in class com.esri.core.map.Graphic
Name-value pairs of fields and their connected field values that are associated with the graphic.
attributesToJson(Map<String, Object>) - Method in class com.esri.map.GraphicsLayer
 
AUTHENTICATION_FAILED - Static variable in exception com.esri.core.io.EsriSecurityException
Server failed to authenticate the user.
autoFocus() - Method in class com.esri.map.GPSLayer
Deprecated. Instead, use GPSLayer.getMode(). Auto-focus is replaced by GPSLayer.Mode.AUTOPAN.
available() - Method in class com.esri.core.internal.catalog.ResultCursor
Returns the number of elements that the ResultCursor can return without sending a request to the Server.

B

BaseMap - Class in com.esri.core.portal
This class represents a base map described in a WebMap.
BaseMap() - Constructor for class com.esri.core.portal.BaseMap
Creates an empty BaseMap.
batchAddressToLocation(List<Map<String, String>>) - Method in class com.esri.core.tasks.ags.geocode.Locator
Matches addresses to locations.
batchAddressToLocation(List<Map<String, String>>, SpatialReference) - Method in class com.esri.core.tasks.ags.geocode.Locator
Matches addresses to locations.
batchAddressToLocationAsync(List<Map<String, String>>, CallbackListener<BatchGeocodeResult>) - Method in class com.esri.core.tasks.ags.geocode.Locator
Matches addresses to locations asynchronously.
batchAddressToLocationAsync(List<Map<String, String>>, SpatialReference, CallbackListener<BatchGeocodeResult>) - Method in class com.esri.core.tasks.ags.geocode.Locator
Matches addresses to locations asynchronously.
BatchGeocodeResult - Class in com.esri.core.tasks.ags.geocode
Batch geocode result.
BatchGeocodeResult() - Constructor for class com.esri.core.tasks.ags.geocode.BatchGeocodeResult
 
BaudRate - Enum in com.esri.core.gps
Used to specify connection speed of the serial port.
BING_MAPS_SPATIAL_REFERENCE_WKID - Static variable in class com.esri.map.BingMapsLayer
The WKID of spatial reference for the Bing Maps Imagery service.
BING_MAPS_XMAX - Static variable in class com.esri.map.BingMapsLayer
Maximum X coordinate in meters for the full extent of Bing Maps service.
BING_MAPS_XMIN - Static variable in class com.esri.map.BingMapsLayer
Minimum X coordinate in meters for the full extent of Bing Maps service.
BING_MAPS_YMAX - Static variable in class com.esri.map.BingMapsLayer
Maximum Y coordinate in meters for the full extent of Bing Maps service.
BING_MAPS_YMIN - Static variable in class com.esri.map.BingMapsLayer
Minimum Y coordinate in meters for the full extent of Bing Maps service.
BingMapsLayer - Class in com.esri.map
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.map.BingMapsLayer
Creates a BingMapsLayer object from Bing Maps key and map style.
BingMapsLayer(String, BingMapsLayer.MapStyle, boolean) - Constructor for class com.esri.map.BingMapsLayer
Creates a BingMapsLayer object from Bing Maps key and map style.
BingMapsLayer.MapStyle - Enum in com.esri.map
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.map
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.map.BingMapsResult
Default constructor.
Bookmark - Class in com.esri.core.map
Represents a bookmark object defined in the Web map.
Bookmark() - Constructor for class com.esri.core.map.Bookmark
 
BOTTOM_LEFT - Static variable in class com.esri.map.LocationOnMap
 
BOTTOM_LEFT_ID - Static variable in class com.esri.map.LocationOnMap
 
BOTTOM_RIGHT - Static variable in class com.esri.map.LocationOnMap
 
BOTTOM_RIGHT_ID - Static variable in class com.esri.map.LocationOnMap
 
bringToFront(int) - Method in class com.esri.map.GraphicsLayer
Brings the graphic to front.
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 asynchronous call.
cancelJob() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Cancel the current submitted job.
cancelRequest(int, int, int) - Method in class com.esri.map.OpenStreetMapLayer
 
Catalog - Class in com.esri.core.internal.catalog
This class is used for connecting to arcgis.com and searching for Items, Users and Groups
Catalog(URL) - Constructor for class com.esri.core.internal.catalog.Catalog
Constructs a Catalog with a URL to arcgis.com or a Mobile content server for which the URL takes the form http:///arcgis/mobile
Catalog - Class in com.esri.core.internal.value
 
Catalog(String) - Constructor for class com.esri.core.internal.value.Catalog
 
CatalogException - Exception in com.esri.core.internal.catalog
This class encapsulates exceptions that may be raised when communicating with arcgis.com
CatalogException() - Constructor for exception com.esri.core.internal.catalog.CatalogException
Creates a default CatalogException
CatalogException(String) - Constructor for exception com.esri.core.internal.catalog.CatalogException
Creates a CatalogException and initializes it with a custom message
CatalogException(String, Throwable) - Constructor for exception com.esri.core.internal.catalog.CatalogException
Creates a CatalogException and initializes it with a custom message and a cause
CatalogException(Throwable) - Constructor for exception com.esri.core.internal.catalog.CatalogException
Creates a CatalogException with a cause.
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.
checkServerTrusted(X509Certificate[], String) - Method in interface com.esri.core.io.OnSelfSignedCertificateListener
The check is called by the X509 trust manager.
ClassBreakInfo - Class in com.esri.core.renderer
Holds information required to define a class break.
ClassBreakInfo(double, double, Symbol) - Constructor for class com.esri.core.renderer.ClassBreakInfo
Create a class break definition.
ClassBreakInfo(JsonNode, double) - Constructor for class com.esri.core.renderer.ClassBreakInfo
Creates a break definition from a JSON node.
ClassBreaksDefinition - Class in com.esri.core.internal.value
This class defines a class breaks renderer when requesting a renderer from a dynamic map service's generateDataClasses REST endpoint.
ClassBreaksDefinition(String, ClassBreaksDefinition.ClassificationMethod, int, float, NormalizationType, String) - Constructor for class com.esri.core.internal.value.ClassBreaksDefinition
Instantiates a new class breaks definition.
ClassBreaksDefinition(JsonNode) - Constructor for class com.esri.core.internal.value.ClassBreaksDefinition
Instantiates a new class breaks definition from the given JSON node.
ClassBreaksDefinition.ClassificationMethod - Enum in com.esri.core.internal.value
The ClassificationMethod to be used by the server when determining class breaks.
ClassBreaksRenderer - Class in com.esri.core.renderer
A class breaks renderer.
ClassBreaksRenderer() - Constructor for class com.esri.core.renderer.ClassBreaksRenderer
Default constructor.
ClassBreaksRenderer(Symbol, String) - Constructor for class com.esri.core.renderer.ClassBreaksRenderer
Creates a renderer with a default symbol and the name of the attribute value being used.
ClassBreaksRenderer(JsonNode) - Constructor for class com.esri.core.renderer.ClassBreaksRenderer
Creates a renderer from a JSON node.
ClassificationDef - Class in com.esri.core.internal.value
This is the base class for classification definition classes used when requesting renderers from dynamic map services.
ClassificationDef() - Constructor for class com.esri.core.internal.value.ClassificationDef
Instantiates a new classification definition.
ClassificationDef(JsonNode) - Constructor for class com.esri.core.internal.value.ClassificationDef
Instantiates a new classification definition from the given JsonNode.
clear() - Method in class com.esri.client.local.WorkspaceInfoSet
 
clear() - Method in class com.esri.core.internal.catalog.Item
Destroys the thumbnail and license information internally held by this Item
clear() - Method in class com.esri.core.internal.value.MultipartColorRamp
 
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.map.ArcGISFeatureLayer
Clears all selection and removes all graphics from the layer.
clear() - Method in class com.esri.map.GroupLayer
The sublayers are removed.
clear() - Method in class com.esri.map.LayerList
Removes, that is clears all from this layers list.
clear() - Method in class com.esri.map.ResolutionList
 
clearFeatures() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Clears out the list of graphics
clearSelection() - Method in class com.esri.map.ArcGISFeatureLayer
Clears the current selection.
clearSelection() - Method in class com.esri.map.GraphicsLayer
Deselects all selected graphics.
clearTrustedCertificates() - Static method in class com.esri.core.io.SelfSignedCertificateHandle
Removes all cached trusted certificates.
clip(Geometry, Envelope, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Calculates the clipped geometry from an target geometry by an envelope.
close() - Method in class com.esri.core.internal.catalog.ResultCursor
Closes the cursor
close() - Method in interface com.esri.map.popup.MapPopup
Close the MapPopup rather than simply hiding it.
close() - Method in class com.esri.map.popup.PopupDialog
 
close() - Method in class com.esri.map.popup.PopupPanel
 
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.
closeDialog() - Method in class com.esri.map.popup.PopupDialog
Close dialog.
closePathWithLine() - Method in class com.esri.core.geometry.MultiPath
Closes the last path of this multipath with a line segment.
ClosestFacilityResult - Class in com.esri.core.tasks.ags.na
Class containing the relevant information for the entire server response.
ClosestFacilityResult() - Constructor for class com.esri.core.tasks.ags.na.ClosestFacilityResult
 
ClosestFacilityTask - Class in com.esri.core.tasks.ags.na
 
ClosestFacilityTask(String) - Constructor for class com.esri.core.tasks.ags.na.ClosestFacilityTask
 
ClosestFacilityTask(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.na.ClosestFacilityTask
 
ClosestFacilityTaskParameters - Class in com.esri.core.tasks.ags.na
 
ClosestFacilityTaskParameters() - Constructor for class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
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.
ColorRamp - Class in com.esri.core.internal.value
This class defines a color ramp that should be used by a server when generating a renderer from either UniqueValueDefinition or ClassBreaksDefinition.
ColorRamp(JsonNode) - Constructor for class com.esri.core.internal.value.ColorRamp
Instantiates a new color ramp from the given JsonNode.
ColorRamp(String) - Constructor for class com.esri.core.internal.value.ColorRamp
Instantiates a new color ramp.
cols - Variable in class com.esri.core.internal.value.TileInfo
 
columnDelimiter - Variable in class com.esri.map.CSVLayer.CSVConfig
Column delimiter.
com.esri.client.local - package com.esri.client.local
 
com.esri.core.geometry - package com.esri.core.geometry
Provides classes for different types of geometries, e.g.
com.esri.core.gps - package com.esri.core.gps
 
com.esri.core.internal.catalog - package com.esri.core.internal.catalog
 
com.esri.core.internal.map - package com.esri.core.internal.map
 
com.esri.core.internal.value - package com.esri.core.internal.value
 
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
 
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
 
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 - package com.esri.core.tasks.ags
 
com.esri.core.tasks.ags.find - package com.esri.core.tasks.ags.find
Contains classes for defining finding operations that are executed on an ArcGIS Server.
com.esri.core.tasks.ags.geocode - package com.esri.core.tasks.ags.geocode
 
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.na - package com.esri.core.tasks.ags.na
 
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.
com.esri.map - package com.esri.map
 
com.esri.map.popup - package com.esri.map.popup
 
com.esri.runtime - package com.esri.runtime
 
compare(T) - Method in class com.esri.core.internal.catalog.Group
 
compare(T) - Method in class com.esri.core.internal.catalog.Item
 
compare(T) - Method in interface com.esri.core.internal.catalog.PageableResultType
Internal method that all instances of a PageableResultType must implement.
compare(T) - Method in class com.esri.core.internal.catalog.User
 
completeStart() - Method in class com.esri.client.local.LocalFeatureService
 
completeStart() - Method in class com.esri.client.local.LocalMapService
 
completeStart() - Method in class com.esri.client.local.LocalService
Override this to perform any service specific tasks at the end of our initialization process.
connect() - Method in class com.esri.core.gps.FileGPSWatcher
Creates an underlying driver to read from the file source.
connect() - Method in class com.esri.core.gps.SerialPortGPSWatcher
Establishes a connection by creating a native driver.
contains(Object) - Method in class com.esri.client.local.WorkspaceInfoSet
 
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.
contains(Object) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
contains(Object) - Method in class com.esri.map.ResolutionList
 
containsAll(Collection<?>) - Method in class com.esri.client.local.WorkspaceInfoSet
 
containsAll(Collection<?>) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
containsAll(Collection<?>) - Method in class com.esri.map.ResolutionList
 
containsLayer(Layer) - Method in class com.esri.map.JMap
Returns true if the map contains the given layer.
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
 
course - Variable in class com.esri.core.gps.GeoCoordinate
The direction of travel, rather than orientation.
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
Deprecated. 
create2525CSelectMessage(String, String, boolean) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Deprecated. 
create2525CUpdateMessage(String, String, List<Point>) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Deprecated. 
create2525CUpdateMessage(String, String, List<Point>, Map<String, Object>) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Deprecated. 
create2525CUpdateMessage(String, String, List<Point>, Map<String, Object>, int) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Deprecated. 
create2525CUpdateMessage(String, String, List<Point>, Map<String, Object>, String) - Static method in class com.esri.core.symbol.advanced.MessageHelper
Deprecated. 
CREATE_SERVICE_FILE_PATH - Static variable in class com.esri.client.local.LocalService
 
CREATE_SERVICE_NAME - Static variable in class com.esri.client.local.LocalService
 
CREATE_SERVICE_TYPE - Static variable in class com.esri.client.local.LocalService
 
createAttributesView(String, Field[]) - Static method in class com.esri.map.popup.PopupView
Create an instance of the PopupView that displays a simple list of attributes and values.
createAttributesView(String, Graphic) - Static method in class com.esri.map.popup.PopupView
Create an instance of the PopupView that displays a simple list of attributes and values.
createByClassificationMethod(String, ClassBreaksDefinition.ClassificationMethod, int) - Static method in class com.esri.core.internal.value.ClassBreaksDefinition
Create a new ClassBreaksDefinition instance with the given classification field and method and desired number of breaks.
createByNormalizationMethod(String, ClassBreaksDefinition.ClassificationMethod, int, NormalizationType) - Static method in class com.esri.core.internal.value.ClassBreaksDefinition
Create a new ClassBreaksDefinition instance with the given classification field and method, desired number of breaks and normalization method.
createByStdDeviation(String, float) - Static method in class com.esri.core.internal.value.ClassBreaksDefinition
Create a new ClassBreaksDefinition instance with classification by standard deviation with the given classification field, desired number of breaks and standard deviation interval.
createEditView(String, ArcGISFeatureLayer) - Static method in class com.esri.map.popup.PopupView
Create an instance of the PopupView that can be used to edit the attributes of features in the given layer.
createEditView(String, ArcGISFeatureLayer, Map<String, PopupFieldInfo>) - Static method in class com.esri.map.popup.PopupView
Create an instance of the PopupView that can be used to edit the attributes of features in the given layer.
createFeatureWithTemplate(FeatureTemplate, Geometry) - Method in class com.esri.map.ArcGISFeatureLayer
Creates a new feature based on the specified feature SubType and feature template.
createFeatureWithType(FeatureType, Geometry) - Method in class com.esri.map.ArcGISFeatureLayer
Creates a new feature based on the specified feature SubType.
CreateFileGeoDatabaseConnection(String, String) - Static method in class com.esri.client.local.WorkspaceInfo
 
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.
createFromLayerDefinition(String) - Static method in class com.esri.map.ArcGISFeatureLayer
Creates an empty feature layer from a layer definition.
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.
createMode() - Method in class com.esri.map.ArcGISFeatureLayer
 
createNativeLayer() - Method in class com.esri.client.local.ArcGISLocalTiledLayer
 
createNativeLayer() - Method in class com.esri.map.DynamicLayer
 
createNativeLayer() - Method in class com.esri.map.GraphicsLayer
 
createNativeLayer() - Method in class com.esri.map.Layer
 
createNativeLayer() - Method in class com.esri.map.MessageGroupLayer
 
createNativeLayer() - Method in class com.esri.map.WmsDynamicMapServiceLayer
 
createPopup(JComponent[], Graphic, boolean) - Method in class com.esri.map.JMap
Create a new MapPopup.
CreateRasterFolderConnection(String, String) - Static method in class com.esri.client.local.WorkspaceInfo
 
createRemoveMessage(SymbolDictionary.DictionaryType, String, String) - Static method in class com.esri.core.symbol.advanced.MessageHelper
 
createResolutionList(double[]) - Method in class com.esri.client.local.ArcGISLocalTiledLayer
 
createResolutionList(TileInfo) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Creates the resolution list.
createResolutionList(TileInfo) - Method in class com.esri.map.ArcGISTiledMapServiceLayer
Creates the resolution list.
CreateSDEConnection(String, String) - Static method in class com.esri.client.local.WorkspaceInfo
 
CreateSDEConnection(String, String, boolean) - Static method in class com.esri.client.local.WorkspaceInfo
 
CreateSDEConnectionFromFilePath(String, String) - Static method in class com.esri.client.local.WorkspaceInfo
 
CreateSDEConnectionFromFilePath(String, String, boolean) - Static method in class com.esri.client.local.WorkspaceInfo
 
createSelectMessage(SymbolDictionary.DictionaryType, String, String, boolean) - Static method in class com.esri.core.symbol.advanced.MessageHelper
 
CreateServiceInfo - Class in com.esri.client.local
The Class CreateServiceInfo.
CreateServiceInfo() - Constructor for class com.esri.client.local.CreateServiceInfo
Instantiates a new creates the service info.
CreateShapefileFolderConnection(String, String) - Static method in class com.esri.client.local.WorkspaceInfo
 
createSymbol(JsonParser) - Static method in class com.esri.core.symbol.SymbolHelper
 
createSymbolFromTemplate(FeatureTemplate) - Method in class com.esri.map.ArcGISPopupInfo
 
createSymbolImage(Symbol, Geometry, int, int, Color) - Method in class com.esri.map.GraphicsLayer
Returns a swatch image of the given geometry rendered with the specified symbol.
createSymbolImages(Symbol[], Geometry[], int, int, Color) - Method in class com.esri.map.GraphicsLayer
Returns a swatch image array of for the given geometries rendered with the symbols.
createUpdateMessage(SymbolDictionary.DictionaryType, String, String, List<Point>) - Static method in class com.esri.core.symbol.advanced.MessageHelper
 
createUpdateMessage(SymbolDictionary.DictionaryType, String, String, List<Point>, Map<String, Object>) - Static method in class com.esri.core.symbol.advanced.MessageHelper
 
createUpdateMessage(SymbolDictionary.DictionaryType, String, String, List<Point>, Map<String, Object>, int) - Static method in class com.esri.core.symbol.advanced.MessageHelper
 
createUpdateMessage(SymbolDictionary.DictionaryType, String, String, List<Point>, Map<String, Object>, String) - Static method in class com.esri.core.symbol.advanced.MessageHelper
 
createWithNormalizeByField(String, ClassBreaksDefinition.ClassificationMethod, int, String) - Static method in class com.esri.core.internal.value.ClassBreaksDefinition
Create a new ClassBreaksDefinition instance with the given classification field and method, desired number of breaks and normalizing by a given field.
crosses(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Indicates if one geometry crosses another geometry.
CSVLayer - Class in com.esri.map
 
CSVLayer(String, CSVLayer.CSVConfig) - Constructor for class com.esri.map.CSVLayer
The Constructor.
CSVLayer.CSVConfig - Class in com.esri.map
Configuration for the CSV type feature layer.
CSVLayer.CSVConfig() - Constructor for class com.esri.map.CSVLayer.CSVConfig
 
currentMediaInfo() - Method in class com.esri.map.popup.PopupMediaView
 

D

DataSource - Class in com.esri.core.internal.value
 
DataSource() - Constructor for class com.esri.core.internal.value.DataSource
 
DataSource.DataSourceType - Enum in com.esri.core.internal.value
 
dataType - Variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPBOOLEAN - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPDATAFILE - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPDATE - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPDOUBLE - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPFEATURERECORDSETLAYER - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPLINEARUNIT - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPLONG - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPMULTIVALUE - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPRASTERDATA - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPRASTERDATALAYER - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPRECORDSET - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
DATATYPE_GPSTRING - Static variable in class com.esri.core.tasks.ags.geoprocessing.GPParameter
 
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_CULTURE - Static variable in class com.esri.core.portal.Portal
The default locale of the Portal e.g. en-us.
DEGREE - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for degree.
deleteAttachments(int, int[], CallbackListener<FeatureEditResult[]>) - Method in class com.esri.map.ArcGISFeatureLayer
Deletes one or more attachments for the feature specified by the input ObjectId.
deleteService(String) - Method in class com.esri.client.local.LocalService
Delete a service.
DeleteServiceResponse - Class in com.esri.client.local
The Class DeleteServiceResponse.
DeleteServiceResponse() - Constructor for class com.esri.client.local.DeleteServiceResponse
 
DictionaryRenderer - Class in com.esri.core.renderer
A Dictionary Renderer implements Advanced Symbology
DictionaryRenderer(JsonNode) - Constructor for class com.esri.core.renderer.DictionaryRenderer
 
difference(Geometry, Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Creates the difference of two geometries.
DirectionsLengthUnit - Enum in com.esri.core.tasks.ags.na
The enumeration types for the direction length units.
DirectionsOutputType - Enum in com.esri.core.tasks.ags.na
The enumeration types of the direction output.
DirectionsString - Class in com.esri.core.tasks.ags.na
More detailed direction info passed back from a route solving operation.
DirectionsString(DirectionsStringType, String) - Constructor for class com.esri.core.tasks.ags.na.DirectionsString
Constructs a DirectionsString with type and value.
DirectionsStringType - Enum in com.esri.core.tasks.ags.na
The enumeration types of direction strings.
disable() - Method in class com.esri.core.internal.map.MapTipHandler
 
dispose() - Method in class com.esri.map.JMap
Releases unmanaged resources, such as displayed layers.
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
 
domainName - Variable in class com.esri.core.map.Domain
The name of the domain.
dpi - Variable in class com.esri.core.internal.value.TileInfo
 
DPI - Static variable in class com.esri.map.OpenStreetMapLayer
Resolution - dots per inch.
DrawingInfo - Class in com.esri.core.internal.value
 
DrawingInfo(Renderer<?>, int) - Constructor for class com.esri.core.internal.value.DrawingInfo
 
DrawingInfo() - Constructor for class com.esri.core.internal.value.DrawingInfo
 
dropAllAttributes() - Method in class com.esri.core.geometry.MultiPoint
 
dropAttribute(int) - Method in class com.esri.core.geometry.MultiPoint
 
DynamicLayer - Class in com.esri.map
 
DynamicLayer(String, UserCredentials) - Constructor for class com.esri.map.DynamicLayer
 
DynamicLayer() - Constructor for class com.esri.map.DynamicLayer
 
DynamicLayerInfo - Class in com.esri.core.internal.value
This class represents a single sublayer in a dynamic map service and allows the user to set a new renderer and a new data source for the sublayer.
DynamicLayerInfo(int, DrawingInfo, LayerSource) - Constructor for class com.esri.core.internal.value.DynamicLayerInfo
Instantiates a new dynamic layer info for the given layer id in a dynamic map service.
DynamicLayerInfo(int) - Constructor for class com.esri.core.internal.value.DynamicLayerInfo
Instantiates a new dynamic layer info for the given layer id in a dynamic map service.
DynamicLayerInfo(int, DrawingInfo) - Constructor for class com.esri.core.internal.value.DynamicLayerInfo
Instantiate a new dynamic layer info for the given layer id with the given drawing info.
DynamicLayerInfoCollection - Class in com.esri.core.internal.value
This class maintains a collection of DynamicLayerInfo instances.
DynamicLayerInfoCollection(Collection<LayerInfo>) - Constructor for class com.esri.core.internal.value.DynamicLayerInfoCollection
 
DynamicLayerInfoCollection(Collection<LayerInfo>, boolean) - Constructor for class com.esri.core.internal.value.DynamicLayerInfoCollection
 

E

EditFieldsInfo - Class in com.esri.core.map
The Class EditFieldsInfo.
EditInfo - Class in com.esri.core.map
The Class EditInfo.
EditInfo(String, long, EditInfo.ACTION_TYPE) - Constructor for class com.esri.core.map.EditInfo
The Constructor.
EditInfo.ACTION_TYPE - Enum in com.esri.core.map
The Enum ACTION_TYPE.
EditInfo.DATE_DISPLAY_PATTERN - Enum in com.esri.core.map
The Enum DATE_DISPLAY_PATTERN.
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.client.local.WorkspaceInfo
two WorkspaceInfos are equal if they have the same ID.
equals(Object) - Method in class com.esri.core.geometry.AngularUnit
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.geometry.AreaUnit
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.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
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.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.internal.value.LabelingInfo
 
equals(Object) - Method in class com.esri.core.internal.value.LabelPlacement
 
equals(Object) - Method in class com.esri.core.internal.value.Layer
 
equals(Object) - Method in class com.esri.core.internal.value.LOD
 
equals(Object) - Method in class com.esri.core.internal.value.MapServer
 
equals(Object) - Method in class com.esri.core.internal.value.Table
 
equals(Object) - Method in class com.esri.core.internal.value.TileInfo
 
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.map.TimeExtent
 
equals(Object) - Method in class com.esri.core.map.TimeInfo
 
equals(Object) - Method in class com.esri.core.map.TimeOptions
 
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.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.ClassBreakInfo
 
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.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.LocatorFindParameters
 
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.IdentifyResult
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.AttributeParameterValue
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityResult
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.DirectionsString
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.NAMessage
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.NAResult
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.Route
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.RoutingDirection
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.RoutingResult
 
equals(Object) - Method in class com.esri.core.tasks.ags.na.ServiceAreaResult
 
equals(Object) - Method in class com.esri.core.tasks.ags.query.OutStatistics
 
equals(Object) - Method in class com.esri.map.WmsLayerInfo
 
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
The Class EsriUnsupportedException.
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(FindParameters) - Method in class com.esri.core.tasks.ags.find.FindTask
Execute the find task.
execute(GenerateRendererTaskParameters) - Method in class com.esri.core.tasks.ags.GenerateRendererTask
Synchronously request a renderer from the given map service sub-layer.
execute(List<GPParameter>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Synchronously execute a GP task.
execute(IdentifyParameters) - Method in class com.esri.core.tasks.ags.identify.IdentifyTask
 
execute(Query) - Method in class com.esri.core.tasks.ags.query.QueryTask
Execute the query.
executeAsync(FindParameters, CallbackListener<List<FindResult>>) - Method in class com.esri.core.tasks.ags.find.FindTask
Execute the find task asynchronously.
executeAsync(GenerateRendererTaskParameters, CallbackListener<Renderer<?>>) - Method in class com.esri.core.tasks.ags.GenerateRendererTask
Asynchronously request a renderer from the given map service sub-layer.
executeAsync(List<GPParameter>, CallbackListener<GPParameter[]>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Asynchronously execute a GP task.
executeAsync(IdentifyParameters, CallbackListener<IdentifyResult[]>) - Method in class com.esri.core.tasks.ags.identify.IdentifyTask
 
executeAsync(Query, CallbackListener<FeatureSet>) - Method in class com.esri.core.tasks.ags.query.QueryTask
Execute the query asynchronously.
executeRelationshipQuery(QueryRelatedRecordsParameters) - Method in class com.esri.core.tasks.ags.query.QueryTask
Execute relationship query.
executeRelationshipQueryAsync(QueryRelatedRecordsParameters, CallbackListener<Map<Integer, FeatureSet>>) - Method in class com.esri.core.tasks.ags.query.QueryTask
Execute relationship query asynchronously.
extractScaleTransform(Transformation2D, Transformation2D) - Method in class com.esri.core.geometry.Transformation2D
Extracts scaling part of the transformation. this == scale * rotateNshearNshift.

F

failStart(String) - Method in class com.esri.client.local.LocalService
Fail start.
failStart(LocalServerError) - Method in class com.esri.client.local.LocalService
Fail start.
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.
FeatureCollection - Class in com.esri.core.internal.catalog
 
FeatureCollection() - Constructor for class com.esri.core.internal.catalog.FeatureCollection
 
FeatureCollection - Class in com.esri.core.portal
The class represents a feature collections.
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(String, String, Map<String, Object>, FeatureTemplate.DRAWING_TOOL) - Constructor for class com.esri.core.map.FeatureTemplate
<<<<<<< HEAD Instantiates an object of FeatureTemplate.
FeatureTemplate() - Constructor for class com.esri.core.map.FeatureTemplate
Instantiates an object of 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() - Constructor for class com.esri.core.map.FeatureType
Instantiates an object of FeatureType.
FeatureType(String, String, HashMap<String, Domain>) - Constructor for class com.esri.core.map.FeatureType
Instantiates a FeatureType with given values.
FeatureType(String, String, List<FeatureTemplate>) - Constructor for class com.esri.core.map.FeatureType
Instantiates a FeatureType with given values.
FeatureUtil - Class in com.esri.core.map
The Class FeatureUtil.
FeatureUtil() - Constructor for class com.esri.core.map.FeatureUtil
 
fetchAndUpdateMembership() - Method in class com.esri.core.portal.PortalGroup
Fetches and update the membership details for the group by id.
fetchComments(PortalListener<List<PortalItemComment>>) - Method in class com.esri.core.portal.PortalItem
Deprecated. please use PortalItem.fetchComments() instead.
fetchComments() - 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
Deprecated. please use PortalUser.fetchContent() instead.
fetchContent() - 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
Deprecated. please use PortalUser.fetchContentInFolder(String) instead.
fetchContentInFolder(String) - Method in class com.esri.core.portal.PortalUser
Fetches the user's content that is in a specific folder.
fetchData() - Method in class com.esri.core.portal.PortalItem
Kicks off an operation that fetches data for the item.
fetchItem(Portal, String, PortalListener<PortalItem>) - Static method in class com.esri.core.portal.PortalItem
Deprecated. please use PortalItem.fetchItem(Portal, String) instead.
fetchItem(Portal, String) - Static method in class com.esri.core.portal.PortalItem
Returns a portal item using a portal and item id.
fetchLayerInfo(String, UserCredentials) - Method in class com.esri.map.ArcGISPopupInfo
 
fetchOrganizationThumbnail(PortalListener<byte[]>) - Method in class com.esri.core.portal.PortalInfo
Deprecated. please use PortalInfo.fetchOrganizationThumbnail() instead.
fetchOrganizationThumbnail() - Method in class com.esri.core.portal.PortalInfo
Starts a process that fetches the organization thumbnail from the portal.
fetchOwningSystemURL() - Method in class com.esri.core.portal.WebMapLayer
Gets the OwingSystemURL of the layer.
fetchPortalInfo() - Method in class com.esri.core.portal.Portal
Fetches the portal information from the server.
fetchPortalThumbnail(PortalListener<byte[]>) - Method in class com.esri.core.portal.PortalInfo
Deprecated. please use PortalInfo.fetchPortalThumbnail() instead.
fetchPortalThumbnail() - 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
Deprecated. please use PortalGroup.fetchThumbnail() instead
fetchThumbnail() - 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() - 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
Deprecated. please use PortalUser.fetchThumbnail() instead.
fetchThumbnail() - 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.
fetchUser() - Method in class com.esri.core.portal.Portal
Fetches the PortalUser set on this portal object from the server.
fetchVersion() - Method in class com.esri.core.portal.Portal
Fetches the version of the portal.
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.
FileGPSWatcher - Class in com.esri.core.gps
A IGPSWatcher with file source.
FileGPSWatcher(String, int, boolean) - Constructor for class com.esri.core.gps.FileGPSWatcher
Creates a File-based GPS watcher.
FileGPSWatcher(String, int, boolean, GPSEventListener) - Constructor for class com.esri.core.gps.FileGPSWatcher
Creates a File-based GPS watcher.
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.
finalize() - Method in class com.esri.map.ArcGISFeatureLayer
 
finalize() - Method in class com.esri.map.JMap
 
finalize() - Method in class com.esri.map.Layer
 
finalize() - Method in class com.esri.map.MessageGroupLayer
 
find(LocatorFindParameters) - Method in class com.esri.core.tasks.ags.geocode.Locator
Executes a finding operation to find location candidates for a given address, POI, or a String
Note: currently the method is only applied to the world geocoding service hosted on the ArcGIS online.
findAsync(LocatorFindParameters, CallbackListener<List<LocatorGeocodeResult>>) - Method in class com.esri.core.tasks.ags.geocode.Locator
Asynchronously executes a finding operation to find location candidates for a given address, POI, or a String
Note: currently the method is only applied to the world geocoding service hosted on the ArcGIS online.
findGPSPorts() - Static method in class com.esri.core.gps.SerialPortGPSWatcher
Scans the standard serial ports (COM* on Windows, /dev/ttyS* on Linux) to search for GPS devices.
findGroups(PortalQueryParams, PortalListener<PortalQueryResultSet<PortalGroup>>) - Method in class com.esri.core.portal.Portal
Deprecated. please use Portal.findGroups(PortalQueryParams) instead.
findGroups(PortalQueryParams) - 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
Deprecated. please use Portal.findItems(PortalQueryParams) instead.
findItems(PortalQueryParams) - Method in class com.esri.core.portal.Portal
Finds items with a query.
FindParameters - Class in com.esri.core.tasks.ags.find
 
FindParameters() - Constructor for class com.esri.core.tasks.ags.find.FindParameters
 
FindParameters(String, int[]) - Constructor for class com.esri.core.tasks.ags.find.FindParameters
 
FindResult - Class in com.esri.core.tasks.ags.find
The class represents a find result value object returned by FindTask.
FindResult() - Constructor for class com.esri.core.tasks.ags.find.FindResult
 
findSharingUrl() - Method in class com.esri.core.portal.Portal
Returns the portal's sharing url. i.e., https://www.arcgis.com/sharing/rest
findSymbols() - Method in class com.esri.core.symbol.advanced.SymbolDictionary
 
findSymbols(List<String>) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
 
findSymbols(Map<String, List<String>>) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
 
findSymbols(List<String>, Map<String, List<String>>) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
 
FindTask - Class in com.esri.core.tasks.ags.find
 
FindTask(String) - Constructor for class com.esri.core.tasks.ags.find.FindTask
Instantiates a new find task.
FindTask(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.find.FindTask
Instantiates a new find task.
fireCalendarChanged() - Method in class com.esri.map.popup.JCalendar
Fire calendar changed.
fireLayerAdded(Layer, int) - Method in class com.esri.map.LayerList
 
fireLayerCreateCompleteEvent() - Method in class com.esri.map.Layer
Fire layer create complete event.
fireLayerCreateErrorEvent(String) - Method in class com.esri.map.Layer
Fire layer create error event.
fireLayerCreateErrorEvent(Exception) - Method in class com.esri.map.Layer
 
fireLayerRemoved(Layer, int) - Method in class com.esri.map.LayerList
 
fireLocalServiceStartCompleteEvent() - Method in class com.esri.client.local.LocalService
 
fireMultipleLayersAdded(Map<Integer, Layer>) - Method in class com.esri.map.LayerList
 
fireMultipleLayersRemoved(Map<Integer, Layer>) - Method in class com.esri.map.LayerList
 
fireOnCancelEditEvent() - Method in class com.esri.map.popup.PopupView
Fire cancel edit event.
fireOnCommitEditEvent() - Method in class com.esri.map.popup.PopupView
Fire commit edit event.
firePropertyChanged(String, Object, Object) - Method in class com.esri.map.LayerInfo
Fire property changed.
fireServerErrorMessageEvent(String) - Method in class com.esri.client.local.LocalServer
Fires a server error message.
fireServerInfoMessageEvent(String) - Method in class com.esri.client.local.LocalServer
Fires a server information message.
fireServerInitializedEvent() - Method in class com.esri.client.local.LocalServer
Fires server initialized event.
fireServerShutdownEvent() - Method in class com.esri.client.local.LocalServer
Fires server shutdown event.
FixStatus - Enum in com.esri.core.gps
Fix quality of a GPS Connection based on the NMEA GPS quality indicators in a GGA string.
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.
Folder - Class in com.esri.core.internal.catalog
This class represents a folder associated with a User's profile, maintained in arcgis.com.
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.
formatValueNoFields(Object) - Method in class com.esri.core.map.InfoTemplate
Deprecated.  
fromCode(int) - Static method in enum com.esri.core.geometry.SpatialReference.Type
 
fromJson(JsonParser) - Static method in class com.esri.client.local.DeleteServiceResponse
Read response from JSON.
fromJson(File) - Static method in class com.esri.client.local.ServerLaunchConfig
Creates a launch configuration from JSON.
fromJson(JsonParser) - Static method in class com.esri.core.geometry.SpatialReference
Returns spatial reference from JsonParser.
fromJson(JsonParser, Filter, Catalog) - Method in class com.esri.core.internal.catalog.Group
Sets the internal state of the Group with values contained in the Json response.
fromJson(JsonParser, Filter, Catalog) - Method in class com.esri.core.internal.catalog.Item
Sets the internal state of the Item with values contained in the Json response.
fromJson(JsonParser, Filter, Catalog) - Method in interface com.esri.core.internal.catalog.PageableResultType
Internal method that all instances of a PageableResultType must implement.
fromJson(JsonParser, Filter, Catalog) - Method in class com.esri.core.internal.catalog.User
Sets the internal state of the User with values contained in the Json response.
fromJson(JsonParser, String) - Static method in class com.esri.core.internal.value.Catalog
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.DrawingInfo
 
fromJson(JsonParser, String) - Static method in class com.esri.core.internal.value.ImageServer
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.KMLFeatureInfo
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.KMLFolder
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.KMLGroundOverlay
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.KMLNetworkLink
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.LabelingInfo
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.Layer
 
fromJson(JsonParser, Layer) - Static method in class com.esri.core.internal.value.Layer
 
fromJson(JsonParser, String) - Static method in class com.esri.core.internal.value.LayerLegendInfo
Create a new instance.
fromJson(JsonParser, String) - Static method in class com.esri.core.internal.value.LayerLegendInfoCollection
Create a new instance of this class with the given JsonParser.
fromJson(JsonParser, LayerLegendInfo) - Static method in class com.esri.core.internal.value.LegendItemInfo
Create an instance of this class with a JsonParser initialised with the correct JSON string.
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.LOD
 
fromJson(JsonParser, String) - Static method in class com.esri.core.internal.value.MapServer
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.RestInfo
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.Service
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.Table
 
fromJson(JsonParser) - Static method in class com.esri.core.internal.value.TileInfo
 
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) - Static method in class com.esri.core.map.Bookmark
Returns the Bookmark object from the JsonParer object.
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.EditFieldsInfo
From json.
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.OwnershipBasedAccessControlForFeatures
From json.
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.map.TimeInfo
Create an instance of this class from a JSON string.
fromJson(JsonParser) - Static method in class com.esri.core.map.TimeOptions
 
fromJson(JsonParser) - Static method in class com.esri.core.map.TimeReference
Create an instance of this class from JSON.
fromJson(JsonParser) - Static method in class com.esri.core.map.WebMapQuery
Creates a QueryTask object from the json.
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
Creates a PortalFolder from json.
fromJson(JsonParser, Portal) - Static method in class com.esri.core.portal.PortalGroup
Creates a PortalGroup from the Json parser.
fromJson(JsonParser, Portal) - Static method in class com.esri.core.portal.PortalInfo
Creates a PortalInfo from the Json Parser.
fromJson(JsonParser) - Static method in class com.esri.core.portal.PortalInfo.GeocodeServiceInfo
From json.
fromJson(JsonParser) - Static method in class com.esri.core.portal.PortalInfo.HelperServices
From json.
fromJson(JsonParser, Portal) - Static method in class com.esri.core.portal.PortalItem
Creates a PortalItem from json string.
fromJson(JsonParser) - Static method in class com.esri.core.portal.PortalItemComment
Creates PortalItemcomment from the json parser.
fromJson(JsonParser, Portal) - Static method in class com.esri.core.portal.PortalUser
From json.
fromJson(JsonParser) - Static method in class com.esri.core.portal.WebMapLayer
Constructs and sets the internal state of this WebMapLayer from a response received from the server.
fromJson(JsonParser) - Static method in class com.esri.core.portal.WebMapPopupInfo
 
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.find.FindResult
Parsing a json to create FindResult object
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geocode.BatchGeocodeResult
 
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
 
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geocode.LocatorReverseGeocodeResult
 
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) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Create a GPServiceInfo instance from the json contained in the given JsonParser object.
fromJson(JsonParser) - Method in class com.esri.core.tasks.ags.geoprocessing.GPString
 
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Create a GPTaskInfo instance from the json contained in the given JsonParser object.
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Create a GPParameterInfo instance from the json contained in the given JsonParser object.
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.na.AttributeParameterValue
Creates an AttributeParameterValue object from a json representation
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.na.ClosestFacilityResult
Creates a ClosestFacilityResult object from a json representation
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.na.NAMessage
Creates a NAMessage object from a json representation
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.na.RoutingDirection
Creates a RoutingDirection object from a json representation
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.na.RoutingResult
Creates a RoutingResult object from a json representation
fromJson(JsonParser) - Static method in class com.esri.core.tasks.ags.na.ServiceAreaResult
Creates a ServiceAreaResult object from a json representation
fromJson(JsonParser, int) - Method in class com.esri.map.BingMapsResult
Populates a BingMapsResult using a Json response.
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.internal.value.ClassBreaksDefinition.ClassificationMethod
Gets a classification method from a string.
fromString(String) - Static method in enum com.esri.core.internal.value.KMLFeatureInfo.FEATURETYPE
 
fromString(String) - Static method in enum com.esri.core.internal.value.NormalizationType
Gets a style from a string.
fromString(String) - Static method in enum com.esri.core.internal.value.RampDefinition.Algorithm
Gets an alogorithm from a string.
fromString(String) - Static method in enum com.esri.core.map.FeatureTemplate.DRAWING_TOOL
 
fromString(String) - Static method in enum com.esri.core.map.ImageServiceParameters.IMAGE_FORMAT
Returns image format whose name matches the input; null if there is no match.
fromString(String) - Static method in enum com.esri.core.map.TimeOptions.Units
Gets a style from a string.
fromString(String) - Static method in enum com.esri.core.symbol.SimpleFillSymbol.Style
 
fromString(String) - Static method in enum com.esri.core.symbol.SimpleLineSymbol.Style
 
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
 
fromString(String) - Static method in enum com.esri.core.tasks.ags.na.DirectionsStringType
 
fromString(String) - Static method in enum com.esri.core.tasks.ags.na.RoutingManeuver
 
fromString(String) - Static method in enum com.esri.runtime.ArcGISRuntime.RenderEngine
 
fromUrl(String) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Create a GPServiceInfo instance for the service at the given url.
fromUrl(String, UserCredentials) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Create a GPServiceInfo instance for the service at the given url.
fromUrl(String) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Create a GPTaskInfo instance for the task at the given url.
fromUrl(String, UserCredentials) - Static method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Create a GPTaskInfo instance for the task at the given url.

G

generateCreateServiceInfo() - Method in class com.esri.client.local.LocalFeatureService
 
generateCreateServiceInfo() - Method in class com.esri.client.local.LocalMapService
 
generateLegendInfo(ArrayList<GraphicsLayer.LegendData>) - Method in class com.esri.map.GraphicsLayer
 
GenerateRendererTask - Class in com.esri.core.tasks.ags
This task is used to get a renderer from a map service's generateDataClasses REST end-point.
GenerateRendererTask(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.GenerateRendererTask
 
GenerateRendererTask(String) - Constructor for class com.esri.core.tasks.ags.GenerateRendererTask
 
GenerateRendererTaskParameters - Class in com.esri.core.tasks.ags
 
GenerateRendererTaskParameters(ClassificationDef) - Constructor for class com.esri.core.tasks.ags.GenerateRendererTaskParameters
Instantiates a new generate data classes task parameters with the given classification definition.
generateRequestParams() - Method in class com.esri.core.portal.PortalQueryParams
Generate request params.
generateRequestParams(String, boolean) - Method in class com.esri.core.portal.PortalQueryParams
Generate request params for restricted search using the org id.
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
 
GeoCoordinate - Class in com.esri.core.gps
Class to hold information regarding geo-coordinate.
GeoCoordinate() - Constructor for class com.esri.core.gps.GeoCoordinate
 
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.
GeoPosition - Class in com.esri.core.gps
Class that represents the geo-position - that includes geo-coordinate and time.
GeoPosition(GpsGeoCoordinate, Date) - Constructor for class com.esri.core.gps.GeoPosition
Creates a GeoPosition object with location and time.
Geoprocessor - Class in com.esri.core.tasks.ags.geoprocessing
This class represents a single GP task as specified by the URL passed to the constructor.
Geoprocessor(String) - Constructor for class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Instantiates a new geoprocessor instance with the given task url.
Geoprocessor(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Instantiates a new geoprocessor instance with the given task url and user credentials.
get(String) - Static method in enum com.esri.core.geometry.Unit.EsriUnit
 
get(int) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
get(String) - Static method in enum com.esri.core.tasks.ags.na.DirectionsLengthUnit
 
get(String) - Static method in enum com.esri.core.tasks.ags.na.DirectionsOutputType
 
get(String) - Static method in enum com.esri.core.tasks.ags.na.NADistanceUnit
 
get(String) - Static method in enum com.esri.core.tasks.ags.na.NAOutputLine
 
get(String) - Static method in enum com.esri.core.tasks.ags.na.NAOutputPolygon
 
get(String) - Static method in enum com.esri.core.tasks.ags.na.NATimeOfDayUsage
 
get(String) - Static method in enum com.esri.core.tasks.ags.na.NATravelDirection
 
get(String) - Static method in enum com.esri.core.tasks.ags.na.UTurnRestriction
 
getAbbreviation() - Method in class com.esri.core.geometry.AngularUnit
Returns the abbreviated name of this unit.
getAbbreviation() - Method in class com.esri.core.geometry.AreaUnit
Returns the abbreviated name of this unit.
getAbbreviation() - Method in class com.esri.core.geometry.LinearUnit
Returns the abbreviated name of this unit.
getAbbreviation() - Method in class com.esri.core.geometry.Unit
Returns the abbreviated name of this unit.
getAccess() - Method in class com.esri.core.internal.catalog.Item
Returns the access settings on this Item
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.
getAccumulateAttributeNames() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getAccumulateAttributeNames() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the list of accumulate attribute names
getAccumulateAttributeNames() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getAccumulateAttributeNames() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getAction() - Method in class com.esri.core.map.EditInfo
Gets the action.
getAction() - Method in class com.esri.map.MapLoadAction
Gets the action of the MapLoadAction.
getAddGraphicsLayerRequestCallbackHandle() - Method in class com.esri.map.MessageGroupLayer
Gets the handle of the add graphics layer request callback handle.
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.internal.catalog.Group
Returns the administrators of this Group
getAdmins() - Method in class com.esri.core.portal.PortalGroup
Returns the admins of this group.
getAlgorithm() - Method in class com.esri.core.internal.value.AlgorithmicColorRamp
Gets the algorithm used to generate intermediate colors between the from color and the to color.
getAlgorithm() - Method in class com.esri.core.internal.value.RampDefinition
Gets the algorithm used to generate intermediate colors between the from color and the to color.
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
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.
getAltitude() - Method in class com.esri.core.gps.GeoCoordinate
 
getAnchorPoint() - Method in class com.esri.map.popup.PopupDialog
Gets the anchor point that the callout tail will point at.
getAnchorPoint() - Method in class com.esri.map.popup.PopupPanel
Gets the anchor point.
getAngle() - Method in class com.esri.core.symbol.MarkerSymbol
 
getAnimationDuration() - Method in class com.esri.map.JMap
 
getAnimationMode() - Method in class com.esri.map.JMap
Returns the current animation mode used when zooming.
getAppDataDirectory() - Static method in class com.esri.runtime.ArcGISRuntime
Returns the directory path set using ArcGISRuntime.setAppDataDirectory(String).
getAppId() - Method in class com.esri.map.BingMapsLayer
Returns the Bing Maps key.
getApplicationPropertiesJson() - Method in class com.esri.core.portal.WebMap
Returns the Json string representing the application properties defined in the web map.
getArgs() - Method in class com.esri.client.local.ServerLaunchConfig
Gets the arguments.
getArguments() - Method in class com.esri.core.map.RasterFunction
Gets the input arguments to the raster function.
getArgumentsAsMap() - Method in class com.esri.core.map.RasterFunction
Gets the input arguments to the raster function.
getAttachmentURL(Graphic, int) - Method in class com.esri.map.ArcGISFeatureLayer
Gets the URL of an attachment.
getAttachmentURL(int, int) - Method in class com.esri.map.ArcGISFeatureLayer
Gets the URL of an attachment.
getAttributeName() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Gets the name of the attribute being used by this renderer.
getAttributeName() - Method in class com.esri.core.tasks.ags.na.AttributeParameterValue
Gets the name of the attribute
getAttributeName1() - Method in class com.esri.core.renderer.UniqueValueRenderer
Get the name of the first attribute being used.
getAttributeName2() - Method in class com.esri.core.renderer.UniqueValueRenderer
Get the name of the second attribute being used.
getAttributeName3() - Method in class com.esri.core.renderer.UniqueValueRenderer
Get the name of the third attribute being used.
getAttributeNames() - Method in class com.esri.core.map.Graphic
Gets the name of all the attributes.
getAttributeParameterValues() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getAttributeParameterValues() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the list of attribute parameter values
getAttributeParameterValues() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getAttributeParameterValues() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
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.find.FindResult
Returns the attributes in the form of name-values pair
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.
getAuthenticationType() - Method in class com.esri.core.io.UserCredentials
Gets the type of the UserCredentials.
getAutoFocusBoundary() - Method in class com.esri.map.GPSLayer
Returns the value that is used to calculate the virtual boundary for auto-focus.
getAvgRating() - Method in class com.esri.core.internal.catalog.Item
Returns the average ratings for this Item
getAvgRating() - Method in class com.esri.core.portal.PortalItem
Returns the average rating for this item.
getAzimuth() - Method in class com.esri.core.gps.Satellite
 
getBackground() - Method in class com.esri.map.MapTip
Returns the background.
getBalloonStyleText() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
getBalloonStyleText() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getBandCount() - Method in class com.esri.core.internal.value.ImageServer
Gets the bandCount of the ImageServer.
getBandCount() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the number of bands in the ArcGISImageServiceLayer.
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.
getBandIds() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets ImageService Band IDs.
getBarriers() - Method in class com.esri.core.tasks.ags.na.NAResult
Returns all barriers(point, polyline, and polygon) compiled into one FeatureSet.
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.
getBaseSymbol() - Method in class com.esri.core.internal.value.ClassificationDef
Gets the base symbol that the requested renderer will base its symbols on.
getBaudRate() - Method in class com.esri.core.gps.SerialPortInfo
 
getBingKey() - Method in class com.esri.map.WebMap
Returns the key that was set to access a Bing Maps layer.
getBookmarks() - Method in class com.esri.core.portal.WebMap
Returns a list of bookmarks defined for this WebMap.
getBookmarks() - Method in class com.esri.map.WebMap
Get a list of Bookmarks defined by this web map.
getBorder() - Method in class com.esri.map.MapTip
Returns the border.
getBreakCount() - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Gets the break count.
getBufferFactor() - Method in class com.esri.map.ArcGISFeatureLayer
Returns the factor used to calculate buffered extent.
getCalendar() - Method in class com.esri.map.popup.JCalendar
Gets a copy of the calendar used to set up this control but with the currently selected year, month and day set.
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.core.internal.value.Layer
 
getCapabilities() - Method in class com.esri.core.internal.value.MapServer
Gets the capabilities of the MapServer.
getCapabilitiesOverride() - Method in class com.esri.core.portal.WebMapLayer
Gets the capabilities override.
getCategory() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Gets the category.
getCategory() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Gets the category.
getCenter() - Method in class com.esri.core.geometry.Envelope
Returns the center point of the envelope.
getCenterMeridian() - Method in class com.esri.map.DynamicLayer
return central meridian value
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.
getCentrePoint() - Method in class com.esri.map.popup.PopupPanel
Gets the centre point of this PopupPanel.
getChangedLayer() - Method in class com.esri.map.LayerEvent
Gets the changed layer.
getChangedLayers() - Method in class com.esri.map.LayerEvent
Gets the changed layers.
getChildLayer(int) - Method in class com.esri.map.LayerInfo
Gets a child of this layer by index.
getChildLayerIndex(LayerInfo) - Method in class com.esri.map.LayerInfo
Gets the index of the given child layer if it exists.
getChoiceList() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Gets the choice list.
getClassBreaks() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Gets the breaks in this renderer.
getClassificationDef() - Method in class com.esri.core.tasks.ags.GenerateRendererTaskParameters
Gets the classification definition.
getClassificationField() - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Gets the classification field.
getClassificationMethod() - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Gets the classification method.
getClientApps() - Method in class com.esri.core.internal.catalog.User
Returns the user's client application
getClientBinaryLocationsSearched() - Static method in class com.esri.runtime.ArcGISRuntime
Gets the client binary locations searched.
getClientLibPath(String) - Static method in class com.esri.runtime.ArcGISRuntime
Gets the path to the given library expected to be in the Client directory rather than the LocalServer directory.
getCode() - Method in enum com.esri.core.gps.Parity
 
getCode() - Method in enum com.esri.core.gps.PositionChangeType
 
getCode() - Method in enum com.esri.core.gps.StopBits
 
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.
getColorRamp() - Method in class com.esri.core.internal.value.ClassificationDef
Gets the color ramp that the requested renderer will use to set the symbol colors.
getCols() - Method in class com.esri.core.internal.value.LocalTileInfo
 
getColumnDelimiter() - Method in class com.esri.core.portal.WebMapLayer
Gets the column delimiter.
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.core.map.ImageServiceParameters
Gets the compressionQuality of the ImageServiceParameters.
getCompressionQuality() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the compression quality of the exported image.
getConnectionString() - Method in class com.esri.client.local.WorkspaceInfo
Gets the connection string.
getContent(Graphic) - Method in class com.esri.core.map.InfoTemplate
Deprecated. Gets the content populated with the attribute values of the provided graphic.
getContentTemplate() - Method in class com.esri.core.map.InfoTemplate
Deprecated. Gets the content without replacing the tokens.
getContentType() - Method in class com.esri.core.internal.value.LegendItemInfo
Gets the content type.
getContentType() - Method in class com.esri.core.map.AttachmentInfo
Gets the contentType of the Attachment.
getContentType() - Method in class com.esri.core.symbol.PictureMarkerSymbol
 
getConversionFactor(Unit) - Method in class com.esri.core.geometry.AngularUnit
Returns the conversion factor.
getConversionFactor(Unit) - Method in class com.esri.core.geometry.AreaUnit
Returns a conversion factor from this unit to the destination unit.
getConversionFactor(Unit) - Method in class com.esri.core.geometry.LinearUnit
Returns a conversion factor from this unit to the destination unit.
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.
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.portal.WebMapLayer
Gets the copyright.
getCopyrightLocation() - Method in class com.esri.map.JMap
Returns location of copyright relative to the map.
getCopyrightText() - Method in class com.esri.core.internal.value.ImageServer
Gets the copyrightText of the ImageServer.
getCopyrightText() - Method in class com.esri.core.internal.value.MapServer
 
getCopyrightText() - Method in class com.esri.map.Layer
Gets the copyright text.
getCount() - Method in class com.esri.core.internal.catalog.ResultCursor
Returns the total number of elements returned from the server that can be iterated over.
getCourse() - Method in class com.esri.core.gps.GeoCoordinate
 
getCourseMagnetic() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
getCreated() - Method in class com.esri.core.internal.catalog.User
Returns the creation Date of the user's profile.
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.
getCreatedDate() - Method in class com.esri.core.internal.catalog.Folder
Returns the date on which this folder was created
getCreatedDate() - Method in class com.esri.core.internal.catalog.Group
Returns the date on which this Group was created
getCreationDateField() - Method in class com.esri.core.map.EditFieldsInfo
Gets the creation date field.
getCreatorField() - Method in class com.esri.core.map.EditFieldsInfo
Gets the creator field.
getCredentials() - Method in class com.esri.core.portal.Portal
Returns a copy of 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.
getCredentials() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Gets the credentials.
getCredentials() - Method in class com.esri.map.WebMap
Get the user credentials used to access this web map.
getCredentialsInternal() - Method in class com.esri.map.Layer
This method should be used internally whenever credentials are required.
getCredits() - Method in class com.esri.core.portal.PortalItem
Returns the credit information of this item.
getCulture() - Method in class com.esri.map.BingMapsLayer
Returns the culture of the layer (format: [language]-[REGION], e.g.: en-US)
see Culture Parameter
getCurrentVersion() - Method in class com.esri.core.internal.value.Catalog
 
getCurrentVersion() - Method in class com.esri.core.internal.value.ImageServer
Gets the currentVersion of the ImageServer.
getCurrentVersion() - Method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Gets the current server version.
getCustomBaseURL() - Method in class com.esri.core.portal.PortalInfo
Gets the custom base url for the portal.
getDataBits() - Method in class com.esri.core.gps.SerialPortInfo
 
getDataSource() - Method in class com.esri.core.internal.value.LayerDataSource
Gets the data source.
getDataSourceName() - Method in class com.esri.core.internal.value.RasterDataSource
Gets the data source name.
getDataSourceName() - Method in class com.esri.core.internal.value.TableDataSource
Gets the data source name.
getDataType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPParameter
Gets the data type.
getDataType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Gets the data type.
getDateValue() - Method in class com.esri.core.map.EditInfo
Gets the date value.
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).
getDefaultBreaks() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets the break levels for the service area (i.e. 1, 3, and 5 minute break levels)
getDefaultCutoff() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets the default cutoff value to stop traversing
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).
getDefaultGroup() - Method in class com.esri.core.internal.catalog.User
Returns the user's default Group
getDefaultItem(int) - Method in class com.esri.core.internal.value.DynamicLayerInfoCollection
 
getDefaultItem(int) - Method in class com.esri.core.internal.value.LayerTimeOptionsCollection
 
getDefaultLabel() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Gets the default label.
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.
getDefaultParameters() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTask
Retrieves the default parameters as defined by the service layer.
getDefaultParameters() - Method in class com.esri.core.tasks.ags.na.RoutingTask
Retrieves the default parameters as defined by the service layer.
getDefaultParameters() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTask
Retrieves the default parameters as defined by the service layer.
getDefaultSpatialReference() - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
getDefaultSpatialReference() - Method in class com.esri.map.DynamicLayer
 
getDefaultSpatialReference() - Method in class com.esri.map.Layer
Gets the defaultSpatialReference of the Layer.
getDefaultSpatialReference() - Method in class com.esri.map.OpenStreetMapLayer
 
getDefaultSymbol() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Gets the default symbol for the renderer.
getDefaultSymbol() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets the current default symbol used when a graphic does not match any of the unique values.
getDefaultTargetFacilityCount() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets the default number of target facilities to find
getDefaultValue() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Gets the default value.
getDefaultZ() - Method in class com.esri.core.internal.value.Layer
 
getDefaultZ() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the default Z value.
getDefinitionExpression() - Method in class com.esri.core.internal.value.Layer
 
getDefinitionExpression() - Method in class com.esri.core.internal.value.LayerInfo
Gets the definition expression.
getDefinitionExpression() - Method in class com.esri.map.ArcGISFeatureLayer
Returns the current definition expression.
getDefintionExpression() - Method in class com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
Gets the defintion expression.
getDelta() - Method in class com.esri.map.TimingTools.TimingInfo
 
getDescription() - Method in class com.esri.client.local.LocalGeocodeService
 
getDescription() - Method in class com.esri.client.local.LocalGeoprocessingService
 
getDescription() - Method in class com.esri.client.local.LocalMapService
 
getDescription() - Method in class com.esri.client.local.LocalService
Get a description for the service.
getDescription() - Method in class com.esri.core.geometry.MultiPoint
 
getDescription() - Method in class com.esri.core.internal.catalog.Group
Returns a description for this Group
getDescription() - Method in class com.esri.core.internal.catalog.Item
Returns a description for this Item
getDescription() - Method in class com.esri.core.internal.catalog.User
Returns the user's description
getDescription() - Method in class com.esri.core.internal.value.ImageServer
Gets the description of the ImageServer.
getDescription() - Method in class com.esri.core.internal.value.KMLFolder
 
getDescription() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
getDescription() - Method in class com.esri.core.internal.value.MapServer
 
getDescription() - Method in interface com.esri.core.io.EsriErrorCode
Returns the error description.
getDescription() - Method in exception com.esri.core.io.EsriSecurityException
Returns the error description.s
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.portal.PortalGroup
Returns the description of this group, this is setup by the owner of the group when the group is created.
getDescription() - Method in class com.esri.core.portal.PortalItem
Returns a description for this item.
getDescription() - Method in class com.esri.core.renderer.ClassBreakInfo
Gets the description associated with this break.
getDescription() - Method in class com.esri.core.renderer.UniqueValueInfo
Gets the description for this unique value.
getDescription() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMessage
Gets the description.
getDescription() - Method in class com.esri.core.tasks.ags.na.NAMessage
Gets the text description of the message
getDescription() - Method in class com.esri.map.Layer
Gets the description.
getDictionaryType() - Method in class com.esri.core.symbol.advanced.MessageProcessor
Gets the dictionary type.
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.
getDirection() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Gets the direction.
getDirectionsLanguage() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Returns the language in which to return the directions
getDirectionsLanguage() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Returns the language in which to return the directions
getDirectionsLengthUnit() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Returns the Unit type of the length of the directions
getDirectionsLengthUnit() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Returns the Unit type of the length of the directions
getDirectionsOutputType() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Returns the type in which the directions are output
getDirectionsOutputType() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Returns the type in which the directions are output
getDirectionsStrings() - Method in class com.esri.core.tasks.ags.na.RoutingDirection
Gets the detailed direction info passed back from a route solving operation.
getDirectionsStyleName() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Returns the name of the style in which to return the directions
getDirectionsStyleName() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Returns the name of the style in which to return the directions
getDirectionsTimeAttributeName() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Returns the name of the directions time attribute
getDirectionsTimeAttributeName() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Returns the name of the directions time attribute
getDisplayField() - Method in class com.esri.core.internal.value.Layer
 
getDisplayField() - Method in class com.esri.core.map.WebMapQuery
Gets the display field name.
getDisplayField() - Method in class com.esri.map.ArcGISFeatureLayer
Returns the name of the field that contains the Display Field for the layer.
getDisplayFieldName() - Method in class com.esri.core.map.FeatureSet
Gets the name of the Display field.
getDisplayFieldName() - Method in class com.esri.core.tasks.ags.find.FindResult
Returns the display field name.
getDisplayFieldName() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the display field (also called an attribute) name for the identified feature.
getDisplayFields() - Method in class com.esri.map.MapTip
Returns the display fields used.
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
Returns the display name of this unit.
getDisplayName() - Method in class com.esri.core.geometry.LinearUnit
Returns the display name of this unit.
getDisplayName() - Method in class com.esri.core.geometry.Unit
Returns the display name of this unit.
getDisplayName() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Gets the display name.
getDisplayName() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Gets the display name.
getDisplayName() - Method in class com.esri.map.LayerInfo
Get the layer's display name.
getDisplayPattern() - Method in class com.esri.core.map.EditInfo
Gets the display pattern.
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.geocode.LocatorFindParameters
Gets the search distance in m.
getDistance() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
Gets the distance value.
getDistanceTo(GeoCoordinate) - Method in class com.esri.core.gps.GeoCoordinate
Returns the distance between this and another GeoCoordinate.GeoCoordinate().
getDocumentation() - Method in class com.esri.core.internal.catalog.Item
Returns the documentation for this Item
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.core.internal.value.LocalTileInfo
 
getDPI() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Gets the dpi.
getDrawingInfo() - Method in class com.esri.core.internal.value.DynamicLayerInfo
Gets the drawing info.
getDrawingInfo() - Method in class com.esri.core.internal.value.Layer
 
getDrawingTool() - Method in class com.esri.core.map.FeatureTemplate
Gets the drawingTool of the FeatureTemplate.
getDrawOrder() - Method in class com.esri.core.map.Graphic
Returns the draw order.
getDynamicLayerInfos() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
If this dynamic map service layer supports dynamic layer functionality, this method will return a list of DynamicLayerInfos that can be used to modify the renderer and data source of each layer in the service.
getDynamicLayers() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
getDynamicWorkspaces() - Method in class com.esri.client.local.LocalMapService
Gets any dynamic workspaces that have been started with this service.
getEastLon() - Method in class com.esri.core.portal.PortalInfo.GeocodeServiceInfo
Gets the east lon.
getEditCallback() - Method in class com.esri.map.popup.PopupView
Gets the edit callback.
getEditCapabilities(Graphic) - Method in class com.esri.map.ArcGISFeatureLayer
Gets the edit capabilities.
getEditDateField() - Method in class com.esri.core.map.EditFieldsInfo
Gets the edit date field.
getEditFieldInfo() - Method in class com.esri.core.internal.value.Layer
 
getEditFieldsInfo() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the edit fields info.
getEditFieldsInfo() - Method in class com.esri.map.ArcGISPopupInfo
 
getEditInfo(Graphic, EditInfo.ACTION_TYPE) - Method in class com.esri.map.ArcGISFeatureLayer
Gets the available editing information for the graphic.
getEditorField() - Method in class com.esri.core.map.EditFieldsInfo
Gets the editor field.
getElements(int, int) - Method in class com.esri.core.internal.catalog.ResultCursor
Returns a range of elements specified by startIndex and endIndex, inclusively.
getElevation() - Method in class com.esri.core.gps.Satellite
 
getEmail() - Method in class com.esri.core.internal.catalog.User
Return the email address of the user
getEmail() - Method in class com.esri.core.portal.PortalUser
Return the email address of the user.
getEnableDynamicLayers() - Method in class com.esri.client.local.ArcGISLocalDynamicMapServiceLayer
Gets the enable/disabled state of dynamic layers support.
getEnableDynamicLayers() - Method in class com.esri.client.local.LocalMapService
Gets the enable/disabled state of dynamic layers support.
getEndDate() - Method in class com.esri.core.map.TimeExtent
Gets the end date.
getEndPointIndex() - Method in class com.esri.core.geometry.SegmentIterator
Returns the index of the end point of the current segment.
getEndpoints() - Method in class com.esri.client.local.LocalService
Gets the end points for the service.
getEndTimeField() - Method in class com.esri.core.map.TimeInfo
Gets the end time field.
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.
getEnvelope() - Method in class com.esri.core.tasks.ags.na.Route
Gets the envelope encompassing the route
getError() - Method in class com.esri.client.local.LocalService
Gets any error; for example an error starting the service.
getError() - Method in class com.esri.core.map.FeatureEditResult
Gets the error message if the operation is failed.
getError() - Method in class com.esri.map.LayerInitializeCompleteEvent
Deprecated. 
getEta() - Method in class com.esri.core.tasks.ags.na.RoutingDirection
Gets the estimated arrival time for this segment of the route
getException() - Method in class com.esri.map.Layer
 
getExcludeSourcesFromPolygons() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets the list of sources to exclude from polygons
getExecutionType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Gets the execution type, either synchronous or asynchronous.
getExecutionType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Gets the execution type.
getExportOptions() - Method in class com.esri.core.map.TimeInfo
Gets the export options.
getExtent() - Method in class com.esri.core.internal.catalog.Item
Returns the extent for this Item
getExtent() - Method in class com.esri.core.internal.value.ImageServer
Gets the extent of the ImageServer.
getExtent() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
getExtent() - Method in class com.esri.core.internal.value.Layer
 
getExtent() - Method in class com.esri.core.map.Bookmark
Returns the envelope of the bookmark.
getExtent() - Method in class com.esri.core.portal.PortalItem
Returns the extent for this item.
getExtent() - Method in class com.esri.core.portal.WebMapLayer
Gets the extent.
getExtent() - Method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
Returns the geocoding feature extent.
getExtent() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the extent that the image represents.
getExtent() - Method in class com.esri.map.JMap
Returns the current extent of the map.
getExtent() - Method in class com.esri.map.Layer
Gets the current extent.
getExtent() - Method in class com.esri.map.MapEvent
Gets the extent.
getExtent() - Method in class com.esri.map.WmsLayerInfo
Returns the extent of the layer.
getExtentBoundsOnScreen() - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
getExtentBoundsOnScreen() - Method in class com.esri.map.OpenStreetMapLayer
 
getFacilities() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityResult
Gets the FeatureSet representing the facilities used to calculate the closest facility
getFacilities() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets the facilities used for the closest facility task
getFacilities() - Method in class com.esri.core.tasks.ags.na.ServiceAreaResult
Gets the FeatureSet representing the facilities used to perform service area
getFacilities() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets the facilities to find service area of
getFeatureCollection() - Method in class com.esri.core.portal.WebMapLayer
Gets the feature collection.
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.
getFeaturedItemId() - Method in class com.esri.core.internal.catalog.Group
Returns the featured Item Id associated with this Group.
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.
getFeatureInfos() - Method in class com.esri.core.internal.value.KMLFolder
 
getFeatureLayers() - Method in class com.esri.client.local.LocalFeatureService
Get a list of information on the layers published by this feature service.
getFeatures() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Retrieves the list of graphics
getFeatureSet() - Method in class com.esri.core.portal.WebMapSubLayer
Returns FeatureSet containing features to be displayed by this layer.
getField(String) - Method in class com.esri.core.internal.value.Layer
 
getField(String) - Method in class com.esri.map.ArcGISPopupInfo
Returns a collection of a graphic's attributes (fields).
getFieldAliases() - Method in class com.esri.core.map.FeatureSet
Gets the name alias pairs of all fields.
getFieldDelimiter() - Method in class com.esri.core.internal.value.UniqueValueDefinition
Gets the field delimiter.
getFields() - Method in class com.esri.core.internal.value.ImageServer
Gets the fields of the ImageServer.
getFields() - Method in class com.esri.core.internal.value.Layer
Gets the fields of the FeatureSet.
getFields() - Method in class com.esri.core.map.FeatureSet
Gets the name of all fields.
getFields() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the fields.
getFieldType() - Method in class com.esri.core.map.Field
Gets the type of the Field.
getFilePath() - Method in class com.esri.core.gps.FileGPSWatcher
 
getFilters() - Method in class com.esri.core.symbol.advanced.SymbolDictionary
 
getFindBestSequence() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not to find the best sequence of stops
getFixSatelliteCount() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
getFixStatus() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
getFolder() - Method in class com.esri.core.internal.value.Catalog
 
getFolderId() - Method in class com.esri.core.portal.PortalFolder
Returns the folder's id.
getFolderName() - Method in class com.esri.core.internal.catalog.Folder
Returns the name of the folder
getFolders() - Method in class com.esri.core.portal.PortalUserContent
Returns the user's folders.
getFont() - Method in class com.esri.map.MapTip
Returns the font used.
getForeground() - Method in class com.esri.map.MapTip
Returns the foreground.
getFormat() - Method in class com.esri.core.internal.value.LocalTileInfo
 
getFormat() - Method in class com.esri.core.map.ImageServiceParameters
Gets the format of the exported image.
getFormat() - Method in class com.esri.core.portal.WebMapLayer
Gets the format.
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.
getFoundFieldName() - Method in class com.esri.core.tasks.ags.find.FindResult
Returns the found field name
getFromCode(String) - Static method in enum com.esri.core.gps.BaudRate
 
getFromCode(String) - Static method in enum com.esri.core.gps.FixStatus
 
getFromCode(int) - Static method in enum com.esri.core.gps.GPSStatus
Returns a GPSStatus based on input code.
getFromCode(String) - Static method in enum com.esri.core.gps.Parity
 
getFromCode(String) - Static method in enum com.esri.core.gps.SatelliteSystem
 
getFromCode(String) - Static method in enum com.esri.core.gps.StopBits
 
getFromColor() - Method in class com.esri.core.internal.value.AlgorithmicColorRamp
Gets the from color.
getFromColor() - Method in class com.esri.core.internal.value.RampDefinition
Gets the from color.
getFullExtent() - Method in class com.esri.core.internal.value.ImageServer
 
getFullExtent() - Method in class com.esri.core.internal.value.MapServer
 
getFullExtent() - Method in class com.esri.map.JMap
Get the full extent of the map.
getFullExtent() - Method in class com.esri.map.Layer
Returns the full extent of the layer.
getFullName() - Method in class com.esri.core.internal.catalog.User
Return the user's full name
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.
getGCS() - Method in class com.esri.core.geometry.SpatialReference
Get the Geographic Coordinate System of the spatial reference.
getGdbVersion() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
getGeocodeServices() - Method in class com.esri.core.portal.PortalInfo.HelperServices
Gets the geocode services.
getGeoidHeight() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
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.internal.value.SpatialFilter
 
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.find.FindResult
Returns the Geometry object.
getGeometry() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Gets the geometry.
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.na.RoutingDirection
Decompresses the geometry for the route direction and returns it.
getGeometry() - Method in class com.esri.core.tasks.ags.query.Query
Returns the geometry to apply as the spatial filter.
getGeometryPrecision() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
getGeometryService() - Method in class com.esri.core.portal.PortalInfo.HelperServices
Gets the geometry service.
getGeometryType() - Method in class com.esri.core.internal.value.Layer
 
getGeometryType() - Method in class com.esri.core.internal.value.QueryTableDataSource
Gets the geometry type.
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.find.FindResult
Returns the geometry type of find result
getGeometryType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Gets the Geometry.Type.
getGeometryType() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the type of the geometry holding by the feature layer.
getGlobalId() - Method in class com.esri.core.map.FeatureEditResult
Gets the globalId of the FeatureEditResult.
getGlobalIdField() - Method in class com.esri.core.internal.value.Layer
 
getGPServiceInfo() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Synchronously get the GP service info for the service this GP task belongs to.
getGPServiceInfoAsync(CallbackListener<GPServiceInfo>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Asynchronously get the GP service info for the service this GP task belongs to.
getGPTaskInfo() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Synchronously get the GP task info for this GP task.
getGPTaskInfoAsync(CallbackListener<GPTaskInfo>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Asynchronously get the GP task info for this GP task.
getGraphic(String) - Method in class com.esri.core.symbol.advanced.MessageProcessor
Retrieves the graphic which originates from the message with specified id.
getGraphic(int) - Method in class com.esri.map.GraphicsLayer
Gets the graphic with the supplied id.
getGraphicIDs() - Method in class com.esri.map.GraphicsLayer
Gets all graphic ids from the layer.
getGraphicIDs(float, float, int) - Method in class com.esri.map.GraphicsLayer
Finds the graphics near the supplied x,y in pixels.
getGraphicIDs(float, float, int, int) - Method in class com.esri.map.GraphicsLayer
 
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.
getGraphics() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRecordSet
Gets the array of graphics
getGrid() - Method in class com.esri.map.JMap
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, this is created internally when the owner creates a group.
getGroups() - Method in class com.esri.core.internal.catalog.User
Returns all the groups that the user belongs to
getGroups() - Method in class com.esri.core.portal.PortalUser
Returns all the groups that the user belongs to.
getGuid() - Method in class com.esri.core.internal.catalog.Item
Returns the Guid for this Item
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 pixels.
getHeight() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the height of the image.
getHelperServices() - Method in class com.esri.core.portal.PortalInfo
Gets the helper services information.
getHelpUrl() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Gets the help url.
getHomepageFeaturedContentGroupQuery() - Method in class com.esri.core.portal.PortalInfo
Returns the pre-defined query string for finding homepage featured items group on the portal.
getHorizontalAccuracy() - Method in class com.esri.core.gps.GeoCoordinate
 
getHorizontalAlignment() - Method in class com.esri.core.symbol.TextSymbol
Gets the horizontalAlignment of the TextSymbol.
getHorizontalDilutionOfPrecision() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
getHref() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
getHref() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getHref() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the URL to the image.
getHttpQuery() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getId() - Method in class com.esri.client.local.LayerDetails
Gets unique layer ID indicating the position of the layer within the service.
getId() - Method in class com.esri.client.local.WorkspaceInfo
Gets the id.
getID() - Method in class com.esri.core.geometry.AngularUnit
Returns the well-known ID.
getID() - Method in class com.esri.core.geometry.AreaUnit
Returns the unit's well-known ID.
getID() - Method in class com.esri.core.geometry.LinearUnit
Returns the unit's well-known ID.
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.gps.Satellite
 
getId() - Method in class com.esri.core.internal.catalog.Group
Returns the Id of this Group
getId() - Method in class com.esri.core.internal.catalog.Item
Returns the id for this Item.
getID() - Method in class com.esri.core.internal.value.KMLFeatureInfo
 
getId() - Method in class com.esri.core.internal.value.KMLFolder
 
getId() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
getId() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getId() - Method in class com.esri.core.internal.value.Layer
 
getId() - Method in class com.esri.core.internal.value.LayerInfo
 
getId() - Method in interface com.esri.core.internal.value.LayerInfoItem
Gets the layer id.
getId() - Method in class com.esri.core.internal.value.LayerRelationship
Gets the id.
getId() - Method in class com.esri.core.internal.value.LayerTimeOptions
 
getId() - Method in class com.esri.core.internal.value.Table
 
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.portal.WebMapLayer
Gets the id.
getID() - Method in class com.esri.core.symbol.advanced.Message
Get the message ID.
getId() - Method in class com.esri.map.LayerInfo
Gets the id.
getId() - Method in class com.esri.map.LocationOnMap
 
getId() - Method in class com.esri.map.TimingTools.TimingInfo
 
getIdentityManager() - Method in class com.esri.map.WebMap
 
getIgnoreInvalidLocations() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not invalid locations should be ignored
getImage(int, int) - Method in class com.esri.core.symbol.advanced.SymbolProperties
 
getImageBytes() - Method in class com.esri.core.internal.value.LegendItemInfo
Gets the image bytes.
getImageFormat() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the image format.
getImageFormat() - Method in class com.esri.map.WmsDynamicMapServiceLayer
Returns the image format.
getImageHeight() - Method in class com.esri.map.BingMapsResult
Returns the height of the image.
getImageUrl() - Method in class com.esri.core.internal.value.LegendItemInfo
Gets the image url.
getImageUrl() - Method in class com.esri.map.BingMapsResult
Returns the URL for the image.
getImageUrlSubdomains() - Method in class com.esri.map.BingMapsResult
Returns the URL sub domains for the image.
getImageWidth() - Method in class com.esri.map.BingMapsResult
Returns the width of the image.
getImpedanceAttributeName() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getImpedanceAttributeName() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the name of the impedance attribute to use
getImpedanceAttributeName() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getImpedanceAttributeName() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getIncidents() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityResult
Gets the FeatureSet representing the incidents from which to calculate the closest facility
getIncidents() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets the incidents used for the closest facility task
getInfo() - Method in class com.esri.core.internal.catalog.FeatureCollection
 
getInfo() - Method in interface com.esri.core.internal.catalog.ItemData
Returns the meta-data described by Item
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...
getInfo() - Method in class com.esri.map.WebMap
Gets information on this web map.
getInfoTemplate() - Method in class com.esri.core.map.Graphic
Deprecated.  
getInitExtent() - Method in class com.esri.core.portal.WebMap
Gets the initial extent of the web map.
getInitExtent() - Method in class com.esri.map.WebMap
Get this web map's initial extent.
getInitialDelay() - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
getInitialExtent() - Method in class com.esri.core.internal.value.ImageServer
 
getInitialExtent() - Method in class com.esri.core.internal.value.MapServer
 
getInitialExtent() - Method in class com.esri.map.Layer
Returns the initial extent of the layer.
getInitialExtentSpatialReference() - Method in class com.esri.core.internal.value.MapServer
 
getInitializationError() - Method in class com.esri.client.local.LocalServer
Gets any initialization errors.
getInitializationError() - Method in class com.esri.map.Layer
 
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.
getInSR() - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Returns the spatial reference of search extent.
getInstallDirectory() - Static method in class com.esri.runtime.ArcGISRuntime
Gets the current install directory for the runtime.
getInstance() - Static method in class com.esri.client.local.LocalServer
Get the current LocalServer instance.
getInterpolation() - Method in class com.esri.core.map.ImageServiceParameters
Gets the interpolation of the ImageServiceParameters.
getInterpolation() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the interpolation method.
getIntersectionCandidateFields() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Gets the intersection candidate fields.
getInvisibleLegendLayers() - Method in class com.esri.core.portal.WebMapLayer
Returns a list of ID number whose legend is not shown.
getIpCountryCode() - Method in class com.esri.core.portal.PortalInfo
Gets the ip country code.
getItem(String, String, String, String, CallbackListener<Item>) - Static method in class com.esri.core.internal.catalog.Catalog
 
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.internal.catalog.Folder
Returns all Items stored in this folder.
getItems(Item.ItemType) - Method in class com.esri.core.internal.catalog.Group
Returns a list of items belonging to this group filtered by the Item type.
getItems() - Method in class com.esri.core.portal.PortalUserContent
Returns the items in the user's root folder.
getJavaVersion() - Static method in class com.esri.runtime.ArcGISRuntime
 
getJobID() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResource
Gets the job ID.
getJobResource() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResults
Gets the job resource.
getJobStatus() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Synchronously gets the status of the current submitted task.
getJobStatus() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResource
Gets the job status.
getJobStatusAsync(CallbackListener<GPJobResource>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Asynchronously gets the status of the current submitted task.
getJoinType() - Method in class com.esri.core.internal.value.JoinTableDataSource
Gets the join type.
getKeywords() - Method in class com.esri.core.internal.catalog.Item
Returns a list of keywords associated with this Item
getKeywords() - Method in class com.esri.core.symbol.advanced.SymbolDictionary
 
getKeywords() - Method in class com.esri.core.symbol.advanced.SymbolProperties
 
getLabel() - Method in class com.esri.core.internal.value.LegendItemInfo
Gets the label.
getLabel() - Method in class com.esri.core.renderer.ClassBreakInfo
Gets the label associated with this break.
getLabel() - Method in class com.esri.core.renderer.UniqueValueInfo
Gets the label for this unique value.
getLabelColor(int) - Method in class com.esri.map.Grid
Gets the label background color for a given grid level
getLabelingInfo() - Method in class com.esri.core.internal.value.DrawingInfo
Gets the labelingInfo of the DrawingInfo.
getLabelMaxScale() - Method in class com.esri.core.renderer.DictionaryRenderer
Gets the maximum scale at which labels are visible
getLabelMinScale() - Method in class com.esri.core.renderer.DictionaryRenderer
Gets the minimum scale at which labels are visible
getLabelsVisible() - Method in class com.esri.core.renderer.DictionaryRenderer
Determines whether labels are visible at any scale
getLabelVisibility() - Method in class com.esri.map.Grid
Gets the visibility of the labels for all grid levels.
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.
getLatitude() - Method in class com.esri.core.gps.GeoCoordinate
 
getLatitudeFieldName() - Method in class com.esri.core.portal.WebMapLayer
Gets the latitude field name.
getLayer() - Method in class com.esri.map.LayerInitializeCompleteEvent
Gets the layer that this event belongs to.
getLayerDefinition() - Method in class com.esri.core.portal.WebMapSubLayer
Returns the JSON representation of the layer's properties, which includes drawing information, fields and etc.
getLayerDefinitionOverride() - Method in class com.esri.core.portal.WebMapLayer
Gets the layer definition override.
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.find.FindParameters
 
getLayerHandle() - Method in class com.esri.map.Layer
 
getLayerId() - Method in class com.esri.core.internal.value.LayerLegendInfo
Gets the layer id for the corresponding sublayer.
getLayerId() - Method in class com.esri.core.internal.value.LayerMapSource
Gets the layer id.
getLayerId() - Method in class com.esri.core.portal.WebMapSubLayer
Returns layer's ID.
getLayerId() - Method in class com.esri.core.tasks.ags.find.FindResult
Returns the layer ID
getLayerId() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the layer ID of the layer that contains the identified feature.
getLayerId() - Method in class com.esri.map.ArcGISPopupInfo
 
getLayerIds() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
getLayerIndex() - Method in class com.esri.map.LayerEvent
Gets the map index of the changed layer.
getLayerLegendInfo(int) - Method in class com.esri.core.internal.value.LayerLegendInfoCollection
Gets the layer legend info that corresponds to the given sublayer id.
getLayerLegendInfos() - Method in class com.esri.core.internal.value.LayerLegendInfoCollection
Gets all the layer legend info instances
getLayerMode() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Gets the layer mode.
getLayerName() - Method in class com.esri.core.internal.value.LayerLegendInfo
Gets the layer name.
getLayerName() - Method in class com.esri.core.tasks.ags.find.FindResult
Returns the layer name
getLayerName() - Method in class com.esri.core.tasks.ags.identify.IdentifyResult
Returns the layer Name of the layer that contains the identified feature.
getLayerName() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Gets the name of the layer containing the features
getLayerName() - Method in class com.esri.map.ArcGISPopupInfo
 
getLayers() - Method in class com.esri.core.internal.value.MapServer
 
getLayers() - Method in class com.esri.core.portal.FeatureCollection
Returns a list of WebMapSubLayer objects representing each individual feature layer within this feature collection.
getLayers() - Method in class com.esri.core.portal.WebMapLayer
Returns a list of WebMapSubLayer objects which represents the sub-layers of this layer.
getLayers() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Gets the layers.
getLayers() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Gets the top level sub-layers of this map service.
getLayers() - Method in class com.esri.map.JMap
Gets the list of layers which the map contains
getLayers() - Method in class com.esri.map.WmsDynamicMapServiceLayer
Gets all layer information available in the service.
getLayersList() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Gets all the sub-layers of this map service as a flat list of LayerInfo instances.
getLayerSource() - Method in class com.esri.core.internal.value.LayerInfo
Gets the layer source.
getLayerTimeOptions() - Method in class com.esri.core.internal.value.DynamicLayerInfo
Get the current layer time options.
getLayerType() - Method in class com.esri.core.internal.value.LayerLegendInfo
Gets the layer type.
getLayerType() - Method in class com.esri.map.ArcGISFeatureLayer
 
getLayerType() - Method in class com.esri.map.GraphicsLayer
 
getLayerUrl() - Method in class com.esri.core.portal.WebMapPopupInfo
Gets the layer url.
getLayerURL() - Method in class com.esri.core.portal.WebMapSubLayer
Returns URL of the layer's backing service.
getLayerUrl() - Method in class com.esri.map.ArcGISPopupInfo
 
getLeftTableKey() - Method in class com.esri.core.internal.value.JoinTableDataSource
Gets the left table key.
getLeftTableSource() - Method in class com.esri.core.internal.value.JoinTableDataSource
Gets the left table source.
getLegend() - Method in class com.esri.client.local.ArcGISLocalTiledLayer
 
getLegend() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
 
getLegend() - Method in class com.esri.map.ArcGISImageServiceLayer
 
getLegend() - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
getLegend() - Method in class com.esri.map.BingMapsLayer
 
getLegend() - Method in class com.esri.map.GraphicsLayer
 
getLegend() - Method in class com.esri.map.Layer
 
getLegend() - Method in class com.esri.map.OpenStreetMapLayer
 
getLegend() - Method in class com.esri.map.WmsDynamicMapServiceLayer
 
getLegendImageGeometry() - Method in class com.esri.map.ArcGISFeatureLayer
 
getLegendImageGeometry() - Method in class com.esri.map.GraphicsLayer
 
getLegendImageGeometryByType(Geometry.Type) - Method in class com.esri.map.GraphicsLayer
 
getLegendItemInfos() - Method in class com.esri.core.internal.value.LayerLegendInfo
Gets the list of legend item info instances.
getLegendURL() - Method in class com.esri.core.portal.WebMapSubLayer
Returns legend URL, null if it does not exists.
getLegendURL() - Method in class com.esri.map.WmsLayerInfo
Returns legend URL in string.
getLength() - Method in class com.esri.core.map.Field
Gets the length of the Field.
getLength() - Method in class com.esri.core.tasks.ags.na.RoutingDirection
Gets the length of this segment of the route
getLevel() - Method in class com.esri.core.internal.value.LOD
 
getLevelCount() - Method in class com.esri.map.Grid
Returns the number of levels in a Grid.
getLicenseBytes() - Static method in class com.esri.runtime.ArcGISRuntime
 
getLicenseExtensions() - Static method in class com.esri.runtime.ArcGISRuntime
 
getLicenseInfo() - Method in class com.esri.core.portal.PortalItem
Returns the information about licenses or restrictions to view or edit the item.
getLicenseInfoHtml() - Method in class com.esri.core.internal.catalog.Item
Returns the license information as HTML string
getLicenseStatus() - Static method in class com.esri.runtime.ArcGISRuntime
Gets the license status.
getLimit() - Method in class com.esri.core.portal.PortalQueryParams
Returns the maximum number of results to be included in the result set response.
getLineColor(int) - Method in class com.esri.map.Grid
Gets the line color for a given grid level.
getLineWidth(int) - Method in class com.esri.map.Grid
Gets the line width in pixels for a given grid level.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.esri.map.popup.PopupView.AttachmentsListCellRenderer
 
getLocation() - Method in class com.esri.core.gps.GeoPosition
 
getLocation() - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Gets the location point.
getLocations() - Method in class com.esri.core.tasks.ags.geocode.BatchGeocodeResult
 
getLocationSR() - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Gets the location point spatial reference.
getLocationType() - Method in class com.esri.core.portal.WebMapLayer
Gets the location type.
getLocatorName() - Method in class com.esri.client.local.LocalGeocodeService
Gets locator name.
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.
getLogoInfo() - Method in class com.esri.map.OpenStreetMapLayer
Gets the logo info.
getLogoUrl() - Method in class com.esri.map.BingMapsLayer
Returns a URL object for Bing Maps logo.
getLongitude() - Method in class com.esri.core.gps.GeoCoordinate
 
getLongitudeFieldName() - Method in class com.esri.core.portal.WebMapLayer
Gets the longitude field name.
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.
getM() - Method in class com.esri.core.geometry.Point
Returns the attribute M of this point.
getManeuver() - Method in class com.esri.core.tasks.ags.na.RoutingDirection
Gets the maneuver used to perform this direction (E.g.
getMap() - Method in class com.esri.map.Layer
Gets the parent component.
getMap() - Method in class com.esri.map.MapOverlay
Gets the map that this overlay belongs to.
getMapExtent() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Gets the map extent.
getMapHeight() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Gets the map height.
getMapImage() - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
This method returns the GPMapImage associated with this GPFeatureRecordSetLayer.
getMapImage() - Method in class com.esri.core.tasks.ags.geoprocessing.GPRasterDataLayer
Gets the GPMapImage object.
getMapLayers() - Method in class com.esri.client.local.LocalMapService
Get a list of information on the layers published by this map service.
getMapName() - Method in class com.esri.core.internal.value.MapServer
 
getMapOverlays() - Method in class com.esri.map.JMap
Gets a list of map overlays.
getMapServer() - Method in class com.esri.map.Layer
 
getMapServerInfo(String, UserCredentials) - Method in class com.esri.map.Layer
Gets the map server info.
getMapServerLegendInfo(String, List<DynamicLayerInfo>) - Method in class com.esri.map.Layer
 
getMapStyle() - Method in class com.esri.map.BingMapsLayer
Returns the style of the Bing Maps layer.
getMapTip() - Method in class com.esri.map.GraphicsLayer
Returns the maptip.
getMapTipDelay() - Method in class com.esri.map.JMap
Returns the maptip delay.
getMapUnits() - Method in class com.esri.map.JMap
Gets the map units.
getMapUrl() - Method in class com.esri.core.portal.WebMapLayer
Map URL string for WMS service.
getMapVersion() - Method in class com.esri.map.BingMapsLayer
Returns the map version (format: v[map version], e.g.: v0).
getMapWidth() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Gets the map width.
getMaxAllowableOffset() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
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.QueryRelatedRecordsParameters
Gets the max allowable offset.
getMaxDrawOrder() - Method in class com.esri.map.GraphicsLayer
Returns the current maximum draw order of the graphics.
getMaxFeatures() - Method in class com.esri.core.tasks.ags.query.Query
 
getMaximum() - Method in class com.esri.core.renderer.ClassBreakInfo
Gets the maximum value for this break.
getMaximumRecordCount() - Method in class com.esri.core.internal.value.MapServer
 
getMaximumRecords() - Method in class com.esri.client.local.ArcGISLocalFeatureLayer
Gets the maximum number of records that the feature layer can return.
getMaximumRecords() - Method in class com.esri.client.local.LocalGeoprocessingService
Gets the maximum number of records.
getMaximumRecords() - Method in class com.esri.client.local.LocalMapService
Gets the maximum number of records that can be returned.
getMaximumRecords() - Method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Gets the maximum records returned by the service.
getMaximumSize() - Method in class com.esri.map.popup.PopupMediaView
 
getMaxLocations() - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Returns the maximum number for the returned candidates.
getMaxPixelSize() - Method in class com.esri.core.internal.value.ImageServer
Gets the maxPixelSize of the ImageServer.
getMaxScale() - Method in class com.esri.core.internal.value.ImageServer
Gets the max scale.
getMaxScale() - Method in class com.esri.core.internal.value.Layer
 
getMaxScale() - Method in class com.esri.core.internal.value.LayerLegendInfo
Gets the max scale the corresponding sublayer is visible at.
getMaxScale() - Method in class com.esri.core.internal.value.MapServer
Gets the max scale.
getMaxScale() - Method in class com.esri.core.portal.WebMapLayer
Returns the maximum scale.
getMaxScale() - Method in class com.esri.map.GraphicsLayer
 
getMaxScale() - Method in class com.esri.map.Layer
Gets the maximum scale at which this layer will be displayed.
getMaxValue() - Method in class com.esri.core.map.RangeDomain
Gets the maxValue of the RangeDomain.
getMaxValues() - Method in class com.esri.core.internal.value.ImageServer
Gets the maxValues of the ImageServer.
getMaxValues() - Method in class com.esri.map.ArcGISImageServiceLayer
Returns the maximum pixel values of all bands.
getMaxZoomLevel() - Method in class com.esri.map.OpenStreetMapLayer
Returns the maximum zoom level.
getMCSAddress() - Method in class com.esri.core.internal.catalog.Item
 
getMeanValues() - Method in class com.esri.core.internal.value.ImageServer
Gets the meanValues of the ImageServer.
getMeanValues() - Method in class com.esri.map.ArcGISImageServiceLayer
Returns the mean pixel values of all bands.
getMembers() - Method in class com.esri.core.internal.catalog.Group
Returns the memebers of this Group
getMergeSimilarPolygonRanges() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets whether or not to merge similar polygon ranges
getMessage() - Method in class com.esri.client.local.ServerMessageEvent
Gets the message.
getMessage() - Method in exception com.esri.core.internal.catalog.CatalogException
Returns the message of this CatalogException
getMessage() - Method in exception com.esri.core.io.EsriServiceException
 
getMessageProcessor() - Method in class com.esri.map.MessageGroupLayer
Get the message processor created by this class.
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.
getMessages() - Method in class com.esri.core.tasks.ags.na.NAResult
Gets the list of messages returned by the server
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.
getMinDrawOrder() - Method in class com.esri.map.GraphicsLayer
Returns the current minimum draw order of the graphics.
getMinimum() - Method in class com.esri.core.renderer.ClassBreakInfo
Gets the minimum value for this break.
getMinimumValue() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Gets the minimu value.
getMinPixelSize() - Method in class com.esri.core.internal.value.ImageServer
Gets the minPixelSize of the ImageServer.
getMinScale() - Method in class com.esri.core.internal.value.ImageServer
Gets the min scale.
getMinScale() - Method in class com.esri.core.internal.value.Layer
 
getMinScale() - Method in class com.esri.core.internal.value.LayerLegendInfo
Gets the min scale the corresponding sublayer is visible at.
getMinScale() - Method in class com.esri.core.internal.value.MapServer
Gets the min scale.
getMinScale() - Method in class com.esri.core.portal.WebMapLayer
Returns the minimum scale.
getMinScale() - Method in class com.esri.map.GraphicsLayer
 
getMinScale() - Method in class com.esri.map.Layer
Gets the minimum scale at which this layer will be displayed.
getMinValue() - Method in class com.esri.core.map.RangeDomain
Gets the minValue of the RangeDomain.
getMinValues() - Method in class com.esri.core.internal.value.ImageServer
Gets the minValues of the ImageServer.
getMinValues() - Method in class com.esri.map.ArcGISImageServiceLayer
Returns the minimum pixel values of all bands.
getMinZoomLevel() - Method in class com.esri.map.OpenStreetMapLayer
Returns the minimum zoom level.
getMode() - Method in class com.esri.core.portal.WebMapLayer
Returns the mode that an ArcGIS Feature Layer is configured to work in.
getMode() - Method in class com.esri.map.GPSLayer
Returns the current mode.
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.
getModifiedDate() - Method in class com.esri.core.internal.catalog.Group
Returns the Date when this Group was last modified
getModifiedDate() - Method in class com.esri.core.internal.catalog.Item
Return the date on which this Item was last modified
getModifiedDate() - Method in class com.esri.core.internal.catalog.User
Returns the date that the user's profile was modified
getMosaicRule() - Method in class com.esri.core.map.ImageServiceParameters
Gets the mosaicRule of the ImageServiceParameters.
getMosaicRule() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the mosaic rule of the layer.
getMouseMapPoint(Point2D) - Method in class com.esri.map.MapOverlay
Convenience method to allow subclasses to convert mouse point to a map point.
getMouseWheelZoomDirection() - Method in class com.esri.map.JMap
Gets the zoom direction when the mouse wheel is moved forwards.
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.
getMyContents() - Method in class com.esri.core.internal.catalog.Catalog
Return contents of the signed in user.
getMyGroups() - Method in class com.esri.core.internal.catalog.Catalog
Returns the groups that the signed in user belongs to.
getName() - Method in class com.esri.client.local.LayerDetails
Gets the layer name.
getName() - Method in class com.esri.core.geometry.AngularUnit
Returns the canonical name of the unit as defined in Projection Engine.
getName() - Method in class com.esri.core.geometry.AreaUnit
Returns the canonical name of the unit as defined in Projection Engine.
getName() - Method in class com.esri.core.geometry.LinearUnit
Returns the canonical name of the unit as defined in Projection Engine.
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.internal.catalog.Item
Returns the name of this Item
getName() - Method in class com.esri.core.internal.value.ImageServer
Gets the name of the ImageServer.
getName() - Method in class com.esri.core.internal.value.KMLFolder
 
getName() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
getName() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getName() - Method in class com.esri.core.internal.value.Layer
 
getName() - Method in class com.esri.core.internal.value.LayerRelationship
Gets the name.
getName() - Method in class com.esri.core.internal.value.Service
 
getName() - Method in class com.esri.core.internal.value.Table
 
getName() - Method in class com.esri.core.map.AttachmentInfo
Gets the name of the Attachment.
getName() - Method in class com.esri.core.map.Bookmark
Returns the name of the bookmark.
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.map.WebMapQuery
Returns the query task name.
getName() - Method in class com.esri.core.portal.PortalItem
Returns the name of this item.
getName() - Method in class com.esri.core.portal.WebMapSubLayer
Gets the name.
getName() - Method in class com.esri.core.symbol.advanced.SymbolProperties
 
getName() - Method in class com.esri.core.tasks.ags.geocode.LocatorFieldInfo
Returns the name of the field
getName() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Gets the name.
getName() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Gets the name.
getName() - Method in class com.esri.core.tasks.ags.na.StopGraphic
Gets the name of the stop
getName() - Method in class com.esri.map.Layer
 
getName() - Method in class com.esri.map.LayerInfo
Gets the name.
getName() - Method in class com.esri.map.TimingTools.TimingInfo
 
getName() - Method in class com.esri.map.WmsLayerInfo
Gets the name of the layer.
getNavigationPointHeightFactor() - Method in class com.esri.map.GPSLayer
Factor that determines the position of the GPS relative to the screen along the vertical axis of the map's center. 0 represents the bottom edge and 1 represents the top, incremented uniformly.
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.
getNormalizationField() - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Gets the normalization field.
getNormalizationField() - Method in class com.esri.core.renderer.ClassBreaksRenderer
 
getNormalizationTotal() - Method in class com.esri.core.renderer.ClassBreaksRenderer
 
getNormalizationType() - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Gets the normalization type.
getNormalizationType() - Method in class com.esri.core.renderer.ClassBreaksRenderer
 
getNorthLat() - Method in class com.esri.core.portal.PortalInfo.GeocodeServiceInfo
Gets the north lat.
getNumberOfGraphics() - Method in class com.esri.map.GraphicsLayer
Gets the number of graphics in the layer.
getNumberOfPages() - Method in class com.esri.map.JMap
 
getNumComments() - Method in class com.esri.core.internal.catalog.Item
Returns the number of comments for this Item
getNumComments() - Method in class com.esri.core.portal.PortalItem
Returns the number of comments for this item.
getNumRatings() - Method in class com.esri.core.internal.catalog.Item
Returns the ratings 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.internal.catalog.Item
Returns the number of time this Item has been viewed
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.core.internal.value.ImageServer
Gets the objectIdField of the ImageServer.
getObjectIdField() - Method in class com.esri.core.internal.value.Layer
 
getObjectIdField() - Method in class com.esri.map.ArcGISFeatureLayer
Returns the name of the field that contains the ObjectID field for the layer.
getObjectIdField() - Method in class com.esri.map.ArcGISPopupInfo
 
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.QueryRelatedRecordsParameters
Gets the object ids.
getOffsetX() - Method in class com.esri.core.symbol.MarkerSymbol
The MarkerSymbol adheres to a point feature.
getOffsetY() - Method in class com.esri.core.symbol.MarkerSymbol
The MarkerSymbol adheres to a point feature.
getOidFields() - Method in class com.esri.core.internal.value.QueryTableDataSource
Gets the oid fields.
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.
getOnSelfSignedCertificateListener() - Static method in class com.esri.core.io.SelfSignedCertificateHandle
Returns the user defined onSelfSignedCertificateListener.
getOnStatisticField() - Method in class com.esri.core.tasks.ags.query.OutStatistics
Gets the onStatisticField of the OutStatistic.
getOpacity() - Method in class com.esri.core.portal.WebMapLayer
Returns the opacity for this layer specified in the WebMap.
getOpacity() - Method in class com.esri.map.Layer
Gets the opacity of the Layer.
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.
getOperationMode() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the operation mode.
getOptions() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the options of the ArcGISImageServiceLayer.
getOrganization() - Method in class com.esri.core.internal.catalog.User
Returns the organization the user belongs to
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.
getOrganizationThumbnailFileName() - Method in class com.esri.core.portal.PortalInfo
Returns the filename for the organization's thumbnail.
getOrigin() - Method in class com.esri.core.internal.value.LocalTileInfo
 
getOutFields() - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Return a list of fields to be returned in the response.
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.QueryRelatedRecordsParameters
Gets the out fields.
getOutFields() - Method in class com.esri.map.ArcGISFeatureLayer
The array of field names included in the feature layer based on the ArcGISFeatureLayer.Options.outFields parameter.
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.
getOutParameters() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobResults
Gets the output parameters.
getOutputGeometryPrecision() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getOutputGeometryPrecision() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the precision value of the output geometry
getOutputGeometryPrecision() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getOutputGeometryPrecision() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getOutputGeometryPrecisionUnits() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getOutputGeometryPrecisionUnits() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the unit of the output geometry precision
getOutputGeometryPrecisionUnits() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getOutputGeometryPrecisionUnits() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getOutputLines() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getOutputLines() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Gets the type of output lines of the route
getOutputLines() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getOutputLines() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
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.
getOutputPolygons() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets the type of OutputPolygons (none, simplified, detailed, default)
getOutputSpatialRef() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
getOutSpatialReference() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getOutSpatialReference() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the spatial reference of the output geometry
getOutSpatialReference() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getOutSpatialReference() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
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.QueryRelatedRecordsParameters
Gets the out spatial reference.
getOutSR() - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Returns the spatial reference of the xy coordinates for the geocode request.
getOutSR() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Returns the output spatial reference set for this geoprocessing task.
getOutStatisticFieldName() - Method in class com.esri.core.tasks.ags.query.OutStatistics
Gets the outStatisticFieldName of the OutStatistic.
getOverlapLines() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets whether or not the lines should overlap from multiple facilities
getOverlapPolygons() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets whether or not the polygons for all facilities should overlap
getOwner() - Method in class com.esri.core.internal.catalog.Group
Returns the owner of this Group
getOwner() - Method in class com.esri.core.internal.catalog.Item
Returns the owner of this Item
getOwner() - Method in class com.esri.core.portal.PortalGroup
Returns the owner of this group, the owner has the ability to add/remove/invite other users.
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.
getOwnerName() - Method in class com.esri.core.internal.catalog.Item
Returns the name of this Item's owner.
getOwnershipBasedAccessControlForFeatures() - Method in class com.esri.core.internal.value.Layer
 
getOwnershipBasedAccessControlForFeatures() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the ownership based access control for features.
getOwningSystemURL() - Method in class com.esri.core.internal.value.RestInfo
 
getPacketSize() - Method in class com.esri.core.internal.value.LocalTileInfo
 
getPageFormat(int) - Method in class com.esri.map.JMap
 
getPannableExtent() - Method in class com.esri.core.geometry.SpatialReference
Returns the pannable extent.
getPanTolerance() - Method in class com.esri.map.JMap
Returns the tolerance on map panning by mouse.
getParam(String) - Method in class com.esri.client.local.CreateServiceInfo
Gets the parameters.
getParameter() - Method in class com.esri.map.MapLoadAction
Gets the parameter of the MapLoadAction.
getParameterName() - Method in class com.esri.core.tasks.ags.na.AttributeParameterValue
Gets the name of the parameter
getParameters() - Method in class com.esri.core.map.WebMapQuery
Returns a list of predefined query input parameters which are stored in a pair of key and Object hashtable object.
getParameters() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Gets the parameters.
getParameterType() - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Gets the parameter type.
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.
getParams() - Method in class com.esri.client.local.CreateServiceInfo
Gets the parameters.
getParamsString() - Method in class com.esri.client.local.CreateServiceInfo
Gets the parameters as a string.
getParamURL() - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobParameter
Gets the parameter URL.
getParent() - Method in class com.esri.map.LayerInfo
Gets the parent.
getParentFolderId() - Method in class com.esri.core.internal.value.KMLFolder
 
getParentLayerId() - Method in class com.esri.core.internal.value.Layer
 
getParentService() - Method in class com.esri.client.local.LayerDetails
Returns the parent service of this layer.
getParity() - Method in class com.esri.core.gps.SerialPortInfo
 
getPassword() - Method in class com.esri.core.io.UserCredentials
Returns the password that this instance was initialized with.
getPath() - Method in class com.esri.client.local.LocalGeocodeService
Gets the path of the locator; typically this is the path to the geocoding package (.gcpk).
getPath() - Method in class com.esri.client.local.LocalGeoprocessingService
Gets the path.
getPath() - Method in class com.esri.client.local.LocalMapService
Gets the path to the data on disk; typically this is the path to an MPK.
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.
getPhone() - Method in class com.esri.core.internal.catalog.Group
Returns a phone number associated with this Group
getPicture() - Method in class com.esri.core.symbol.PictureMarkerSymbol
Gets the picture.
getPixelSizeX() - Method in class com.esri.core.internal.value.ImageServer
Gets the pixelSizeX of the ImageServer.
getPixelSizeX() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the size of pixel in X direction.
getPixelSizeY() - Method in class com.esri.core.internal.value.ImageServer
Gets the pixelSizeY of the ImageServer.
getPixelSizeY() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the size of pixel in Y direction.
getPixelType() - Method in class com.esri.core.internal.value.ImageServer
Gets the pixelType of the ImageServer.
getPixelType() - Method in class com.esri.core.map.ImageServiceParameters
Gets the pixelType of the ImageServiceParameters.
getPixelType() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the pixel type of the image service.
getPlaybackRate() - Method in class com.esri.core.gps.FileGPSWatcher
 
getPluralDisplayName() - Method in class com.esri.core.geometry.AngularUnit
Returns the plural display name of this unit.s
getPluralDisplayName() - Method in class com.esri.core.geometry.AreaUnit
Returns the display name of this unit.
getPluralDisplayName() - Method in class com.esri.core.geometry.LinearUnit
Returns the display name of this unit.
getPluralDisplayName() - Method in class com.esri.core.geometry.Unit
Returns the display name of this unit.
getPoint(int) - Method in class com.esri.core.geometry.MultiPath
 
getPoint(int) - Method in class com.esri.core.geometry.MultiPoint
 
getPointBarriers() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getPointBarriers() - Method in class com.esri.core.tasks.ags.na.NAResult
Gets only the point barriers used in the analysis
getPointBarriers() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the point barriers to avoid while solving
getPointBarriers() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getPointBarriers() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getPointCount() - Method in class com.esri.core.geometry.MultiPath
 
getPointCount() - Method in class com.esri.core.geometry.MultiPoint
 
getPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.NAResult
Gets only the polygon barriers used in the analysis
getPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the polygon barriers to avoid while solving
getPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.NAResult
Gets only the polyline barriers used in the analysis
getPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the polyline barriers to avoid while solving
getPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getPopup() - Method in class com.esri.map.popup.PopupViewEvent
Gets the popup view that fired the event.
getPopupInfo() - Method in class com.esri.core.portal.WebMapPopupInfo
Gets the popup info.
getPopupInfo(int) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
 
getPopupInfo() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the PopupInfo associated with this feature layer.
getPopupInfo(int) - Method in class com.esri.map.ArcGISFeatureLayer
 
getPopupInfo(int) - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
getPopupInfo(int) - Method in class com.esri.map.Layer
 
getPortal() - Method in class com.esri.core.portal.PortalGroup
Returns the portal object 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.
getPortalMode() - Method in class com.esri.core.portal.PortalInfo
Indicates whether the portal is single or multi tenant mode of the Portal.
getPortalName() - Method in class com.esri.core.portal.PortalInfo
Returns the name of the Portal.
getPortalThumbnailFileName() - Method in class com.esri.core.portal.PortalInfo
Returns the filename for the portal's thumbnail.
getPortInfo() - Method in class com.esri.core.gps.SerialPortGPSWatcher
 
getPortName() - Method in class com.esri.core.gps.SerialPortInfo
 
getPositionChangeType() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
getPositionChangeTypesFromCode(int) - Static method in enum com.esri.core.gps.PositionChangeType
Since there could be more than one type of position change, this returns a boolean array indicating the changes.
getPositionDilutionOfPrecision() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
getPredefinedQueries() - Method in class com.esri.core.portal.WebMap
Returns a list of predefined query that were authored with this WebMap.
getPredifinedQueries() - Method in class com.esri.map.WebMap
Get a list of WebMapQuerys defined by this web map.
getPreferredView() - Method in class com.esri.core.internal.catalog.User
Returns the user's preferred view
getPreserveFirstStop() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not to preserve the first stop
getPreserveLastStop() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not to preserve the last stop
getPrintable(int) - Method in class com.esri.map.JMap
 
getPrintService() - Method in class com.esri.core.portal.PortalInfo.HelperServices
Gets the print service.
getPrivacy() - Method in class com.esri.core.internal.catalog.User
Returns the privacy settings of the user
getProcessSR() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Returns the process spatial reference set for this geoprocessing task.
getProgress() - Method in class com.esri.map.ProgressEvent
Gets the progress.
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.internal.value.QueryTableDataSource
Gets the query.
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.
getRealm() - Method in class com.esri.core.map.EditFieldsInfo
Gets the realm.
getReferer() - Method in class com.esri.core.io.UserCredentials
Returns the referer that was supplied with the token string.
getRefreshInterval() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getRefreshMode() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getRelatedTableId() - Method in class com.esri.core.internal.value.LayerRelationship
Gets the related table id.
getRelationshipId() - Method in class com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
Gets the relationship id.
getRelationShips() - Method in class com.esri.core.internal.value.Layer
 
getRelationShips() - Method in class com.esri.map.ArcGISFeatureLayer
Gets any relationships the layer participates in with other layers / tables
getRenderEngine() - Static method in class com.esri.runtime.ArcGISRuntime
Gets the render engine.
getRenderer() - Method in class com.esri.core.internal.value.DrawingInfo
Gets the renderer of the DrawingInfo.
getRenderer() - Method in class com.esri.core.internal.value.Layer
 
getRenderer() - Method in class com.esri.map.GraphicsLayer
Gets the renderer of the GraphicsLayer.
getRenderingRule() - Method in class com.esri.core.map.ImageServiceParameters
Gets the renderingRule of the ImageServiceParameters.
getRenderingRule() - Method in class com.esri.map.ArcGISImageServiceLayer
Gets the rendering rule of the layer.
getResolution() - Method in class com.esri.core.internal.value.LOD
 
getResolution() - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
getResolution() - Method in class com.esri.map.DynamicLayer
 
getResolution() - Method in class com.esri.map.JMap
Gets the resolution of the map.
getResolution() - Method in class com.esri.map.Layer
Gets the resolution of the Layer.
getResolution() - Method in class com.esri.map.OpenStreetMapLayer
 
getResolutionList() - Method in class com.esri.map.JMap
Gets the resolution list.
getResolutionList() - Method in class com.esri.map.Layer
Get a list of resolutions for each defined zoom level for the layer.
getRestInfo(String) - Static method in class com.esri.core.internal.value.RestInfo
 
getRestrictionAttributeNames() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getRestrictionAttributeNames() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the list of restriction attribute names
getRestrictionAttributeNames() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getRestrictionAttributeNames() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getRestrictUTurns() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getRestrictUTurns() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Returns the type of U turn restriction to use
getRestrictUTurns() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getRestrictUTurns() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getResult(GPJobResource, String, boolean) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Synchronously gets the named output parameter.
getResultAsync(GPJobResource, String, boolean, CallbackListener<GPParameter>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Asynchronously gets the named output parameter.
getResultMapServerName() - Method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Gets the result map server name, if any.
getResults() - Method in class com.esri.core.portal.PortalQueryResultSet
Returns the results of the query.
getRightTableKey() - Method in class com.esri.core.internal.value.JoinTableDataSource
Gets the right table key.
getRightTableSource() - Method in class com.esri.core.internal.value.JoinTableDataSource
Gets the right table source.
getRole() - Method in class com.esri.core.portal.PortalUser
Gets the role of the Portal user.
getRotation() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
getRotation() - Method in class com.esri.map.JMap
Gets the rotation of the map.
getRoute() - Method in class com.esri.core.tasks.ags.na.Route
Gets the graphic for the full route (polyline)
getRouteID() - Method in class com.esri.core.tasks.ags.na.Route
Gets the integer ID of the route
getRouteName() - Method in class com.esri.core.tasks.ags.na.Route
Gets the name of the route
getRouteName() - Method in class com.esri.core.tasks.ags.na.StopGraphic
Gets the name of the route this stop belongs to
getRoutes() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityResult
Gets the list of routes returned by the server
getRoutes() - Method in class com.esri.core.tasks.ags.na.RoutingResult
Gets the list of routes returned by the server
getRouteService() - Method in class com.esri.core.portal.PortalInfo.HelperServices
Gets the route service.
getRoutingDirections() - Method in class com.esri.core.tasks.ags.na.Route
Gets the list of turn by turn directions for this route
getRows() - Method in class com.esri.core.internal.value.LocalTileInfo
 
getRuntimeBinariesDir() - Static method in class com.esri.runtime.ArcGISRuntime
Gets the full path to the directory containing the local runtime binaries.
getRuntimeBinaryLocationsSearched() - Static method in class com.esri.runtime.ArcGISRuntime
Gets the runtime binary locations searched.
getRuntimeBinaryPath(String) - Static method in class com.esri.runtime.ArcGISRuntime
Gets the path to the given binary expected to be in the LocalServer directory rather than the Client directory.
getSatellitesUsedInFix() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
getSatelliteSystem() - Method in class com.esri.core.gps.Satellite
 
getScale() - Method in class com.esri.core.internal.value.LOD
 
getScale() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the scale of the image.
getScale() - Method in class com.esri.map.JMap
Returns the current scale of the map.
getScaleSymbols() - Method in class com.esri.core.internal.value.DrawingInfo
 
getScore() - Method in class com.esri.core.tasks.ags.geocode.LocatorGeocodeResult
Returns the score for this address candidate.
getSdeConnectionFilePath() - Method in class com.esri.client.local.WorkspaceInfo
Sets the
getSearchExtent() - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Returns searching extent;
getSearchFields() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
getSearchText() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
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.map.ArcGISFeatureLayer
Returns the selected features.
getSelectionColor() - Method in class com.esri.map.GraphicsLayer
Returns the color applied to a selected graphic.
getSelectionIDs() - Method in class com.esri.map.GraphicsLayer
Gets the ids of the selected graphics.
getSelectionSymbol() - Method in class com.esri.map.GraphicsLayer
Gets the selection symbol.
getSequence() - Method in class com.esri.core.tasks.ags.na.StopGraphic
Gets the sequence in which this stop should be visited (e.g. a value of 2 means this stop is visited second)
getSerialversionuid() - Static method in class com.esri.core.internal.value.ImageServer
Gets the serialversionuid of the ImageServer.
getServerExe() - Method in class com.esri.client.local.ServerLaunchConfig
Gets the server executable path.
getServerLocationEnv() - Method in class com.esri.client.local.ServerLaunchConfig
Gets the server location environment.
getService() - Method in class com.esri.client.local.LocalServiceStartCompleteEvent
Gets the service that this event is for.
getService() - Method in class com.esri.client.local.LocalServiceStopCompleteEvent
Gets the service that this event is for.
getService() - Method in class com.esri.core.internal.value.Catalog
 
getServiceAreaPolygons() - Method in class com.esri.core.tasks.ags.na.ServiceAreaResult
Gets the FeatureSet representing the service area polygons
getServiceAreaPolylines() - Method in class com.esri.core.tasks.ags.na.ServiceAreaResult
Gets the FeatureSet representing the service area polylines
getServiceDataType() - Method in class com.esri.core.internal.value.ImageServer
Gets the serviceDataType of the ImageServer.
getServiceDescription() - Method in class com.esri.core.internal.value.ImageServer
Gets the serviceDescription of the ImageServer.
getServiceDescription() - Method in class com.esri.core.internal.value.MapServer
 
getServiceDescription() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Returns the description of the service, if any.
getServiceDescription() - Method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Gets the service description.
getServiceDescription() - Method in class com.esri.map.Layer
Gets the service description.
getServices() - Method in class com.esri.client.local.LocalServer
Gets a read only list of local services currently running on the LocalServer.
getServiceType() - Method in class com.esri.client.local.LocalGeoprocessingService
Gets the service type.
getServiceUrl() - Method in class com.esri.core.internal.value.LayerLegendInfo
Gets the service url.
getShowLabels() - Method in class com.esri.core.internal.value.DrawingInfo
 
getSignalStrength() - Method in class com.esri.core.gps.Satellite
 
getSignedInUser() - Method in class com.esri.core.internal.catalog.Catalog
Get information about the signed in user.
getSingleLineAddressField() - Method in class com.esri.core.tasks.ags.geocode.LocatorServiceInfo
Gets single-line address field.
getSize() - Method in class com.esri.core.internal.catalog.Item
Returns the size of this Item
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 pixels.
getSize() - Method in class com.esri.core.symbol.TextSymbol
Returns the font size in pixels.
getSnippet() - Method in class com.esri.core.internal.catalog.Group
Returns a description snippet for the Group
getSnippet() - Method in class com.esri.core.internal.catalog.Item
Returns a snippet description associated with this Item
getSnippet() - Method in class com.esri.core.internal.value.KMLFolder
 
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.
getSource() - Method in class com.esri.client.local.ArcGISLocalDynamicMapServiceLayer
Gets the LocalMapService this layer belongs to.
getSource() - Method in class com.esri.client.local.ArcGISLocalFeatureLayer
Gets the LocalMapService or LocalFeatureService to which this layer belongs to.
getSourceCountry() - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
string value representing the country.
getSouthLat() - Method in class com.esri.core.portal.PortalInfo.GeocodeServiceInfo
Gets the south lat.
getSpatialFilter() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Gets the spatial filter used to filter the features
getSpatialRef() - Method in class com.esri.core.internal.value.QueryTableDataSource
Gets the spatial reference.
getSpatialReference() - Method in class com.esri.core.geometry.MapGeometry
Gets the spatial reference for this MapGeometry.
getSpatialReference() - Method in class com.esri.core.internal.value.LocalTileInfo
 
getSpatialReference() - Method in class com.esri.core.internal.value.MapServer
 
getSpatialReference() - Method in class com.esri.core.map.Bookmark
Returns the spatial reference.
getSpatialReference() - Method in class com.esri.core.map.FeatureSet
Gets the spatial reference of the FeatureSet.
getSpatialReference() - Method in class com.esri.core.map.Graphic
Returns the spatial reference.
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.BatchGeocodeResult
 
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.geoprocessing.GPMapImage
 
getSpatialReference() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Gets the spatial reference.
getSpatialReference() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Gets the spatial reference to use for translating the graphics to json
getSpatialReference() - Method in class com.esri.map.JMap
Returns the spatial reference of the map.
getSpatialReference() - Method in class com.esri.map.Layer
Gets the current spatial reference of the Layer.
getSpatialReference() - Method in class com.esri.map.WmsLayerInfo
Returns default spatial reference of the layer.
getSpatialRefs() - Method in class com.esri.core.portal.WebMapLayer
Gets the spatial refs.
getSpatialRelationship() - Method in class com.esri.core.internal.value.SpatialFilter
 
getSpatialRelationship() - Method in class com.esri.core.tasks.ags.query.Query
Returns the SpatialRelationship to be applied on the input geometry.
getSpeed() - Method in class com.esri.core.gps.GeoCoordinate
 
getSplitLinesAtBreaks() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets whether or not lines should be split at breaks
getSplitPolygonsAtBreaks() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets whether or not polygons should be split at breaks
getSpRef() - Method in class com.esri.core.internal.catalog.Item
Returns the SpatialReference of this Item
getSr() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
getStartDate() - Method in class com.esri.core.map.TimeExtent
Gets the start date.
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.
getStartTime() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Returns the time to start the routing
getStartTimeField() - Method in class com.esri.core.map.TimeInfo
Gets the start time field.
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
 
getStatus() - Method in class com.esri.client.local.LocalServer
Gets the current LocalServer status.
getStatus() - Method in class com.esri.client.local.LocalService
Gets the status of the service.
getStatus() - Method in interface com.esri.core.gps.IGPSWatcher
Gets the current status of the watcher.
getStatus() - Method in class com.esri.map.Layer
Gets the status of this layer.
getStatusCallback() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Gets the status callback.
getStatusCallbackInterval() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Gets the status callback interval.
getStatusCode() - Method in enum com.esri.core.gps.GPSStatus
 
getStdDevInterval() - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Gets the standard deviation interval.
getStdvValues() - Method in class com.esri.core.internal.value.ImageServer
Gets the stdvValues of the ImageServer.
getStdvValues() - Method in class com.esri.map.ArcGISImageServiceLayer
Returns the standard deviation pixel values of all bands.
getStopBits() - Method in class com.esri.core.gps.SerialPortInfo
 
getStops() - Method in class com.esri.core.tasks.ags.na.RoutingResult
Gets the FeatureSet representing the stops used to perform routing
getStops() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Returns the stops to route between
getStorageFormat() - Method in class com.esri.core.internal.value.LocalTileInfo
 
getStorageQuota() - Method in class com.esri.core.internal.catalog.User
Returns the User's storage quota
getStorageUsage() - Method in class com.esri.core.internal.catalog.User
Returns the User's storage usage
getStyle() - Method in class com.esri.core.symbol.SimpleFillSymbol
Gets the fill style.
getStyle() - Method in class com.esri.core.symbol.SimpleLineSymbol
Get the current line style
getStyle() - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Returns the marker SimpleMarkerSymbol.Style.
getSubFolderIds() - Method in class com.esri.core.internal.value.KMLFolder
 
getSubLayer(String) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Gets a info on a sub-layer.
getSubLayer(int) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Gets a info on a sub-layer.
getSubLayerIds() - Method in class com.esri.core.internal.value.Layer
 
getSubLayerInfos() - Method in class com.esri.map.LayerInfo
Gets all sub-layers of this layer.
getSubLayers() - Method in class com.esri.map.WmsLayerInfo
Returns the immediate sub-layers.
getSubLayersVisibility(StringBuilder, boolean, Collection<LayerInfo>) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Used to generate a list of layer IDs for layers that should be hidden.
getSubType(String) - Method in class com.esri.core.internal.value.Layer
 
getSubTypes() - Method in class com.esri.core.internal.value.Layer
 
getSubTypes() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the sub-types.
getSupportedImageFormats() - Method in class com.esri.map.WmsDynamicMapServiceLayer
Gets the supported image formats.
getSupportedImageFormatTypes() - Method in class com.esri.core.internal.value.MapServer
 
getSupportedSpatialReferences() - Method in class com.esri.map.WmsDynamicMapServiceLayer
Gets supported spatial references.
getSymbol() - Method in class com.esri.core.map.Graphic
Gets the symbol for the graphic.
getSymbol() - Method in class com.esri.core.renderer.ClassBreakInfo
Gets the symbol used for this break.
getSymbol(Graphic) - Method in class com.esri.core.renderer.ClassBreaksRenderer
 
getSymbol(Graphic) - Method in class com.esri.core.renderer.DictionaryRenderer
 
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
 
getSymbol() - Method in class com.esri.core.renderer.UniqueValueInfo
Gets the symbol associated with this unique value.
getSymbol(Graphic) - Method in class com.esri.core.renderer.UniqueValueRenderer
 
getSymbolDictionary() - Method in class com.esri.core.symbol.advanced.MessageProcessor
 
getSymbolImage(String, int, int) - Method in class com.esri.core.symbol.advanced.SymbolDictionary
 
getSymbolScaleFactor() - Method in class com.esri.core.renderer.DictionaryRenderer
Get the scale factor applied to point marker symbols
getSyncObject() - Method in class com.esri.map.ResolutionList
Gets the sync object to be used when accessing this class's iterator.
getTables() - Method in class com.esri.core.internal.value.MapServer
 
getTags() - Method in class com.esri.core.internal.catalog.Group
Returns a list of tags associated with this Group
getTags() - Method in class com.esri.core.internal.catalog.Item
Returns a list of tags associated with this Item
getTags() - Method in class com.esri.core.internal.catalog.User
Returns a list of search tags associated with this User
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.
getTailColor() - Method in class com.esri.map.popup.PopupPanel
Gets the tail color.
getTasks() - Method in class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
Gets the names of the tasks defined by the service.
getTempDirectory() - Static method in class com.esri.runtime.ArcGISRuntime
Returns the directory path set using ArcGISRuntime.setTempDirectory(String).
getTemplates() - Method in class com.esri.core.internal.value.Layer
 
getTemplates() - Method in class com.esri.core.map.FeatureType
Returns the template array of the FeatureType.
getTemplates() - Method in class com.esri.map.ArcGISFeatureLayer
Gets the templates.
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.geocode.LocatorFindParameters
Returns the search text string.
getText() - Method in class com.esri.core.tasks.ags.na.RoutingDirection
Gets the textual representation of the direction (e.g.
getText() - Method in class com.esri.core.tasks.ags.query.Query
Returns the literal search text.
getThumbnail() - Method in class com.esri.core.internal.catalog.Group
Returns a thumbnail for this group.
getThumbnail() - Method in class com.esri.core.internal.catalog.Item
Returns a thumbnail for this item.
getThumbnail() - Method in class com.esri.core.internal.catalog.User
Returns a thumbnail for 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.
getThumbnailIfExists() - Method in class com.esri.core.internal.catalog.Item
Returns a thumbnail if it was previously fetched from the server and is cached in the Item.
getTileAsynch(int, int, int, TiledMapServiceLayer.TileListener) - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
getTileAsynch(int, int, int, TiledMapServiceLayer.TileListener) - Method in class com.esri.map.BingMapsLayer
get byte array of the tile at the specified level, column and row.
getTileAsynch(int, int, int, TiledMapServiceLayer.TileListener) - Method in class com.esri.map.OpenStreetMapLayer
 
getTileInfo() - Method in class com.esri.core.internal.value.MapServer
 
getTileServerURLs() - Method in class com.esri.map.OpenStreetMapLayer
The URLs used to fetch tiles from.
getTime() - Method in class com.esri.core.gps.GeoPosition
 
getTime() - Method in class com.esri.core.tasks.ags.na.RoutingDirection
Gets the time this segment of the route will take to traverse
getTimeExtent() - Method in interface com.esri.core.map.TimeAwareLayer
Gets the valid TimeExtent object for the Layer or null if this service does not support time based queries.
getTimeExtent() - Method in class com.esri.core.map.TimeInfo
Gets the time extent.
getTimeExtent() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
 
getTimeExtent() - Method in class com.esri.map.ArcGISFeatureLayer
 
getTimeExtent() - Method in class com.esri.map.ArcGISImageServiceLayer
 
getTimeExtent() - Method in interface com.esri.map.TimeAwareLayer
Gets the valid TimeExtent object for the Layer or null if this service does not support time based queries.
getTimeFormat() - Static method in class com.esri.core.gps.GeoPosition
 
getTimeInfo() - Method in class com.esri.core.internal.value.Layer
 
getTimeInfo() - Method in class com.esri.core.internal.value.MapServer
 
getTimeInfo() - Method in interface com.esri.core.map.TimeAwareLayer
Get all the time awareness information for this layer.
getTimeInfo() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
 
getTimeInfo() - Method in class com.esri.map.ArcGISFeatureLayer
 
getTimeInfo() - Method in class com.esri.map.ArcGISImageServiceLayer
 
getTimeInfo() - Method in interface com.esri.map.TimeAwareLayer
Get all the time awareness information for this layer.
getTimeInterval() - Method in interface com.esri.core.map.TimeAwareLayer
Get the current date/time range that this layer is filtered by.
getTimeInterval() - Method in class com.esri.core.map.TimeInfo
Gets the time interval.
getTimeInterval() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
 
getTimeInterval() - Method in class com.esri.map.ArcGISFeatureLayer
 
getTimeInterval() - Method in class com.esri.map.ArcGISImageServiceLayer
 
getTimeInterval() - Method in class com.esri.map.JMap
Get the current date/time range being used to filter time aware layers.
getTimeInterval() - Method in interface com.esri.map.TimeAwareLayer
Get the current date/time range that this layer is filtered by.
getTimeIntervalUnits() - Method in class com.esri.core.map.TimeInfo
Gets the time interval units.
getTimeOfDay() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets the time of day at which to compute the closest facility
getTimeOfDay() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets what time of day the service area should be computed at
getTimeOfDayUsage() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets how the time of day should be used (start or end)
getTimeOffset() - Method in class com.esri.core.map.TimeOptions
 
getTimeOffsetUnits() - Method in class com.esri.core.map.TimeOptions
 
getTimeOptions() - Method in class com.esri.core.internal.value.LayerTimeOptions
Gets the time options.
getTimeOptions() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
This method will return a list of.
getTimeOptionsList() - Method in class com.esri.core.internal.value.LayerTimeOptionsCollection
 
getTimeout() - Method in interface com.esri.core.gps.IGPSWatcher
Returns the timeout.
getTimeReference() - Method in class com.esri.core.map.TimeInfo
Gets the time reference.
getTimeWindowEnd() - Method in class com.esri.core.tasks.ags.na.StopGraphic
Gets the end of the time window for visiting this stop (e.g. the latest time at which we should arrive)
getTimeWindowStart() - Method in class com.esri.core.tasks.ags.na.StopGraphic
Gets the start of the time window for visiting this stop (e.g. the earliest time at which we should arrive)
getTimeZone() - Method in class com.esri.core.map.TimeReference
Gets the time zone.
GetTiming() - Static method in class com.esri.map.TimingTools
 
getTitle() - Method in class com.esri.core.internal.catalog.Group
Returns the Title of this Group
getTitle() - Method in class com.esri.core.internal.catalog.Item
Returns the title of this Item
getTitle(Graphic) - Method in class com.esri.core.map.InfoTemplate
Deprecated. Gets the title populated with the attribute values of the provided graphic.
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, this is set up by the owner of the group when the group is created.
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.
getTitle() - Method in class com.esri.core.portal.WebMapSubLayer
Gets the title.
getTitle() - Method in interface com.esri.map.popup.MapPopup
Gets the title.
getTitle() - Method in class com.esri.map.WmsLayerInfo
Gets the title of the layer.
getTitleTemplate() - Method in class com.esri.core.map.InfoTemplate
Deprecated. Gets the title without replacing the tokens.
getToColor() - Method in class com.esri.core.internal.value.AlgorithmicColorRamp
Gets the to color.
getToColor() - Method in class com.esri.core.internal.value.RampDefinition
Gets the to color.
getToken() - Method in class com.esri.core.io.UserCredentials
Returns the token that this instance was initialized with.
getTokenExpiry() - Method in class com.esri.core.io.UserCredentials
 
getTokenServicesUrl() - Method in class com.esri.core.internal.value.RestInfo
 
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
Gets the tolerance.
getTotalDriveTime() - Method in class com.esri.core.tasks.ags.na.Route
Gets the total drive time of the route
getTotalLength() - Method in class com.esri.core.tasks.ags.na.Route
Gets the total length of the route (distance)
getTotalResults() - Method in class com.esri.core.portal.PortalQueryResultSet
Returns the total number of results generated by the query.
getTotalTime() - Method in class com.esri.core.tasks.ags.na.Route
Gets the total time of the route
getTrackIdField() - Method in class com.esri.core.map.TimeInfo
Gets the track id field.
getTransparency() - Method in class com.esri.core.internal.value.DrawingInfo
Gets the transparency of the DrawingInfo.
getTravelDirection() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets the travel direction to use for the closest facility task (to or from the facilities)
getTravelDirection() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets the travel direction for the service area computation (to or from facility)
getTrimOuterPolygon() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets whether or not to trim the outermost polygon
getTrimPolygonDistance() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets the distance to trim the outermost polygon, if trimming is set to true
getTrimPolygonDistanceUnits() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets the units of the trim distance
getTrustStore() - Static method in class com.esri.core.io.UserCredentials
Deprecated.  
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.internal.catalog.Item
Returns the type of this Item
getType() - Method in class com.esri.core.internal.value.DataSource
 
getType() - Method in class com.esri.core.internal.value.KMLFeatureInfo
 
getType() - Method in class com.esri.core.internal.value.Layer
 
getType() - Method in class com.esri.core.internal.value.LayerSource
 
getType() - Method in class com.esri.core.internal.value.Service
 
getType() - Method in class com.esri.core.map.InheritedDomain
Gets the type of the InheritedDomain.
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.
getType() - Method in class com.esri.core.tasks.ags.na.DirectionsString
Returns a DirectionsStringType object.
getType() - Method in class com.esri.core.tasks.ags.na.NAMessage
Gets the type of the message
getType() - Method in class com.esri.core.tasks.ags.query.OutStatistics
Gets the type of the OutStatistic.
getType(String) - Method in class com.esri.map.ArcGISPopupInfo
Returns a collection of FeatureType objects representing feature sub-types in the layer to which the graphic belongs.
getType() - Method in class com.esri.map.Grid
Returns the type of the grid.
getTypeIdField() - Method in class com.esri.core.internal.value.Layer
 
getTypeIdField() - Method in class com.esri.map.ArcGISPopupInfo
Returns the name of the graphic's field which contains the sub-type information.
getTypes() - Method in class com.esri.map.ArcGISFeatureLayer
Returns an array of feature types defined in the feature service layer.
getTypes() - Method in class com.esri.map.ArcGISPopupInfo
 
getUid() - Method in class com.esri.core.map.Graphic
Gets unique ID.
getUniqueValueFields() - Method in class com.esri.core.internal.value.UniqueValueDefinition
Gets the unique value fields.
getUniqueValues() - Method in class com.esri.core.renderer.UniqueValueRenderer
Gets a list of all the 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.internal.value.MapServer
 
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. for example: to SI meter for linear units, to radian for angular, and to SI square meter for area units.
getUnitType() - Method in class com.esri.core.geometry.AngularUnit
Returns the unit type.
getUnitType() - Method in class com.esri.core.geometry.AreaUnit
Returns the unit type.
getUnitType() - Method in class com.esri.core.geometry.LinearUnit
Returns the unit type.
getUnitType() - Method in class com.esri.core.geometry.Unit
Returns the unit type.
getUploaded() - Method in class com.esri.core.internal.catalog.Item
Returns the date on which this Item was uploaded
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.client.local.LayerDetails
Gets the URL for this layer.
getUrl() - Method in class com.esri.client.local.LocalService
Get the URL of the service.
getUrl() - Method in class com.esri.client.local.LocalServiceStartCompleteEvent
Gets the URL of the service.
getUrl() - Method in class com.esri.core.internal.catalog.Catalog
Internal method to return the base URL arcgis.com catalog is connected to.
getUrl() - Method in class com.esri.core.internal.catalog.Item
Returns the URL of this Item.
getUrl() - Method in class com.esri.core.internal.value.Catalog
 
getUrl() - Method in class com.esri.core.internal.value.ImageServer
Gets the url of the ImageServer.
getURL() - Method in class com.esri.core.internal.value.Layer
 
getUrl() - Method in class com.esri.core.internal.value.MapServer
 
getUrl() - Method in class com.esri.core.map.WebMapQuery
Return the url to perform the query.
getUrl() - Method in class com.esri.core.portal.Portal
Returns the portal's url.
getUrl() - Method in class com.esri.core.portal.PortalInfo.GeocodeServiceInfo
Gets the 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.
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.
getURL() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Gets the url for the querying a FeatureLayer (query built into url)
getUrl() - Method in class com.esri.map.Layer
Gets the URL of the map service associated with the layer.
getUrl() - Method in class com.esri.map.OpenStreetMapLayer
 
getUrlFeatureService() - Method in class com.esri.client.local.LocalFeatureService
Gets a URL to the feature service.
getUrlGeocodeService() - Method in class com.esri.client.local.LocalGeocodeService
Gets the URL to the geocode service.
getUrlGeoprocessingService() - Method in class com.esri.client.local.LocalGeoprocessingService
Gets the URL to the geoprocessing service.
getUrlHashCode() - Method in class com.esri.map.Layer
A convenience method that returns the hash code of the map service URL.
getUrlKey() - Method in class com.esri.core.portal.PortalInfo
Gets the urlKey of the PortalInfo.
getUrlMapService() - Method in class com.esri.client.local.LocalMapService
Gets the URL of the map service.
getUseHierarchy() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
getUseHierarchy() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Gets whether or not to use hierarchy
getUseHierarchy() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
getUseHierarchy() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
getUserId() - Method in class com.esri.core.map.EditInfo
Gets the user id.
getUserName() - Method in class com.esri.core.internal.catalog.User
Returns the user name
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.
getUserToken() - Method in class com.esri.core.internal.catalog.Catalog
Internal method to obtain the signed in user's token to send requests to the server.
getUseTimeWindows() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not to use time windows
getValue() - Method in enum com.esri.core.gps.BaudRate
 
getValue() - Method in enum com.esri.core.internal.value.ClassBreaksDefinition.ClassificationMethod
Gets the value as a string.
getValue() - Method in enum com.esri.core.internal.value.JoinTableDataSource.JoinType
Gets the value.
getValue() - Method in class com.esri.core.internal.value.LabelPlacement
Gets the value of the LabelPlacement.
getValue() - Method in enum com.esri.core.internal.value.NormalizationType
Gets the value.
getValue() - Method in enum com.esri.core.internal.value.RampDefinition.Algorithm
Gets the value as a string converted to the arcobjects enum equivalent.
getValue() - Method in enum com.esri.core.map.FeatureTemplate.DRAWING_TOOL
 
getValue() - Method in enum com.esri.core.map.TimeOptions.Units
Gets the value.
getValue() - Method in class com.esri.core.renderer.UniqueValueInfo
Gets the values.
getValue() - Method in enum com.esri.core.symbol.SimpleFillSymbol.Style
 
getValue() - Method in enum com.esri.core.symbol.SimpleLineSymbol.Style
 
getValue() - Method in enum com.esri.core.symbol.SimpleMarkerSymbol.Style
 
getValue() - Method in class com.esri.core.tasks.ags.find.FindResult
Returns the found value
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 class com.esri.core.tasks.ags.na.AttributeParameterValue
Gets the value
getValue() - Method in class com.esri.core.tasks.ags.na.DirectionsString
Returns the value string.
getValue() - Method in enum com.esri.core.tasks.SpatialRelationship
Gets the value.
getValue() - Method in enum com.esri.runtime.ArcGISRuntime.RenderEngine
 
getValues() - Method in class com.esri.core.internal.value.LegendItemInfo
Gets the values associated with this legend item.
getValues() - Method in class com.esri.core.symbol.advanced.SymbolProperties
 
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.internal.value.TableDataSource
Gets the version.
getVersion() - Method in class com.esri.core.portal.WebMap
Returns the version of this WebMap.
getVersion() - Method in class com.esri.map.WebMap
Get this web map's version.
getVersion() - Method in class com.esri.map.WmsDynamicMapServiceLayer
Gets the WMS service's version.
getVersionName() - Method in class com.esri.core.internal.value.LayerMapSource
Gets the version name.
getVertexIndex() - Method in class com.esri.core.geometry.Proximity2DResult
Returns the vertex index.
getVerticalAccuracy() - Method in class com.esri.core.gps.GeoCoordinate
 
getVerticalAlignment() - Method in class com.esri.core.symbol.TextSymbol
Gets the verticalAlignment of the TextSymbol.
getVerticalDilutionOfPrecision() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
getViewBoundScale() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getViewFormat() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
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.
getViewRefreshMode() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getViewRefreshTime() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getVintageEnd() - Method in class com.esri.map.BingMapsResult
Returns the vintage end of the image.
getVintageStart() - Method in class com.esri.map.BingMapsResult
Returns the vintage start of the image.
getVisibility() - Method in class com.esri.core.internal.value.KMLNetworkLink
 
getVisibility() - Method in class com.esri.map.Grid
Returns the visibility of the grid
getVisibleFields() - Method in class com.esri.core.map.WebMapQuery
Returns a list of visible fields.
getVisibleFolders() - Method in class com.esri.core.portal.WebMapLayer
Gets the visible folder's ids.
getVisibleLayers() - Method in class com.esri.core.portal.WebMapLayer
The list of visible layers.
getVisibleLayers() - Method in class com.esri.map.WmsDynamicMapServiceLayer
Gets visible layer names.
getVisibleList() - Method in class com.esri.core.internal.value.DynamicLayerInfoCollection
Gets the visible layers list.
getWebMap(String, String, String, String, CallbackListener<WebMap>) - Static method in class com.esri.core.internal.catalog.Catalog
 
getWebMap(Item, String, String, CallbackListener<WebMap>) - Static method in class com.esri.core.internal.catalog.Catalog
 
getWebMapPopupInfo() - Method in class com.esri.core.portal.WebMapLayer
Gets the PopupInfo object.
getWebMapPopupInfo() - Method in class com.esri.core.portal.WebMapSubLayer
Returns PopupInfo object defined for the layer.
getWebMapsFromContentServer() - Method in class com.esri.core.internal.catalog.Catalog
Retrieves publicly accessible WebMaps organized within Folders, from an ArcGIS Mobile content server.
getWestLon() - Method in class com.esri.core.portal.PortalInfo.GeocodeServiceInfo
Gets the west lon.
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.GenerateRendererTaskParameters
Gets the where clause to narrow the range of the data to be classified by the renderer.
getWhere() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Gets the where clause used to filter the features
getWhere() - Method in class com.esri.core.tasks.ags.query.Query
Returns the where clause for the query.
getWhereClause() - Method in class com.esri.core.map.WebMapQuery
Returns the predefined the where clause.
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 pixels.
getWidth() - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Gets the width of the image.
getWmsVersion() - Method in class com.esri.core.portal.WebMapLayer
Gets the wms version.
getWmsVisibleLayers() - Method in class com.esri.core.portal.WebMapLayer
The list of visible WMS layers.
getWorkspaceFactoryType() - Method in class com.esri.client.local.WorkspaceInfo
Gets the workspace factory type.
getWorkspaceId() - Method in class com.esri.core.internal.value.QueryTableDataSource
Gets the workspace id.
getWorkspaceId() - Method in class com.esri.core.internal.value.RasterDataSource
Gets the workspace id.
getWorkspaceId() - Method in class com.esri.core.internal.value.TableDataSource
Gets the workspace id.
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.
getZ() - Method in class com.esri.core.geometry.Point
Returns the Z coordinate of this point.
getZoomMax() - Method in class com.esri.map.BingMapsResult
Returns the maxim zoom of the image.
getZoomMin() - Method in class com.esri.map.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.
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.
GPJobResource() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPJobResource
 
GPJobResource.JobStatus - Enum in com.esri.core.tasks.ags.geoprocessing
The job status.
GPJobResultCallbackListener - Interface in com.esri.core.tasks.ags.geoprocessing
Implement this interface to handle the returned result from a Geoprocessor.submitJobAndGetResultsAsync(java.util.List, String[], String[], GPJobResultCallbackListener) call.
GPJobResults - Class in com.esri.core.tasks.ags.geoprocessing
This class is used to return the requested parameters and associated job resource when running a GP job asynchronously.
GPJobResults(GPJobResource, GPParameter[]) - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPJobResults
Instantiates a new GP job results instance.
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.
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
 
GPServiceInfo - Class in com.esri.core.tasks.ags.geoprocessing
This class provides information on a geoprocessing service at a given url.
GPServiceInfo() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPServiceInfo
 
GPServiceType - Enum in com.esri.client.local
The Enum GPServiceType defines how geoprocessing services are run on the LocalServer.
GPSEventListener - Interface in com.esri.core.gps
Interface to provide a listener for GPS Events.
GPSException - Exception in com.esri.core.gps
GPS related checked exception.
GPSException(String) - Constructor for exception com.esri.core.gps.GPSException
 
GpsGeoCoordinate - Class in com.esri.core.gps
Class to represent geo-coorindate and other GPS-related information.
GpsGeoCoordinate() - Constructor for class com.esri.core.gps.GpsGeoCoordinate
 
GPSLayer - Class in com.esri.map
This purpose of this layer is to display location from a IGPSWatcher.
GPSLayer() - Constructor for class com.esri.map.GPSLayer
Creates a GPSLayer.GPSLayer() with a serial-port GPS watcher.
GPSLayer(IGPSWatcher) - Constructor for class com.esri.map.GPSLayer
Creates a GPSLayer.GPSLayer() with the specified watcher.
GPSLayer.Mode - Enum in com.esri.map
GPS modes.
GPSStatus - Enum in com.esri.core.gps
This indicates the status of the IGPSWatcher.
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.
GPSUncheckedException - Exception in com.esri.core.gps
Unchecked GPS exception.
GPSUncheckedException(String) - Constructor for exception com.esri.core.gps.GPSUncheckedException
 
GPTaskInfo - Class in com.esri.core.tasks.ags.geoprocessing
This class provides information on a geoprocessing task at a given url.
GPTaskInfo() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
 
GPTaskInfo.ExecutionType - Enum in com.esri.core.tasks.ags.geoprocessing
The Enum ExecutionType.
GPTaskInfo.GPParameterInfo - Class in com.esri.core.tasks.ags.geoprocessing
This class provides information on a single parameter of a geoprocessing task.Information includes: Parameter name Parameter display name The parameter's category, if any The parameter's type The parameters direction: in or out The default value The parameter type: required, optional or derived A list of value choices
GPTaskInfo.GPParameterInfo() - Constructor for class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
 
GPTaskInfo.ParamDirection - Enum in com.esri.core.tasks.ags.geoprocessing
The Enum ParamDirection.
GPTaskInfo.ParamType - Enum in com.esri.core.tasks.ags.geoprocessing
The Enum ParamType.
GRAD - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit 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 objects are immutable, which means its state cannot change after construction.
Graphic(Geometry, Symbol) - Constructor for class com.esri.core.map.Graphic
Instantiates a new Graphic object.
Graphic(Geometry, Symbol, int) - 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(Geometry, Symbol, Map<String, Object>, int) - Constructor for class com.esri.core.map.Graphic
 
GraphicsLayer - Class in com.esri.map
The GraphicsLayer class represents a layer that contains one or more Graphic features.
GraphicsLayer() - Constructor for class com.esri.map.GraphicsLayer
This constructs an empty GraphicsLayer (see the class description for an example of this usage).
GraphicsLayer(boolean) - Constructor for class com.esri.map.GraphicsLayer
The constructor is used internally to allow more control over the layer initialization process.
Grid - Class in com.esri.map
This class allows you to control the display of a grid on a JMap by setting its type and visibility.
Grid.GridType - Enum in com.esri.map
 
Group - Class in com.esri.core.internal.catalog
This class represents a Group on arcgis.com.
Group() - Constructor for class com.esri.core.internal.catalog.Group
Constructs an empty Group.
Group.SortField - Enum in com.esri.core.internal.catalog
The fields of a Group stored as a back-end database table on the server, that can be used to sort search results
GroupLayer - Class in com.esri.map
A group layer is a collection of layers extending from the Layer class. it can appear and act as a single layer and has a Layer object's properties such as visibility, extent etc.
GroupLayer() - Constructor for class com.esri.map.GroupLayer
Creates a GroupLayer

H

HALF - Static variable in class com.esri.core.internal.value.ClassBreaksDefinition
Standard deviation interval of 0.5
handleDrag(MouseEvent) - Method in class com.esri.map.popup.PopupDialog
Handle mouse drag.
handleLayerStreamProgressEvent(ProgressEvent) - Method in class com.esri.map.JMap
Handler for layer stream progress events.
handleMapServerLayer(WebMapLayer, String) - Method in class com.esri.map.WebMap
Handle a map server layer.
handleMessage(ServerMessageEvent) - Method in class com.esri.client.local.ServerEventMulticaster
 
handleMessage(ServerMessageEvent) - Method in class com.esri.client.local.ServerMessageAdapter
 
handleMessage(ServerMessageEvent) - Method in interface com.esri.client.local.ServerMessageListener
 
handleMousePress(MouseEvent) - Method in class com.esri.map.popup.PopupDialog
Handle mouse press.
handleResponse(LocalServerResponse) - Method in interface com.esri.client.local.ServiceCreatedHandler
 
handleZoomToGraphicEvent() - Method in class com.esri.map.popup.PopupView
Handle zoom to graphic event.
hasAttachments() - Method in class com.esri.map.ArcGISFeatureLayer
True if attachments are enabled by the service on the feature layer.
hashCode() - Method in class com.esri.client.local.WorkspaceInfo
 
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.internal.value.LabelingInfo
 
hashCode() - Method in class com.esri.core.internal.value.LabelPlacement
 
hashCode() - Method in class com.esri.core.internal.value.Layer
 
hashCode() - Method in class com.esri.core.internal.value.LOD
 
hashCode() - Method in class com.esri.core.internal.value.MapServer
 
hashCode() - Method in class com.esri.core.internal.value.Table
 
hashCode() - Method in class com.esri.core.internal.value.TileInfo
 
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.map.TimeExtent
 
hashCode() - Method in class com.esri.core.map.TimeInfo
 
hashCode() - Method in class com.esri.core.map.TimeOptions
 
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.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.ClassBreakInfo
 
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.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.LocatorFindParameters
 
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.IdentifyResult
 
hashCode() - Method in class com.esri.core.tasks.ags.na.AttributeParameterValue
 
hashCode() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityResult
 
hashCode() - Method in class com.esri.core.tasks.ags.na.DirectionsString
 
hashCode() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
 
hashCode() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
 
hashCode() - Method in class com.esri.core.tasks.ags.na.NAMessage
 
hashCode() - Method in class com.esri.core.tasks.ags.na.NAResult
 
hashCode() - Method in class com.esri.core.tasks.ags.na.Route
 
hashCode() - Method in class com.esri.core.tasks.ags.na.RoutingDirection
 
hashCode() - Method in class com.esri.core.tasks.ags.na.RoutingResult
 
hashCode() - Method in class com.esri.core.tasks.ags.na.ServiceAreaResult
 
hashCode() - Method in class com.esri.core.tasks.ags.query.OutStatistics
 
hashCode() - Method in class com.esri.map.WmsLayerInfo
 
hasM() - Method in class com.esri.core.internal.value.Layer
 
hasM() - Method in class com.esri.map.ArcGISFeatureLayer
Checks if M values are supported.
hasMoreElements() - Method in class com.esri.core.internal.catalog.ResultCursor
Tells if there are more elements that can be iterated over.
hasNextSegment() - Method in class com.esri.core.geometry.SegmentIterator
Indicates whether a next segment exists for the path.
hasOverlaps() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Checks to see if any breaks overlap.
hasPositionChanged(int) - Static method in enum com.esri.core.gps.PositionChangeType
 
hasPreviousSegment() - Method in class com.esri.core.geometry.SegmentIterator
Indicates whether a previous segment exists in the path.
hasSubLayerIds() - Method in class com.esri.core.portal.WebMapLayer
Deprecated.  
hasZ() - Method in class com.esri.core.internal.value.Layer
 
hasZ() - Method in class com.esri.map.ArcGISFeatureLayer
Checks if Z values are supported.
HECTARE - Static variable in interface com.esri.core.geometry.AreaUnit.Code
Value returned by the AnreaUnit for hectare.
higher(Double) - Method in class com.esri.map.ResolutionList
Get the next highest value from the value given.
highest() - Method in class com.esri.map.ResolutionList
Get the highest resolution in the list (most zoomed in)
horizontalAccuracy - Variable in class com.esri.core.gps.GeoCoordinate
 

I

IdentifyParameters - Class in com.esri.core.tasks.ags.identify
The Class IdentifyParameters.
IdentifyParameters() - Constructor for class com.esri.core.tasks.ags.identify.IdentifyParameters
Instantiates a new identify 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.
IdentifyTask - Class in com.esri.core.tasks.ags.identify
 
IdentifyTask(String) - Constructor for class com.esri.core.tasks.ags.identify.IdentifyTask
Instantiates a new query task.
IdentifyTask(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.identify.IdentifyTask
 
IGPSWatcher - Interface in com.esri.core.gps
The purpose of the watcher are watch GPS messages sent from the GPS source it connects to.
ImageServer - Class in com.esri.core.internal.value
 
ImageServer(String) - Constructor for class com.esri.core.internal.value.ImageServer
 
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.map.Grid.GridType
 
indexOf(Object) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
inflate(double, double) - Method in class com.esri.core.geometry.Envelope
Changes the dimensions of the envelope, preserving the center.
InfoTemplate - Class in com.esri.core.map
Deprecated.  
InfoTemplate() - Constructor for class com.esri.core.map.InfoTemplate
Deprecated. Default empty constructor.
InfoTemplate(String, String) - Constructor for class com.esri.core.map.InfoTemplate
Deprecated. 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(boolean, int[], String, float) - Method in class com.esri.client.local.ArcGISLocalTiledLayer
 
init(JsonParser) - Method in class com.esri.core.internal.catalog.ResultCursor
 
init(BufferedImage) - Method in class com.esri.core.symbol.PictureMarkerSymbol
Internal construction helper.
init(boolean, int[], String, float) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
 
init(boolean, int[], String, float) - Method in class com.esri.map.ArcGISImageServiceLayer
 
init(boolean, int[], String, float) - Method in class com.esri.map.GraphicsLayer
 
init(boolean, int[], String, float) - Method in class com.esri.map.Layer
This method is called only when composing a Map from a Web Map.
init(JComponent[]) - Method in class com.esri.map.popup.PopupDialog
Initialise the dialog
init(boolean, int[], String, float) - Method in class com.esri.map.WmsDynamicMapServiceLayer
 
initDaysOfWeek() - Method in class com.esri.map.popup.JCalendar
Initialise the days of week.
initDaysTable() - Method in class com.esri.map.popup.JCalendar
Set up the days table and add a listener for its selection events.
initGui() - Method in class com.esri.map.popup.JCalendar
Initialise the gui by setting the controls to display the date of the calendar currently set in the control.
initialize() - Method in class com.esri.client.local.LocalServer
Starts up the LocalServer.
initialize() - Static method in class com.esri.runtime.ArcGISRuntime
 
initializeAsync() - Method in class com.esri.client.local.LocalServer
Starts up the LocalServer.
initializeAsync() - Method in class com.esri.map.Layer
Asynchronously initializes the layer, allowing the application to remain responsive while the layer initializes.
initializeMap(JMap) - Method in class com.esri.map.WebMap
Read the layers from a web map and add them to the given JMap instance.
initializeMap(JMap, String, String) - Method in class com.esri.map.WebMap
Read the layers from a web map and add them to the given JMap instance.
initializeMapAsync(JMap) - Method in class com.esri.map.WebMap
Asynchronous version of WebMap.initializeMap(JMap).
initializeMapAsync(JMap, String, String) - Method in class com.esri.map.WebMap
Asynchronous version of WebMap.initializeMap(JMap, String, String).
initializeNativeLayer() - Method in class com.esri.client.local.ArcGISLocalTiledLayer
 
initializeNativeLayer() - Method in class com.esri.map.ArcGISFeatureLayer
 
initializeNativeLayer() - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
initializeNativeLayer() - Method in class com.esri.map.BingMapsLayer
 
initializeNativeLayer() - Method in class com.esri.map.DynamicLayer
 
initializeNativeLayer() - Method in class com.esri.map.GraphicsLayer
 
initializeNativeLayer() - Method in class com.esri.map.Layer
 
initializeNativeLayer() - Method in class com.esri.map.OpenStreetMapLayer
 
initializeNativeLayer() - Method in class com.esri.map.WmsDynamicMapServiceLayer
 
initLayer() - Method in class com.esri.map.GraphicsLayer
 
initLayerInfo(boolean) - Method in class com.esri.map.ArcGISFeatureLayer
 
initMonth() - Method in class com.esri.map.popup.JCalendar
Display the current month in the correct order in the drop down list.
initWithDpi - Static variable in class com.esri.map.BingMapsLayer
The DPI for Bing Maps.
initYear() - Method in class com.esri.map.popup.JCalendar
Display the current year.
insertMapOverlay(int, MapOverlay) - Method in class com.esri.map.JMap
Add the given map overlay to the map.
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.
internalAddLayer(Layer) - Method in class com.esri.map.JMap
 
internalAddLayer(Layer, int) - Method in class com.esri.map.JMap
 
internalCode - Variable in exception com.esri.core.geometry.GeometryException
The internal code for geometry exception.
internalGetLayerLegendInfos(String, List<DynamicLayerInfo>) - Method in class com.esri.map.Layer
 
internalInit() - Method in class com.esri.client.local.ArcGISLocalDynamicMapServiceLayer
 
internalInit() - Method in class com.esri.client.local.ArcGISLocalFeatureLayer
 
internalInit() - Method in class com.esri.client.local.ArcGISLocalTiledLayer
 
internalInit() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
 
internalInit() - Method in class com.esri.map.ArcGISFeatureLayer
 
internalInit() - Method in class com.esri.map.ArcGISImageServiceLayer
 
internalInit() - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
internalInit() - Method in class com.esri.map.BingMapsLayer
 
internalInit() - Method in class com.esri.map.CSVLayer
 
internalInit() - Method in class com.esri.map.GraphicsLayer
 
internalInit() - Method in class com.esri.map.KMLLayer
 
internalInit() - Method in class com.esri.map.Layer
 
internalInit() - Method in class com.esri.map.OpenStreetMapLayer
 
internalInit() - Method in class com.esri.map.WmsDynamicMapServiceLayer
 
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.
intersects(Calendar) - Method in class com.esri.core.map.TimeExtent
Used to indicate whether or nto the given date falls within the range defined by this class.
intersects(TimeExtent) - Method in class com.esri.core.map.TimeExtent
Used to indicate whether or not the given time extent intersects this one.
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.
isActive() - Method in class com.esri.map.MapOverlay
Checks if the overlay is active.
isAllowGeometryUpdates() - Method in class com.esri.core.internal.value.Layer
 
isAllowOthersToDelete() - Method in class com.esri.core.map.OwnershipBasedAccessControlForFeatures
Checks if is allow others to delete.
isAllowOthersToUpdate() - Method in class com.esri.core.map.OwnershipBasedAccessControlForFeatures
Checks if is allow others to update.
isAnyWebMercator() - Method in class com.esri.core.geometry.SpatialReference
Returns true/false if the spatial reference is web mercator projection.
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.
isCanSearchPublic() - Method in class com.esri.core.portal.PortalInfo
Includes or excludes public items, groups, and users in search queries.
isCanSearchPublic() - Method in class com.esri.core.portal.PortalQueryParams
Sets to false for restricted search.
isCanSharePublic() - Method in class com.esri.core.portal.PortalInfo
Allows or disallows an organization to share groups or items publicly. false denotes that content can not be shared with everyone. true is the default.
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
isCompressedRequest() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Gets whether or not to send point stops/barriers in a compressed format NOTE: This can only be used for POINT graphics.
isContainsSearchText() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
isCreate() - Method in class com.esri.map.ArcGISFeatureLayer.EditCapabilities
 
isCrossesDateline() - Method in class com.esri.map.DynamicLayer
is cross date line.
isCurve() - Method in class com.esri.core.geometry.Line
Indicates if the line segment is a curve.
isDataVersioned() - Method in class com.esri.core.internal.value.Layer
 
isDefaultVisibility() - Method in class com.esri.core.internal.value.Layer
 
isDefaultZEnabled() - Method in class com.esri.core.internal.value.Layer
 
isDefaultZEnabled() - Method in class com.esri.map.ArcGISFeatureLayer
Checks if is default Z is enabled.
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.
isDelete() - Method in class com.esri.map.ArcGISFeatureLayer.EditCapabilities
 
isDirty - Variable in class com.esri.map.ArcGISTiledMapServiceLayer
 
isDoNotLocateOnRestrictedElements() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Gets whether or not to consider restricted elements when locating
isDoNotLocateOnRestrictedElements() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Gets whether or not to ignore restricted elements when locating
isDynamicLayersSupported() - Method in class com.esri.core.internal.value.MapServer
 
isDynamicLayersSupported() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Indicates whether or not this dynamic map service layer supports dynamic layer functionality; that is the ability to change a layer's renderer and data source.
isEditable() - Method in class com.esri.client.local.LayerDetails
Returns true if this layer can be edited.
isEditable() - Method in class com.esri.core.map.Field
Gets the editable of the Field.
isEditable() - Method in class com.esri.map.ArcGISFeatureLayer
Returns true if the feature layer is editable.
isEmpty() - Method in class com.esri.client.local.WorkspaceInfoSet
 
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
 
isEmpty() - Method in class com.esri.core.internal.value.MultipartColorRamp
 
isEmpty() - Method in class com.esri.core.io.UserCredentials
Returns true if the credentials is empty or lack of enough information.
isEmpty() - Method in class com.esri.core.tasks.ags.query.OutStatistics
Return true if all the fields are null.
isEmpty() - Method in class com.esri.map.ResolutionList
 
isEmptyImpl() - Method in class com.esri.core.geometry.Segment
Non public abstract version of the function.
isEnabled() - Method in class com.esri.map.MapTip
Returns whether the maptip is enabled.
isFeatureCollection() - Method in class com.esri.core.portal.WebMapLayer
Deprecated.  
isFirstSegmentInPath() - Method in class com.esri.core.geometry.SegmentIterator
Indicates whether the iterator points to the first segment in the current path.
isGraphicSelected(int) - Method in class com.esri.map.GraphicsLayer
Returns true if the graphic with the supplied id is selected.
isHasAttachments() - Method in class com.esri.core.internal.value.Layer
 
isHasZ() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Gets whether or not these graphics contain z values
isHidingNoDataTiles() - Method in class com.esri.map.JMap
Checks if tiles with no data are hidden by displaying an image interpolated from tiles at a lower resolution.
isHidingNoDataTiles() - Method in class com.esri.map.Layer
 
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.client.local.LocalServer
Indicates whether or not the server has been initialized.
isInitialized() - Method in class com.esri.map.KMLLayer
 
isInitialized() - Method in class com.esri.map.Layer
 
isInstallOK() - Static method in class com.esri.runtime.ArcGISRuntime
Indicates whether or not the current installation location is usable.
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.internal.catalog.Group
Tells if Users can join this Group by invitation only.
isInvitationOnly() - Method in class com.esri.core.portal.PortalGroup
Returns whether or not this group requires an invitation to join.
isKeyboardEnabled() - Method in class com.esri.map.JMap
Gets if the keyboard is enabled for input.
isLastSegmentInPath() - Method in class com.esri.core.geometry.SegmentIterator
Indicates whether the iterator points to the last segment in the current path.
isLicensed() - Static method in class com.esri.runtime.ArcGISRuntime
 
isLinear(int) - Static method in class com.esri.core.geometry.Geometry
Indicates if the integer value of the enumeration is linear (dimension 1).
isLinux() - Method in class com.esri.client.local.LocalServer
 
isLinux() - Static method in class com.esri.runtime.ArcGISRuntime
Checks if is linux.
isLockVersion() - Method in class com.esri.client.local.WorkspaceInfo
Checks if is lock version.
isLoopPlayback() - Method in class com.esri.core.gps.FileGPSWatcher
 
isMovingWithMap() - Method in interface com.esri.map.popup.MapPopup
Checks if this MapPopup is set to move with the map.
isMovingWithMap() - Method in class com.esri.map.popup.PopupDialog
 
isMovingWithMap() - Method in class com.esri.map.popup.PopupPanel
 
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).
isNullable() - Method in class com.esri.core.map.Field
 
isOrganization() - Method in class com.esri.core.internal.catalog.Group
Tells if this Group is an organization
isOrthonormal(double) - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this is an orthonormal transformation with the given tolerance.
isPanToleranceEnabled() - Method in class com.esri.map.JMap
Returns whether the tolerance on map panning by mouse is enabled.
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).
isPreVersion162() - Method in class com.esri.core.portal.Portal
Returns true if the portal version is earlier than the 1.6.2.
isPublic() - Method in class com.esri.core.internal.catalog.Group
Tells if this Group is a public Group
isQueryable() - Method in class com.esri.client.local.LayerDetails
Returns true if this layer can be queried.
isReady() - Method in class com.esri.map.JMap
Returns true if the map is ready.
isReady() - Method in class com.esri.map.Layer
Returns true if this layer is initialized.
isReadyToDraw() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Returns true if the layer is ready for draw to be called.
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.
isReturnCFRoutes() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets whether or not to return closest facility routes
isReturnDirections() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets whether or not to return turn-by-turn directions for the closest facility routes.
isReturnDirections() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not to return directions
isReturnFacilities() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets whether or not to return the facilities used in the closest facility task
isReturnFacilities() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Gets whether or not facilities should be returned
isReturnGeometry() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
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.QueryRelatedRecordsParameters
Checks if is return geometry.
isReturnIdsOnly() - Method in class com.esri.core.tasks.ags.query.Query
Returns true if the response only includes an array of object IDs.
isReturnIncidents() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Gets whether or not to return the incidents used in the closest facility task
isReturnM() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
isReturnM() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
If returned geometry should include M values.
isReturnM() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
True if M values are to be included in returned geometries.
isReturnM() - Method in class com.esri.core.tasks.ags.query.Query
Checks if M values are returned in geometries.
isReturnM() - Method in class com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
Checks if M values are returned in geometries.
isReturnPointBarriers() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
isReturnPointBarriers() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Gets whether or not to return point barriers
isReturnPointBarriers() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
isReturnPointBarriers() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
isReturnPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
isReturnPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Gets whether or not to return polygon barriers
isReturnPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
isReturnPolygonBarriers() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
isReturnPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
isReturnPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Gets whether or not to return polyline barriers
isReturnPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
isReturnPolylineBarriers() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
isReturnRoutes() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not to return routes
isReturnStops() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not to return stops
isReturnZ() - Method in class com.esri.core.tasks.ags.find.FindParameters
 
isReturnZ() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
If returned geometry should include Z values.
isReturnZ() - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
True if Z values included returned geometries.
isReturnZ() - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
isReturnZ() - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Gets whether or not to return z values
isReturnZ() - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
isReturnZ() - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
isReturnZ() - Method in class com.esri.core.tasks.ags.query.Query
Checks if Z values are returned in geometries.
isReturnZ() - Method in class com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
Checks if Z values are returned in geometries.
isRootFolder() - Method in class com.esri.core.internal.catalog.Folder
Tells if this folder is the root folder
isRunning() - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Indicates whether or not this instance is running an asynchronous GP task.
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.
isShowHomePageDescription() - Method in class com.esri.core.portal.PortalInfo
Returns whether or not the organization's description should be shown.
isShowingCopyright() - Method in class com.esri.map.JMap
Returns whether copyright is showing.
isShowingCopyright() - Method in class com.esri.map.Layer
Returns whether this layer's copyright should be shown.
isShowingEsriLogo() - Method in class com.esri.map.JMap
 
isShowLegend() - Method in class com.esri.core.portal.FeatureCollection
Returns true if the legend needs to be shown.
isShowLegend() - Method in class com.esri.core.portal.WebMapLayer
Indicates whether the webmap should show the features from this service in the legend.
isShowLegend() - Method in class com.esri.core.portal.WebMapSubLayer
Returns true if legend needs to be shown.
isSingleFusedMapCache() - Method in class com.esri.core.internal.value.MapServer
 
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).
isSuccess() - Method in class com.esri.client.local.DeleteServiceResponse
Checks if response is success.
isSuccess() - Method in class com.esri.core.map.FeatureEditResult
Returns true if the operation is success.
isSupportsAdvancedQueries() - Method in class com.esri.core.internal.value.Layer
 
isSupportsRollbackOnFailureParameter() - Method in class com.esri.core.internal.value.Layer
 
isSupportsStatistics() - Method in class com.esri.core.internal.value.Layer
 
isTable() - Method in class com.esri.client.local.LayerDetails
Returns true if this layer is a table.
isTable() - Method in class com.esri.map.ArcGISFeatureLayer
Indicates whether this layer is defined as a table by the service.
isTimeAware() - Method in interface com.esri.core.map.TimeAwareLayer
Indicates whether or not this particular layer instance is time aware.
isTimeAware() - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Indicates whether or not this dynamic map service layer belongs to a service which is time aware.
isTimeAware() - Method in class com.esri.map.ArcGISFeatureLayer
 
isTimeAware() - Method in class com.esri.map.ArcGISImageServiceLayer
Indicates whether or not this image service layer belongs to a service which is time aware.
isTimeAware() - Method in interface com.esri.map.TimeAwareLayer
Indicates whether or not this particular layer instance is time aware.
isTimeDataCumulative() - Method in class com.esri.core.map.TimeOptions
 
isTransparent() - Method in class com.esri.map.WmsDynamicMapServiceLayer
True if the image background is transparent.
isTrustAllSigners() - Static method in class com.esri.core.io.SelfSignedCertificateHandle
Returns true if all signers are trusted.
isUniform(double) - Method in class com.esri.core.geometry.Transformation2D
Returns TRUE if this transformation is a uniform transformation.
isUpdate() - Method in class com.esri.map.ArcGISFeatureLayer.EditCapabilities
 
isUseTime() - Method in class com.esri.core.map.TimeOptions
 
isVisible() - Method in class com.esri.core.internal.value.KMLFolder
 
isVisible() - Method in class com.esri.core.internal.value.KMLGroundOverlay
 
isVisible() - Method in class com.esri.core.portal.WebMapLayer
Returns the default visibility of this layer
isVisible() - Method in class com.esri.map.Layer
Gets the visibility of the Layer.
isVisible() - Method in class com.esri.map.LayerInfo
Checks if is visible.
isWebMapFeatureCollection() - Method in class com.esri.map.ArcGISPopupInfo
Returns true if the popup is from a web map backed by a feature collection, false otherwise.
isWGS84() - Method in class com.esri.core.geometry.SpatialReference
Returns true/false if the spatial reference is 4326.
isWrapAroundEnabled() - Method in class com.esri.map.JMap
Checks if is wrap around is enabled.
isZoomSnapEnabled() - Method in class com.esri.map.JMap
Checks if is zoom snap is enabled.
Item - Class in com.esri.core.internal.catalog
This class represents an Item stored in arcgis.com.
Item(URL) - Constructor for class com.esri.core.internal.catalog.Item
Constructs an empty Item with a URL to the Item stored in arcgis.com.
Item() - Constructor for class com.esri.core.internal.catalog.Item
Constructs an empty Item.
Item.ItemType - Enum in com.esri.core.internal.catalog
Represents the type of an Item stored in arcgis.com. arcgis.com allows users to store a myriad of Items types classified by the medium in which the Items are stored on the server (File, Text or URL) and the ArcGIS applications that an Item type is applicable for.
Item.SortField - Enum in com.esri.core.internal.catalog
The fields of an Item stored as a back-end database table on the server, that can be used to sort search results
ItemData - Interface in com.esri.core.internal.catalog
An interface that represents the data of an Item retrieved from arcgis.com
iterator() - Method in class com.esri.client.local.WorkspaceInfoSet
 
iterator() - Method in class com.esri.core.internal.value.MultipartColorRamp
 
iterator() - Method in class com.esri.map.ResolutionList
This iterator will return the resolution values ordered from lowest resolution (most zoomed out or largest resolution number) to highest resolution (most zoomed in or smallest resolution number).

J

JCalendar - Class in com.esri.map.popup
This class displays a calendar control containing the year, month and days in the month.
JCalendar(Calendar) - Constructor for class com.esri.map.popup.JCalendar
Create a new calendar control displaying the date in the given calendar.
JMap - Class in com.esri.map
This class implements a map control that can be used to display and navigate layers of various types.
JMap() - Constructor for class com.esri.map.JMap
Default constructor.
JMap(SpatialReference, Envelope) - Constructor for class com.esri.map.JMap
Construct a new Map with the given map extent and spatial reference.
JMap.AnimationMode - Enum in com.esri.map
Different animation modes controlling zoom animations.
JMap.LayerProgressEventListener - Class in com.esri.map
Listener for layer progress events.
JMap.LayerProgressEventListener() - Constructor for class com.esri.map.JMap.LayerProgressEventListener
 
JMap.MouseWheelZoomDirection - Enum in com.esri.map
Choices for zoom direction based on mouse wheel movement.
JMap.PanDownAction - Class in com.esri.map
Class to implement the required action on panning down.
JMap.PanDownAction() - Constructor for class com.esri.map.JMap.PanDownAction
 
JMap.PanLeftAction - Class in com.esri.map
Class to implement the required action on panning left.
JMap.PanLeftAction() - Constructor for class com.esri.map.JMap.PanLeftAction
 
JMap.PanRightAction - Class in com.esri.map
Class to implement the required action on panning right.
JMap.PanRightAction() - Constructor for class com.esri.map.JMap.PanRightAction
 
JMap.PanUpAction - Class in com.esri.map
Class to implement the required action on panning up.
JMap.PanUpAction() - Constructor for class com.esri.map.JMap.PanUpAction
 
JMap.ZoomInAction - Class in com.esri.map
Class to implement the required action on zooming in.
JMap.ZoomInAction() - Constructor for class com.esri.map.JMap.ZoomInAction
 
JMap.ZoomOutAction - Class in com.esri.map
Class to implement the required action on zooming out.
JMap.ZoomOutAction() - Constructor for class com.esri.map.JMap.ZoomOutAction
 
JoinTableDataSource - Class in com.esri.core.internal.value
The Class JoinTableDataSource is the result of a join operation.
JoinTableDataSource() - Constructor for class com.esri.core.internal.value.JoinTableDataSource
Instantiates a new join table data source.
JoinTableDataSource.JoinType - Enum in com.esri.core.internal.value
The Enum JoinType.
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.
KMLFeatureInfo - Class in com.esri.core.internal.value
 
KMLFeatureInfo(KMLFeatureInfo.FEATURETYPE, int) - Constructor for class com.esri.core.internal.value.KMLFeatureInfo
 
KMLFeatureInfo.FEATURETYPE - Enum in com.esri.core.internal.value
 
KMLFolder - Class in com.esri.core.internal.value
 
KMLGroundOverlay - Class in com.esri.core.internal.value
 
KMLLayer - Class in com.esri.map
The KMLLayer class represents a layer based on a KML file (.kml,.kmz).
KMLLayer(String) - Constructor for class com.esri.map.KMLLayer
The constructor is used if you are instantiating a KMLLayer using a publicly accessible URL.
KMLLayer(String, SpatialReference) - Constructor for class com.esri.map.KMLLayer
The constructor is used if you are instantiating a KMLLayer using a URL and output spatial reference.
KMLNetworkLink - Class in com.esri.core.internal.value
 

L

LabelingInfo - Class in com.esri.core.internal.value
 
LabelingInfo() - Constructor for class com.esri.core.internal.value.LabelingInfo
 
LabelPlacement - Class in com.esri.core.internal.value
 
LabelPlacement(String) - Constructor for class com.esri.core.internal.value.LabelPlacement
 
lastIndexOf(Object) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
latitude - Variable in class com.esri.core.gps.GeoCoordinate
Latitude in WGS84 system.
latitudeField - Variable in class com.esri.map.CSVLayer.CSVConfig
CSV field used as latitude.
Layer - Class in com.esri.core.internal.value
 
Layer() - Constructor for class com.esri.core.internal.value.Layer
 
Layer(String) - Constructor for class com.esri.core.internal.value.Layer
 
Layer - Class in com.esri.map
This class contains methods that the JMap/Map will need to call on individual Layer classes to change extent, draw, etc.
Layer(boolean) - Constructor for class com.esri.map.Layer
 
Layer() - Constructor for class com.esri.map.Layer
Instantiates an object of Layer.
Layer(long) - Constructor for class com.esri.map.Layer
Instantiates an object of Layer.
Layer.LayerStatus - Enum in com.esri.map
 
layerAdded(LayerEvent) - Method in interface com.esri.map.LayerListEventListener
 
layerAdded(LayerEvent) - Method in class com.esri.map.LayerListEventListenerAdapter
 
LayerDataSource - Class in com.esri.core.internal.value
 
LayerDataSource() - Constructor for class com.esri.core.internal.value.LayerDataSource
Instantiates a new layer data source.
LayerDetails - Class in com.esri.client.local
This class contains information on the various layers available in a local map service or a local feature service.
LayerDetails(Layer, String, LocalService) - Constructor for class com.esri.client.local.LayerDetails
Construct a LayerDetail instance from Layer information.
LayerDetails(Table, String, LocalService) - Constructor for class com.esri.client.local.LayerDetails
Construct a LayerDetail instance from Table information.
LayerEvent - Class in com.esri.map
The Class LayerEvent.
LayerEvent(LayerList, Layer, int) - Constructor for class com.esri.map.LayerEvent
Instantiates a new layer event.
LayerEvent(LayerList, int) - Constructor for class com.esri.map.LayerEvent
Instantiates a new layer event.
LayerEvent(LayerList, Map<Integer, Layer>, int) - Constructor for class com.esri.map.LayerEvent
Instantiates a new layer event.
LAYEREVENT_FIRST - Static variable in class com.esri.map.LayerEvent
 
LAYEREVENT_LAST - Static variable in class com.esri.map.LayerEvent
 
LAYEREVENT_LAYERADDED - Static variable in class com.esri.map.LayerEvent
 
LAYEREVENT_LAYERREMOVED - Static variable in class com.esri.map.LayerEvent
 
LAYEREVENT_MULTIPLELAYERSADDED - Static variable in class com.esri.map.LayerEvent
 
LAYEREVENT_MULTIPLELAYERSREMOVED - Static variable in class com.esri.map.LayerEvent
 
LayerEventMulticaster - Class in com.esri.map
The Class LayerEventMulticaster.
LayerEventMulticaster(EventListener, EventListener) - Constructor for class com.esri.map.LayerEventMulticaster
Instantiates a new layer event multicaster.
LayerInfo - Class in com.esri.core.internal.value
 
LayerInfo(int, LayerSource) - Constructor for class com.esri.core.internal.value.LayerInfo
 
LayerInfo - Class in com.esri.map
Holds meta-data about sub-layers of a dynamic layer and allows users to control the visibility of those sub-layers.
LayerInfo(String, int, boolean) - Constructor for class com.esri.map.LayerInfo
Instantiates an object of ArcGISLayer.
LayerInfoItem - Interface in com.esri.core.internal.value
This interface should be implemented by classes that are used to configure dynamic layers in a dynamic map service.
layerInitializeComplete(LayerInitializeCompleteEvent) - Method in class com.esri.map.LayerEventMulticaster
 
layerInitializeComplete(LayerInitializeCompleteEvent) - Method in interface com.esri.map.LayerInitializeCompleteListener
 
LayerInitializeCompleteEvent - Class in com.esri.map
The Class LayerInitializeCompleteEvent.
LayerInitializeCompleteEvent(Layer, int) - Constructor for class com.esri.map.LayerInitializeCompleteEvent
Instantiates a new layer initialize complete event.
LayerInitializeCompleteEvent(Layer, int, String) - Constructor for class com.esri.map.LayerInitializeCompleteEvent
Deprecated. 
LayerInitializeCompleteListener - Interface in com.esri.map
The listener interface for receiving layerInitializeComplete events.
LayerLegendInfo - Class in com.esri.core.internal.value
This class contains legend information for a single sublayer of a map service.
LayerLegendInfoCollection - Class in com.esri.core.internal.value
This class contains a collection of LayerLegendInfo instances with one for each sublayer of the layer that this class came from.
LayerList - Class in com.esri.map
 
LayerList() - Constructor for class com.esri.map.LayerList
Instantiates a new, empty layer list.
LayerList(Collection<? extends Layer>) - Constructor for class com.esri.map.LayerList
Instantiates a new layer list with the given collection.
LayerList(Layer[]) - Constructor for class com.esri.map.LayerList
Instantiates a new layer list with the given Layers
LayerListEventListener - Interface in com.esri.map
 
LayerListEventListenerAdapter - Class in com.esri.map
 
LayerListEventListenerAdapter() - Constructor for class com.esri.map.LayerListEventListenerAdapter
 
LayerMapSource - Class in com.esri.core.internal.value
 
LayerMapSource(int) - Constructor for class com.esri.core.internal.value.LayerMapSource
 
LayerRelationship - Class in com.esri.core.internal.value
 
LayerRelationship() - Constructor for class com.esri.core.internal.value.LayerRelationship
 
layerRemoved(LayerEvent) - Method in interface com.esri.map.LayerListEventListener
 
layerRemoved(LayerEvent) - Method in class com.esri.map.LayerListEventListenerAdapter
 
LayerSource - Class in com.esri.core.internal.value
 
LayerSource() - Constructor for class com.esri.core.internal.value.LayerSource
 
LayerSource.LayerType - Enum in com.esri.core.internal.value
 
LayerTimeOptions - Class in com.esri.core.internal.value
This class defines time options for the layer with the given ID within a map service.
LayerTimeOptions(int) - Constructor for class com.esri.core.internal.value.LayerTimeOptions
Instantiates a new layer time options.
LayerTimeOptions(int, TimeOptions) - Constructor for class com.esri.core.internal.value.LayerTimeOptions
Instantiates a new layer time options.
LayerTimeOptionsCollection - Class in com.esri.core.internal.value
 
LayerTimeOptionsCollection(Collection<LayerInfo>, boolean) - Constructor for class com.esri.core.internal.value.LayerTimeOptionsCollection
 
LayerTimeOptionsCollection(Collection<LayerInfo>) - Constructor for class com.esri.core.internal.value.LayerTimeOptionsCollection
 
LegendItemInfo - Class in com.esri.core.internal.value
This class represents a single legend item which consists of an image and a label.
LicenseStatus - Enum in com.esri.client.local
Represents the state of the license for the LocalServer.
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(int) - Constructor for class com.esri.core.geometry.LinearUnit
 
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.
listIterator() - Method in class com.esri.core.internal.value.MultipartColorRamp
 
listIterator(int) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
loadGpsDependencies() - Static method in class com.esri.runtime.ArcGISRuntime
 
loadServiceInfo(Callable<T>) - Method in class com.esri.map.Layer
If the Layer is loaded as a WebMapLayer and the OnWebMapLoadListener is specified, the service information will be loaded interactively.
loadServiceInfo(Task<T>, WebMapLayer) - Method in class com.esri.map.WebMap
 
LocalFeatureService - Class in com.esri.client.local
Class representing a feature service on the LocalServer.
LocalFeatureService() - Constructor for class com.esri.client.local.LocalFeatureService
Constructs a LocalFeatureService without any reference to local data; call the setPath() method before starting this service.
LocalFeatureService(String) - Constructor for class com.esri.client.local.LocalFeatureService
Constructs from a path to data; typically this is the path to an MPK file.
LocalGeocodeService - Class in com.esri.client.local
Class representing a geocode service on the LocalServer.
LocalGeocodeService() - Constructor for class com.esri.client.local.LocalGeocodeService
Default constructor; constructs a LocalGeocodeService without any reference to local data.
LocalGeocodeService(String, String) - Constructor for class com.esri.client.local.LocalGeocodeService
Constructs a LocalGeocodeService from a path and a locator name.
LocalGeoprocessingService - Class in com.esri.client.local
Class representing a geoprocessing service on the LocalServer.
LocalGeoprocessingService() - Constructor for class com.esri.client.local.LocalGeoprocessingService
Default constructor; constructs a LocalGeoprocessingService without any reference to local data.
LocalGeoprocessingService(String) - Constructor for class com.esri.client.local.LocalGeoprocessingService
Constructs from a path to data; typically this is the path to a GPK.
LOCALLAYERCREATE_COMPLETE - Static variable in class com.esri.map.LayerInitializeCompleteEvent
 
LOCALLAYERCREATE_ERROR - Static variable in class com.esri.map.LayerInitializeCompleteEvent
 
LOCALLAYERCREATE_FIRST - Static variable in class com.esri.map.LayerInitializeCompleteEvent
 
LOCALLAYERCREATE_LAST - Static variable in class com.esri.map.LayerInitializeCompleteEvent
 
LocalMapService - Class in com.esri.client.local
Class representing a map service on the LocalServer.
LocalMapService() - Constructor for class com.esri.client.local.LocalMapService
Default constructor; constructs a LocalMapService without any reference to local data.
LocalMapService(String) - Constructor for class com.esri.client.local.LocalMapService
Constructs from a path to data; typically this is the path to an MPK.
LocalServer - Class in com.esri.client.local
Singleton class representing the LocalServer.
LocalServerStatus - Enum in com.esri.client.local
Possible states for the local server.
LocalService - Class in com.esri.client.local
Class representing a service on the LocalServer.
LocalService() - Constructor for class com.esri.client.local.LocalService
 
LocalServiceEventMulticaster - Class in com.esri.client.local
The Class LocalServiceEventMulticaster allows multiple listeners to be chained together.
LocalServiceEventMulticaster(EventListener, EventListener) - Constructor for class com.esri.client.local.LocalServiceEventMulticaster
Instantiates a new local service event multicaster.
LocalServiceResponseListener - Interface in com.esri.client.local
The listener interface for receiving localServiceResponse events.
localServiceStartComplete(LocalServiceStartCompleteEvent) - Method in class com.esri.client.local.LocalServiceEventMulticaster
 
LOCALSERVICESTARTCOMPLETE - Static variable in class com.esri.client.local.LocalServiceStartCompleteEvent
 
localServiceStartComplete(LocalServiceStartCompleteEvent) - Method in interface com.esri.client.local.LocalServiceStartCompleteListener
 
LOCALSERVICESTARTCOMPLETE_FIRST - Static variable in class com.esri.client.local.LocalServiceStartCompleteEvent
 
LocalServiceStartCompleteEvent - Class in com.esri.client.local
The LocalServiceStartCompleteEvent is fired when a LocalService has started; whether successfully or not.
LocalServiceStartCompleteEvent(LocalService, int) - Constructor for class com.esri.client.local.LocalServiceStartCompleteEvent
Instantiates a new local service start complete event.
LocalServiceStartCompleteListener - Interface in com.esri.client.local
The listener interface for receiving localServiceStartComplete events.
LocalServiceStatus - Enum in com.esri.client.local
Possible values of status for local services.
localServiceStopComplete(LocalServiceStopCompleteEvent) - Method in class com.esri.client.local.LocalServiceEventMulticaster
 
LOCALSERVICESTOPCOMPLETE - Static variable in class com.esri.client.local.LocalServiceStopCompleteEvent
 
localServiceStopComplete(LocalServiceStopCompleteEvent) - Method in interface com.esri.client.local.LocalServiceStopCompleteListener
 
LOCALSERVICESTOPCOMPLETE_FIRST - Static variable in class com.esri.client.local.LocalServiceStopCompleteEvent
 
LocalServiceStopCompleteEvent - Class in com.esri.client.local
The Class LocalServiceStopCompleteEvent.
LocalServiceStopCompleteEvent(LocalService, int) - Constructor for class com.esri.client.local.LocalServiceStopCompleteEvent
Instantiates a new local service stop complete event.
LocalServiceStopCompleteListener - Interface in com.esri.client.local
The listener interface for receiving localServiceStopComplete events.
LocalTileInfo - Class in com.esri.core.internal.value
The Class LocalTileInfo.
LocalTileInfo(String) - Constructor for class com.esri.core.internal.value.LocalTileInfo
 
LocalTileInfo(InputStream) - Constructor for class com.esri.core.internal.value.LocalTileInfo
 
LocationOnMap - Class in com.esri.map
Used to determine the location of a component on map.
LocationOnMap(int, int) - Constructor for class com.esri.map.LocationOnMap
 
LocationOnMap(Point) - Constructor for class com.esri.map.LocationOnMap
 
locationToAddress(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.
locationToAddress(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.
locationToAddressAsync(Point, double, CallbackListener<LocatorReverseGeocodeResult>) - Method in class com.esri.core.tasks.ags.geocode.Locator
 
locationToAddressAsync(Point, double, SpatialReference, SpatialReference, CallbackListener<LocatorReverseGeocodeResult>) - Method in class com.esri.core.tasks.ags.geocode.Locator
 
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
 
LocatorFindParameters - Class in com.esri.core.tasks.ags.geocode
The class holding the parameters to support the find operation for a geocoding service.
LocatorFindParameters(String) - Constructor for class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Constructs a FindParameters object with the given the search text.
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
 
lock() - Method in class com.esri.map.Layer
 
LOD - Class in com.esri.core.internal.value
 
LOD() - Constructor for class com.esri.core.internal.value.LOD
 
lods - Variable in class com.esri.core.internal.value.TileInfo
 
longitude - Variable in class com.esri.core.gps.GeoCoordinate
Longitude in WGS84 system.
longitudeField - Variable in class com.esri.map.CSVLayer.CSVConfig
CSV field used as longitude.
lower(Double) - Method in class com.esri.map.ResolutionList
Get the next lowest value from the value given.
lowest() - Method in class com.esri.map.ResolutionList
Get the lowest resolution in the list (most zoomed out)

M

m_description - Variable in class com.esri.core.geometry.Geometry
an object which describes the vertex format of the Geometry.
m_factor - Variable in class com.esri.core.geometry.Unit
 
m_impl - Variable in class com.esri.core.geometry.MultiPath
 
m_touchFlag - Variable in class com.esri.core.geometry.Geometry
a synchronized integer to track the state of the geometry.
mAbbreviation - Variable in class com.esri.core.geometry.Unit
 
main(String[]) - Static method in class com.esri.map.popup.JCalendar
Launch the application.
main(String[]) - Static method in class com.esri.map.popup.PopupDialog
The main method.
mapDispose(MapEvent) - Method in interface com.esri.map.MapEventListener
Fired just before the resources of JMap are disposed.
mapDispose(MapEvent) - Method in class com.esri.map.MapEventListenerAdapter
 
mapDispose(MapEvent) - Method in class com.esri.map.MapEventMulticaster
 
MapEvent - Class in com.esri.map
The Class MapEvent.
MapEvent(JMap, int) - Constructor for class com.esri.map.MapEvent
Instantiates a new map event.
MAPEVENT_ALLLAYERSREMOVED - Static variable in class com.esri.map.MapEvent
 
MAPEVENT_DISPOSE - Static variable in class com.esri.map.MapEvent
Event to indicate JMap is about to be disposed.
MAPEVENT_EXTENT_CHANGED - Static variable in class com.esri.map.MapEvent
 
MAPEVENT_FIRST - Static variable in class com.esri.map.MapEvent
 
MAPEVENT_PAN_ENDED - Static variable in class com.esri.map.MapEvent
 
MAPEVENT_READY - Static variable in class com.esri.map.MapEvent
 
MAPEVENT_ZOOM_COMPLETED - Static variable in class com.esri.map.MapEvent
 
MapEventListener - Interface in com.esri.map
The listener interface for receiving mapEvent events.
MapEventListenerAdapter - Class in com.esri.map
Extend this class to handle map events when you are only interested in some of the events on the MapEventListener interface.
MapEventListenerAdapter() - Constructor for class com.esri.map.MapEventListenerAdapter
 
MapEventMulticaster - Class in com.esri.map
The Class MapEventMulticaster.
MapEventMulticaster(EventListener, EventListener) - Constructor for class com.esri.map.MapEventMulticaster
Instantiates a new map event multicaster.
MAPEXTENT_LAST - Static variable in class com.esri.map.MapEvent
 
MAPEXTENT_LAST - Static variable in class com.esri.map.popup.PopupViewEvent
 
mapExtentChanged(MapEvent) - Method in interface com.esri.map.MapEventListener
 
mapExtentChanged(MapEvent) - Method in class com.esri.map.MapEventListenerAdapter
 
mapExtentChanged(MapEvent) - Method in class com.esri.map.MapEventMulticaster
 
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.
MapLoadAction<V> - Class in com.esri.map
MapLoadAction.
MapLoadAction(MapLoadAction.Action, V) - Constructor for class com.esri.map.MapLoadAction
Instantiates an object of MapLoadAction.
MapLoadAction.Action - Enum in com.esri.map
The Enum Action.
MapOverlay - Class in com.esri.map
Inherit this class to create a component that can be used to alter or block interactions with the map control and to paint on-top of the MapControl.
MapOverlay() - Constructor for class com.esri.map.MapOverlay
Default constructor.
MapPopup - Interface in com.esri.map.popup
This interface is implemented by classes that can be created by calling JMap.createPopup(javax.swing.JComponent[], Graphic, boolean).
mapReady(MapEvent) - Method in interface com.esri.map.MapEventListener
 
mapReady(MapEvent) - Method in class com.esri.map.MapEventListenerAdapter
 
mapReady(MapEvent) - Method in class com.esri.map.MapEventMulticaster
 
MapServer - Class in com.esri.core.internal.value
 
MapServer(String) - Constructor for class com.esri.core.internal.value.MapServer
 
MapTip - Class in com.esri.map
Holder of MapTip information.
MapTip(LinkedHashMap<String, String>) - Constructor for class com.esri.map.MapTip
Creates a maptip with the provided display fields.
MapTip() - Constructor for class com.esri.map.MapTip
Creates a maptip with the default display field of the layer.
MapTipHandler - Class in com.esri.core.internal.map
MapTip handler.
MapTipHandler(Component) - Constructor for class com.esri.core.internal.map.MapTipHandler
 
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() - Constructor for class com.esri.core.symbol.MarkerSymbol
Instantiates an empty object of MarkerSymbol.
mDisplayName - Variable in class com.esri.core.geometry.Unit
 
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_2525C_TYPE_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_ID_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
 
MessageGroupLayer - Class in com.esri.map
This class is used with the MessageProcessor class to display the graphics associated with processed messages.
MessageGroupLayer(SymbolDictionary.DictionaryType) - Constructor for class com.esri.map.MessageGroupLayer
Instantiates a new message group layer along with a new MessageProcessor for the given SymbolDictionary.DictionaryType.
MessageGroupLayer(SymbolDictionary.DictionaryType, String) - Constructor for class com.esri.map.MessageGroupLayer
Instantiates a new message group layer along with a new MessageProcessor for the given SymbolDictionary.DictionaryType.
MessageHelper - Class in com.esri.core.symbol.advanced
 
MessageProcessor - Class in com.esri.core.symbol.advanced
A MessageProcessor allows you to process a Message from external resources.
MessageProcessor(SymbolDictionary.DictionaryType, MessageGroupLayer) - Constructor for class com.esri.core.symbol.advanced.MessageProcessor
 
MessageProcessor(SymbolDictionary.DictionaryType, MessageGroupLayer, String) - Constructor for class com.esri.core.symbol.advanced.MessageProcessor
 
messages - Variable in class com.esri.core.tasks.ags.na.NAResult
 
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.
mID - Variable in class com.esri.core.geometry.Unit
 
MIL_6400 - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit 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_CENTESIMAL - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for centesimal minute.
mName - Variable in class com.esri.core.geometry.Unit
 
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.
mouseClicked(MouseEvent) - Method in class com.esri.core.internal.map.MapTipHandler
 
mouseClicked(MouseEvent) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
mouseDragged(MouseEvent) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
mouseEntered(MouseEvent) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
mouseExited(MouseEvent) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
MouseIdleAdapter - Class in com.esri.core.internal.map
Creates a new mouse event "onMouseIdle".
MouseIdleAdapter(int) - Constructor for class com.esri.core.internal.map.MouseIdleAdapter
 
mouseMoved(MouseEvent) - Method in class com.esri.core.internal.map.MapTipHandler
 
mouseMoved(MouseEvent) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
mousePressed(MouseEvent) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
mouseReleased(MouseEvent) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
movePointGraphic(int, Point) - Method in class com.esri.map.GraphicsLayer
Moves the Point graphic to the supplied Point location.
mPluralDisplayName - Variable in class com.esri.core.geometry.Unit
 
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(JsonNode) - Constructor for class com.esri.core.symbol.MultiLayerSymbol
 
MultipartColorRamp - Class in com.esri.core.internal.value
This class contains a list of ColorRamp instances and is intended to be used to define non-contiguous color ramps.
MultipartColorRamp() - Constructor for class com.esri.core.internal.value.MultipartColorRamp
Instantiates a new multipart color ramp.
MultipartColorRamp(JsonNode) - Constructor for class com.esri.core.internal.value.MultipartColorRamp
Instantiates a new multipart color ramp from the given JSON node.
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
 
multipleLayersAdded(LayerEvent) - Method in interface com.esri.map.LayerListEventListener
 
multipleLayersAdded(LayerEvent) - Method in class com.esri.map.LayerListEventListenerAdapter
 
multipleLayersRemoved(LayerEvent) - Method in interface com.esri.map.LayerListEventListener
 
multipleLayersRemoved(LayerEvent) - Method in class com.esri.map.LayerListEventListenerAdapter
 
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.
mWKID - Variable in class com.esri.core.geometry.Unit
 

N

NADistanceUnit - Enum in com.esri.core.tasks.ags.na
The enumeration types of distance unit.
NAFeatures - Interface in com.esri.core.tasks.ags.na
Interface for classes representing stops, facilities, incidents, and barriers of an NA server task
NAFeaturesAsFeature - Class in com.esri.core.tasks.ags.na
Class containing a set of stops, facilities, incidents, or barriers, represented as Graphics.
NAFeaturesAsFeature() - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Empty constructor
NAFeaturesAsFeature(List<Graphic>) - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Constructor taking the list of graphics
NAFeaturesAsFeature(List<Graphic>, boolean, boolean) - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Constructor taking the list of graphics, as well as booleans to indicate inclusion of z values and whether or not restricted elements should be eligible to be located on
NAFeaturesAsFeature(String) - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Constructor taking a url for querying features
NAFeaturesAsFeature(String, boolean, boolean) - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Constructor taking url for query features, as well as booleans to indicate inclusion of z values and whether or not restricted elements should be eligible to be located on
NAFeaturesAsLayer - Class in com.esri.core.tasks.ags.na
Class containing the name of a layer within the map service containing stops, facilities, incidents, or barriers to use.
NAFeaturesAsLayer() - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Empty constructor
NAFeaturesAsLayer(String) - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Constructor taking the layer name
NAFeaturesAsLayer(String, String) - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Constructor taking the layer name and a where clause
NAFeaturesAsLayer(String, SpatialFilter) - Constructor for class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Constructor taking the layer name and a spatial filter
NAMessage - Class in com.esri.core.tasks.ags.na
Class containing a message returned by the server.
NAMessage() - Constructor for class com.esri.core.tasks.ags.na.NAMessage
Empty Constructor
NAMessage(int, String) - Constructor for class com.esri.core.tasks.ags.na.NAMessage
Constructor taking the type and description of the message
NAOutputLine - Enum in com.esri.core.tasks.ags.na
The enumeration types of output line.
NAOutputPolygon - Enum in com.esri.core.tasks.ags.na
The enumeration types for output polygon.
NAResult - Class in com.esri.core.tasks.ags.na
Abstract class containing the values common to all NA server tasks.
NAResult() - Constructor for class com.esri.core.tasks.ags.na.NAResult
 
NATaskParameters - Class in com.esri.core.tasks.ags.na
 
NATaskParameters() - Constructor for class com.esri.core.tasks.ags.na.NATaskParameters
 
NATimeOfDayUsage - Enum in com.esri.core.tasks.ags.na
The enumeration types of the way time of day value used
NATravelDirection - Enum in com.esri.core.tasks.ags.na
The enumeration types of travel directions
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.
newGraphic(int, Geometry, Symbol, Map<String, Object>, InfoTemplate) - Static method in class com.esri.core.map.FeatureUtil
Created a Graphic with the given UID.
newGraphic(int, Geometry, Symbol, Map<String, Object>, InfoTemplate, int) - Static method in class com.esri.core.map.FeatureUtil
Created a Graphic with the given UID.
newInstance(Portal, String, PortalListener<PortalUser>) - Static method in class com.esri.core.portal.PortalUser
Deprecated. please use PortalUser.newInstance(Portal, String) instead.
newInstance(Portal, String) - Static method in class com.esri.core.portal.PortalUser
Initializes a portal user with a portal and a username.
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(String, Portal) - Static method in class com.esri.core.portal.WebMap
Creates a WebMap using an Item's id obtained from a Portal.
newInstance(PortalItem) - Static method in class com.esri.core.portal.WebMap
Creates a WebMap using an PortalItem.
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.
nextElement() - Method in class com.esri.core.internal.catalog.ResultCursor
Returns the next element, fetching more elements from the server, if necessary.
nextMediaInfo() - Method in class com.esri.map.popup.PopupMediaView
 
nextMediaInfo(PopupMediaValue.VALUE_TYPE) - Method in class com.esri.map.popup.PopupMediaView
 
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.
nextTenElements() - Method in class com.esri.core.internal.catalog.ResultCursor
Returns the next ten elements, fetching more elements from the server if necessary.
NormalizationType - Enum in com.esri.core.internal.value
 
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.
offset(int, int, int) - Method in class com.esri.core.map.TimeExtent
Create a new TimeExtent instance offset from this one by the given years, months and days.
offset(int, int, int, int) - Method in class com.esri.core.map.TimeExtent
Create a new TimeExtent instance offset from this one by the given hours, minutes and seconds.
offset(int, int, int, int, int, int, int) - Method in class com.esri.core.map.TimeExtent
Create a new TimeExtent instance offset from this one by the given years, months, days, hours, minutes, seconds and milliseconds.
onCallback(T) - Method in interface com.esri.core.map.CallbackListener
Handles the result of the call.
onCallback(T) - Method in interface com.esri.core.portal.PortalListener
Deprecated. Handles the result when the call succeeded.
onCallback(GPJobResource, GPParameter[]) - Method in interface com.esri.core.tasks.ags.geoprocessing.GPJobResultCallbackListener
Handles the result of the call.
onCallback(AttachmentInfo[]) - Method in class com.esri.map.popup.PopupView.AttachmentInfoCallback
 
onCancelEdit(PopupViewEvent, Graphic) - Method in interface com.esri.map.popup.PopupViewListener
Cancel edit.
onCommitEdit(PopupViewEvent, Graphic) - Method in interface com.esri.map.popup.PopupViewListener
Commit edit.
onCompletion(short, T) - Method in class com.esri.core.tasks.TaskCallbackListener
 
ONE - Static variable in class com.esri.core.internal.value.ClassBreaksDefinition
Standard deviation interval of 1.0
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
Deprecated. Handles the result when the call failed.
onError(Throwable) - Method in interface com.esri.core.tasks.ags.geoprocessing.GPJobResultCallbackListener
Handles the result when the call failed.
onError(Throwable) - Method in class com.esri.core.tasks.TaskCallbackListener
 
onError(Throwable) - Method in class com.esri.map.popup.PopupView.AttachmentInfoCallback
 
onMouseClicked(MouseEvent) - Method in class com.esri.map.MapOverlay
Override to handle mouse clicked events.
onMouseDragged(MouseEvent) - Method in class com.esri.map.MapOverlay
Override to handle mouse dragged events.
onMouseEntered(MouseEvent) - Method in class com.esri.map.MapOverlay
Override to handle mouse entered events.
onMouseExited(MouseEvent) - Method in class com.esri.map.MapOverlay
Override to handle mouse exited events.
onMouseIdle(Point) - Method in class com.esri.core.internal.map.MapTipHandler
 
onMouseIdle(Point) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
onMouseMoved(MouseEvent) - Method in class com.esri.map.MapOverlay
Override to handle mouse moved events.
onMousePressed(MouseEvent) - Method in class com.esri.map.MapOverlay
Override to handle mouse pressed events.
onMouseReleased(MouseEvent) - Method in class com.esri.map.MapOverlay
Override to handle mouse released events.
onMouseWheelMoved(MouseWheelEvent) - Method in class com.esri.map.MapOverlay
Override to handle mouse wheel moved events.
onNMEASentenceReceived(String) - Method in interface com.esri.core.gps.GPSEventListener
This method is invoked whenever the IGPSWatcher has receives a NMEA sentence from the GPS receiver.
onPaint(Graphics) - Method in class com.esri.map.MapOverlay
Override to draw on top of the map.
onPositionChanged(GeoPosition) - Method in interface com.esri.core.gps.GPSEventListener
This method is invoked whenever there is a change in GeoPosition.
onRemoved() - Method in class com.esri.map.MapOverlay
Override to do any clean up required by the overlay when it is removed from the map.
onSatellitesInViewChanged(Map<Integer, Satellite>) - Method in interface com.esri.core.gps.GPSEventListener
This method is invoked whenever the satellites in view have changed.
OnSelfSignedCertificateListener - Interface in com.esri.core.io
Implements the listener to handle self-signed certificates.
onStatusChanged(GPSStatus) - Method in interface com.esri.core.gps.GPSEventListener
This method is invoked whenever there is a change in status of the IGPSWatcher.
onWebMapLayerAdd(WebMap, WebMapLayer, Layer, UserCredentials) - Method in interface com.esri.map.OnWebMapLoadListener
Implements this method to handle the event when a WebMapLayer is added to a MapView and initialized.
onWebMapLoadError(WebMap, WebMapLayer, Layer, Throwable, UserCredentials) - Method in interface com.esri.map.OnWebMapLoadListener
Implements this method to handle WebMap loading errors.
OnWebMapLoadListener - Interface in com.esri.map
Implements this listener to handle WebMap loading on a MapView.
OpenStreetMapLayer - Class in com.esri.map
Layer that supports OpenStreetMap (OSM) tile servers.
OpenStreetMapLayer() - Constructor for class com.esri.map.OpenStreetMapLayer
Creates an instance of OpenStreetMapLayer with default tile servers and attribution.
OpenStreetMapLayer(ArrayList<String>, int, int, String) - Constructor for class com.esri.map.OpenStreetMapLayer
Creates an instance of OpenStreetMapLayer with specified tile servers.
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.
OrderByFields - Enum in com.esri.core.tasks.ags.query
Controls the ordering.
origin - Variable in class com.esri.core.internal.value.TileInfo
 
OutStatistics - Class in com.esri.core.tasks.ags.query
The definitions for one or more field-based statistic to be calculated Note: outStatistics is supported on only those layers / tables that indicate suppportsStatistics is true.
OutStatistics(OutStatistics.Type, String, String) - Constructor for class com.esri.core.tasks.ags.query.OutStatistics
Instantiates an object of OutStatistic.
OutStatistics.Type - Enum in com.esri.core.tasks.ags.query
 
OwnershipBasedAccessControlForFeatures - Class in com.esri.core.map
The Class OwnershipBasedAccessControlForFeatures.
OwnershipBasedAccessControlForFeatures() - Constructor for class com.esri.core.map.OwnershipBasedAccessControlForFeatures
 

P

PageableResultType - Interface in com.esri.core.internal.catalog
An interface that identifies all types of results returned from arcgis.com and can be iterated over using a ResultCursor
paint(Graphics) - Method in class com.esri.map.JMap
 
paintComponent(Graphics) - Method in class com.esri.map.JMap
 
paintComponent(Graphics) - Method in class com.esri.map.MapOverlay
 
panDownAction - Static variable in class com.esri.map.JMap
The Constant panDownAction.
panLeftAction - Static variable in class com.esri.map.JMap
The Constant panLeftAction.
panRightAction - Static variable in class com.esri.map.JMap
The Constant panRightAction.
panTo(Geometry) - Method in class com.esri.map.JMap
Pans the map to the given geometry.
panUpAction - Static variable in class com.esri.map.JMap
The Constant panUpAction.
PARAM_DEFAULTVALUE - Static variable in class com.esri.core.map.WebMapQuery
The Constant PARAM_DEFAULTVALUE.
PARAM_FIELD - Static variable in class com.esri.core.map.WebMapQuery
The Constant PARAM_FIELD.
PARAM_HELPTIP - Static variable in class com.esri.core.map.WebMapQuery
The Constant PARAM_HELPTIP.
PARAM_OPERATOR - Static variable in class com.esri.core.map.WebMapQuery
The Constant PARAM_OPERATOR.
PARAM_PROMPT - Static variable in class com.esri.core.map.WebMapQuery
The Constant PARAM_PROMPT.
params - Variable in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
 
Parity - Enum in com.esri.core.gps
Indicates the parity of the GPS device.
PictureMarkerSymbol - Class in com.esri.core.symbol
Used to draw points and multipoints on the graphics layer using an image.
PictureMarkerSymbol(PictureMarkerSymbol) - Constructor for class com.esri.core.symbol.PictureMarkerSymbol
Instantiates a new picture marker symbol.
PictureMarkerSymbol(BufferedImage) - Constructor for class com.esri.core.symbol.PictureMarkerSymbol
Instantiates a PictureMarkerSymbol with a BufferedImage image.
PictureMarkerSymbol(JsonNode) - Constructor for class com.esri.core.symbol.PictureMarkerSymbol
Instantiates a new picture marker symbol from a JSON node.
PictureMarkerSymbol(String) - Constructor for class com.esri.core.symbol.PictureMarkerSymbol
Instantiates a new picture marker symbol from a image URL.
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.
pointBarriers - Variable in class com.esri.core.tasks.ags.na.NAResult
 
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.
polygonBarriers - Variable in class com.esri.core.tasks.ags.na.NAResult
 
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.
polylineBarriers - Variable in class com.esri.core.tasks.ags.na.NAResult
 
PopupDialog - Class in com.esri.map.popup
The Class PopupDialog.
PopupDialog(JComponent[]) - Constructor for class com.esri.map.popup.PopupDialog
Instantiates a new popup dialog to display the given content.
PopupDialog(JMap, JComponent[], Graphic) - Constructor for class com.esri.map.popup.PopupDialog
Instantiates a new popup dialog to display the given content with a callout tail that will point at the given graphic.
PopupMediaView - Class in com.esri.map.popup
 
PopupMediaView() - Constructor for class com.esri.map.popup.PopupMediaView
Create the panel.
PopupPanel - Class in com.esri.map.popup
The Class PopupPanel.
PopupPanel(JMap, JComponent[], Graphic) - Constructor for class com.esri.map.popup.PopupPanel
Instantiates a new popup panel.
PopupView - Class in com.esri.map.popup
This class can be used for the following: Display PopupInfo from web maps and other sources Display basic attribute name/value pairs Edit attributes on a graphic or feature An instance of this class can be displayed in any JComponent but is intended mainly to be used with JMap.createPopup(javax.swing.JComponent[], Graphic, boolean) to show PopupInfo for a graphic selected in a map control.
PopupView(boolean) - Constructor for class com.esri.map.popup.PopupView
Create a PopupView instance.
PopupView.AttachmentInfoCallback - Class in com.esri.map.popup
This class is used to handle the response to attachment queries to a feature layer.
PopupView.AttachmentInfoCallback() - Constructor for class com.esri.map.popup.PopupView.AttachmentInfoCallback
 
PopupView.AttachmentsListCellRenderer - Class in com.esri.map.popup
This class implements a list cell renderer for the attachments list.
PopupView.AttachmentsListCellRenderer() - Constructor for class com.esri.map.popup.PopupView.AttachmentsListCellRenderer
Instantiates a new attachments list cell renderer.
PopupView.ZoomToGraphicCallback - Interface in com.esri.map.popup
 
PopupViewEvent - Class in com.esri.map.popup
Event object used by PopupView.
PopupViewEvent(Event) - Constructor for class com.esri.map.popup.PopupViewEvent
Instantiates a new popup view event.
PopupViewEvent(Object, int) - Constructor for class com.esri.map.popup.PopupViewEvent
Instantiates a new popup view event.
POPUPVIEWEVENT_CANCEL_EDIT - Static variable in class com.esri.map.popup.PopupViewEvent
 
POPUPVIEWEVENT_COMMIT_EDIT - Static variable in class com.esri.map.popup.PopupViewEvent
 
POPUPVIEWEVENT_FIRST - Static variable in class com.esri.map.popup.PopupViewEvent
 
POPUPVIEWEVENT_ZOOM_TO_GRAPHIC - Static variable in class com.esri.map.popup.PopupViewEvent
 
PopupViewListener - Interface in com.esri.map.popup
The listener interface for receiving PopupView events.
Portal - Class in com.esri.core.portal
This class is used for connecting to a Portal and searching for items, users and groups.
Portal(String, UserCredentials) - Constructor for class com.esri.core.portal.Portal
Instantiates an object of Portal.
Portal(String, String, UserCredentials) - Constructor for class com.esri.core.portal.Portal
Instantiates an object of Portal.
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.
PortalFolder(String, String, String, long) - Constructor for class com.esri.core.portal.PortalFolder
Instantiates an object of PortalFolder.
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.
PortalInfo.GeocodeServiceInfo - Class in com.esri.core.portal
 
PortalInfo.GeocodeServiceInfo() - Constructor for class com.esri.core.portal.PortalInfo.GeocodeServiceInfo
 
PortalInfo.HelperServices - Class in com.esri.core.portal
 
PortalInfo.HelperServices() - Constructor for class com.esri.core.portal.PortalInfo.HelperServices
 
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.
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
Deprecated.  
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
The Constructor.
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.
PortalUserRole - Enum in com.esri.core.portal
Signifies the role of the portal user.
PositionChangeType - Enum in com.esri.core.gps
This enum has a set of flags to indicate the types of position change.
postRequest(String) - Method in class com.esri.core.portal.Portal
Sends the customized request and let users handle the response.
preStart() - Method in class com.esri.client.local.LocalMapService
Pre start.
previousMediaInfo() - Method in class com.esri.map.popup.PopupMediaView
 
previousMediaInfo(PopupMediaValue.VALUE_TYPE) - Method in class com.esri.map.popup.PopupMediaView
 
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.
progress(ProgressEvent) - Method in class com.esri.map.JMap.LayerProgressEventListener
 
progress(ProgressEvent) - Method in interface com.esri.map.ProgressEventListener
 
progress(ProgressEvent) - Method in class com.esri.map.ProgressEventMulticaster
 
ProgressEvent - Class in com.esri.map
ProgressEvents are fired by the Map to indicate the draw progress of the Map's layer collection.
ProgressEvent(Object, int, int) - Constructor for class com.esri.map.ProgressEvent
Instantiates a new progress event.
PROGRESSEVENT_FIRST - Static variable in class com.esri.map.ProgressEvent
 
PROGRESSEVENT_LAST - Static variable in class com.esri.map.ProgressEvent
 
PROGRESSEVENT_PROGRESS - Static variable in class com.esri.map.ProgressEvent
 
ProgressEventListener - Interface in com.esri.map
The listener interface for receiving progressEvent events.
ProgressEventMulticaster - Class in com.esri.map
The Class ProgressEventMulticaster.
ProgressEventMulticaster(EventListener, EventListener) - Constructor for class com.esri.map.ProgressEventMulticaster
Instantiates a new progress event multicaster.
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.
ProxySetup - Class in com.esri.core.io
This class is used to configure network access through a proxy server and allows you to set the host name, port and any authentication that may be required.
ProxySetup() - Constructor for class com.esri.core.io.ProxySetup
 

Q

QUARTER - Static variable in class com.esri.core.internal.value.ClassBreaksDefinition
Standard deviation interval of 0.25
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
 
queryAttachmentInfos(int, CallbackListener<AttachmentInfo[]>) - Method in class com.esri.map.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.map.ArcGISFeatureLayer
Query features from the feature layer.
QueryMode - Enum in com.esri.map
A feature layer can work in three modes.
queryRelatedRecords(int[], int, String[], boolean, CallbackListener<Map<Integer, FeatureSet>>) - Method in class com.esri.map.ArcGISFeatureLayer
Query related records.
QueryRelatedRecordsParameters - Class in com.esri.core.tasks.ags.query
The Class QueryRelatedRecordsParameters.
QueryRelatedRecordsParameters() - Constructor for class com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
Instantiates a new query related records parameters.
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.
QueryTableDataSource - Class in com.esri.core.internal.value
The Class QueryTableDataSource is a layer/table that is defined by a SQL query.
QueryTableDataSource() - Constructor for class com.esri.core.internal.value.QueryTableDataSource
Instantiates a new query table data source.
QueryTask - Class in com.esri.core.tasks.ags.query
The Class QueryTask.
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.
RampDefinition - Class in com.esri.core.internal.value
This class is used to store the properties of an AlgorithmicColorRamp and serialize/deserialize to/from JSON.
RampDefinition(int, int, RampDefinition.Algorithm) - Constructor for class com.esri.core.internal.value.RampDefinition
Instantiates a new ramp definition with the given from and to colors and the given algorithm.
RampDefinition.Algorithm - Enum in com.esri.core.internal.value
Defines an algorithm used by a map server to generate a color ramp given starting and ending colors.
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.
RasterDataSource - Class in com.esri.core.internal.value
 
RasterDataSource() - Constructor for class com.esri.core.internal.value.RasterDataSource
Instantiates a new raster data source.
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.
recordTiming(String, int) - Static method in class com.esri.map.TimingTools
 
recycle() - Method in class com.esri.map.ArcGISFeatureLayer
 
recycle() - Method in class com.esri.map.GPSLayer
 
recycle() - Method in class com.esri.map.GraphicsLayer
 
recycle() - Method in class com.esri.map.KMLLayer
 
recycle() - Method in class com.esri.map.Layer
Releases resources referenced by the Layer so that they can be recycled.
recycle() - Method in class com.esri.map.MessageGroupLayer
 
refresh() - Method in class com.esri.map.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.map.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.map.DynamicLayer
Force the map to redraw the layer.
refresh() - Method in class com.esri.map.KMLLayer
Refreshes the KML layer by downloading and parsing the KML document.
refresh() - Method in class com.esri.map.OpenStreetMapLayer
Fetches the information for the tiles again if any of the parameters have changed (map style, attribution) and refreshes the tiles accordingly.
refreshCopyright() - Method in class com.esri.map.JMap
Refreshes copyright.
refreshMapTips() - Method in class com.esri.map.JMap
Refreshes maptip.
reinitializeAsync(UserCredentials) - Method in class com.esri.map.Layer
Asynchronously re-initializes a failed layer that has failed due to missing credentials.
remove(LocalServiceStartCompleteListener, LocalServiceStartCompleteListener) - Static method in class com.esri.client.local.LocalServiceEventMulticaster
Removes listeners for StartCompleteEvent.
remove(LocalServiceStopCompleteListener, LocalServiceStopCompleteListener) - Static method in class com.esri.client.local.LocalServiceEventMulticaster
Removes listeners for StopCompleteEvent.
remove(EventListener) - Method in class com.esri.client.local.LocalServiceEventMulticaster
 
remove(ServerMessageListener, ServerMessageListener) - Static method in class com.esri.client.local.ServerEventMulticaster
Removes listeners for ServerMessageEvent.
remove(ServerLifetimeListener, ServerLifetimeListener) - Static method in class com.esri.client.local.ServerEventMulticaster
Removes listeners for ServerLifetimeEvent.
remove(EventListener) - Method in class com.esri.client.local.ServerEventMulticaster
 
remove(Object) - Method in class com.esri.client.local.WorkspaceInfoSet
 
remove(Object) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
remove(int) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
remove(int) - Method in class com.esri.map.GroupLayer
Removes the layer in the given index.
remove(String) - Method in class com.esri.map.GroupLayer
Remove a layer by name.
remove(LayerInitializeCompleteListener, LayerInitializeCompleteListener) - Static method in class com.esri.map.LayerEventMulticaster
Removes listeners for LocalLayerCreateCompleteEvent.
remove(EventListener) - Method in class com.esri.map.LayerEventMulticaster
 
remove(int) - Method in class com.esri.map.LayerList
Removes any layer at the given index and hence removes the layer from the Map which owns this layer list.
remove(Object) - Method in class com.esri.map.LayerList
Removes the given layer.
remove(MapEventListener, MapEventListener) - Static method in class com.esri.map.MapEventMulticaster
Removes listeners for MapEvent.
remove(EventListener) - Method in class com.esri.map.MapEventMulticaster
 
remove(ProgressEventListener, ProgressEventListener) - Static method in class com.esri.map.ProgressEventMulticaster
Removes listeners for ProgressEvent.
remove(EventListener) - Method in class com.esri.map.ProgressEventMulticaster
 
remove(Object) - Method in class com.esri.map.ResolutionList
 
removeActionListener(ActionListener) - Method in class com.esri.map.popup.JCalendar
Removes the action listener.
removeAll(Collection<?>) - Method in class com.esri.client.local.WorkspaceInfoSet
 
removeAll(Collection<?>) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
removeAll() - Method in class com.esri.core.renderer.ClassBreaksRenderer
Removes all the breaks from the renderer.
removeAll() - Method in class com.esri.core.renderer.UniqueValueRenderer
Removes all the unique values.
removeAll() - Method in class com.esri.map.GraphicsLayer
Removes all graphics from the layer.
removeAll(Collection<?>) - Method in class com.esri.map.LayerList
Removes (that is clears) given layers from this layers list.
removeAll(Collection<?>) - Method in class com.esri.map.ResolutionList
 
removeBreak(ClassBreakInfo) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Remove a break from the renderer.
removeGraphic(int) - Method in class com.esri.map.GraphicsLayer
Removes the graphic with the specified id.
removeLayerInitializeCompleteListener(LayerInitializeCompleteListener) - Method in class com.esri.map.Layer
Remove a listener for the LayerCreateComplete event.
removeLayerListEventListener(LayerListEventListener) - Method in class com.esri.map.LayerList
Removes the layer list event listener.
removeLocalServiceStartCompleteListener(LocalServiceStartCompleteListener) - Method in class com.esri.client.local.LocalService
Remove service start complete listener.
removeLocalServiceStopCompleteListener(LocalServiceStopCompleteListener) - Method in class com.esri.client.local.LocalService
Remove service stop complete listener.
removeMapEventListener(MapEventListener) - Method in class com.esri.map.JMap
Remove a map event listener.
removeMapOverlay(MapOverlay) - Method in class com.esri.map.JMap
Remove the given overlay from the map.
removeMapOverlay(int) - Method in class com.esri.map.JMap
Remove the overlay at the given index from the map.
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.
removePopupViewListener(PopupViewListener) - Method in class com.esri.map.popup.PopupView
Removes the popup view listener.
removeProgressEventListener(ProgressEventListener) - Method in class com.esri.map.JMap
Remove a progress event listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.esri.map.LayerInfo
Removes a property change listener.
removeServerLifetimeListener(ServerLifetimeListener) - Method in class com.esri.client.local.LocalServer
Removes a server life time listener.
removeServerMessageListener(ServerMessageListener) - Method in class com.esri.client.local.LocalServer
Removes a server message listener.
removeValue(UniqueValueInfo) - Method in class com.esri.core.renderer.UniqueValueRenderer
Remove a unique value from the renderer.
Renderer<V> - Interface in com.esri.core.renderer
Base class for all renderers - use SimpleRenderer with a GraphicsLayer.
requery() - Method in class com.esri.map.ArcGISFeatureLayer
Refreshes this layer with features from the server.
requestImage(int, int, double, double, double, double) - Method in class com.esri.map.DynamicLayer
 
requestRender() - Method in class com.esri.map.JMap
 
reset() - Method in class com.esri.core.internal.catalog.ResultCursor
Resets the cursor
resetToDefault() - Method in class com.esri.core.internal.value.DynamicLayerInfo
Use this method to reset this instance back to default values.
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.
ResolutionList - Class in com.esri.map
This class is used to contain a list of map resolution values that can be used to set fixed zoom levels in a JMap.
ResolutionList() - Constructor for class com.esri.map.ResolutionList
 
respectsDaylightSaving() - Method in class com.esri.core.map.TimeReference
Indicates whether or not the service respects daylight saving.
RestInfo - Class in com.esri.core.internal.value
 
RestInfo() - Constructor for class com.esri.core.internal.value.RestInfo
 
ResultCursor<T extends PageableResultType> - Class in com.esri.core.internal.catalog
A cursor for iterating over search results obtained from arcgis.com A "pageable" search performed on arcgis.com may yield a large number of results.
ResultCursor(Catalog, String, HashMap<String, String>, JsonParser, Class<T>, Filter) - Constructor for class com.esri.core.internal.catalog.ResultCursor
 
resumeEvents() - Method in class com.esri.map.LayerInfo
Resume events.
retainAll(Collection<?>) - Method in class com.esri.client.local.WorkspaceInfoSet
 
retainAll(Collection<?>) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
retainAll(Collection<?>) - Method in class com.esri.map.LayerList
Retains the given layers in this layers list and removes all others; that is any layer not given.
retainAll(Collection<?>) - Method in class com.esri.map.ResolutionList
 
retrieveAttachment(int, int) - Method in class com.esri.map.ArcGISFeatureLayer
Fetches the contents of the specified attachment.
retrieveNoDataTileETag() - Method in class com.esri.map.ArcGISTiledMapServiceLayer
 
reverseAllPaths() - Method in class com.esri.core.geometry.MultiPath
Reverses the order of the vertices in each path.
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.
Route - Class in com.esri.core.tasks.ags.na
Class holding the information for a single route
Route() - Constructor for class com.esri.core.tasks.ags.na.Route
Empty constructor
RoutingDirection - Class in com.esri.core.tasks.ags.na
Class containing the relevant information for one direction of a route
RoutingDirection() - Constructor for class com.esri.core.tasks.ags.na.RoutingDirection
Empty Constructor
RoutingManeuver - Enum in com.esri.core.tasks.ags.na
The enumeration types for a direction maneuver.
RoutingResult - Class in com.esri.core.tasks.ags.na
Class containing the relevant information for the entire server response.
RoutingResult() - Constructor for class com.esri.core.tasks.ags.na.RoutingResult
Empty Constructor
RoutingTask - Class in com.esri.core.tasks.ags.na
 
RoutingTask(String) - Constructor for class com.esri.core.tasks.ags.na.RoutingTask
 
RoutingTask(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.na.RoutingTask
 
RoutingTaskParameters - Class in com.esri.core.tasks.ags.na
 
RoutingTaskParameters() - Constructor for class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
rows - Variable in class com.esri.core.internal.value.TileInfo
 

S

Satellite - Class in com.esri.core.gps
Contains information about a particular satellite.
Satellite() - Constructor for class com.esri.core.gps.Satellite
 
Satellite(int, int, int, int, SatelliteSystem) - Constructor for class com.esri.core.gps.Satellite
 
SatelliteSystem - Enum in com.esri.core.gps
Satellite system.
scale(double, double) - Method in class com.esri.core.geometry.Transformation2D
Scales the transformation.
searchFeaturedMaps(Item.ItemType) - Method in class com.esri.core.internal.catalog.Catalog
Returns Items that are classified as 'Featured Maps'
searchGroups(String, Group.SortField, SortOrder) - Method in class com.esri.core.internal.catalog.Catalog
Returns Groups that match the search criteria.
searchItems(String, Item.ItemType, Item.SortField, SortOrder) - Method in class com.esri.core.internal.catalog.Catalog
Returns Items that match the search criteria.
searchUsers(String, User.SortField, SortOrder) - Method in class com.esri.core.internal.catalog.Catalog
Returns Users that match the search criteria.
SECOND - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for second.
SECOND_CENTESIMAL - Static variable in interface com.esri.core.geometry.AngularUnit.Code
Value returned by the AngularUnit for centesimal second.
seek(int) - Method in class com.esri.core.internal.catalog.ResultCursor
Seeks the cursor to the specified position.
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.
select(int) - Method in class com.esri.map.GraphicsLayer
Selects the graphic with the supplied id.
selectFeatures(Query, ArcGISFeatureLayer.SELECTION_METHOD, CallbackListener<FeatureSet>) - Method in class com.esri.map.ArcGISFeatureLayer
Selects features from the feature layer.
SelectionMethod - Enum in com.esri.map
Possible feature selection methods.
SelfSignedCertificateHandle - Class in com.esri.core.io
Registers a listener here to handle self-singed certificates.
SelfSignedCertificateHandle() - Constructor for class com.esri.core.io.SelfSignedCertificateHandle
 
sendRequest(URL, String) - Method in class com.esri.client.local.LocalService
Sends a request to a URL.
sendRequest(String) - Method in class com.esri.core.portal.Portal
Sends the customized request and let users handle the response.
sendToBack(int) - Method in class com.esri.map.GraphicsLayer
Sends the graphic to back.
SerialPortGPSWatcher - Class in com.esri.core.gps
A IGPSWatcher with a serial port source such as GPS receivers, using NMEA standard.
SerialPortGPSWatcher() - Constructor for class com.esri.core.gps.SerialPortGPSWatcher
Creates a SerialPortGPSWatcher that connects automatically to a GPS device.
SerialPortGPSWatcher(GPSEventListener) - Constructor for class com.esri.core.gps.SerialPortGPSWatcher
Creates a SerialPortGPSWatcher that connects automatically to a GPS device.
SerialPortGPSWatcher(SerialPortInfo) - Constructor for class com.esri.core.gps.SerialPortGPSWatcher
Creates a SerialPortGPSWatcher that connects to the specified GPS device.
SerialPortGPSWatcher(SerialPortInfo, GPSEventListener) - Constructor for class com.esri.core.gps.SerialPortGPSWatcher
Creates a SerialPortGPSWatcher that connects to the specified GPS device.
SerialPortInfo - Class in com.esri.core.gps
This structure holds serial-port information.
SerialPortInfo(String, BaudRate, Parity, StopBits, int) - Constructor for class com.esri.core.gps.SerialPortInfo
Creates an instance of SerialPortInfo.
ServerEventMulticaster - Class in com.esri.client.local
The Class ServerEventMulticaster allows multiple listeners to be chained together.
ServerEventMulticaster(EventListener, EventListener) - Constructor for class com.esri.client.local.ServerEventMulticaster
Constructs a new server event multicaster.
ServerLaunchConfig - Class in com.esri.client.local
The Class ServerLaunchConfig.
ServerLaunchConfig() - Constructor for class com.esri.client.local.ServerLaunchConfig
 
SERVERLIFETIME_FIRST - Static variable in class com.esri.client.local.ServerLifetimeEvent
The Constant SERVERLIFETIME_FIRST.
SERVERLIFETIME_INITIALIZED - Static variable in class com.esri.client.local.ServerLifetimeEvent
The Constant SERVERLIFETIME_INITIALIZED; this event is not fired if the LocalServer is already initialized.
SERVERLIFETIME_LAST - Static variable in class com.esri.client.local.ServerLifetimeEvent
The Constant SERVERLIFETIME_LAST.
SERVERLIFETIME_SHUTDOWN - Static variable in class com.esri.client.local.ServerLifetimeEvent
The Constant SERVERLIFETIME_SHUTDOWN.
ServerLifetimeEvent - Class in com.esri.client.local
The Class ServerLifetimeEvent.
ServerLifetimeEvent(LocalServer, int) - Constructor for class com.esri.client.local.ServerLifetimeEvent
Instantiates a new server lifetime event.
serverLifetimeInitialized(ServerLifetimeEvent) - Method in class com.esri.client.local.ServerEventMulticaster
 
serverLifetimeInitialized(ServerLifetimeEvent) - Method in interface com.esri.client.local.ServerLifetimeListener
 
ServerLifetimeListener - Interface in com.esri.client.local
The listener interface for receiving serverLifetime events.
serverLifetimeShutdown(ServerLifetimeEvent) - Method in class com.esri.client.local.ServerEventMulticaster
 
serverLifetimeShutdown(ServerLifetimeEvent) - Method in interface com.esri.client.local.ServerLifetimeListener
 
SERVERMESSAGE_ERROR - Static variable in class com.esri.client.local.ServerMessageEvent
 
SERVERMESSAGE_FIRST - Static variable in class com.esri.client.local.ServerMessageEvent
 
SERVERMESSAGE_INFO - Static variable in class com.esri.client.local.ServerMessageEvent
 
SERVERMESSAGE_LAST - Static variable in class com.esri.client.local.LocalServiceStartCompleteEvent
 
SERVERMESSAGE_LAST - Static variable in class com.esri.client.local.LocalServiceStopCompleteEvent
 
SERVERMESSAGE_LAST - Static variable in class com.esri.client.local.ServerMessageEvent
 
ServerMessageAdapter - Class in com.esri.client.local
The listener class for receiving serverMessage events.
ServerMessageAdapter() - Constructor for class com.esri.client.local.ServerMessageAdapter
 
ServerMessageEvent - Class in com.esri.client.local
The Class ServerMessageEvent.
ServerMessageEvent(LocalServer, int, String) - Constructor for class com.esri.client.local.ServerMessageEvent
Instantiates a new server message event.
ServerMessageListener - Interface in com.esri.client.local
The listener interface for receiving serverMessage events.
Service - Class in com.esri.core.internal.value
 
Service() - Constructor for class com.esri.core.internal.value.Service
 
ServiceAreaResult - Class in com.esri.core.tasks.ags.na
Class containing the relevant information for the entire server response.
ServiceAreaResult() - Constructor for class com.esri.core.tasks.ags.na.ServiceAreaResult
 
ServiceAreaTask - Class in com.esri.core.tasks.ags.na
 
ServiceAreaTask(String) - Constructor for class com.esri.core.tasks.ags.na.ServiceAreaTask
 
ServiceAreaTask(String, UserCredentials) - Constructor for class com.esri.core.tasks.ags.na.ServiceAreaTask
 
ServiceAreaTaskParameters - Class in com.esri.core.tasks.ags.na
 
ServiceAreaTaskParameters() - Constructor for class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
ServiceCreatedHandler - Interface in com.esri.client.local
The Interface ServiceCreatedHandler.
serviceInfo - Variable in class com.esri.map.Layer
 
set(int, ColorRamp) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
set(int, Layer) - Method in class com.esri.map.LayerList
Sets the given layer at the given index.
setAccumulateAttributeNames(String[]) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setAccumulateAttributeNames(String[]) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the list of accumulate attribute names
setAccumulateAttributeNames(String[]) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setAccumulateAttributeNames(String[]) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setActive(boolean) - Method in class com.esri.map.MapOverlay
Call this method to enable/disable handling of mouse messages in a subclass.
setAlgorithm(RampDefinition.Algorithm) - Method in class com.esri.core.internal.value.AlgorithmicColorRamp
Sets the algorithm used to generate intermediate colors between the from color and the to color.
setAlgorithm(RampDefinition.Algorithm) - Method in class com.esri.core.internal.value.RampDefinition
Sets the algorithm used to generate intermediate colors between the from color and the to color.
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.
setAltitude(double) - Method in class com.esri.core.gps.GeoCoordinate
 
setAnchorPoint(Point) - Method in interface com.esri.map.popup.MapPopup
Sets the anchor point that the callout tail is pointing at.
setAnchorPoint(Point) - Method in class com.esri.map.popup.PopupDialog
 
setAnchorPoint(Point) - Method in class com.esri.map.popup.PopupPanel
 
setAngle(float) - Method in class com.esri.core.symbol.MarkerSymbol
 
setAnimationDuration(float) - Method in class com.esri.map.JMap
 
setAnimationMode(JMap.AnimationMode) - Method in class com.esri.map.JMap
Sets the animation mode for zooming.
setAppDataDirectory(String) - Static method in class com.esri.runtime.ArcGISRuntime
Sets the directory path used by the LocalServer for local app data; this is the LocalServer's AppLocalDataDir.
setAppId(String) - Method in class com.esri.map.BingMapsLayer
Sets the Bing Maps key.
setArgs(String[]) - Method in class com.esri.client.local.ServerLaunchConfig
Sets the arguments.
setArguments(String) - Method in class com.esri.core.map.RasterFunction
Sets the input arguments to the raster function.
setArgumentsAsMap(Map<String, Object>) - 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.
setAttributeName(String) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Sets the attribute name being used.
setAttributeName(String) - Method in class com.esri.core.tasks.ags.na.AttributeParameterValue
Sets the name of the attribute
setAttributeName1(String) - Method in class com.esri.core.renderer.UniqueValueRenderer
Set the first attribute name.
setAttributeName2(String) - Method in class com.esri.core.renderer.UniqueValueRenderer
Set the second attribute name.
setAttributeName3(String) - Method in class com.esri.core.renderer.UniqueValueRenderer
Set the third attribute name.
setAttributeParameterValues(AttributeParameterValue[]) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setAttributeParameterValues(AttributeParameterValue[]) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the list of attribute parameter values
setAttributeParameterValues(AttributeParameterValue[]) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setAttributeParameterValues(AttributeParameterValue[]) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setAuthenticationType(UserCredentials.AuthenticationType) - Method in class com.esri.core.io.UserCredentials
Sets the type of the UserCredentials.
setAutoFocus(boolean) - Method in class com.esri.map.GPSLayer
Deprecated. Instead, use GPSLayer.setMode(Mode) with GPSLayer.Mode.AUTOPAN.
setAutoFocusBoundary(int) - Method in class com.esri.map.GPSLayer
Sets the value used to calculate the virtual boundary for auto-focus.
setAzimuth(int) - Method in class com.esri.core.gps.Satellite
 
setBackground(Color) - Method in class com.esri.map.MapTip
Sets the background.
setBackground(Color) - Method in class com.esri.map.popup.JCalendar
 
setBandIds(int[]) - Method in class com.esri.core.map.ImageServiceParameters
Sets the bandIds of the ImageServiceParameters.
setBandIds(int[]) - Method in class com.esri.map.ArcGISImageServiceLayer
If there are multiple bands, you can specify a single band to export, or you can change the band combination (red, green, blue) by specifying the band number.
setBaseSymbol(Symbol) - Method in class com.esri.core.internal.value.ClassificationDef
Sets the base symbol that the requested renderer will base its symbols on.
setBaudRate(BaudRate) - Method in class com.esri.core.gps.SerialPortInfo
Sets SerialPortInfo.baudRate
setBingKey(String) - Method in class com.esri.map.WebMap
Sets the key to be used to access a Bing Maps layer.
setBorder(Border) - Method in class com.esri.map.MapTip
Sets the border to be used.
setBounds(int, int, int, int) - Method in class com.esri.map.JMap
 
setBounds(int, int, int, int) - Method in class com.esri.map.popup.PopupDialog
 
setBounds(Rectangle) - Method in class com.esri.map.popup.PopupDialog
 
setBreakCount(int) - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Sets the break count.
setBufferFactor(int) - Method in class com.esri.map.ArcGISFeatureLayer
Sets the factor used to calculate buffered extent.
setCalendar(Calendar) - Method in class com.esri.map.popup.JCalendar
 
setCanSearchPublic(boolean) - Method in class com.esri.core.portal.PortalQueryParams
Sets to false for restricted search.
setCapabilities(String) - Method in class com.esri.core.internal.value.Layer
 
setCategory(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Sets the category.
setCategory(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Sets the category.
setChoiceList(String[]) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Sets the choice list.
setCirculator(boolean) - Method in class com.esri.core.geometry.SegmentIterator
Switches the iterator to navigation mode.
setClassificationDef(ClassificationDef) - Method in class com.esri.core.tasks.ags.GenerateRendererTaskParameters
Sets the classification definition.
setClassificationField(String) - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Sets the classification field.
setClassificationMethod(ClassBreaksDefinition.ClassificationMethod) - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Sets the classification method.
setColor(Color) - Method in class com.esri.core.symbol.FillSymbol
Sets the color to fill the polygon with.
setColor(Color) - Method in class com.esri.core.symbol.LineSymbol
Sets the color of the line.
setColor(Color) - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Sets the color of the symbol.
setColor(Color) - Method in class com.esri.core.symbol.TextSymbol
Sets the color to render the TextSymbol with.
setColorRamp(ColorRamp) - Method in class com.esri.core.internal.value.ClassificationDef
Sets the color ramp that the requested renderer will use to set the symbol colors.
setCompressedRequest(boolean) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Sets whether or not to send point stops/barriers in a compressed format NOTE: This can only be used for POINT graphics.
setCompressionQuality(int) - Method in class com.esri.core.map.ImageServiceParameters
Sets the compressionQuality of the ImageServiceParameters.
setCompressionQuality(int) - Method in class com.esri.map.ArcGISImageServiceLayer
Sets the compression quality of the exported image.
setConnectionString(String) - Method in class com.esri.client.local.WorkspaceInfo
Sets the connection string.
setContainsSearchText(boolean) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setContentTemplate(String) - Method in class com.esri.core.map.InfoTemplate
Deprecated. Sets the content template.
setCoords(double, double, double, double) - Method in class com.esri.core.geometry.Envelope
Sets the 2 dimensional extents of the envelope.
setCopyrightLocation(LocationOnMap) - Method in class com.esri.map.JMap
Sets the copyright location.
setCopyrightSize(int, int) - Method in class com.esri.map.JMap
Sets the copyright size.
setCopyrightText(String) - Method in class com.esri.map.Layer
Sets the copyright text.
setCourse(double) - Method in class com.esri.core.gps.GeoCoordinate
 
setCourseMagnetic(double) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the trend -or- course (magnetic) along the fix line (in degrees).
setCreatedDate(Date) - Method in class com.esri.core.internal.catalog.Folder
Internal method
setCredentials(UserCredentials) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets the credentials required to access a secure service.
setCredentials(UserCredentials) - Method in class com.esri.map.Layer
Sets the credentials of the Layer.
setCulture(String) - Method in class com.esri.map.BingMapsLayer
Sets the culture of the layer (format: [language]-[REGION], e.g.: en-US)
see Culture Parameter
setDataBits(int) - Method in class com.esri.core.gps.SerialPortInfo
Sets SerialPortInfo.dataBits
setDataSource(DataSource) - Method in class com.esri.core.internal.value.LayerDataSource
Sets the data source.
setDataSourceName(String) - Method in class com.esri.core.internal.value.RasterDataSource
Sets the data source name.
setDataSourceName(String) - Method in class com.esri.core.internal.value.TableDataSource
Sets the data source name.
setDataType(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Sets the data type.
setDefaultBreaks(Double[]) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets the break levels for the service area (i.e. 1, 3, and 5 minute break levels)
setDefaultCutoff(Double) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the default cutoff value to stop traversing
setDefaultLabel(String) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Sets the default label.
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.
setDefaultSpatialReference(SpatialReference) - Method in class com.esri.map.Layer
Sets the defaultSpatialReference of the Layer.
setDefaultSymbol(Symbol) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Sets the default symbol for the renderer.
setDefaultSymbol(Symbol) - Method in class com.esri.core.renderer.UniqueValueRenderer
Set the default symbol used when a graphic does not match any of the unique values.
setDefaultTargetFacilityCount(Integer) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the default number of target facilities to find
setDefaultTokenExpirationTime(long) - Method in class com.esri.core.internal.catalog.Catalog
Changes the default token expiration time for a signed in user.
setDefaultValue(GPParameter) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Sets the default value.
setDefinitionExpression(String) - Method in class com.esri.core.internal.value.Layer
 
setDefinitionExpression(String) - Method in class com.esri.core.internal.value.LayerInfo
Sets the definition expression.
setDefinitionExpression(String) - Method in class com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
Sets the definition expression.
setDefinitionExpression(String) - Method in class com.esri.map.ArcGISFeatureLayer
Sets the definition expression of the feature layer.
setDescription(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMessage
Sets the description.
setDescription(String) - Method in class com.esri.map.Layer
Sets the description.
setDirection(GPTaskInfo.ParamDirection) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Sets the direction.
setDirectionsLanguage(String) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the language in which to return the directions
setDirectionsLanguage(String) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets the language in which to return the directions
setDirectionsLengthUnit(DirectionsLengthUnit) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the Unit type of the length of the directions
setDirectionsLengthUnit(DirectionsLengthUnit) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets the Unit type of the length of the directions
setDirectionsOutputType(DirectionsOutputType) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the type in which the directions are output
setDirectionsOutputType(DirectionsOutputType) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets the type in which the directions are output
setDirectionsStyleName(String) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the name of the style in which to return the directions
setDirectionsStyleName(String) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets the name of the style in which to return the directions
setDirectionsTimeAttributeName(String) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the name of the directions time attribute
setDirectionsTimeAttributeName(String) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets the name of the directions time attribute
setDisplayFields(LinkedHashMap<String, String>) - Method in class com.esri.map.MapTip
Sets the display fields.
setDisplayName(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Sets the display name.
setDisplayName(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Sets the display name.
setDistance(double) - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Sets the search distance in m.
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.
setDoNotLocateOnRestrictedElements(Boolean) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Sets whether or not to consider restricted elements when locating
setDoNotLocateOnRestrictedElements(Boolean) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Sets whether or not to ignore restricted elements when locating
setDPI(int) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the dpi.
setDrawingInfo(DrawingInfo) - Method in class com.esri.core.internal.value.DynamicLayerInfo
Sets the drawing info.
setDrawingInfo(DrawingInfo) - Method in class com.esri.core.internal.value.Layer
 
setDynamicLayerInfo(DynamicLayerInfo) - Method in class com.esri.map.ArcGISFeatureLayer
Set the Dynamic Layer information required to use this feature layer with a layer in a map service.
setDynamicLayerInfos(DynamicLayerInfoCollection) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Set a list of DynamicLayerInfo instances that will be used to change the renderers and datasources of sub-layers of this dynamic map service.
setDynamicLayers(LayerInfo[]) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setDynamicWorkspaces(WorkspaceInfoSet) - Method in class com.esri.client.local.LocalMapService
Sets the dynamic workspaces.
setEditCallbackListener(CallbackListener<FeatureEditResult[][]>) - Method in class com.esri.map.popup.PopupView
Setting an edit callback listener allows the calling code to handle the response to submitting edits to the associated feature class.
setEditFieldInfo(EditFieldsInfo) - Method in class com.esri.core.internal.value.Layer
 
setElevation(int) - Method in class com.esri.core.gps.Satellite
 
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
 
setEnabled(boolean) - Method in class com.esri.map.MapTip
Set to true to enable maptip, false, otherwise.
setEnableDynamicLayers(boolean) - Method in class com.esri.client.local.ArcGISLocalDynamicMapServiceLayer
Sets the enable dynamic layers support on or off.
setEnableDynamicLayers(boolean) - Method in class com.esri.client.local.LocalMapService
Sets the enable dynamic layers support on or off.
setEnd(Point) - Method in class com.esri.core.geometry.Segment
Sets the coordinates of the end point in a Point class.
setEndDate(Calendar) - Method in class com.esri.core.map.TimeExtent
Sets the end date.
setError(String) - Method in class com.esri.client.local.LocalService
Set an error for the service.
setError(String) - Method in class com.esri.map.Layer
Sets the error.
setException(Exception) - Method in class com.esri.map.Layer
 
setExcludeSourcesFromPolygons(String[]) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets the list of sources to exclude from polygons
setExecutionType(GPTaskInfo.ExecutionType) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Sets the execution type.
setExtent(MapGeometry) - Method in class com.esri.core.internal.value.Layer
 
setExtent(Envelope) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the extent that the image represents.
setExtent(Geometry) - Method in class com.esri.map.JMap
Sets the current extent of the map.
setFacilities(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the facilities used for the closest facility task
setFacilities(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets the facilities to find service area of
setFeatures(Graphic[]) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Overwrites the current list of graphics NOTE: StopGraphic may also be used here
setFeatures(StopGraphic[]) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Overwrites the current list of graphics
setFieldDelimiter(char) - Method in class com.esri.core.internal.value.UniqueValueDefinition
Sets the field delimiter.
setFields(List<Field>) - Method in class com.esri.core.map.FeatureSet
Sets the name of the fields.
setFields(Field[]) - Method in class com.esri.core.map.InfoTemplate
Deprecated.  
setFindBestSequence(Boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets whether or not to find the best sequence of stops
setFixSatelliteCount(int) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the current count of satellites acquired for the fix.
setFixStatus(FixStatus) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the current fix status of the signal.
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.
setFolderName(String) - Method in class com.esri.core.internal.catalog.Folder
Internal method
setFont(Font) - Method in class com.esri.map.MapTip
Sets the font to be used.
setForeground(Color) - Method in class com.esri.map.MapTip
Sets the foreground.
setFormat(ImageServiceParameters.IMAGE_FORMAT) - Method in class com.esri.core.map.ImageServiceParameters
Sets the format of the exported image.
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.
setFromColor(int) - Method in class com.esri.core.internal.value.AlgorithmicColorRamp
Sets the from color.
setFromColor(int) - Method in class com.esri.core.internal.value.RampDefinition
Sets the from color.
setFullExtent(Envelope) - Method in class com.esri.core.internal.value.ImageServer
 
setFullExtent(Envelope) - Method in class com.esri.map.JMap
Set the full extent of the map.
setFullExtent(Envelope) - Method in class com.esri.map.Layer
 
setFunctionName(String) - Method in class com.esri.core.map.RasterFunction
Sets the functionName of the RasterFunction.
setGdbVersion(String) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setGeoidHeight(double) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the geoid height of the fix.
setGeometry(Geometry) - Method in class com.esri.core.geometry.MapGeometry
Sets the geometry for this MapGeometry.
setGeometry(Geometry) - Method in class com.esri.core.internal.value.SpatialFilter
 
setGeometry(Geometry) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the geometry.
setGeometry(Geometry) - Method in class com.esri.core.tasks.ags.query.Query
Sets the geometry to apply as the spatial filter.
setGeometryPrecision(int) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setGeometryType(Geometry.Type) - Method in class com.esri.core.internal.value.QueryTableDataSource
Sets the geometry type.
setGeometryType(Geometry.Type) - Method in class com.esri.core.tasks.ags.geoprocessing.GPFeatureRecordSetLayer
Sets the Geometry.Type.
setGraphic(Graphic) - Method in class com.esri.map.popup.PopupMediaView
 
setGraphic(GraphicsLayer, Graphic) - Method in class com.esri.map.popup.PopupView
Sets the graphic that is to be displayed or edited.
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.map.GraphicsLayer
Sets the graphic visible or invisible.
setGroupByFieldsForStatistics(String[]) - Method in class com.esri.core.tasks.ags.query.Query
Sets the groupByFieldsForStatistics of the Query.
setHasZ(boolean) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Sets whether or not these graphics contain z values
setHeight(float) - Method in class com.esri.core.symbol.MarkerSymbol
Sets the height of the marker in pixels.
setHeight(int) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the height of the image.
setHelpUrl(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Sets the help url.
setHidingNoDataTiles(boolean) - Method in class com.esri.map.JMap
Hides no data tiles by displaying an image interpolated from tiles at a lower resolution.
setHorizontalAccuracy(double) - Method in class com.esri.core.gps.GeoCoordinate
 
setHorizontalAlignment(TextSymbol.HorizontalAlignment) - Method in class com.esri.core.symbol.TextSymbol
Sets the horizontalAlignment of the TextSymbol.
setHorizontalDilutionOfPrecision(double) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the HorizontalDilutionOfPrecision of the fix.
setHref(URL) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the URL of the image.
setId(int) - Method in class com.esri.core.gps.Satellite
 
setId(String) - Method in class com.esri.core.internal.catalog.Folder
Internal method
setId(int) - Method in class com.esri.core.internal.value.LayerInfo
 
setId(int) - Method in interface com.esri.core.internal.value.LayerInfoItem
Sets the layer id.
setId(int) - Method in class com.esri.core.internal.value.LayerTimeOptions
 
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.
setIgnoreInvalidLocations(Boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Gets whether or not invalid locations should be ignored
setImageFormat(ImageServiceParameters.IMAGE_FORMAT) - Method in class com.esri.map.ArcGISImageServiceLayer
Sets the image format.
setImageFormat(String) - Method in class com.esri.map.WmsDynamicMapServiceLayer
Sets the image format as a string('image/png', etc.).
setImpedanceAttributeName(String) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setImpedanceAttributeName(String) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the name of the impedance attribute to use
setImpedanceAttributeName(String) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setImpedanceAttributeName(String) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setIncidents(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the incidents used for the closest facility task
setInitialDelay(int) - Method in class com.esri.core.internal.map.MouseIdleAdapter
 
setInitialExtent(Envelope) - Method in class com.esri.core.internal.value.ImageServer
 
setInitialExtent(Envelope) - Method in class com.esri.map.Layer
Sets the initial extent of layer.
setInitialExtentSpatialReference(SpatialReference) - Method in class com.esri.core.internal.value.MapServer
 
setInSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.query.Query
Sets the spatial reference of the input geometry.
setInstallDirectory(String) - Static method in class com.esri.runtime.ArcGISRuntime
Set the path to the directory containing the runtime installation you wish to use.
setInterpolation(ImageServiceParameters.RSP) - Method in class com.esri.core.map.ImageServiceParameters
Sets the interpolation of the ImageServiceParameters.
setInterpolation(ImageServiceParameters.RSP) - Method in class com.esri.map.ArcGISImageServiceLayer
Sets the interpolation method.
setItems(List<Item>) - Method in class com.esri.core.internal.catalog.Folder
Internal method
setJoinType(JoinTableDataSource.JoinType) - Method in class com.esri.core.internal.value.JoinTableDataSource
Sets the join type.
setKey(String) - Method in class com.esri.map.OpenStreetMapLayer
Replaces the placeholder "{KEY}" in the tile server URLs.
setKeyboardEnabled(boolean) - Method in class com.esri.map.JMap
Sets if keyboard input is enabled.
setLabelColor(int, Color) - Method in class com.esri.map.Grid
Sets the label background color for a given grid level.
setLabelingInfo(LabelingInfo[]) - Method in class com.esri.core.internal.value.DrawingInfo
Sets the labelingInfo of the DrawingInfo.
setLabelMaxScale(double) - Method in class com.esri.core.renderer.DictionaryRenderer
Sets the maximum scale at which labels are visible
setLabelMinScale(double) - Method in class com.esri.core.renderer.DictionaryRenderer
Sets the minimum scale at which labels are visible
setLabelsVisible(boolean) - Method in class com.esri.core.renderer.DictionaryRenderer
Set whether labels are visible at any scale
setLabelVisility(boolean) - Method in class com.esri.map.Grid
Sets the visibility of the labels for all grid levels.
setLatitude(double) - Method in class com.esri.core.gps.GeoCoordinate
 
setLayerDefs(Map<Integer, String>) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setLayerHandle(long) - Method in class com.esri.map.Layer
 
setLayerId(int) - Method in class com.esri.core.internal.value.LayerMapSource
Sets the layer id.
setLayerIds(int[]) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setLayerIndex(int) - Method in class com.esri.map.LayerEvent
Sets the map index of the changed layer.
setLayerMode(int) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the layer mode.
setLayerName(String) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Sets the name of the layer containing the features
setLayers(int[]) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the layers.
setLayers(LayerList) - Method in class com.esri.map.JMap
Sets the list of layers which the map will contain.
setLayerSource(LayerSource) - Method in class com.esri.core.internal.value.LayerInfo
Sets the layer source.
setLayerTimeOptions(TimeOptions) - Method in class com.esri.core.internal.value.DynamicLayerInfo
Set the current layer time options.
setLayerUrl(String) - Method in class com.esri.core.portal.WebMapPopupInfo
Sets the layer url.
setLeftTableKey(String) - Method in class com.esri.core.internal.value.JoinTableDataSource
Sets the left table key.
setLeftTableSource(LayerSource) - Method in class com.esri.core.internal.value.JoinTableDataSource
Sets the left table source.
setLevel(int) - Method in class com.esri.core.internal.value.LOD
 
setLicense(String) - Static method in class com.esri.runtime.ArcGISRuntime
Sets the license.
setLicense(String, String...) - Static method in class com.esri.runtime.ArcGISRuntime
Call this method to license the runtime for deployment.
setLimit(int) - Method in class com.esri.core.portal.PortalQueryParams
Sets the maximum number of results to be included in the result set response.
setLineColor(int, Color) - Method in class com.esri.map.Grid
Sets the line color for a given grid level.
setLineWidth(int, int) - Method in class com.esri.map.Grid
Sets the line width in pixels for a given grid level.
setLocation(GpsGeoCoordinate) - Method in class com.esri.core.gps.GeoPosition
Sets the geo-coordinate.
setLocation(Point, SpatialReference) - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Sets the search location.
setLocation(int, int) - Method in class com.esri.map.popup.PopupDialog
 
setLocation(Point) - Method in class com.esri.map.popup.PopupDialog
 
setLocationSymbol(MarkerSymbol) - Method in class com.esri.map.GPSLayer
Changes the symbol to indicate the location.
setLocatorName(String) - Method in class com.esri.client.local.LocalGeocodeService
Sets locator name; no locator name is provided, the service starts with the first locator from the locator package.
setLockRasterIds(int[]) - Method in class com.esri.core.map.MosaicRule
Sets an array of raster Ids.
setLockVersion(boolean) - Method in class com.esri.client.local.WorkspaceInfo
Sets the lock version.
setLogoInfo(JMap.LogoInfo) - Method in class com.esri.map.OpenStreetMapLayer
Sets the logo info.
setLongitude(double) - Method in class com.esri.core.gps.GeoCoordinate
 
setM(double) - Method in class com.esri.core.geometry.Point
Sets the M coordinate of this point.
setMap(JMap) - Method in class com.esri.map.Layer
Every layer is provided a reference to the parent JComponent that contains that layer.
setMap(JMap) - Method in class com.esri.map.MapOverlay
Called internally by JMap when adding interaction overlays to the map.
setMapExtent(Envelope) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the map extent.
setMapHeight(int) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets the map height.
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.
setMapServer(MapServer) - Method in class com.esri.map.Layer
 
setMapStyle(BingMapsLayer.MapStyle) - Method in class com.esri.map.BingMapsLayer
Sets the map style of the Bing Maps layer. see BingMapsLayer.MapStyle for available values.
setMapTip(MapTip) - Method in class com.esri.map.GraphicsLayer
Sets the maptip to be used with this layer.
setMapTipDelay(int) - Method in class com.esri.map.JMap
Sets the maptip delay.
setMapVersion(String) - Method in class com.esri.map.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 map width.
setMaxAllowableOffset(double) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
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.QueryRelatedRecordsParameters
Sets the max allowable offset.
setMaxFeatures(int) - Method in class com.esri.core.tasks.ags.query.Query
 
setMaximumRecords(int) - Method in class com.esri.client.local.ArcGISLocalFeatureLayer
Sets the maximum records that the feature layer can return.
setMaximumRecords(int) - Method in class com.esri.client.local.LocalGeoprocessingService
Sets the maximum records that can be returned by the geoprocessing service.
setMaximumRecords(int) - Method in class com.esri.client.local.LocalMapService
Sets the maximum number of records returned by the service and therefore the maximum number of features visible in the map.
setMaxLocations(int) - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Sets the maximum number for returned candidates.
setMaxScale(double) - Method in class com.esri.core.internal.value.Layer
 
setMaxScale(double) - Method in class com.esri.map.GraphicsLayer
 
setMCSAddress(String) - Method in class com.esri.core.internal.catalog.Item
 
setMergeSimilarPolygonRanges(Boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets ets whether or not to merge similar polygon ranges
setMethod(int) - Method in class com.esri.core.map.MosaicRule
Sets the method of the MosaicRule.
setMinimumValue(double) - Method in class com.esri.core.renderer.ClassBreaksRenderer
Sets the minimum value.
setMinScale(double) - Method in class com.esri.core.internal.value.Layer
 
setMinScale(double) - Method in class com.esri.map.GraphicsLayer
 
setMode(GPSLayer.Mode) - Method in class com.esri.map.GPSLayer
Sets the current mode.
setMosaicRule(MosaicRule) - Method in class com.esri.core.map.ImageServiceParameters
Sets the mosaicRule of the ImageServiceParameters.
setMosaicRule(MosaicRule) - Method in class com.esri.map.ArcGISImageServiceLayer
Sets the mosaic rule of the layer to the specified value.
setMouseWheelZoomDirection(JMap.MouseWheelZoomDirection) - Method in class com.esri.map.JMap
Sets the direction of zoom when the mouse wheel is moved forward.
setMovingWithMap(boolean) - Method in interface com.esri.map.popup.MapPopup
When this is set true, the MapPopup will move with the map.
setMovingWithMap(boolean) - Method in class com.esri.map.popup.PopupDialog
 
setMovingWithMap(boolean) - Method in class com.esri.map.popup.PopupPanel
 
setName(String) - Method in class com.esri.core.portal.WebMapSubLayer
Sets the name.
setName(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Sets the name.
setName(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Sets the name.
setName(String) - Method in class com.esri.core.tasks.ags.na.StopGraphic
Sets the name of the stop
setName(String) - Method in class com.esri.map.Layer
Sets the name.
setNavigationPointHeightFactor(double) - Method in class com.esri.map.GPSLayer
Sets the factor that determines the position of the GPS relative to the screen along the vertical axis of the map's center. 0 represents the bottom edge and 1 represents the top, incremented uniformly.
setNewGraphic(Graphic) - Method in interface com.esri.map.popup.MapPopup
Sets the new graphic.
setNewGraphic(Graphic) - Method in class com.esri.map.popup.PopupDialog
 
setNewGraphic(Graphic) - Method in class com.esri.map.popup.PopupPanel
 
setNoData(int) - Method in class com.esri.core.map.ImageServiceParameters
Sets the pixel value representing no information.
setNormalizationField(String) - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Sets the normalization field.
setNormalizationType(NormalizationType) - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Sets the normalization type.
setNormalizeField(String) - Method in class com.esri.core.renderer.ClassBreaksRenderer
 
setNormalizeTotal(double) - Method in class com.esri.core.renderer.ClassBreaksRenderer
 
setNormalizeType(NormalizationType) - Method in class com.esri.core.renderer.ClassBreaksRenderer
 
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.QueryRelatedRecordsParameters
Sets the object ids.
setOffsetX(float) - Method in class com.esri.core.symbol.MarkerSymbol
The MarkerSymbol adheres to a point feature.
setOffsetY(float) - Method in class com.esri.core.symbol.MarkerSymbol
The MarkerSymbol adheres to a point feature.
setOidFields(String) - Method in class com.esri.core.internal.value.QueryTableDataSource
Sets the oid fields.
setOnSelfSignedCertificateListener(OnSelfSignedCertificateListener) - Static method in class com.esri.core.io.SelfSignedCertificateHandle
Sets the onSelfSignedCertificateListener to handle self-signed certificates.
setOnStatisticField(String) - Method in class com.esri.core.tasks.ags.query.OutStatistics
Sets the onStatisticField of the OutStatistic.
setOpacity(float) - Method in class com.esri.map.Layer
Sets the opacity of the Layer.
setOperation(int) - Method in class com.esri.core.map.MosaicRule
Sets the operation of the MosaicRule.
setOperationMode(QueryMode) - Method in class com.esri.map.ArcGISFeatureLayer
Sets the operation mode.
setOrderByFields(Map<String, OrderByFields>) - Method in class com.esri.core.tasks.ags.query.Query
Sets the orderByFields of the Query.
setOutFields(List<String>) - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Sets a list of fields to be returned in the response.
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.QueryRelatedRecordsParameters
Sets the out fields.
setOutFields(String[]) - Method in class com.esri.map.ArcGISFeatureLayer
An array of field names to include in the feature layer.
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.
setOutputGeometryPrecision(Double) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setOutputGeometryPrecision(Double) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the precision value of the output geometry
setOutputGeometryPrecision(Double) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setOutputGeometryPrecision(Double) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setOutputGeometryPrecisionUnits(Unit.EsriUnit) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setOutputGeometryPrecisionUnits(Unit.EsriUnit) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the unit of the output geometry precision
setOutputGeometryPrecisionUnits(Unit.EsriUnit) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setOutputGeometryPrecisionUnits(Unit.EsriUnit) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setOutputLines(NAOutputLine) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setOutputLines(NAOutputLine) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the type of output lines of the route
setOutputLines(NAOutputLine) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setOutputLines(NAOutputLine) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setOutputPolygons(NAOutputPolygon) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets the type of OutputPolygons (none, simplified, detailed, default)
setOutputSpatialRef(SpatialReference) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setOutSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setOutSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the spatial reference of the output geometry
setOutSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setOutSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
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.QueryRelatedRecordsParameters
Sets the out spatial reference.
setOutSR(SpatialReference) - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Sets the spatial reference for the xy coordinates returned by the geocode request.
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.
setOutStatisticFieldName(String) - Method in class com.esri.core.tasks.ags.query.OutStatistics
Sets the outStatisticFieldName of the OutStatistic.
setOutStatistics(OutStatistics[]) - Method in class com.esri.core.tasks.ags.query.Query
The definitions for one or more field-based statistic to be calculated Note: outStatistics is supported on only those layers / tables that indicate suppportsStatistics is true.
setOverlapLines(Boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets whether or not the lines should overlap from multiple facilities
setOverlapPolygons(Boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets whether or not the polygons for all facilities should overlap
setOwnershipBasedAccessControlForFeatures(OwnershipBasedAccessControlForFeatures) - Method in class com.esri.core.internal.value.Layer
 
setOwningSystemURL(String) - Method in class com.esri.core.internal.value.RestInfo
 
setPageFormat(PageFormat) - Method in class com.esri.map.JMap
Sets the page format.
setPanTolerance(int) - Method in class com.esri.map.JMap
Sets the tolerance level when panning by mouse.
setPanToleranceEnabled(boolean) - Method in class com.esri.map.JMap
Sets whether to enable tolerance when panning by mouse.
setParam(String, String) - Method in class com.esri.client.local.CreateServiceInfo
Sets the parameters.
setParameters(GPTaskInfo.GPParameterInfo[]) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo
Sets the parameters.
setParameterType(GPTaskInfo.ParamType) - Method in class com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.GPParameterInfo
Sets the parameter type.
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.
setParamterName(String) - Method in class com.esri.core.tasks.ags.na.AttributeParameterValue
Sets the name of the parameter
setParamURL(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPJobParameter
Sets parameter URL.
setParent(LayerInfo) - Method in class com.esri.map.LayerInfo
Sets the parent.
setParity(Parity) - Method in class com.esri.core.gps.SerialPortInfo
Sets SerialPortInfo.parity
setPath(String) - Method in class com.esri.client.local.LocalGeocodeService
Sets the path to the data; this is typically a path to an geocoding package (.gcpk) on disk.
setPath(String) - Method in class com.esri.client.local.LocalGeoprocessingService
Sets the path; this is typically a path to a GPK on disk.
setPath(String) - Method in class com.esri.client.local.LocalMapService
Sets the path to the data; this is typically a path to an MPK on disk.
setPixelType(ImageServiceParameters.PIXEL_TYPE) - Method in class com.esri.core.map.ImageServiceParameters
Sets the pixelType of the ImageServiceParameters.
setPoint(int, Point) - Method in class com.esri.core.geometry.MultiPath
 
setPoint(int, Point) - Method in class com.esri.core.geometry.MultiPoint
 
setPointBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setPointBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the point barriers to avoid while solving
setPointBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setPointBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setPolygonBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setPolygonBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the polygon barriers to avoid while solving
setPolygonBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setPolygonBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setPolylineBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setPolylineBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the polyline barriers to avoid while solving
setPolylineBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setPolylineBarriers(NAFeatures) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setPopupInfo(PopupInfo) - Method in class com.esri.core.portal.WebMapPopupInfo
Sets the popup info.
setPopupInfo(PopupInfo) - Method in class com.esri.map.popup.PopupMediaView
 
setPopupInfo(ArcGISPopupInfo) - Method in class com.esri.map.popup.PopupView
Sets the popup info.
setPopupInfos(Map<Integer, ArcGISPopupInfo>) - Method in class com.esri.map.Layer
 
setPortName(String) - Method in class com.esri.core.gps.SerialPortInfo
Sets SerialPortInfo.portName
setPositionChangeType(int) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the type of GPS change event.
setPositionDilutionOfPrecision(double) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the PositionDilutionOfPrecision of the fix.
setPreserveFirstStop(Boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets whether or not to preserve the first stop
setPreserveLastStop(Boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets whether or not to preserve the last stop
setProcessSR(SpatialReference) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
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(String) - Method in class com.esri.core.internal.value.QueryTableDataSource
Sets the query.
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.
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.QueryRelatedRecordsParameters
Sets the relationship id.
setRenderEngine(ArcGISRuntime.RenderEngine) - Static method in class com.esri.runtime.ArcGISRuntime
Sets the render engine.
setRenderer(Renderer<?>) - Method in class com.esri.core.internal.value.DrawingInfo
Sets the renderer of the DrawingInfo.
setRenderer(Renderer<?>) - Method in class com.esri.core.internal.value.Layer
 
setRenderer(Renderer<Graphic>) - Method in class com.esri.map.GraphicsLayer
Sets the renderer of the GraphicsLayer.
setRenderingRule(RasterFunction) - Method in class com.esri.core.map.ImageServiceParameters
Sets the renderingRule of the ImageServiceParameters.
setRenderingRule(RasterFunction) - Method in class com.esri.map.ArcGISImageServiceLayer
Sets the rendering rule of the layer to the given value.
setResolution(double) - Method in class com.esri.core.internal.value.LOD
 
setRestrictionAttributeNames(String[]) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setRestrictionAttributeNames(String[]) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the list of restriction attribute names
setRestrictionAttributeNames(String[]) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setRestrictionAttributeNames(String[]) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setRestrictUTurns(UTurnRestriction) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setRestrictUTurns(UTurnRestriction) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets the type of U turn restriction to use
setRestrictUTurns(UTurnRestriction) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setRestrictUTurns(UTurnRestriction) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setReturnCFRoutes(boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets whether or not to return closest facility routes
setReturnDirections(boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets whether or not to return turn-by-turn directions for the closest facility routes.
setReturnDirections(boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets whether or not to return directions
setReturnFacilities(boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets whether or not to return the facilities used in the closest facility task
setReturnFacilities(boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets whether or not facilities should be returned
setReturnGeometry(boolean) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
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.QueryRelatedRecordsParameters
Sets the return geometry.
setReturnIdsOnly(boolean) - Method in class com.esri.core.tasks.ags.query.Query
Sets if the response should only include the object IDs
setReturnIncidents(boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets whether or not to return the incidents used in the closest facility task
setReturnM(boolean) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setReturnM(boolean) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets if returned geometry should contain M values.
setReturnM(boolean) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Sets to true if M values are to be returned in geometries.
setReturnM(boolean) - Method in class com.esri.core.tasks.ags.query.Query
Sets if M values are returned in geometries.
setReturnM(boolean) - Method in class com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
Sets if M values are returned in geometries.
setReturnPointBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setReturnPointBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets whether or not to return point barriers
setReturnPointBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setReturnPointBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setReturnPolygonBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setReturnPolygonBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets whether or not to return polygon barriers
setReturnPolygonBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setReturnPolygonBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setReturnPolylineBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setReturnPolylineBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets whether or not to return polyline barriers
setReturnPolylineBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setReturnPolylineBarriers(boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setReturnRoutes(boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets whether or not to return routes
setReturnStops(boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets whether or not to return stops
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets if returned geometry should contain Z values.
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.identify.IdentifyParameters
Set to true to have Z values returned in geometries.
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets whether or not to return z values
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.query.Query
Sets if Z values are returned in geometries.
setReturnZ(boolean) - Method in class com.esri.core.tasks.ags.query.QueryRelatedRecordsParameters
Sets if Z values are returned in geometries.
setRightTableKey(String) - Method in class com.esri.core.internal.value.JoinTableDataSource
Sets the right table key.
setRightTableSource(LayerSource) - Method in class com.esri.core.internal.value.JoinTableDataSource
Sets the right table source.
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.
setRotation(double) - Method in class com.esri.map.JMap
Set the rotation for the map.
setRotation(double, float, float) - Method in class com.esri.map.JMap
Set the rotation for the map around a given screen point
setRouteName(String) - Method in class com.esri.core.tasks.ags.na.StopGraphic
Sets the name of the route this stop belongs to
setRunning(boolean) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets whether or not we are running submitJobAndGetResultsAsync.
setSatellitesUsedInFix(List<Integer>) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the list of satellites available at a Location.
setSatelliteSystem(SatelliteSystem) - Method in class com.esri.core.gps.Satellite
 
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.internal.value.LOD
 
setScale(double) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the scale of the image
setScale(double) - Method in class com.esri.map.JMap
Sets the scale of the map.
setScaleSymbols(boolean) - Method in class com.esri.core.internal.value.DrawingInfo
 
setSdeConnectionFilePath(String) - Method in class com.esri.client.local.WorkspaceInfo
 
setSearchExtent(Envelope, SpatialReference) - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Sets the search extent
setSearchFields(String[]) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setSearchText(String) - Method in class com.esri.core.tasks.ags.find.FindParameters
 
setSelectionColor(Color) - Method in class com.esri.map.GraphicsLayer
Sets the color that is applied to a selected graphic.
setSelectionIDs(int[], boolean) - Method in class com.esri.map.GraphicsLayer
Selects the graphics with the supplied ids.
setSelectionSymbol(Symbol) - Method in class com.esri.map.GraphicsLayer
Sets the symbol to use for selected graphics.
setSequence(int) - Method in class com.esri.core.tasks.ags.na.StopGraphic
Sets the sequence in which this stop should be visited (e.g. a value of 2 means this stop is visited second)
setServerExe(String) - Method in class com.esri.client.local.ServerLaunchConfig
Sets the server executable path.
setServerLocationEnv(String) - Method in class com.esri.client.local.ServerLaunchConfig
Sets the server location environment.
setServiceDescription(String) - Method in class com.esri.map.Layer
Sets the description.
setServiceType(GPServiceType) - Method in class com.esri.client.local.LocalGeoprocessingService
Sets the service type to use when starting the geoprocessing service.
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.
setShowingCopyright(boolean) - Method in class com.esri.map.JMap
Sets whether to consider displaying copyright of all layers.
setShowingCopyright(boolean) - Method in class com.esri.map.Layer
Sets whether to show this layer's copyright.
setShowingEsriLogo(boolean) - Method in class com.esri.map.JMap
 
setShowLabels(boolean) - Method in class com.esri.core.internal.value.DrawingInfo
 
setShowStatus(boolean) - Method in class com.esri.map.GPSLayer
This flag controls the display of the status of the IGPSWatcher.
setShowTrackPoints(boolean) - Method in class com.esri.map.GPSLayer
This flag controls the display of every location recorded by the IGPSWatcher.
setShowTrail(boolean) - Method in class com.esri.map.GPSLayer
This flag controls the display of the path traced by the IGPSWatcher
setSignalStrength(int) - Method in class com.esri.core.gps.Satellite
 
setSize(int, int) - Method in class com.esri.core.symbol.PictureMarkerSymbol
Sets the size.
setSize(float) - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Sets the size in pixels.
setSize(float) - Method in class com.esri.core.symbol.TextSymbol
Sets the font size.
setSize(Dimension) - Method in class com.esri.map.popup.PopupDialog
 
setSize(int, int) - Method in class com.esri.map.popup.PopupDialog
 
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.
setSourceCountry(String) - Method in class com.esri.core.tasks.ags.geocode.LocatorFindParameters
Sets a string value representing the country.
setSpatialFilter(SpatialFilter) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Sets the spatial filter used to filter the features
setSpatialRef(SpatialReference) - Method in class com.esri.core.internal.value.QueryTableDataSource
Sets the spatial reference.
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.
setSpatialReference(SpatialReference) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Sets the spatial reference to use for translating the graphics to json
setSpatialRelationship(SpatialRelationship) - Method in class com.esri.core.internal.value.SpatialFilter
 
setSpatialRelationship(SpatialRelationship) - Method in class com.esri.core.tasks.ags.query.Query
Sets the SpatialRelationship to be applied on the input geometry.
setSpeed(double) - Method in class com.esri.core.gps.GeoCoordinate
 
setSplitLinesAtBreaks(Boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets whether or not lines should be split at breaks
setSplitPolygonsAtBreaks(Boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets whether or not polygons should be split at breaks
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.
setStartDate(Calendar) - Method in class com.esri.core.map.TimeExtent
Sets the start date.
setStartIndex(int) - Method in class com.esri.core.portal.PortalQueryParams
Set the number of the first entry in the result set response.
setStartTime(Long) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets the time to start the routing
setStatus(LocalServiceStatus) - Method in class com.esri.client.local.LocalService
Set the status of the service.
setStatus(Layer.LayerStatus) - Method in class com.esri.map.Layer
Sets the status.
setStatusCallback(GPJobStatusCallback) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets the status callback.
setStatusCallbackInterval(long) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets the status callback interval.
setStatusSymbol(TextSymbol) - Method in class com.esri.map.GPSLayer
Changes the symbol to indicate the status.
setStdDevInterval(float) - Method in class com.esri.core.internal.value.ClassBreaksDefinition
Sets the standard deviation interval.
setStopBits(StopBits) - Method in class com.esri.core.gps.SerialPortInfo
Sets SerialPortInfo.stopBits
setStops(NAFeatures) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets the stops to route between
setStyle(SimpleFillSymbol.Style) - Method in class com.esri.core.symbol.SimpleFillSymbol
Sets the fill style.
setStyle(SimpleLineSymbol.Style) - Method in class com.esri.core.symbol.SimpleLineSymbol
Set the current line style
setStyle(SimpleMarkerSymbol.Style) - Method in class com.esri.core.symbol.SimpleMarkerSymbol
Sets the drawing style.
setSubTypes(FeatureType[]) - Method in class com.esri.core.internal.value.Layer
 
setSuccess(boolean) - Method in class com.esri.client.local.DeleteServiceResponse
Sets the success.
setTempDirectory(String) - Static method in class com.esri.runtime.ArcGISRuntime
Sets the directory path used by the LocalServer to create a temporary folder; this is the LocalServer's DataDir.
setTemplates(List<FeatureTemplate>) - Method in class com.esri.core.internal.value.Layer
 
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.geocode.LocatorFindParameters
Sets the search text.
setText(String) - Method in class com.esri.core.tasks.ags.query.Query
Sets the literal search text.
setTileServerURLs(ArrayList<String>, int, int, String) - Method in class com.esri.map.OpenStreetMapLayer
Sets the URLs used to fetch tiles from.
setTime(Date) - Method in class com.esri.core.gps.GeoPosition
Sets the time.
setTimeDataCumulative(boolean) - Method in class com.esri.core.map.TimeOptions
 
setTimeFormat(DateFormat) - Static method in class com.esri.core.gps.GeoPosition
Sets time format.
setTimeInterval(TimeExtent) - Method in interface com.esri.core.map.TimeAwareLayer
Set the current date/time range that this layer will be filtered by.
setTimeInterval(TimeExtent) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
 
setTimeInterval(TimeExtent) - Method in class com.esri.map.ArcGISFeatureLayer
 
setTimeInterval(TimeExtent) - Method in class com.esri.map.ArcGISImageServiceLayer
 
setTimeInterval(TimeExtent) - Method in class com.esri.map.JMap
Use this to set a date/time range to use to filter data in any time aware layers in the map.
setTimeInterval(TimeExtent) - Method in interface com.esri.map.TimeAwareLayer
Set the current date/time range that this layer will be filtered by.
setTimeOfDay(Long) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the time of day at which to compute the closest facility
setTimeOfDay(Long) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets what time of day the service area should be computed at
setTimeOfDayUsage(NATimeOfDayUsage) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets how the time of day should be used (start or end)
setTimeOffset(int) - Method in class com.esri.core.map.TimeOptions
 
setTimeOffsetUnits(TimeOptions.Units) - Method in class com.esri.core.map.TimeOptions
 
setTimeOptions(TimeOptions) - Method in class com.esri.core.internal.value.LayerTimeOptions
Sets the time options.
setTimeOptions(LayerTimeOptionsCollection) - Method in class com.esri.map.ArcGISDynamicMapServiceLayer
Set a list of LayerTimeOptions.
setTimeout(int) - Method in interface com.esri.core.gps.IGPSWatcher
Sets the timeout period to receive GPS messages from the GPS device.
setTimeWindowEnd(long) - Method in class com.esri.core.tasks.ags.na.StopGraphic
Sets the end of the time window for visiting this stop (e.g. the latest time at which we should arrive)
setTimeWindowStart(long) - Method in class com.esri.core.tasks.ags.na.StopGraphic
Sets the start of the time window for visiting this stop (e.g. the earliest time at which we should arrive)
setTitle(String) - Method in class com.esri.core.portal.WebMapSubLayer
Sets the title.
setTitle(String) - Method in interface com.esri.map.popup.MapPopup
Sets the title.
setTitle(String) - Method in class com.esri.map.popup.PopupDialog
 
setTitleTemplate(String) - Method in class com.esri.core.map.InfoTemplate
Deprecated. Sets the title template.
setToColor(int) - Method in class com.esri.core.internal.value.AlgorithmicColorRamp
Sets the to color.
setToColor(int) - Method in class com.esri.core.internal.value.RampDefinition
Sets the to color.
setTokenServicesUrl(String) - Method in class com.esri.core.internal.value.RestInfo
 
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.
setTrackPointSymbol(MarkerSymbol) - Method in class com.esri.map.GPSLayer
Changes the symbol to indicate the track points.
setTrailSymbol(LineSymbol) - Method in class com.esri.map.GPSLayer
Changes the symbol to indicate the trail.
setTransparency(int) - Method in class com.esri.core.internal.value.DrawingInfo
Sets the transparency of the DrawingInfo.
setTransparent(boolean) - Method in class com.esri.map.WmsDynamicMapServiceLayer
Sets the image background to be transparent or not.
setTravelDirection(NATravelDirection) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
Sets the travel direction to use for the closest facility task (to or from the facilities)
setTravelDirection(NATravelDirection) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets the travel direction for the service area computation (to or from facility)
setTrimOuterPolygon(Boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets whether or not to trim the outermost polygon
setTrimPolygonDistance(Double) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets the distance to trim the outermost polygon, if trimming is set to true
setTrimPolygonDistanceUnits(Unit.EsriUnit) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
Sets the units of the trim distance
setTrustAllSigners(boolean) - Static method in class com.esri.core.io.SelfSignedCertificateHandle
Sets to true to trust all signers.
setTrustStore(KeyStore) - Static method in class com.esri.core.io.UserCredentials
Sets a KeyStore that contains trusted self-signed certificates for accessing HTTPS GIS service endpoints in an application.
setTrustStore(KeyStore, String, KeyStore) - Static method in class com.esri.core.io.UserCredentials
Sets KeyStores which contain server and client certificates for accessing HTTPS GIS service endpoints in an application.
setType(DataSource.DataSourceType) - Method in class com.esri.core.internal.value.DataSource
 
setType(String) - Method in class com.esri.core.internal.value.Layer
 
setType(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMessage
Sets the type.
setType(OutStatistics.Type) - Method in class com.esri.core.tasks.ags.query.OutStatistics
Sets the type of the OutStatistic.
setType(Grid.GridType) - Method in class com.esri.map.Grid
Sets the type of grid displayed on the map.
setUnits(String) - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
Sets the units in string.
setupAttachmentsListData() - Method in class com.esri.map.popup.PopupView
Setup attachments list data.
setupProxy(String, int) - Static method in class com.esri.core.io.ProxySetup
Setup proxy server access through the given host and port.
setupProxy(String, int, String) - Static method in class com.esri.core.io.ProxySetup
Setup proxy server access through the given host, port and scheme.
setupProxy(String, int, UserCredentials) - Static method in class com.esri.core.io.ProxySetup
Setup proxy server access through the given host and port using the given user credentials for authorisation.
setupProxy(String, int, String, UserCredentials) - Static method in class com.esri.core.io.ProxySetup
Setup proxy server access through the given host, port and scheme using the given user credentials for authorisation.
setupProxy(String, UserCredentials) - Static method in class com.esri.core.io.ProxySetup
Setup proxy authentication for proxy access set up on the JVM command line.
setupProxyAuthentication(String, UserCredentials) - Static method in class com.esri.core.io.ProxySetup
Deprecated. ProxySetup.setupProxy(String, UserCredentials) instead.
setUrl(String) - Method in class com.esri.client.local.ArcGISLocalDynamicMapServiceLayer
 
setUrl(String) - Method in class com.esri.client.local.ArcGISLocalFeatureLayer
 
setUrl(String) - Method in class com.esri.core.internal.value.Catalog
 
setURL(String) - Method in class com.esri.core.internal.value.Layer
 
setUrl(String) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Sets the url.
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.
setURL(String) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Sets the url for the querying a FeatureLayer (query built into url)
setUrl(String) - Method in class com.esri.map.BingMapsLayer
 
setUrl(String) - Method in class com.esri.map.DynamicLayer
Set the URL for the layer.
setUrl(String) - Method in class com.esri.map.Layer
Sets the URL of the map service associated with the layer.
setUrl(String) - Method in class com.esri.map.OpenStreetMapLayer
 
setUseHierarchy(Boolean) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTaskParameters
 
setUseHierarchy(Boolean) - Method in class com.esri.core.tasks.ags.na.NATaskParameters
Sets whether or not to use hierarchy
setUseHierarchy(Boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
 
setUseHierarchy(Boolean) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTaskParameters
 
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.
setUsername(String) - Method in class com.esri.core.internal.catalog.Folder
Internal method
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.
setUserToken(String, long, String) - Method in class com.esri.core.io.UserCredentials
Sets the user token for accessing a secure Service or Task in an application.
setUseTime(boolean) - Method in class com.esri.core.map.TimeOptions
 
setUseTimeWindows(Boolean) - Method in class com.esri.core.tasks.ags.na.RoutingTaskParameters
Sets whether or not to use time windows
setValue(String) - Method in class com.esri.core.internal.value.LabelPlacement
Sets the value of the LabelPlacement.
setValue(Object[]) - Method in class com.esri.core.renderer.UniqueValueInfo
Sets the values to be used.
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.
setValue(String) - Method in class com.esri.core.tasks.ags.na.AttributeParameterValue
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.
setVersion(String) - Method in class com.esri.core.internal.value.TableDataSource
Sets the version.
setVersionName(String) - Method in class com.esri.core.internal.value.LayerMapSource
Sets the version name.
setVerticalAccuracy(double) - Method in class com.esri.core.gps.GeoCoordinate
 
setVerticalAlignment(TextSymbol.VerticalAlignment) - Method in class com.esri.core.symbol.TextSymbol
Sets the verticalAlignment of the TextSymbol.
setVerticalDilutionOfPrecision(double) - Method in class com.esri.core.gps.GpsGeoCoordinate
Sets the VerticalDilutionOfPrecision of the fix.
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.map.Grid
Sets the visibility of the grid.
setVisible(boolean) - Method in class com.esri.core.internal.value.KMLFolder
 
setVisible(boolean) - Method in class com.esri.map.KMLLayer
 
setVisible(boolean) - Method in class com.esri.map.Layer
Sets the visibility of the Layer.
setVisible(boolean) - Method in class com.esri.map.LayerInfo
Sets the visible.
setVisible(boolean) - Method in interface com.esri.map.popup.MapPopup
Sets the MapPopup visibility.
setVisibleLayers(String[]) - Method in class com.esri.map.WmsDynamicMapServiceLayer
Sets visible layers by specifying the layer names.
setWebMapFeatureCollection(boolean) - Method in class com.esri.map.ArcGISPopupInfo
Sets whether or not the popup is from a web map backed by a feature collection.
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.GenerateRendererTaskParameters
Sets the where clause to narrow the range of the data to be classified by the renderer.
setWhere(String) - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Sets the where clause used to filter the features
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(float) - Method in class com.esri.core.symbol.MarkerSymbol
Sets the width of the marker in pixels
setWidth(int) - Method in class com.esri.core.tasks.ags.geoprocessing.GPMapImage
Sets the width of the image.
setWorkspaceFactoryType(WorkspaceInfo.WorkspaceFactoryType) - Method in class com.esri.client.local.WorkspaceInfo
Sets the workspace factory type.
setWorkspaceId(String) - Method in class com.esri.core.internal.value.QueryTableDataSource
Sets the workspace id.
setWorkspaceId(String) - Method in class com.esri.core.internal.value.RasterDataSource
Sets the workspace id.
setWorkspaceId(String) - Method in class com.esri.core.internal.value.TableDataSource
Sets the workspace id.
setWrapAroundEnabled(boolean) - Method in class com.esri.map.JMap
Enables/Disables map wrap around.
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.
setZ(double) - Method in class com.esri.core.geometry.Point
Sets the Z coordinate of this point.
setZero() - Method in class com.esri.core.geometry.Transformation2D
Initializes a zero transformation.
setZoomSnapEnabled(boolean) - Method in class com.esri.map.JMap
Sets snapping to resolutions in the resolution list.
setZoomToGraphicCallback(PopupView.ZoomToGraphicCallback) - Method in class com.esri.map.popup.PopupView
 
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.
showStatus() - Method in class com.esri.map.GPSLayer
Returns whether the display of status is enabled.
showTrackPoints() - Method in class com.esri.map.GPSLayer
Returns whether the display of track points is enabled.
showTrail() - Method in class com.esri.map.GPSLayer
Returns whether the display of trail is enabled.
shutdown() - Method in class com.esri.client.local.LocalServer
Shuts down the LocalServer.
shutdownAsync() - Method in class com.esri.client.local.LocalServer
Shuts down the LocalServer.
signIn(String, String) - Method in class com.esri.core.internal.catalog.Catalog
Allows a user to sign into an arcgis.com
signInToMCS(String, String) - Method in class com.esri.core.internal.catalog.Catalog
Allows a user to sign into a mobile content server.
signOut() - Method in class com.esri.core.internal.catalog.Catalog
Signs the user out of arcgis.com
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(Color) - Constructor for class com.esri.core.symbol.SimpleFillSymbol
Instantiates an object of SimpleFillSymbol with the given color.
SimpleFillSymbol(Color, SimpleLineSymbol) - Constructor for class com.esri.core.symbol.SimpleFillSymbol
Instantiates an object of SimpleFillSymbol with given color and line symbol.
SimpleFillSymbol(Color, SimpleLineSymbol, SimpleFillSymbol.Style) - Constructor for class com.esri.core.symbol.SimpleFillSymbol
Instantiates an object of SimpleFillSymbol with given color, line symbol, and style of fill.
SimpleFillSymbol.Style - Enum in com.esri.core.symbol
The fill style.
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(Color, float) - Constructor for class com.esri.core.symbol.SimpleLineSymbol
Instantiates a SimpleLineSymbol with the given color and width.
SimpleLineSymbol(Color, float, SimpleLineSymbol.Style) - Constructor for class com.esri.core.symbol.SimpleLineSymbol
Instantiates a SimpleLineSymbol with the given color, width and style.
SimpleLineSymbol.Style - Enum in com.esri.core.symbol
The 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(Color, int, SimpleMarkerSymbol.Style) - Constructor for class com.esri.core.symbol.SimpleMarkerSymbol
Instantiates a SimpleMarkerSymbol with the given color, size and style.
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(Symbol) - Constructor for class com.esri.core.renderer.SimpleRenderer
Instantiates SimpleRenderer with a symbol.
SimpleRenderer(JsonNode) - Constructor for class com.esri.core.renderer.SimpleRenderer
Creates a simple renderer from a JSON node.
simplify(Geometry, SpatialReference) - Static method in class com.esri.core.geometry.GeometryEngine
Performs the simplify operation on the geometry.
size() - Method in class com.esri.client.local.WorkspaceInfoSet
 
size() - Method in class com.esri.core.internal.value.MultipartColorRamp
 
size() - Method in class com.esri.map.ResolutionList
 
solve(ClosestFacilityTaskParameters) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTask
Solve.
solve(RoutingTaskParameters) - Method in class com.esri.core.tasks.ags.na.RoutingTask
Solve.
solve(ServiceAreaTaskParameters) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTask
Solve.
solveAsync(ClosestFacilityTaskParameters, CallbackListener<ClosestFacilityResult>) - Method in class com.esri.core.tasks.ags.na.ClosestFacilityTask
Solve async.
solveAsync(RoutingTaskParameters, CallbackListener<RoutingResult>) - Method in class com.esri.core.tasks.ags.na.RoutingTask
Solve async.
solveAsync(ServiceAreaTaskParameters, CallbackListener<ServiceAreaResult>) - Method in class com.esri.core.tasks.ags.na.ServiceAreaTask
Solve async.
SortOrder - Enum in com.esri.core.internal.catalog
The sort order of the search results
SPATIAL_REFERENCE_NOT_SUPPORTED - Static variable in exception com.esri.core.io.EsriUnsupportedException
Spatial reference is not supported.
SpatialFilter - Class in com.esri.core.internal.value
The SpatialFilter class represents a spatial filter which includes a input geometry and spatial relationship.
SpatialFilter(Geometry, SpatialRelationship) - Constructor for class com.esri.core.internal.value.SpatialFilter
 
SpatialReference - Class in com.esri.core.geometry
An abstract class that represent the spatial reference for the geometry.
SpatialReference() - Constructor for class com.esri.core.geometry.SpatialReference
Creates an empty Spatial Reference
SpatialReference(int) - Constructor for class com.esri.core.geometry.SpatialReference
 
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.
spatialReferenceInitialized() - Method in class com.esri.map.JMap
Spatial reference initialized.
spatialRefsAreEqual(Layer) - Method in class com.esri.map.JMap
Spatial refs are equal.
SpatialRelationship - Enum in com.esri.core.tasks
Enumeration of spatial relationship
speed - Variable in class com.esri.core.gps.GeoCoordinate
The speed measured in meters per second (TODO: check this).
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.client.local.LocalGeocodeService
 
start() - Method in class com.esri.client.local.LocalGeoprocessingService
 
start() - Method in class com.esri.client.local.LocalMapService
 
start() - Method in class com.esri.client.local.LocalService
Starts the service on the LocalServer and blocks the application till the service has stopped.
start() - Method in interface com.esri.core.gps.IGPSWatcher
Starts the GPS Watcher.
startAsync() - Method in class com.esri.client.local.LocalGeocodeService
 
startAsync() - Method in class com.esri.client.local.LocalGeoprocessingService
 
startAsync() - Method in class com.esri.client.local.LocalMapService
 
startAsync() - Method in class com.esri.client.local.LocalService
Starts the service on the LocalServer and allows the application to remain responsive while the service is starting.
startAsyncInner() - Method in class com.esri.client.local.LocalService
Asynchronous start up.
startInner() - Method in class com.esri.client.local.LocalService
 
startlisteningToMapEvents(JMap) - Method in class com.esri.map.ArcGISFeatureLayer
Starts this layer listening to map events.
startlisteningToMapEvents(JMap) - Method in class com.esri.map.CSVLayer
 
startlisteningToMapEvents(JMap) - Method in class com.esri.map.DynamicLayer
Starts this layer listening to map events.
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.
startTiming(int) - Static method in class com.esri.map.TimingTools
 
statusUpdated(GPJobResource, GPMessage[]) - Method in interface com.esri.core.tasks.ags.geoprocessing.GPJobStatusCallback
Called to indicate the current execution status.
stepMonth(boolean) - Method in class com.esri.map.popup.JCalendar
Increment or decrement the month.
stepYear(boolean) - Method in class com.esri.map.popup.JCalendar
Increment or decrement the year.
stop() - Method in class com.esri.client.local.LocalService
Stops the service and blocks the application till the service has stopped.
stop() - Method in interface com.esri.core.gps.IGPSWatcher
Stops the GPS Watcher.
stopAsync() - Method in class com.esri.client.local.LocalService
Stops the service and allows the application to remain responsive while the service is starting.
StopBits - Enum in com.esri.core.gps
Represents the standard number of stop-bits per byte.
StopGraphic - Class in com.esri.core.tasks.ags.na
Class providing some convenient methods for setting attributes of a Graphic that are related to routing.
StopGraphic(Geometry) - Constructor for class com.esri.core.tasks.ags.na.StopGraphic
Constructor taking the geometry and symbol used for the graphic
StopGraphic(Geometry, Map<String, Object>) - Constructor for class com.esri.core.tasks.ags.na.StopGraphic
Constructor taking the geometry, symbol, and list of attributes for the graphic
StopGraphic(Graphic) - Constructor for class com.esri.core.tasks.ags.na.StopGraphic
Constructor taking a Graphic and creating a StopGraphic from it
stopListeningToMapEvents(JMap) - Method in class com.esri.map.ArcGISFeatureLayer
Stops this layer listening to map events.
stopListeningToMapEvents(JMap) - Method in class com.esri.map.CSVLayer
 
stopListeningToMapEvents(JMap) - Method in class com.esri.map.DynamicLayer
Stops this layer listening to map events.
stopTiming() - Static method in class com.esri.map.TimingTools
 
subList(int, int) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
submitJobAndGetResultsAsync(List<GPParameter>, String[], String[], GPJobResultCallbackListener) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Asynchronously submit a GP task and notify the caller via a callback when the results are available.
submitJobAsync(List<GPParameter>, CallbackListener<GPJobResource>) - Method in class com.esri.core.tasks.ags.geoprocessing.Geoprocessor
Asynchronously submit a GP task.
supportedSRs - Variable in class com.esri.map.WmsDynamicMapServiceLayer
 
suspendEvents() - Method in class com.esri.map.LayerInfo
Suspend events.
Symbol - Interface in com.esri.core.symbol
Symbols are used to represent "geometries" on the map.
SymbolDictionary - Class in com.esri.core.symbol.advanced
 
SymbolDictionary(SymbolDictionary.DictionaryType) - Constructor for class com.esri.core.symbol.advanced.SymbolDictionary
 
SymbolDictionary(SymbolDictionary.DictionaryType, String) - Constructor for class com.esri.core.symbol.advanced.SymbolDictionary
 
SymbolDictionary.DictionaryType - Enum in com.esri.core.symbol.advanced
Enumeration of the supported types of dictionary
SymbolHelper - Class in com.esri.core.symbol
 
SymbolHelper() - Constructor for class com.esri.core.symbol.SymbolHelper
 
SymbolProperties - Class in com.esri.core.symbol.advanced
 

T

Table - Class in com.esri.core.internal.value
 
Table() - Constructor for class com.esri.core.internal.value.Table
 
TableDataSource - Class in com.esri.core.internal.value
 
TableDataSource() - Constructor for class com.esri.core.internal.value.TableDataSource
Instantiates a new table data source.
TaskCallbackListener<T> - Class in com.esri.core.tasks
 
TaskCallbackListener(CallbackListener<T>, boolean) - Constructor for class com.esri.core.tasks.TaskCallbackListener
Instantiates a new query task listener.
testAndSetOwner(User) - Method in class com.esri.core.internal.catalog.Group
Tests if the passed in User is the owner of this Group.
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, Color) - Constructor for class com.esri.core.symbol.TextSymbol
Instantiates an object of TextSymbol in the specified size and color.
TextSymbol.HorizontalAlignment - Enum in com.esri.core.symbol
 
TextSymbol.VerticalAlignment - Enum in com.esri.core.symbol
 
THIRD - Static variable in class com.esri.core.internal.value.ClassBreaksDefinition
Standard deviation interval of 0.33
TileInfo - Class in com.esri.core.internal.value
 
TileInfo() - Constructor for class com.esri.core.internal.value.TileInfo
 
TimeAwareLayer - Interface in com.esri.core.map
This interface should be implemented by any layer that can be filtered by date/time (time aware).
TimeAwareLayer - Interface in com.esri.map
This interface should be implemented by any layer that can be filtered by date/time (time aware).
TimeExtent - Class in com.esri.core.map
This class can be used to define either a single date/time or a range of dates/times.
TimeExtent(Calendar) - Constructor for class com.esri.core.map.TimeExtent
Instantiates a new time extent for a single date/time.
TimeExtent(Calendar, Calendar) - Constructor for class com.esri.core.map.TimeExtent
Instantiates a new time extent for a range of dates/times.
TimeInfo - Class in com.esri.core.map
This class contains information about time aware map service layers or individual layers within a map service.
TimeInfo() - Constructor for class com.esri.core.map.TimeInfo
 
TimeOptions - Class in com.esri.core.map
Time options
TimeOptions() - Constructor for class com.esri.core.map.TimeOptions
 
TimeOptions.Units - Enum in com.esri.core.map
Units for time options.
TimeReference - Class in com.esri.core.map
This class represents the timezone of a time aware layer and indicates whether or not daylight saving is respected.
TimeReference() - Constructor for class com.esri.core.map.TimeReference
 
TimingTools - Class in com.esri.map
 
TimingTools() - Constructor for class com.esri.map.TimingTools
 
TimingTools.TimingInfo - Class in com.esri.map
 
TimingTools.TimingInfo(String, double, int) - Constructor for class com.esri.map.TimingTools.TimingInfo
 
toArray() - Method in class com.esri.client.local.WorkspaceInfoSet
 
toArray(T[]) - Method in class com.esri.client.local.WorkspaceInfoSet
 
toArray() - Method in class com.esri.core.internal.value.MultipartColorRamp
 
toArray(T[]) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
toArray() - Method in class com.esri.map.ResolutionList
 
toArray(T[]) - Method in class com.esri.map.ResolutionList
 
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. return -1 if it is not valid.
toJson() - Method in class com.esri.client.local.WorkspaceInfo
To json.
toJson() - Method in class com.esri.client.local.WorkspaceInfoSet
To json.
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.AlgorithmicColorRamp
 
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.ClassBreaksDefinition
 
toJson() - Method in class com.esri.core.internal.value.ClassificationDef
Convert this instance to a json string to allow it to be passed to a dynamic map service generateDataClasses REST endpoint.
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.ClassificationDef
This method is used by ClassificationDef.toJson() to turn this instance into a JSON string.
toJson() - Method in class com.esri.core.internal.value.ColorRamp
Convert this instance to a JSON string to allow it to be passed to a dynamic map service REST endpoint.
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.ColorRamp
This method is used by ColorRamp.toJson() to turn this instance into a JSON string.
toJson() - Method in class com.esri.core.internal.value.DataSource
 
toJson() - Method in class com.esri.core.internal.value.DrawingInfo
 
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.DynamicLayerInfo
 
toJson() - Method in class com.esri.core.internal.value.JoinTableDataSource
 
toJson() - Method in class com.esri.core.internal.value.LayerDataSource
 
toJson() - Method in class com.esri.core.internal.value.LayerInfo
Convert this instance to a json string to allow it to be passed to a dynamic map service REST endpoint.
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.LayerInfo
 
toJson() - Method in interface com.esri.core.internal.value.LayerInfoItem
Create a JSON string that can be used to send instances of this class to a REST end point.
toJson() - Method in class com.esri.core.internal.value.LayerMapSource
 
toJson() - Method in class com.esri.core.internal.value.LayerSource
 
toJson() - Method in class com.esri.core.internal.value.LayerTimeOptions
 
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.LayerTimeOptions
Create a JSON node within the given generator.
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.MultipartColorRamp
 
toJson() - Method in class com.esri.core.internal.value.QueryTableDataSource
 
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.RampDefinition
Write this class to the given JsonNode.
toJson() - Method in class com.esri.core.internal.value.RasterDataSource
 
toJson() - Method in class com.esri.core.internal.value.TableDataSource
 
toJson(JsonGenerator) - Method in class com.esri.core.internal.value.UniqueValueDefinition
 
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.map.TimeOptions
 
toJson() - Method in class com.esri.core.renderer.ClassBreakInfo
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
 
toJson(String) - Method in class com.esri.core.renderer.UniqueValueInfo
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
 
toJson() - Method in interface com.esri.core.tasks.ags.na.NAFeatures
Translates the fields to a JSON object representation
toJson() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsFeature
Translates all fields into a JSON object representation
toJson() - Method in class com.esri.core.tasks.ags.na.NAFeaturesAsLayer
Translates all fields into a JSON object representation
toJson() - Method in class com.esri.core.tasks.ags.query.OutStatistics
Returns null if the instance is empty.
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(int, int) - Method in class com.esri.map.JMap
Converts a point in screen coordinates to a point in map coordinates.
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_LEFT - Static variable in class com.esri.map.LocationOnMap
 
TOP_LEFT_ID - Static variable in class com.esri.map.LocationOnMap
 
TOP_MOST_LAYER - Static variable in class com.esri.core.tasks.ags.identify.IdentifyParameters
Identify only on the top-most layer of the service.
TOP_RIGHT - Static variable in class com.esri.map.LocationOnMap
 
TOP_RIGHT_ID - Static variable in class com.esri.map.LocationOnMap
 
toScreenPoint(Point) - Method in class com.esri.map.JMap
Converts a point in map coordinates to a Point in screen coordinates.
toString() - Method in class com.esri.client.local.LayerDetails
 
toString() - Method in enum com.esri.client.local.WorkspaceInfo.WorkspaceFactoryType
 
toString() - Method in enum com.esri.core.geometry.Unit.EsriUnit
 
toString() - Method in class com.esri.core.gps.GeoPosition
Converts GeoPosition to its string representation.
toString() - Method in class com.esri.core.gps.GpsGeoCoordinate
 
toString(int) - Static method in enum com.esri.core.gps.PositionChangeType
Returns a string representation of the change types.
toString() - Method in enum com.esri.core.internal.value.ClassBreaksDefinition.ClassificationMethod
 
toString() - Method in class com.esri.core.internal.value.Layer
 
toString() - Method in class com.esri.core.internal.value.LayerRelationship
 
toString() - Method in enum com.esri.core.internal.value.LayerSource.LayerType
 
toString() - Method in class com.esri.core.internal.value.LocalTileInfo
 
toString() - Method in class com.esri.core.internal.value.LOD
 
toString() - Method in class com.esri.core.internal.value.MapServer
 
toString() - Method in enum com.esri.core.internal.value.NormalizationType
 
toString() - Method in enum com.esri.core.internal.value.RampDefinition.Algorithm
 
toString() - Method in class com.esri.core.internal.value.SpatialFilter
 
toString() - Method in class com.esri.core.internal.value.Table
 
toString() - Method in class com.esri.core.internal.value.TileInfo
 
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 enum com.esri.core.map.ImageServiceParameters.IMAGE_FORMAT
 
toString() - Method in enum com.esri.core.map.ImageServiceParameters.RSP
 
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.map.TimeExtent
 
toString() - Method in class com.esri.core.map.TimeInfo
 
toString() - Method in class com.esri.core.map.TimeOptions
 
toString() - Method in enum com.esri.core.map.TimeOptions.Units
 
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.GeocodeServiceInfo
 
toString() - Method in class com.esri.core.portal.PortalInfo.HelperServices
 
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 class com.esri.core.symbol.advanced.SymbolProperties
 
toString() - Method in enum com.esri.core.symbol.SimpleFillSymbol.Style
 
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.LocatorFindParameters
 
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 class com.esri.core.tasks.ags.geoprocessing.GPBoolean
 
toString() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDate
 
toString() - Method in class com.esri.core.tasks.ags.geoprocessing.GPDouble
 
toString() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLinearUnit
 
toString() - Method in class com.esri.core.tasks.ags.geoprocessing.GPLong
 
toString() - Method in class com.esri.core.tasks.ags.geoprocessing.GPString
 
toString() - Method in enum com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.ExecutionType
 
toString() - Method in enum com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.ParamDirection
 
toString() - Method in enum com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.ParamType
 
toString() - Method in enum com.esri.core.tasks.ags.na.DirectionsLengthUnit
 
toString() - Method in enum com.esri.core.tasks.ags.na.DirectionsOutputType
 
toString() - Method in class com.esri.core.tasks.ags.na.DirectionsString
 
toString() - Method in enum com.esri.core.tasks.ags.na.DirectionsStringType
 
toString() - Method in enum com.esri.core.tasks.ags.na.NADistanceUnit
 
toString() - Method in enum com.esri.core.tasks.ags.na.NAOutputLine
 
toString() - Method in enum com.esri.core.tasks.ags.na.NAOutputPolygon
 
toString() - Method in enum com.esri.core.tasks.ags.na.NATimeOfDayUsage
 
toString() - Method in enum com.esri.core.tasks.ags.na.NATravelDirection
 
toString() - Method in enum com.esri.core.tasks.ags.na.RoutingManeuver
 
toString() - Method in enum com.esri.core.tasks.ags.na.UTurnRestriction
 
toString() - Method in enum com.esri.core.tasks.SpatialRelationship
 
toString() - Method in enum com.esri.map.BingMapsLayer.MapStyle
 
toString() - Method in class com.esri.map.BingMapsResult
 
toString() - Method in class com.esri.map.TimingTools.TimingInfo
 
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.
UniqueValueDefinition - Class in com.esri.core.internal.value
This class defines a unique value renderer when requesting a renderer from a dynamic map service's generateDataClasses REST endpoint.
UniqueValueDefinition(List<String>) - Constructor for class com.esri.core.internal.value.UniqueValueDefinition
Instantiates a new unique value definition.
UniqueValueDefinition(JsonNode) - Constructor for class com.esri.core.internal.value.UniqueValueDefinition
Instantiates a new unique value definition from the given JSON node.
UniqueValueInfo - Class in com.esri.core.renderer
Class to define a unique value from attributes.
UniqueValueInfo(Object[], Symbol) - Constructor for class com.esri.core.renderer.UniqueValueInfo
Creates a unique value.
UniqueValueInfo(JsonNode) - Constructor for class com.esri.core.renderer.UniqueValueInfo
Creates a unique value from a JSON node.
UniqueValueRenderer - Class in com.esri.core.renderer
A unique value renderer.
UniqueValueRenderer(JsonNode) - Constructor for class com.esri.core.renderer.UniqueValueRenderer
Creates a renderer from a JSON node.
UniqueValueRenderer() - Constructor for class com.esri.core.renderer.UniqueValueRenderer
Default constructor.
UniqueValueRenderer(Symbol, String) - Constructor for class com.esri.core.renderer.UniqueValueRenderer
Creates a renderer with a default symbol and using a single attribute.
UniqueValueRenderer(Symbol, String, String) - Constructor for class com.esri.core.renderer.UniqueValueRenderer
Creates a renderer with a default symbol and using two attributes.
UniqueValueRenderer(Symbol, String, String, String) - Constructor for class com.esri.core.renderer.UniqueValueRenderer
Creates a renderer with a default symbol and using three attributes.
Unit - Class in com.esri.core.geometry
A base class for units.
Unit() - Constructor for class com.esri.core.geometry.Unit
 
Unit.EsriUnit - Enum in com.esri.core.geometry
 
Unit.UnitType - Enum in com.esri.core.geometry
Unit type (linear, angular, or area)
unlock(long) - Method in class com.esri.map.Layer
 
unselect(int) - Method in class com.esri.map.GraphicsLayer
Deselects the graphic with the supplied id.
UNTRUSTED_SERVER_CERTIFICATE - Static variable in exception com.esri.core.io.EsriSecurityException
The server is not trusted.
update() - Method in class com.esri.map.popup.JCalendar
Update the year, month and day controls to match the current calendar settings.
updateFeatureSetGeometryType(FeatureSet, Geometry.Type) - Static method in class com.esri.core.map.FeatureUtil
Update feature set geometry type.
updateGraphic(int, Graphic) - Method in class com.esri.map.GraphicsLayer
Replaces the identified graphic with the supplied graphic.
updateGraphic(int, Geometry) - Method in class com.esri.map.GraphicsLayer
Replaces the geometry of the identified graphic with the supplied geometry.
updateGraphic(int, Symbol) - Method in class com.esri.map.GraphicsLayer
Replaces the symbol of the identified graphic with the supplied symbol.
updateGraphic(int, InfoTemplate) - Method in class com.esri.map.GraphicsLayer
Replaces the infoTemplate of the identified graphic with the supplied infoTemplate.
updateGraphic(int, Map<String, Object>) - Method in class com.esri.map.GraphicsLayer
Replaces the set of attributes of the identified graphic with the supplied attributes.
updateGraphic(int, int) - Method in class com.esri.map.GraphicsLayer
Updates the draw order of the graphic.
updateGraphic(int[], int) - Method in class com.esri.map.GraphicsLayer
Updates the draw order of graphics.
updateGraphic(int[], int[]) - Method in class com.esri.map.GraphicsLayer
Updates the draw order of the graphic.
updateLocation() - Method in interface com.esri.map.popup.MapPopup
 
updateLocation() - Method in class com.esri.map.popup.PopupDialog
 
updateLocation() - Method in class com.esri.map.popup.PopupPanel
 
updateSpatialReferenceStatus(int) - Method in class com.esri.map.ArcGISFeatureLayer
 
updateSpatialReferenceStatus(int) - Method in class com.esri.map.GPSLayer
This method is a callback from the native code.
updateSpatialReferenceStatus(int) - Method in class com.esri.map.KMLLayer
 
updateSpatialReferenceStatus(int) - Method in class com.esri.map.Layer
 
updateSpatialReferenceStatus(int) - Method in class com.esri.map.WmsDynamicMapServiceLayer
 
url - Variable in class com.esri.map.CSVLayer.CSVConfig
The URL to the CSV file.
User - Class in com.esri.core.internal.catalog
This class represents a registered User on arcgis.com.
User() - Constructor for class com.esri.core.internal.catalog.User
Creates an empty User.
User.SortField - Enum in com.esri.core.internal.catalog
The fields of a User stored as a back-end database table on the server, that can be used to sort search results
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.
UTurnRestriction - Enum in com.esri.core.tasks.ags.na
The enumeration types of U-turn restriction

V

validateMapTip(MapTip) - Method in class com.esri.map.ArcGISFeatureLayer
 
validateMapTip(MapTip) - Method in class com.esri.map.GraphicsLayer
Validates maptip.
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.client.local.GPServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.client.local.LicenseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.client.local.LocalServerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.client.local.LocalServiceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.client.local.WorkspaceInfo.WorkspaceFactoryType
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.EsriUnit
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.gps.BaudRate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.gps.FixStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.gps.GPSStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.gps.Parity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.gps.PositionChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.gps.SatelliteSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.gps.StopBits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.catalog.Group.SortField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.catalog.Item.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.catalog.Item.SortField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.catalog.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.catalog.User.SortField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.value.ClassBreaksDefinition.ClassificationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.value.DataSource.DataSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.value.JoinTableDataSource.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.value.KMLFeatureInfo.FEATURETYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.value.LayerSource.LayerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.value.NormalizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.internal.value.RampDefinition.Algorithm
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.EditInfo.ACTION_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.map.EditInfo.DATE_DISPLAY_PATTERN
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.TimeOptions.Units
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.PortalUserRole
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.SimpleFillSymbol.Style
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.ags.geoprocessing.GPTaskInfo.ExecutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.ParamDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.geoprocessing.GPTaskInfo.ParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.DirectionsLengthUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.DirectionsOutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.DirectionsStringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.NADistanceUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.NAOutputLine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.NAOutputPolygon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.NATimeOfDayUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.NATravelDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.RoutingManeuver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.na.UTurnRestriction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.query.OrderByFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.core.tasks.ags.query.OutStatistics.Type
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.
valueOf(String) - Static method in enum com.esri.map.ArcGISFeatureLayer.MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.ArcGISFeatureLayer.SELECTION_METHOD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.BingMapsLayer.MapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.GPSLayer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.Grid.GridType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.JMap.AnimationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.JMap.MouseWheelZoomDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.Layer.LayerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.MapLoadAction.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.QueryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.map.SelectionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.esri.runtime.ArcGISRuntime.RenderEngine
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.esri.client.local.GPServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.client.local.LicenseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.client.local.LocalServerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.client.local.LocalServiceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.client.local.WorkspaceInfo.WorkspaceFactoryType
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.EsriUnit
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.gps.BaudRate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.gps.FixStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.gps.GPSStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.gps.Parity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.gps.PositionChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.gps.SatelliteSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.gps.StopBits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.catalog.Group.SortField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.catalog.Item.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.catalog.Item.SortField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.catalog.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.catalog.User.SortField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.value.ClassBreaksDefinition.ClassificationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.value.DataSource.DataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.value.JoinTableDataSource.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.value.KMLFeatureInfo.FEATURETYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.value.LayerSource.LayerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.value.NormalizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.core.internal.value.RampDefinition.Algorithm
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.EditInfo.ACTION_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.EditInfo.DATE_DISPLAY_PATTERN
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.TimeOptions.Units
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.PortalUserRole
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.SimpleFillSymbol.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.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.ags.geoprocessing.GPTaskInfo.ExecutionType
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.GPTaskInfo.ParamDirection
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.GPTaskInfo.ParamType
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.na.DirectionsLengthUnit
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.na.DirectionsOutputType
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.na.DirectionsStringType
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.na.NADistanceUnit
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.na.NAOutputLine
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.na.NAOutputPolygon
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.na.NATimeOfDayUsage
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.na.NATravelDirection
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.na.RoutingManeuver
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.na.UTurnRestriction
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.query.OrderByFields
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.query.OutStatistics.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.tasks.SpatialRelationship
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.map.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.map.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.map.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.map.GPSLayer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.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.map.JMap.AnimationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.map.JMap.MouseWheelZoomDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.map.Layer.LayerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.map.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.map.QueryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.map.SelectionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.esri.runtime.ArcGISRuntime.RenderEngine
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.
verticalAccuracy - Variable in class com.esri.core.gps.GeoCoordinate
 
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.
WebMap(JsonParser, PortalItem) - Constructor for class com.esri.core.portal.WebMap
Constructs an empty WebMap.
WebMap(PortalItem) - Constructor for class com.esri.core.portal.WebMap
Constructs an empty WebMap.
WebMap - Class in com.esri.map
This class is used to open a Web Map by URL, ID or PortalItem and add it to a JMap instance.
WebMap(PortalItem) - Constructor for class com.esri.map.WebMap
Instantiate a new web map using the given PortalItem.
WebMap(String, Portal) - Constructor for class com.esri.map.WebMap
Instantiate a new web map using the given item ID and Portal.
WebMap(URL) - Constructor for class com.esri.map.WebMap
Instantiates a new web map using the full URL of the web map item.
WebMap(String) - Constructor for class com.esri.map.WebMap
Instantiates a new web map using just the item ID of the web map item.
WebMap(PortalItem, OnWebMapLoadListener) - Constructor for class com.esri.map.WebMap
Instantiate a new web map using the given PortalItem.
WebMap(String, Portal, OnWebMapLoadListener) - Constructor for class com.esri.map.WebMap
Instantiate a new web map using the given item ID and Portal.
WebMap(URL, OnWebMapLoadListener) - Constructor for class com.esri.map.WebMap
Instantiates a new web map using the full URL of the web map item.
WebMap(String, OnWebMapLoadListener) - Constructor for class com.esri.map.WebMap
Instantiates a new web map using just the item ID of the web map item.
WebMapLayer - Class in com.esri.core.portal
This class represents an operational layer within a WebMap.
WebMapLayer() - Constructor for class com.esri.core.portal.WebMapLayer
Constructs an empty WebMapLayer.
WebMapLayer(String, String) - Constructor for class com.esri.core.portal.WebMapLayer
Constructs a WebMapLayer with the specified title and the URL.
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.
WebMapPopupInfo - Class in com.esri.core.portal
 
WebMapQuery - Class in com.esri.core.map
Represents an ArcGIS query task data defined in the web map.
WebMapQuery() - Constructor for class com.esri.core.map.WebMapQuery
 
WebMapSubLayer - Class in com.esri.core.portal
This class represents a sub-layer of a higher level layer within 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.
WKID_WGS84 - Static variable in class com.esri.core.geometry.SpatialReference
The WKID for WGS 84.
WKID_WGS84_WEB_MERCATOR - Static variable in class com.esri.core.geometry.SpatialReference
The WKID for WGS 1984 Web Mercator (102113).
WKID_WGS84_WEB_MERCATOR_AUXILIARY_SPHERE - Static variable in class com.esri.core.geometry.SpatialReference
The WKID for WGS 1984 Web Mercator Auxiliary Sphere (102100).
WKID_WGS84_WEB_MERCATOR_AUXILIARY_SPHERE_10 - Static variable in class com.esri.core.geometry.SpatialReference
The WKID for WGS 1984 Web Mercator Auxiliary Sphere starting at ArcGIS 10.0.
WmsDynamicMapServiceLayer - Class in com.esri.map
The Class WmsDynamicMapServiceLayer.
WmsDynamicMapServiceLayer(String) - Constructor for class com.esri.map.WmsDynamicMapServiceLayer
This constructor is used if you're instantiating the WMSLayer using a URL.
WmsDynamicMapServiceLayer(String, String[]) - Constructor for class com.esri.map.WmsDynamicMapServiceLayer
This constructor is used if you're instantiating the WMSLayer using a URL and visible layer names.
WmsDynamicMapServiceLayer(String, SpatialReference) - Constructor for class com.esri.map.WmsDynamicMapServiceLayer
This constructor is used if you're instantiating the WMSLayer using a URL and default spatial reference.
WmsDynamicMapServiceLayer(String, boolean) - Constructor for class com.esri.map.WmsDynamicMapServiceLayer
This constructor is used if you're instantiating the WMSLayer using a URL and checkSupportedSRs flag.
WmsDynamicMapServiceLayer(String, SpatialReference, boolean, String[], UserCredentials) - Constructor for class com.esri.map.WmsDynamicMapServiceLayer
This constructor is used if you're instantiating the WMSLayer using a URL, default spatial reference, checkSupportedSRs flag, visible layer names, user credential and initLayer flag.
WmsDynamicMapServiceLayer(String, List<String>, List<String>) - Constructor for class com.esri.map.WmsDynamicMapServiceLayer
Deprecated. 
WmsLayerInfo - Class in com.esri.map
This class represents a layer in a WMS map service.
WorkspaceInfo - Class in com.esri.client.local
The Class WorkspaceInfo.
WorkspaceInfo(String) - Constructor for class com.esri.client.local.WorkspaceInfo
 
WorkspaceInfo(String, WorkspaceInfo.WorkspaceFactoryType, String) - Constructor for class com.esri.client.local.WorkspaceInfo
 
WorkspaceInfo(String, WorkspaceInfo.WorkspaceFactoryType, String, boolean) - Constructor for class com.esri.client.local.WorkspaceInfo
 
WorkspaceInfo.WorkspaceFactoryType - Enum in com.esri.client.local
The enumeration WorkspaceFactoryType.
WorkspaceInfoSet - Class in com.esri.client.local
The Class WorkspaceInfoSet.
WorkspaceInfoSet(LocalMapService) - Constructor for class com.esri.client.local.WorkspaceInfoSet
Constructs a new workspace info set.

X

xd - Variable in class com.esri.core.geometry.Transformation2D
X translation component of the transformation.
XMAX - Static variable in class com.esri.map.OpenStreetMapLayer
Maximum X coordinate in meters for the full extent.
XMIN - Static variable in class com.esri.map.OpenStreetMapLayer
Minimum X coordinate in meters for the full extent.
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.
YMAX - Static variable in class com.esri.map.OpenStreetMapLayer
Maximum Y coordinate in meters for the full extent.
YMIN - Static variable in class com.esri.map.OpenStreetMapLayer
Minimum Y coordinate in meters for the full extent.
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

zoom(double) - Method in class com.esri.map.JMap
Zooms the map by the given factor.
zoom(double, Point) - Method in class com.esri.map.JMap
Zooms the map by the given factor centered at the given point.
zoomInAction - Static variable in class com.esri.map.JMap
The Constant zoomInAction.
zoomOutAction - Static variable in class com.esri.map.JMap
The Constant zoomOutAction.
zoomTo(Geometry) - Method in class com.esri.map.JMap
Zooms to a geometry.
zoomToGraphic(Graphic) - Method in interface com.esri.map.popup.PopupView.ZoomToGraphicCallback
 
zoomToResolution(double) - Method in class com.esri.map.JMap
Zooms the map to the given resolution.
zoomToResolution(double, Point) - Method in class com.esri.map.JMap
Zooms the map to the given resolution.
zoomToScale(double) - Method in class com.esri.map.JMap
Zooms to a scale.
zoomToScale(double, Point) - Method in class com.esri.map.JMap
Zoom the map to the given scale, centered around the given point.

_

_credentials - Variable in class com.esri.map.Layer
Gets the direct access of the credentials; You can access the credentials by the Layer.getCredentials() or Layer.setCredentials(UserCredentials); but those two methods copy the instance internally.
_currentLocation - Variable in class com.esri.map.popup.PopupDialog
 
_featureLayerDetailsList - Variable in class com.esri.client.local.LocalFeatureService
 
_getImpl() - Method in class com.esri.core.geometry.Geometry
Returns implementation class of the geometry.
_getImpl() - Method in class com.esri.core.geometry.MultiPath
 
_getImpl() - Method in class com.esri.core.geometry.MultiPoint
 
_getImpl() - Method in class com.esri.core.geometry.SegmentIterator
 
_id - Variable in class com.esri.map.LayerInfo
Index of the layer.
_isBaseLayer - Variable in class com.esri.core.portal.WebMapLayer
 
_isEditable - Variable in class com.esri.map.ArcGISFeatureLayer
 
_name - Variable in class com.esri.map.LayerInfo
Name of the layer.
_nativeCreateSpatialRef - Variable in class com.esri.map.DynamicLayer
 
_path - Variable in class com.esri.client.local.LocalMapService
The _path.
_progress - Variable in class com.esri.map.Layer
Default this to 100 so that layers that don't stream, such as feature layers will always contribute 100% to the total streaming progress for the map.
_resizingBounds - Variable in class com.esri.map.popup.PopupDialog
 
_resolutionList - Variable in class com.esri.map.Layer
The _resolution list.
_selectedColumn - Variable in class com.esri.map.popup.JCalendar
 
_selectedRow - Variable in class com.esri.map.popup.JCalendar
 
_serviceType - Variable in class com.esri.client.local.LocalService
 
_type - Variable in class com.esri.core.internal.value.ClassificationDef
 
_urlMapService - Variable in class com.esri.client.local.LocalMapService
The _url map service.

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.