The following tables list the members exposed by MobileCache.
Name | Description | |
---|---|---|
![]() | MobileCache Constructor | Overloaded. Creates a new instance. |
Name | Description | |
---|---|---|
![]() | BackgroundColor | Gets the background color for the original map document used to define this cache. |
![]() | CacheExists | Indicates if the cache already exists. |
![]() | Checksum | Gets the schema checksum. |
![]() | (Inherited from | |
![]() | FeatureSources | Gets the collection of feature sources. |
![]() | FullExtent | Gets the cache maximum extent in spatial reference units. |
![]() | InitialExtent | Returns the initial rectangular extent of the cache. |
![]() | IsEmpty | Indicates if the cache is empty. |
![]() | IsOpen | Indicates if the cache is open or closed. |
![]() | IsValid | Indicates if the cache has been correctly defined. |
![]() ![]() | Namespace | Gets the Namespace used for XML serialization of diff gram. |
![]() | PrecisionSystem | Gets the precision system |
![]() | RecommendedSwatchSize | Returns the recommend size for Swatches in the mobile cache. |
![]() | ServerMapName | Gets the map name which corresponds to the DataFrame Name in the Map Document published in ArcGIS server. |
![]() | (Inherited from | |
![]() | SpatialReference | Returns the Spatial Reference System. |
![]() | StoragePath | Gets or sets the cache storage path. |
![]() | Version | Gets the cache version. |
![]() | Workspaces | Gets the list of workspaces for the cache. |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | (Inherited from |
Name | Description | |
---|---|---|
![]() | Close | Close the cache file. |
![]() | (Inherited from | |
![]() | DeleteCache | Deletes the cache files and directory. If the cache is not correctly defined or the it's opened, an exception will be raised. |
![]() | Dispose | Overloaded. Releases the unmanaged resources used by the cache and optionally releases the managed resources. |
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | Open | Opens the cache. |
![]() | ReadDiffGram | Overloaded. 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. |
![]() | RemoveData | Overloaded. Removes data for the given envelope and scale. |
![]() | ToString | Overridden. Returns a String that represents the current Object. |
![]() | WriteDiffGram | Write in the stream the diff gram for the edits in the Mobile cache. |
Name | Description | |
---|---|---|
![]() | (Inherited from | |
![]() | (Inherited from | |
![]() | Overloaded. (Inherited from | |
![]() | OnClosed | Raises the Closed event. |
![]() | OnClosing | Raises the Closing event. |
Name | Description | |
---|---|---|
![]() | Closed | Occurs after the MobileCache is closed. |
![]() | Closing | Occurs just before the MobileCache is closed. |
![]() | (Inherited from | |
![]() | FeaturesChanged | Occurs when features have changed in the mobile cache. |
![]() | Opened | Occurs when the MobileCache has been initialized. |