ESRI.ArcGIS.Mobile
TileMapLayer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.DataProducts.RasterData Namespace : TileMapLayer Class


The following tables list the members exposed by TileMapLayer.

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 PropertyMaximumRenderScale Gets or Sets the Maximum Scale To Render  
Public PropertyMaximumRenderScaleUserOverride Gets or Sets the MaximumRenderScale User Override  
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  
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 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  
Public PropertyTransparencyGets or sets the MapLayer's transparency value in percentage. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
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.  
Public MethodGetExtentOverridden.  Gets the MapLayer extent.  
Public MethodGetInitialExtentOverridden.  Gets the MapLayer initial extent.  
Public MethodInScaleRangeOverridden.  In Scale Range  
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.  
Public MethodResumeOnError 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  
Protected MethodDrawOverridden.  Draws the map layer.  
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 MethodOnMapChangingOverridden.  OnMapChanging  
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  
Public EventTileCacheOpened Tile Service Opened Event  
Public EventTileRequestError Tile Service Error Event  
Top

See Also