ArcGIS Runtime SDK for WPF - Library Reference
PointDataSource Class Members
See Also  Fields  Properties  Methods  Events
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 PropertyDataSpatialReferenceGets or sets the data spatial reference ID of the source data.  
public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
public PropertyIsSelectedBindingGets or sets the optional Binding to use for identifying the dependent value the signifies selection. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
public PropertyItemsSourceGets or sets the items source. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
public PropertyXCoordinateBindingGets or sets the Binding to use for identifying the dependent value.  
public PropertyYCoordinateBindingGets or sets the Binding to use for identifying the dependent value.  
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodEquals (Inherited from System.Windows.DependencyObject)
public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
public MethodRefreshRefreshes data from data source and renders the series. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCreateDataPointOverridden. Returns a Control suitable for the Series.  
protected MethodGetDataPointRetrieves the data object corresponding to the object passed as the parameter. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
protected MethodLoadDataPointsLoads the data points. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
protected MethodOnItemsSourceCollectionChangedCalled when the items source collection has changed. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject)
protected MethodPrepareDataPointOverridden. Prepares the data point.  
protected MethodShouldCreateDataPointDetermines whether the datasource should create a data point for the associated item. (Inherited from ESRI.ArcGIS.Client.GraphicsDataSource)
Top

Public Events

 NameDescription
public EventCollectionChangedOccurs 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.