Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Type | Gets the ArcGIS.Core.Data.DatasetType of this derived dataset. (Inherited from ArcGIS.Core.Data.FeatureClass) |
The following tables list the members exposed by RealtimeFeatureClass.
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Type | Gets the ArcGIS.Core.Data.DatasetType of this derived dataset. (Inherited from ArcGIS.Core.Data.FeatureClass) |
Name | Description | |
---|---|---|
CalculateStatistics | Performs common statistics functions on one or more fields in this table or feature class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
CreateInsertCursor | Creates an ArcGIS.Core.Data.InsertCursor instance in memory. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
CreateRow | Creates a new feature in the feature class with a system assigned object ID. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.FeatureClass) | |
CreateRowBuffer | Overloaded. (Inherited from ArcGIS.Core.Data.Table) | |
DeleteRows | Deletes the rows in the database selected by the specified query. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
Differences | (Inherited from ArcGIS.Core.Data.Table) | |
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetArchiveTable | Gets the archive table associated with this table or feature class if it is archived-enabled. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
GetControllerDatasets | Gets a IReadOnlyList of controller datasets of a specific ArcGIS.Core.Data.Dataset type that this table or feature class participates in. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
GetCount | Overloaded. (Inherited from ArcGIS.Core.Data.Table) | |
GetDatastore | Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDefinition | Gets the RealtimeFeatureClassDefinition of this dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExpirationMaxAge | Gets the expiration maximum age for features. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExpirationMaxCount | Gets the expiration maximum feature count. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExpirationMethod | Gets the expiration method currently being used for this table. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExtent | Gets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in the ArcGIS.Core.Data.FeatureClass. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.FeatureClass) | |
GetFeatureDataset | Gets the ArcGIS.Core.Data.FeatureDataset in which this feature class is contained. This method must be called on the MCT. Use QueuedTask.Run (Inherited from ArcGIS.Core.Data.FeatureClass) | |
GetFilterWhereClause | Gets the filter that is set to this table. This method must be called on the MCT. Use QueuedTask.Run. | |
GetID | Gets the ID associated with this table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
GetJoin | Gets the ArcGIS.Core.Data.Join object from which this joined table was created. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
GetName | Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetPath | Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetRegistrationType | Gets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) | |
GetStreamingConnectionState | Gets the streaming connection state. This method must be called on the MCT. Use QueuedTask.Run. | |
IsArchiveEnabled | Gets a value indicating whether this table is archive-enabled. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
IsAttachmentEnabled | Gets a value indicating whether this table supports attachments. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
IsControllerDatasetSupported | Gets a value indicating whether this Table supports the concept of controller datasets. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
IsFeatureCacheSupported | Gets a value indicating whether this feature class supports feature cache. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.FeatureClass) | |
IsJoinedTable | Gets a value indicating whether this Table was obtained as a result of joining a ArcGIS.Core.Data.Table or a ArcGIS.Core.Data.FeatureClass with another ArcGIS.Core.Data.Table or ArcGIS.Core.Data.FeatureClass from the same or different ArcGIS.Core.Data.Datastore. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
RelateTo | Creates a virtual relationship class with the current table as the origin table/feature class and the destinationTable as the destination table/feature class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
Search | Searches and retrieves specific rows in this ArcGIS.Core.Data.Table that satisfy the criteria set in the queryFilter. If no query filter is set, all rows will be retrieved. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
SearchAndSubscribe | Searches the feature class for existing rows using the query criteria and then subscribes to receive row events. This method must be called on the MCT. Use QueuedTask.Run. | |
Select | (Inherited from ArcGIS.Core.Data.Table) | |
SetExpirationMaxAge | Sets the expiration maximum age for features. This method must be called on the MCT. Use QueuedTask.Run. | |
SetExpirationMaxCount | Gets the expiration maximum feature count. This method must be called on the MCT. Use QueuedTask.Run. | |
SetExpirationMethod | Sets the expiration method to the table. This method must be called on the MCT. Use QueuedTask.Run. | |
SetFilterWhereClause | Sets a filter on this table so that only features matching this filter will be streamed by the service. This method must be called on the MCT. Use QueuedTask.Run. | |
Sort | Sorts data from this table or feature class. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Table) | |
StartStreaming | Sets the feature class to a state where it starts listening to broadcasts from a real-time service This method must be called on the MCT. Use QueuedTask.Run. | |
StopStreaming | Stops listening to streams from a real-time service. This method must be called on the MCT. Use QueuedTask.Run. | |
Subscribe | Subscribe to receive row events. This method must be called on the MCT. Use QueuedTask.Run. | |
Truncate | Removes all features. This method must be called on the MCT. Use QueuedTask.Run. | |
Validate | Overloaded. (Inherited from ArcGIS.Core.Data.Table) |
Name | Description | |
---|---|---|
GetDataConnection | Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run. |