The following tables list the members exposed by AnnotationLayer.
Name | Description | |
---|---|---|
![]() | AllowDuplicateLabels | Enables/disables the display of duplicate layers for this feature layer. (Inherited from FeatureLayer) |
![]() | AllowModify | Indicates existing data in the layer can be modified. (Inherited from MobileCacheLayer) |
![]() | AllowNew | Indicates if new data can be added to this layer. (Inherited from MobileCacheLayer) |
![]() | Columns | Returns the column collection representing attribute fields in a feature layer. (Inherited from FeatureLayer) |
![]() | DataSource | Gets the Layer DataSource. (Inherited from ESRI.ArcGIS.Mobile.Layer) |
![]() | DefaultSubtypeValue | Gets the default subtype value if it applies. (Inherited from FeatureLayer) |
![]() | DefaultVisibility | Gets the default visibility for this layer. (Inherited from MobileCacheLayer) |
![]() | DisplayColumnIndex | Gets the display column index. (Inherited from FeatureLayer) |
![]() | DisplayColumnName | Gets the display column name. (Inherited from FeatureLayer) |
![]() | FidColumnIndex | Gets the primary key column index. (Inherited from FeatureLayer) |
![]() | FidColumnName | Gets the primary key column name. (Inherited from FeatureLayer) |
![]() | GeometryColumnIndex | Gets the ESRI Geometry column index. (Inherited from FeatureLayer) |
![]() | GeometryColumnName | Gets the ESRI Geometry column name. (Inherited from FeatureLayer) |
![]() | GeometryType | Gets the type of geometry contained in the FeatureLayer. (Inherited from FeatureLayer) |
![]() | GlobalIdColumnIndex | Gets the global Id column index. (Inherited from FeatureLayer) |
![]() | GlobalIdColumnName | Gets the global Id column name. (Inherited from FeatureLayer) |
![]() | HasEdits | Returns true if the feature layer has edits. (Inherited from FeatureLayer) |
![]() | HasSubtypes | Indicates if the FeatureLayer has subtypes. (Inherited from FeatureLayer) |
![]() | Id | Gets the unique identifier for the layer. (Inherited from MobileCacheLayer) |
![]() | IsVersioned | Indicates if the layer is versioned. (Inherited from MobileCacheLayer) |
![]() | MobileCache | Gets the mobile cache this layer belongs to. (Inherited from MobileCacheLayer) |
![]() | MobileService | Gets the MobileService. (Inherited from MobileServiceLayer) |
![]() | Name | Gets or sets a string containing the name of the layer. (Inherited from ESRI.ArcGIS.Mobile.Layer) |
![]() | Namespace | Gets the namespace for the XML representation of the data. (Inherited from FeatureLayer) |
![]() | Renderer | Gets the list of renderers for the Layer. (Inherited from FeatureLayer) |
![]() | Renderers | Gets the list of renderers for the Layer. (Inherited from ESRI.ArcGIS.Mobile.Layer) |
![]() | ServerFeatureClassName | Gets the server feature class name. (Inherited from FeatureLayer) |
![]() | SubtypeColumnIndex | Gets the subtype column index. (Inherited from FeatureLayer) |
![]() | SubtypeColumnName | Gets the subtype column name. (Inherited from FeatureLayer) |
![]() | Transparency | Gets the mapLayer transparency value in percentage. (Inherited from ESRI.ArcGIS.Mobile.Layer) |
![]() | VersionName | Gets the version name used by this layer when data is retrieved from or posted to the server. (Inherited from MobileCacheLayer) |
![]() | Workspace | Gets the editing workspace for this layer. (Inherited from MobileCacheLayer) |
Name | Description | |
---|---|---|
![]() | CancelAllEdits | Overloaded. Cancel all edits, original data are restored. (Inherited from FeatureLayer) |
![]() | CancelEdits | Overloaded. Cancels edit for a list of features. if fids is null then it will cancel all edits. (Inherited from FeatureLayer) |
![]() | ChangeVersionName | 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 FeatureLayer) |
![]() | GetDataReader | Overloaded. FeatureDataReader returns an implementation of ADO.NET System.Data.IDataReader providing access to data. The returned data is based on a query filter and it corresponds to the cached data and the edits. (Inherited from FeatureLayer) |
![]() | GetDataTable | Overloaded. Gets an empty FeatureDataTable. (Inherited from FeatureLayer) |
![]() | GetDefaultValue | Overloaded. Returns the default value for the given subtype code and column index. If no subtypes are defined for this feature layer, the default subtype code = 0 should be used. (Inherited from FeatureLayer) |
![]() | GetDomain | Overloaded. Gets the Domain for a specific field and subtype code (DataTable for coded domain and RangeDomain for range domain). (Inherited from FeatureLayer) |
![]() | GetEditsCount | Gets the number of edited features in the feature layer. (Inherited from FeatureLayer) |
![]() | GetExtent | Returns an envelope describing full boundary of this layer. (Inherited from MobileCacheLayer) |
![]() | GetFeatureCount | Overloaded. Returns the current feature count. (Inherited from FeatureLayer) |
![]() | GetStoredEditState | Returns the stored edit state of this feature. (Inherited from FeatureLayer) |
![]() | GetSubtypes | Returns the subtypes DataTable. (Inherited from FeatureLayer) |
![]() | InScaleRange | Returns true if the Layer is visible at the specified scale. (Inherited from ESRI.ArcGIS.Mobile.Layer) |
![]() | IsDataCached | Determines if data has been cached for the specified area. (Inherited from FeatureLayer) |
![]() | MakeMapLayer | Returns a MapLayer for this Layer. (Inherited from MobileServiceLayer) |
![]() | RemoveData | Removes from the cache storage the non edited data for the given extent. (Inherited from FeatureLayer) |
![]() | RemoveFeatures | Removes the non edited features for the extent and expression. (Inherited from FeatureLayer) |
![]() | RestoreDefaultVersionName | Restores the default editing version name. It will remove all the cached data for the layer. (Inherited from MobileCacheLayer) |
![]() | SaveEdits | Applies the changes from the FeatureDataTable into the deleted, updated, and added features. (Inherited from FeatureLayer) |
![]() | ToString | Overridden. Returns the name of the Layer. (Inherited from ESRI.ArcGIS.Mobile.Layer) |
Name | Description | |
---|---|---|
![]() | OnClosing | Broadcasts the Closing event. (Inherited from ESRI.ArcGIS.Mobile.Layer) |
![]() | OnDataChanged | Broadcasts the DataChanged event. (Inherited from ESRI.ArcGIS.Mobile.Layer) |
Name | Description | |
---|---|---|
![]() | Closing | Occurs when the layer is closing . (Inherited from ESRI.ArcGIS.Mobile.Layer) |
![]() | DataChanged | 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) |