ArcGIS API for WPF - Library Reference
PointDataSource Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client Namespace : PointDataSource Class


The following tables list the members exposed by PointDataSource.

Public Constructors

 NameDescription
public ConstructorPointDataSource ConstructorInitializes a new instance of the PointDataSource class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)DataSpatialReferencePropertyIdentifies the DataSpatialReference dependency property.  
Top

Public Properties

 NameDescription
public PropertyDataSpatialReference Gets or sets the data spatial reference ID of the source data.  
public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
public PropertyIsSelectedBinding Gets or sets the optional Binding to use for identifying the dependent value the signifies selection. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
public PropertyItemsSource Gets or sets the items source. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
public PropertyXCoordinateBinding Gets or sets the Binding to use for identifying the dependent value.  
public PropertyYCoordinateBinding Gets or sets the Binding to use for identifying the dependent value.  
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodRefresh Refreshes data from data source and renders the series. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCreateDataPointOverridden.  Returns a Control suitable for the Series.  
protected MethodGetDataPoint Retrieves the data object corresponding to the object passed as the parameter. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
protected MethodLoadDataPoints Loads the data points. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
protected MethodOnItemsSourceCollectionChanged Called when the items source collection has changed. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
protected MethodOnPropertyChanged (Inherited from System.Windows.DependencyObject)
protected MethodPrepareDataPointOverridden.  Prepares the data point.  
protected MethodShouldCreateDataPoint Determines whether the datasource should create a data point for the associated item. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
Top

Public Events

 NameDescription
public EventCollectionChanged Occurs when the items list of the collection has changed, or the collection is reset. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
Top

See Also

© ESRI, Inc. All Rights Reserved.