Click or drag to resize

IPointFeatureSource Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A data source used to get the IPointFeatures that are to be clustered.

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IPointFeatureSource

The IPointFeatureSource type exposes the following members.

Properties
  NameDescription
Public propertyRefreshRate
The amount of time for which items returned by EndQuery are valid for.
Top
Methods
  NameDescription
Public methodBeginQuery
Begins a query for all features from a data source.
Public methodEndQuery
Ends a query for all features from a data source.
Top
See Also