User Tools

Site Tools


map_suite_desktop_edition_release_change_log_version_3.1.299

Map Suite Desktop Edition Release Change Log Version 3.1.299

Release date: 11/16/2009

Concluded public beta and moved to final release. There are several API changes in this release, including 95 breaking changes (mostly related to outdated methods that have been marked obsolete in the final release). Please see the attached Word document for a complete enumeration of the API changes and additions.

Assembly Members Added Members Removed Breaking Changes Percent Churn
desktopedition (1961) 52 added 46 removed 95 breaking 2.7% churn

Changes in desktopedition from 3.0.453 (Version 2.0.50727.3082) to 3.1.299 (Version 2.0.50727.3082)

Removed

Added

public class ThinkGeo.MapSuite.DesktopEdition.AdornmentOverlay ()

  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • Property: LocalCacheMode LocalCache { public get; public set; }

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.BackgroundOverlay ()

  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • Property: LocalCacheMode LocalCache { public get; public set; }

--> NONE <--

ThinkGeo.MapSuite.DesktopEdition ClientCache ()

public class ThinkGeo.MapSuite.DesktopEdition.ClientCache

n/a

  • Constructor: public ClientCache ()
  • Constructor: public ClientCache (TimeSpan duration)
  • Constructor: public ClientCache (TimeSpan duration, string cacheId)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method: public string GetCacheFilename (RectangleShape extent)
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method: public void SaveImageToCache (Image image, string filename)
  • Method (i)> public virtual string ToString ()
  • Property: string CacheDirectory { public get; public set; }
  • Property: string CacheId { public get; public set; }
  • Property: TimeSpan Duration { public get; public set; }
  • Property: bool EnableCache { public get; }
  • Property: ImageFormat ImageFormat { public get; public set; }
  • Property: int TileHeight { public get; public set; }
  • Property: int TileWidth { public get; public set; }

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWpfMapEventArgs ()

  • Constructor: public CurrentScaleChangedWpfMapEventArgs (RectangleShape currentExtent, double currentScale, GeographyUnit mapUnit, float mapWidth)
  • Property: int MapHeight { public get; public set; }
  • Constructor: public CurrentScaleChangedWpfMapEventArgs (RectangleShape currentExtent, double currentScale, GeographyUnit mapUnit, float mapWidth, float mapHeight)
  • Property: float MapHeight { public get; public set; }

