Click or drag to resize

UntiledLayer Methods

The UntiledLayer type exposes the following members.

Methods
  NameDescription
Public methodAddToMapView
Adds the layer to a map.
(Overrides BaseLayerAddToMapView(MapView).)
Public methodGet
Determines the tool tip texts for a given position
Public methodInitializeFactory
Initializes the base layer factory. A default category for the created canvases is set as well as a default factory method which creates the new canvas instances.
(Inherited from BaseLayer.)
Public methodRefresh
Updates the layer instances.
(Inherited from BaseLayer.)
Public methodRemoveFromMapView
Removes the layer from a map.
(Inherited from BaseLayer.)
Protected methodToolTipHitTest
Hit tests the given layer features.
Protected methodUpdateMapObjects
Takes all parameters into members, commonly provided by the corresponding provider.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also