ESRI.ArcGIS.Mobile
MobileCacheMapLayer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : MobileCacheMapLayer Class


The following tables list the members exposed by MobileCacheMapLayer.

Public Constructors

 NameDescription
Public ConstructorMobileCacheMapLayer Constructor Creates a new instance.  
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 PropertyLayer Gets the mobile service layer used by a map layer.  
Public PropertyMaxScaleThe maximum scale this Maplayer will render at. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
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 PropertySpatialReferenceOverridden.  Gets the SpatialReference  
Public PropertySupportPartialRedraw Indicates if the MapLayer supports partial redraw. This property is consumed by the Map. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
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 MethodGetExtentOverridden.  Gets the envelope of the MapLayer.  
Public MethodGetInitialExtentOverridden.  Gets the envelope of the initial MapLayer extent.  
Public MethodInScaleRangeOverridden.  Returns true if the mapLayer is visible at the specified scale.  
Public MethodToStringReturns the name of the MapLayer in Map control. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Top

Protected Methods

 NameDescription
Protected MethodDispose Dispose the object.  
Protected MethodDraw Hide base class Draw method (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
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.  Gets or sets the attached Map.  
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)
Top

See Also