public class ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay ()

  • [Obsolete:|This API is obsolete and will be removed from next release, we recommend you use EditOverlay.EditShapesLayer.InternalFeatures.RemoveAt]Method: public void DeleteTrackShape ()
  • Method: protected void OnControlPointSelected (ControlPointSelectedEditInteractiveOverlayEventArgs e)
  • Method: protected void OnControlPointSelecting (ControlPointSelectingEditInteractiveOverlayEventArgs e)
  • Method: protected void OnFeatureDragged (FeatureDraggedEditInteractiveOverlayEventArgs e)
  • Method: protected void OnFeatureDragging (FeatureDraggingEditInteractiveOverlayEventArgs e)
  • Method: protected void OnFeatureResized (FeatureResizedEditInteractiveOverlayEventArgs e)
  • Method: protected void OnFeatureResizing (FeatureResizingEditInteractiveOverlayEventArgs e)
  • Method: protected void OnFeatureRotated (FeatureRotatedEditInteractiveOverlayEventArgs e)
  • Method: protected void OnFeatureRotating (FeatureRotatingEditInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseClick (MapMouseClickInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseDoubleClick (MapMouseDoubleClickInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseDown (MapMouseDownInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseMove (MapMouseMoveInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseUp (MapMouseUpInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseWheel (MapMouseWheelInteractiveOverlayEventArgs e)
  • Method: protected void OnVertexAdded (VertexAddedEditInteractiveOverlayEventArgs e)
  • Method: protected void OnVertexAdding (VertexAddingEditInteractiveOverlayEventArgs e)
  • Method: protected void OnVertexMoved (VertexMovedEditInteractiveOverlayEventArgs e)
  • Method: protected void OnVertexMoving (VertexMovingEditInteractiveOverlayEventArgs e)
  • Method: protected void OnVertexRemoved (VertexRemovedEditInteractiveOverlayEventArgs e)
  • Method: protected void OnVertexRemoving (VertexRemovingEditInteractiveOverlayEventArgs e)
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use EditShapesLayer]Property: InMemoryFeatureLayer EditLayer { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use EditShapesLayer.EditTools instead.]Property: EditTools EditTools { public get; }
  • Property: LocalCacheMode LocalCache { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use EditShapesLayer.QueryTools instead.]Property: QueryTools QueryTools { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use TrackOverlay.TrackMode.]Property: TrackMode TrackMode { public get; public set; }
  • Method: protected virtual void OnControlPointSelected (ControlPointSelectedEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnControlPointSelecting (ControlPointSelectingEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnFeatureDragged (FeatureDraggedEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnFeatureDragging (FeatureDraggingEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnFeatureResized (FeatureResizedEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnFeatureResizing (FeatureResizingEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnFeatureRotated (FeatureRotatedEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnFeatureRotating (FeatureRotatingEditInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseClick (MapMouseClickInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseDoubleClick (MapMouseDoubleClickInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseDown (MapMouseDownInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseMove (MapMouseMoveInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseUp (MapMouseUpInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseWheel (MapMouseWheelInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnVertexAdded (VertexAddedEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnVertexAdding (VertexAddingEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnVertexMoved (VertexMovedEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnVertexMoving (VertexMovingEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnVertexRemoved (VertexRemovedEditInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnVertexRemoving (VertexRemovingEditInteractiveOverlayEventArgs e)

ThinkGeo.MapSuite.DesktopEdition EditSettings ()

public class ThinkGeo.MapSuite.DesktopEdition.EditSettings

n/a

  • Constructor: public EditSettings ()
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public virtual string ToString ()
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use EditOverlay.CanDrag]Property: bool IsDraggable { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use EditOverlay.CanReshape]Property: bool IsReshapable { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use EditOverlay.CanResize]Property: bool IsResizable { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use EditOverlay.CanRotate]Property: bool IsRotatable { public get; public set; }

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.ExtentInteractiveOverlay ()

  • Method (i)> protected void OnMapMouseClick (MapMouseClickInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseDoubleClick (MapMouseDoubleClickInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseDown (MapMouseDownInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseMove (MapMouseMoveInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseUp (MapMouseUpInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseWheel (MapMouseWheelInteractiveOverlayEventArgs e)
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • Property: LocalCacheMode LocalCache { public get; public set; }
  • Method (i)> protected virtual void OnMapMouseClick (MapMouseClickInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseDoubleClick (MapMouseDoubleClickInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseDown (MapMouseDownInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseMove (MapMouseMoveInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseUp (MapMouseUpInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseWheel (MapMouseWheelInteractiveOverlayEventArgs e)

public class ThinkGeo.MapSuite.DesktopEdition.GoogleMapsOverlay ()

  • Method: public void FetchImageInThread (object obj)
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • Property: LocalCacheMode LocalCache { public get; public set; }

--> NONE <--

public abstract class ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay ()

  • Method: protected void OnMapMouseClick (MapMouseClickInteractiveOverlayEventArgs e)
  • Method: protected void OnMapMouseDoubleClick (MapMouseDoubleClickInteractiveOverlayEventArgs e)
  • Method: protected void OnMapMouseDown (MapMouseDownInteractiveOverlayEventArgs e)
  • Method: protected void OnMapMouseMove (MapMouseMoveInteractiveOverlayEventArgs e)
  • Method: protected void OnMapMouseUp (MapMouseUpInteractiveOverlayEventArgs e)
  • Method: protected void OnMapMouseWheel (MapMouseWheelInteractiveOverlayEventArgs e)
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • Property: LocalCacheMode LocalCache { public get; public set; }
  • Method: protected virtual void OnMapMouseClick (MapMouseClickInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnMapMouseDoubleClick (MapMouseDoubleClickInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnMapMouseDown (MapMouseDownInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnMapMouseMove (MapMouseMoveInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnMapMouseUp (MapMouseUpInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnMapMouseWheel (MapMouseWheelInteractiveOverlayEventArgs e)

InteractiveOverlayDrawType ()

public sealed enum ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlayDrawType
                   &nbspDraw = 0,
                   &nbspDoNotDraw = 1,

public sealed enum ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlayDrawType
                   &nbspDefault = 0,
                   &nbspDraw = 1,
                   &nbspDoNotDraw = 2,

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.InteractiveResult ()

  • Property: ProcessOtherOverlaysMode ProcessOtherOverlays { public get; public set; }
  • Property: ProcessOtherOverlaysMode ProcessOtherOverlaysMode { public get; public set; }

public class ThinkGeo.MapSuite.DesktopEdition.LayerOverlay ()

  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • Property: LocalCacheMode LocalCache { public get; public set; }

--> NONE <--

LocalCacheMode ()

public sealed enum ThinkGeo.MapSuite.DesktopEdition.LocalCacheMode
                   &nbspDefault = 0,
                   &nbspAutomaticCaching = 1,
                   &nbspDisabled = 2,

n/a

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs ()

  • Constructor: public MapMouseMoveInteractiveOverlayEventArgs (Feature editingFeature, ControlPointType controlPointType)
  • Property: ControlPointType ControlPointType { public get; }
  • Property: Feature EditingFeature { public get; }
  • Constructor: public MapMouseMoveInteractiveOverlayEventArgs (InteractionArguments interactionArguments)
  • Property: InteractionArguments InteractionArguments { public get; }

public abstract class ThinkGeo.MapSuite.DesktopEdition.Overlay ()

  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • Property: LocalCacheMode LocalCache { public get; public set; }

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWinformsMapEventArgs ()

  • Property: IEnumerable`1 Overlays { public get; public set; }
  • Property: IEnumerable`1 Overlays { public get; }

public class ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawingWpfMapEventArgs ()

  • Property: IEnumerable`1 Overlays { public get; public set; }
  • Property: IEnumerable`1 Overlays { public get; }

public class ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWinformsMapEventArgs ()

  • Property: IEnumerable`1 Overlays { public get; public set; }
  • Property: IEnumerable`1 Overlays { public get; }

public class ThinkGeo.MapSuite.DesktopEdition.OverlaysDrawnWpfMapEventArgs ()

  • Property: IEnumerable`1 Overlays { public get; public set; }
  • Property: IEnumerable`1 Overlays { public get; }

ProcessOtherOverlaysMode ()

public sealed enum ThinkGeo.MapSuite.DesktopEdition.ProcessOtherOverlaysMode
                   &nbspProcessOtherOverlays = 0,
                   &nbspDoNotProcessOtherOverlays = 1,

public sealed enum ThinkGeo.MapSuite.DesktopEdition.ProcessOtherOverlaysMode
                   &nbspDefault = 0,
                   &nbspProcessOtherOverlays = 0,
                   &nbspDoNotProcessOtherOverlays = 1,

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache ()

  • Property: bool ReadOnly { public get; public set; }
  • [Obsolete:|This property is obsolete, please use property:TileAccessMode. And you need set ReadOnly to false if you want the TileAccessMode to take effect.]Property: bool ReadOnly { public get; public set; }
  • Property: TileAccessMode TileAccessMode { public get; public set; }

public class ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs ()

  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use . The Cancel is removed for this event args. Use the TrackEnding event instead to use functionality.]Property: bool Cancel { public get; public set; }

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs ()

  • Property: BaseShape Shape { public get; public set; }
  • Property: BaseShape TrackShape { public get; public set; }

public class ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay ()

  • Method (i)> protected void OnMapMouseClick (MapMouseClickInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseDoubleClick (MapMouseDoubleClickInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseDown (MapMouseDownInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseMove (MapMouseMoveInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseUp (MapMouseUpInteractiveOverlayEventArgs e)
  • Method (i)> protected void OnMapMouseWheel (MapMouseWheelInteractiveOverlayEventArgs e)
  • Method: protected void OnMouseMoved (MouseMovedTrackInteractiveOverlayEventArgs e)
  • Method: protected void OnTrackEnded (TrackEndedTrackInteractiveOverlayEventArgs e)
  • Method: protected void OnTrackEnding (TrackEndingTrackInteractiveOverlayEventArgs e)
  • Method: protected void OnTrackStarted (TrackStartedTrackInteractiveOverlayEventArgs e)
  • Method: protected void OnTrackStarting (TrackStartingTrackInteractiveOverlayEventArgs e)
  • Method: protected void OnVertexAdded (VertexAddedTrackInteractiveOverlayEventArgs e)
  • Method: protected void OnVertexAdding (VertexAddingTrackInteractiveOverlayEventArgs e)
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use TrackShapeLayer.EditTools instead.]Property: EditTools EditTools { public get; }
  • Property: LocalCacheMode LocalCache { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use TrackShapeLayer.QueryTools instead.]Property: QueryTools QueryTools { public get; }
  • Method (i)> protected virtual void OnMapMouseClick (MapMouseClickInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseDoubleClick (MapMouseDoubleClickInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseDown (MapMouseDownInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseMove (MapMouseMoveInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseUp (MapMouseUpInteractiveOverlayEventArgs e)
  • Method (i)> protected virtual void OnMapMouseWheel (MapMouseWheelInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnMouseMoved (MouseMovedTrackInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnTrackEnded (TrackEndedTrackInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnTrackEnding (TrackEndingTrackInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnTrackStarted (TrackStartedTrackInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnTrackStarting (TrackStartingTrackInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnVertexAdded (VertexAddedTrackInteractiveOverlayEventArgs e)
  • Method: protected virtual void OnVertexAdding (VertexAddingTrackInteractiveOverlayEventArgs e)

public class ThinkGeo.MapSuite.DesktopEdition.WinformsMap ()

  • [Obsolete:|This Event is obsolete and it will be removed from next release, we recommend you use TrackOverlay.TrackEnded]Event: public event EventHandler`1 TrackEnding
  • [Obsolete:|This API is obsolete and will be removed from next release, we recommend you use All Overlays can be updated individually. Before you edit any Overlay you need to call Overlay.Lock.EnterWriteLock and after your edits are done call Overlay.Lock.ExitWriteLock. We suggest you place the ExitWriteLock in a finally to ensure it gets released. This will mark the Overlay as dirty then call Refresh()]Method: public void RefreshDynamic ()
  • [Obsolete:|This API is obsolete and will be removed from next release, we recommend you use All Overlays can be updated individually. Before you edit any Overlay you need to call Overlay.Lock.EnterWriteLock and after your edits are done call Overlay.Lock.ExitWriteLock. We suggest you place the ExitWriteLock in a finally to ensure it gets released. This will mark the Overlay as dirty then call Refresh()]Method: public void RefreshEditOverlay ()
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use Overlays Create a LayersOverlay and add your layers to that then add that to the Overlays collection.]Property: GeoCollection`1 CustomOverlays { public get; }
  • Property: Dictionary`2 DebugParameters { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use Overlays. The StaticOverlay and DynamicOverlay are rolled into Overlays. Create a LayersOverlay and add your layers to that then add that to the Overlays collection.]Property: LayerOverlay DynamicOverlay { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use BackgroundOverlay]Property: BackgroundLayer MapBackground { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use AdormentOverlay.ShowLogo]Property: bool ShowLogo { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ZoomLevelSnapping]Property: bool SnapToZoomLevel { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use Overlays. The StaticOverlay and DynamicOverlay are rolled into Overlays. Create a LayersOverlay and add your layers to that then add that to the Overlays collection.]Property: LayerOverlay StaticOverlay { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ExtentInteractiveOverlay.ZoomPercentage.]Property: int ZoomPercentage { public get; public set; }

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.WorldMapKitWmsDesktopOverlay ()

  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ]Property: ClientCache ClientCache { public get; public set; }
  • Property: LocalCacheMode LocalCache { public get; public set; }

--> NONE <--

public class ThinkGeo.MapSuite.DesktopEdition.WpfMap ()

  • [Obsolete:|This Event is obsolete and it will be removed from next release, we recommend you use TrackOverlay.TrackEnded]Event: public event EventHandler`1 TrackEnding
  • Method: protected virtual void OnTrackEnding (TrackEndingTrackInteractiveOverlayEventArgs e)
  • [Obsolete:|This API is obsolete and will be removed from next release, we recommend you use ReDraw(Overlay)]Method: public void RefreshDynamic ()
  • [Obsolete:|This API is obsolete and will be removed from next release, we recommend you use ReDraw(Overlay)]Method: public void RefreshEditOverlay ()
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use Overlays]Property: GeoCollection`1 CustomOverlays { public get; }
  • Property: Dictionary`2 DebugParameters { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use Overlays. The StaticOverlay and DynamicOverlay are rolled into Overlays.]Property: LayerOverlay DynamicOverlay { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use BackgroundOverlay]Property: BackgroundLayer MapBackground { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use AdormentOverlay.ShowLogo]Property: bool ShowLogo { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ZoomLevelSnapping]Property: bool SnapToZoomLevel { public get; public set; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use Overlays. The StaticOverlay and DynamicOverlay are rolled into Overlays.]Property: LayerOverlay StaticOverlay { public get; }
  • [Obsolete:|This Property is obsolete and will be removed from next release, we recommend you use ExtentInteractiveOverlay.ZoomPercentage.]Property: int ZoomPercentage { public get; public set; }

--> NONE <--

map_suite_desktop_edition_release_change_log_version_3.1.299.txt · Last modified: 2015/09/08 08:41 by admin