Telogis.GeoBase.DataSources Namespace |
The Telogis.GeoBase.DataSources namespace includes implementations of IPointFeatureSource which can be used when clustering.
Class | Description | |
---|---|---|
ADODataSource |
An ADODataSource can be used to retrieve data from a database, CSV file, or other ADO.NET
data source.
| |
ADOFeature |
An ADO Feature contains the location and all the associated data
for a feature from an ADO source.
| |
SimpleFeature |
A simple implementation of IPointFeature. A SimpleFeature has a Location, Type and
Metadata associated with it. When a cluster is summarized, SimpleFeatures with the same Type are
grouped together. For example, if a SimpleFeature represents a vehicle then the Type might
represent the vehicle's status: Moving, Idle, Parked, and so on.
|
Interface | Description | |
---|---|---|
IPointFeature |
Represents an item that can be clustered with other items if they are spatially close
together relative to the map zoom.
| |
IPointFeatureSource |
A data source used to get the IPointFeatures that are to be clustered.
|
Delegate | Description | |
---|---|---|
ADORefreshDelegate |
Used for data sources that are updated to request a new data reader.
| |
LatLonDataDelegate |
Finds the location of the feature represented by a row in the data source.
|