Overload | Description |
---|---|
UpdateOverlay(MapView,IDisposable,Geometry) | Updates the geometry for an overlay graphic on the map view. |
UpdateOverlay(MapView,IDisposable,CIMGraphic,Double,Double) | Updates the graphic for an overlay graphic on the map view. |
UpdateOverlay(MapView,IDisposable,IEnumerable<CIMGraphic>,Double,Double) | Updates the graphics for an overlay graphic on the map view. |
UpdateOverlay(MapView,IDisposable,Geometry,CIMSymbolReference) | Updates the geometry and symbol for an overlay graphic on the map view. |
UpdateOverlay(MapView,IDisposable,Geometry,CIMSymbolReference,Double) | Updates the geometry and symbol for an overlay graphic on the map view. |
UpdateOverlay(MapView,IDisposable,Geometry,CIMSymbolReference,Double,Double) | Updates the geometry and symbol for an overlay graphic on the map view. |
UpdateOverlay(MapView,IEnumerable<IDisposable>,IEnumerable<Geometry>,CIMSymbolReference,Double) | Updates the geometry and symbol for a set of overlay graphics on the map view. Each overlay is drawn with the same symbol. |
UpdateOverlay(MapView,IEnumerable<IDisposable>,IEnumerable<Geometry>,CIMSymbolReference,Double,Double) | Updates the geometry and symbol for a set of overlay graphics on the map view. Each overlay is drawn with the same symbol. |