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


The following tables list the members exposed by RasterLayer.

Public Properties

 NameDescription
Public PropertyAllowModify Indicates existing data in the layer can be modified. (Inherited from MobileCacheLayer)
Public PropertyAllowNew Indicates if new data can be added to this layer. (Inherited from MobileCacheLayer)
Public PropertyDataSource Gets the Layer DataSource. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Public PropertyDefaultVisibilityGets the default visibility for this layer. (Inherited from MobileCacheLayer)
Public PropertyHasEdits Returns true if the feature layer has edits. (Inherited from MobileCacheLayer)
Public PropertyIdGets the unique identifier for the layer. (Inherited from MobileCacheLayer)
Public PropertyIsVersioned Indicates if the layer is versioned. (Inherited from MobileCacheLayer)
Public PropertyMobileCache Gets the mobile cache this layer belongs to. (Inherited from MobileCacheLayer)
Public PropertyMobileService Gets the MobileService. (Inherited from MobileServiceLayer)
Public PropertyName Gets or sets a string containing the name of the layer. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Public PropertyRendererOverridden.  Gets the list of renderers for the Layer.  
Public PropertyRenderers Gets the list of renderers for the Layer. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Public PropertyTransparencyGets the mapLayer transparency value in percentage. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Public PropertyVersionName Gets the version name used by this layer when data is retrieved from or posted to the server. (Inherited from MobileCacheLayer)
Public PropertyWorkspace Gets the editing workspace for this layer. (Inherited from MobileCacheLayer)
Top

Public Methods

 NameDescription
Public MethodChangeVersionName Change the editing version for the layer. If the layer is not empty, the data will be removed from the cache. The targetEditingVersionName is not verified against the server until a request is executed, be sure to provide a valid version name. A version name can be created from the client onto the server by using the CreateDedicatedVersionAsync and CloseDedicatedVersionAsync. (Inherited from MobileCacheLayer)
Public MethodGetExtent Returns an envelope describing full boundary of this layer. (Inherited from MobileCacheLayer)
Public MethodInScaleRange Returns true if the Layer is visible at the specified scale. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Public MethodMakeMapLayer Returns a MapLayer for this Layer. (Inherited from MobileServiceLayer)
Public MethodRemoveDataOverridden.  Removes from the cache storage the non edited data for the given extent.  
Public MethodRemoveRasterTiles Removes the tiles for the extent and in between the minimum and maximum scales.  
Public MethodRestoreDefaultVersionName Restores the default editing version name. It will remove all the cached data for the layer. (Inherited from MobileCacheLayer)
Public MethodToString Overridden. Returns the name of the Layer. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Top

Protected Methods

 NameDescription
Protected MethodOnClosing Broadcasts the Closing event. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Protected MethodOnDataChanged Broadcasts the DataChanged event. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Top

Public Events

 NameDescription
Public EventClosingOccurs when the layer is closing . (Inherited from ESRI.ArcGIS.Mobile.Layer)
Public EventDataChanged Occurs when data have been added to or removed from the Layer, or when the data gets updated in the Layer. (Inherited from ESRI.ArcGIS.Mobile.Layer)
Top

See Also