ESRI.ArcGIS.Mobile
TileServiceMapLayer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.WebServices.ArcGISServices.MapServices Namespace : TileServiceMapLayer Class


The following tables list the members exposed by TileServiceMapLayer.

Public Constructors

 NameDescription
Public ConstructorTileServiceMapLayer ConstructorOverloaded.  Initializes a new instance of CachedMapServiceMapLayer class.  
Top

Public Properties

 NameDescription
Public PropertyDisplayExpression Gets or sets the where clause that limits the features being displayed. Only features that respect the where clause will be rendered. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyMaximumCacheSize Maximum Size of the cache in MB's. All the local cache will be deleted once it reaches the maximum limit Default is 250 MB  
Public PropertyMaximumRenderScale Gets or Sets the Maximum Scale To Render (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public PropertyMaximumRenderScaleUserOverride Gets or Sets the MaximumRenderScale User Override (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public PropertyMaxScaleThe maximum scale this Maplayer will render at. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyMinimumRenderScale Gets or Sets the Minimum Scale To Render (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public PropertyMinScaleThe minimum scale this Maplayer will render at. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyNameGets or sets the MapLayer name. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyNetworkCredential Gets or Sets the network credential requured by the server  
Public PropertyOwnerMap Gets the Map that owns the MapLayer (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertySpatialReferenceGets the data source's spatial reference. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertySupportPartialRedraw Indicates if the MapLayer supports partial redraw. This property is consumed by the Map. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyTileCacheInfo Gets the TileCacheInfo (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public PropertyTokenCredential Gets or sets the credentials used by the token server.  
Public PropertyTransparencyGets or sets the MapLayer's transparency value in percentage. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyUrl Gets the Cached Map Service Url.  
Public PropertyVisibleGets or sets the visibility flag for the MapLayer. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Top

Public Methods

 NameDescription
Public MethodClose Close the Tile service layer. (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public MethodGetExtent Gets the MapLayer extent. (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public MethodGetInitialExtent Gets the MapLayer initial extent. (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public MethodInScaleRange In Scale Range (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public MethodOpen Open the Tile Map Layer Note: You don't need to call this method if you are adding this layer to the Map Control. (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public MethodResumeOnErrorOverridden.  If the tile map layer raised an error and after the error has been handled, this method allows the map layer to resume.  
Public MethodToStringReturns the name of the MapLayer in Map control. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Top

Protected Methods

 NameDescription
Protected MethodDispose Dispose (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Protected MethodDraw Draws the map layer. (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Protected MethodFinalize Finalizes the object. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodOnDataChanged Informed the Map the MapLayer data have changed. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodOnMapChanging OnMapChanging (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodRaiseDataSynchronizationFinished Indicates the Map that data synchronization finished for this MapLayer. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodRaiseDataSynchronizationStarted Indicates the Map that data synchronization started for this MapLayer. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Top

Public Events

 NameDescription
Public EventDataChangedOccurs when the MapLayer Data has changed. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public EventTileCacheClosed Tile Service Closed Event (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public EventTileCacheOpened Tile Service Opened Event (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Public EventTileRequestError Tile Service Error Event (Inherited from ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileMapLayer)
Top

See Also