ESRI.ArcGIS.Mobile
MobileCache Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace : MobileCache Class


The following tables list the members exposed by MobileCache.

Public Constructors

 NameDescription
Public ConstructorMobileCache ConstructorOverloaded.  Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyBackgroundColor Gets the background color for the original map document used to define this cache.  
Public PropertyCacheExistsIndicates if the cache already exists.  
Public PropertyChecksum Gets the schema checksum.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyFeatureSources Gets the collection of feature sources.  
Public PropertyFullExtent Gets the cache maximum extent in spatial reference units.  
Public PropertyInitialExtent Returns the initial rectangular extent of the cache.  
Public PropertyIsEmpty Indicates if the cache is empty.  
Public PropertyIsOpen Indicates if the cache is open or closed.  
Public PropertyIsValid Indicates if the cache has been correctly defined.  
Public Propertystatic (Shared in Visual Basic)Namespace Gets the Namespace used for XML serialization of diff gram.  
Public PropertyPrecisionSystem Gets the precision system  
Public PropertyRecommendedSwatchSize Returns the recommend size for Swatches in the mobile cache.  
Public PropertyServerMapName Gets the map name which corresponds to the DataFrame Name in the Map Document published in ArcGIS server.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySpatialReference Returns the Spatial Reference System.  
Public PropertyStoragePath Gets or sets the cache storage path.  
Public PropertyVersion Gets the cache version.  
Public PropertyWorkspaces Gets the list of workspaces for the cache.  
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodCloseClose the cache file.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDeleteCache Deletes the cache files and directory. If the cache is not correctly defined or the it's opened, an exception will be raised.  
Public MethodDisposeOverloaded.  Releases the unmanaged resources used by the cache and optionally releases the managed resources.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodOpen Opens the cache.  
Public MethodReadDiffGramOverloaded.  Read from a stream a diff gram and incorporates the edits in the cache. The version name may be changed during the process. If edits already exist in the cache for a different version the process will stop.  
Public MethodRemoveDataOverloaded.  Removes data for the given envelope and scale.  
Public MethodToStringOverridden.  Returns a String that represents the current Object.  
Public MethodWriteDiffGram Write in the stream the diff gram for the edits in the Mobile cache.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnClosed Raises the Closed event.  
Protected MethodOnClosing Raises the Closing event.  
Top

Public Events

 NameDescription
Public EventClosed Occurs after the MobileCache is closed.  
Public EventClosing Occurs just before the MobileCache is closed.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventFeaturesChangedOccurs when features have changed in the mobile cache.  
Public EventOpened Occurs when the MobileCache has been initialized.  
Top

See Also

© 2013 All Rights Reserved.