The following tables list the members exposed by CsvLayer.
Name | Description | |
---|---|---|
CsvLayer Constructor | Initalizes and instance of CsvLayer. |
Name | Description | |
---|---|---|
ColumnDelimiterProperty | Identifies the ColumnDelimiter dependency property. | |
ProxyUrlProperty | Identifies the ProxyUrl dependency property. | |
SourceFieldsProperty | Identifies the SourceFields dependency property. | |
SourceSpatialReferenceProperty | Identifies the SourceSpatialReference dependency property. The default value is WKID (4326). | |
UrlProperty | Identifies the Url dependency property. | |
XFieldNameProperty | Identifies the XFieldName dependency property. | |
YFieldNameProperty | Identifies the YFieldName dependency property. |
Name | Description | |
---|---|---|
Clusterer | Gets or sets the clusterer that is applied to the features. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
ColumnDelimiter | The column delimiter used to split the columns of the CSV file. The default value is comma. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DisplayName | Gets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Effect | Gets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
FullExtent | The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer) | |
Graphics | Gets or sets the graphics collection. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
GraphicsSource | Gets or sets a collection used to contain the graphics of the ESRI.ArcGIS.Client.GraphicsLayer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
ID | Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer) | |
InitializationFailure | Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer) | |
IsHitTestVisible | Gets or sets whether the contained area of this ESRI.ArcGIS.Client.GraphicsLayer can return true values for hit testing. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
IsInitialized | Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer) | |
MapTip | Gets or sets the MapTip displayed when the mouse hovers on a Graphic in the GraphicsLayer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Opacity | Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer) | |
ProjectionService | Gets or sets the projection service used for projecting geometry in the data source to the map's spatial reference. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
ProxyUrl | The proxy url location. | |
Renderer | Gets or sets the renderer used for generating symbols. If a renderer is specified, any symbol set on the graphic will be ignored. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
RendererTakesPrecedence | If false , the graphic symbol takes precedence over the renderer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
SelectedGraphics | The list of selected graphics. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
SelectionCount | The selection count (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
ShowLegend | Gets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer) | |
SourceFields | The fields that will be added as attribute of the graphic. The FieldName should match the header name contained inside the CSV file. The FieldType will be used to convert column into that specific data type. If FieldSource is empty or null then all fields will be returned as attributes. If FieldType is not provided field type will default to string. | |
SourceSpatialReference | The spatial reference of the CSV data. | |
SpatialReference | Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Url | Url location to CSV file. | |
Visible | Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer) | |
VisibleTimeExtent | Gets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
XFieldName | The name of the column header in the CSV file that contains the data used for the X coordinate. | |
YFieldName | The name of the column header in the CSV file that contains the data used for the Y coordinate. |
Name | Description | |
---|---|---|
ClearSelection | Clears the selection. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
ClearValue | (Inherited from System.Windows.DependencyObject) | |
FindGraphicsInHostCoordinates | Overloaded. Retrieves a set of ESRI.ArcGIS.Client.GraphicsLayer.Graphics that are located within a specified System.Windows.Point of the applications coordinate space. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
Initialize | Overridden. Initializes the layer. | |
QueryLegendInfos | Queries for the legend infos of the layer. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
Refresh | Forces a full redraw of all graphic features. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
SetSource | Set stream is used to add graphics to the layer from a stream that contains CSV data. | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ToBitmap | Renders the layer to a System.Windows.Media.Imaging.WriteableBitmap. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
Cancel | Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnGraphicsSourceChanged | Called when the GraphicsSource property changes. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnLegendChanged | Called when the legend changes. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
OnMapChanged | Override to know when a layer's ESRI.ArcGIS.Client.Layer.Map property changes. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnPropertyChanged | (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
InitializationFailed | This Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Initialized | Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer) | |
LegendChanged | Occurs when the legend of the layer changed (e.g. when the renderer changed) (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
MouseEnter | Occurs when the mouse (or a stylus) enters the bounding area of a System.Windows.UIElement. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
MouseLeave | Occurs when the mouse (or the stylus) leaves the bounding area of a System.Windows.UIElement. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
MouseLeftButtonDown | Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a ESRI.ArcGIS.Client.Graphic. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
MouseLeftButtonUp | Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet PC) while the mouse (or the stylus) is over a ESRI.ArcGIS.Client.Graphic. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
MouseMove | Occurs when the coordinate position of the mouse (or stylus) changes while over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture). (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over a ESRI.ArcGIS.Client.Graphic. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over a ESRI.ArcGIS.Client.Graphic. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled. (Inherited from ESRI.ArcGIS.Client.GraphicsLayer) | |
PropertyChanged | Property changed event (Inherited from ESRI.ArcGIS.Client.Layer) |