User Tools

Site Tools


map_suite_wpf_desktop_edition_release_change_log_version_7.0.0.0

Map Suite WPF Desktop Edition Release Change Log Version 7.0.0.0

Namespaces

New namespaces: 0


Types

Types added in new namespaces: 0

Types added to existing namespaces: 5

Total number of types added (in both new and existing namespaces): 5

Types removed from existing namespaces: 0


Members

Members added on new types: 38

Members added to existing types: 29

Members removed from existing types: 8

Members removed on removed types: 0


Attributes

Attributes added: 1

Attributes added and shown: 1

Attributes removed: 0

Attributes removed and shown: 0


Others

Parameter name changes: 0


// Old assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WpfDesktopEdition\6.0.0.0\Wpf Desktop Edition\WpfDesktopEdition.dll, Assembly Version=6.0.0.0, File Version=6.0.0.0

// Total number of old assemblies: 1


// New assemblies:

// C:\ThinkGeo\Output\MapSuite3.0\WpfDesktopEdition\7.0.0.0\Managed Assemblies\WpfDesktopEdition.dll, Assembly Version=7.0.0.0, File Version=7.0.0.0

// Total number of new assemblies: 1


WpfDesktopEdition, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null


namespace ThinkGeo.MapSuite.WpfDesktopEdition {

[SerializableAttribute]

public class BingMapsOverlay : TileOverlay {

[ObsoleteAttribute("This constructor is obsolete, please use other constructors instead. This API is obsolete and may be removed in or after Version 7.0.")]

public BingMapsOverlay(String applicationId, BingMapsMapType mapType, String cacheDirectory, BingMapsLogoMode logoMode);

protected override void DrawCore(RectangleShape targetExtent, OverlayRefreshType overlayRefreshType);

[ObsoleteAttribute("This property is obsolete, please use other structors instead. This API is obsolete and may be removed in or after Version 7.0.")]

public BingMapsLogoMode LogoMode { get; set; }

}


[SerializableAttribute]

public class BingMapsTileOverlay : TileOverlay {

protected override void DrawCore(RectangleShape targetExtent, OverlayRefreshType overlayRefreshType);

public BingMapsLogoMode LogoMode { get; set; }

}


[SerializableAttribute]

public class EditInteractiveOverlay : InteractiveOverlay {

public InMemoryFeatureLayer EditsInProcessLayer { get; }


public event EventHandler FeatureEdited;

public event EventHandler FeatureEditing;


protected override void DrawCore(RectangleShape targetExtent, OverlayRefreshType overlayRefreshType);

protected virtual void OnFeatureEdited(FeatureEditedEditInteractiveOverlayEventArgs e);

protected virtual void OnFeatureEditing(FeatureEditingEditInteractiveOverlayEventArgs e);


protected override void Dispose(Boolean disposing);

}


[SerializableAttribute]

public class ExtentInteractiveOverlay : InteractiveOverlay {

protected override InteractiveResult KeyDownCore(KeyEventInteractionArguments interactionArguments);

}


[SerializableAttribute]

public class FeatureEditedEditInteractiveOverlayEventArgs : EventArgs {

public FeatureEditedEditInteractiveOverlayEventArgs();

public FeatureEditedEditInteractiveOverlayEventArgs(Feature editedFeature);


public Feature EditedFeature { get; set; }

}


[SerializableAttribute]

public class FeatureEditingEditInteractiveOverlayEventArgs : EventArgs {

public FeatureEditingEditInteractiveOverlayEventArgs();

public FeatureEditingEditInteractiveOverlayEventArgs(Feature editingFeature);


public Feature EditingFeature { get; set; }

}


[SerializableAttribute]

public class InMemoryMarkerOverlay : MarkerOverlay {

public InMemoryFeatureSource FeatureSource FeatureSource { get; protected set; }

}


[SerializableAttribute]

public class LayerOverlay : TileOverlay {

public DrawingQuality DrawingQuality { get; set; }


protected override void RefreshCore(RectangleShape extent);

}


[DesignTimeVisibleAttribute(false)]

[NonSerializableBaseTypeAttribute]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class Marker : ContentControl, IAddChild {

public virtual override void OnApplyTemplate();


protected virtual override Size MeasureOverride(Size constraint);

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class MouseCoordinateMapTool : MapTool {

public virtual override void OnApplyTemplate();

}


[SerializableAttribute]

public class OpenStreetMapOverlay : TileOverlay {

protected override void CloseCore();

protected override Dictionary GetDrawingCellsCore(RectangleShape targetExtent);

}


[SerializableAttribute]

public abstract class Overlay : IDisposable {

public Boolean CanRefreshRegion { get; protected set; }

public Boolean IsBase { get; protected set; }


public void Refresh(RectangleShape extent);


protected virtual void RefreshCore(RectangleShape extent);

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class PanZoomBarMapTool : MapTool {

public virtual override void OnApplyTemplate();

}


[SerializableAttribute]

public enum PolygonTrackMode {

Default,

LineOnly,

LineWithFill

}


[DesignTimeVisibleAttribute(false)]

[NonSerializableBaseTypeAttribute]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class Popup : ContentControl, IAddChild {

public virtual override void OnApplyTemplate();


protected virtual override void OnPropertyChanged(DependencyPropertyChangedEventArgs e);

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class ScaleLineMapTool : MapTool {

public virtual override void OnApplyTemplate();

}


[DesignTimeVisibleAttribute(false)]

[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class Tile : ContentControl, IDisposable {

public virtual override void OnApplyTemplate();


protected virtual override void Finalize();

}


[SerializableAttribute]

public abstract class TileOverlay : Overlay, IDisposable {

public override Boolean IsVisible { get; set; }


protected Dictionary GetSortedCells(Dictionary cells, RectangleShape targetExtent);

protected virtual Dictionary GetSortedCellsCore(Dictionary cells, RectangleShape targetExtent);

}


[SerializableAttribute]

public class TrackInteractiveOverlay : InteractiveOverlay {

public InMemoryFeatureLayer TrackShapesInProcessLayer { get; }

public PolygonTrackMode PolygonTrackMode { get; set; }


protected override void DrawCore(RectangleShape targetExtent, OverlayRefreshType overlayRefreshType);

}


[SerializableAttribute]

[ToolboxItemAttribute(false)]

public class UriTile : Tile, IDisposable {

[ObsoleteAttribute("This method is obsolete, please use OnSendingWebRequest instead. This API is obsolete and may be removed in or after Version 7.0.")]

protected virtual void OnSendingRequest(SendingRequestUriTileEventArgs e);

[ObsoleteAttribute("This event is obsolete, please use SendingWebRequest instead. This API is obsolete and may be removed in or after Version 7.0.")]

public event EventHandler SendingRequest;

}


[SerializableAttribute]

public class WmsOverlay : TileOverlay {

public WmsAxisOrder AxisOrder { get; set; }

}


[SerializableAttribute]

public class WmtsTiledOverlay : TileOverlay {

public WmtsTiledOverlay();

public WmtsTiledOverlay(IEnumerable serverUris);

public WmtsTiledOverlay(IEnumerable serverUris, WebProxy webProxy);

public WmtsTiledOverlay(IEnumerable serverUris, WebProxy webProxy, WmtsSeverEncodingType wmtsSeverEncodingType);


public Collection ServerUris { get; }

public Dictionary Parameters { get; }

public ICredentials Credentials { get; set; }

public Int32 TimeoutInSeconds { get; set; }

public TimeSpan CapabilitesCacheTimeOut { get; set; }

public WebProxy WebProxy { get; set; }

public WmtsSeverEncodingType WmtsSeverEncodingType { get; set; }


public Collection GetLayerOutputFormats(String layerName);

public Collection GetRequestUris(RectangleShape requestExtent, Tile tile);

public String GetServerCapabilitiesXml();

public Collection GetServerLayerNames();

public Collection GetServerLayerStyles();

public Collection GetServerTileMatrixSetNames();

public void InitializeConnection();


public event EventHandler SendingWebRequest;

public event EventHandler SentWebRequest;


protected override void DrawTileCore(Tile tile, RectangleShape targetExtent);

protected override Dictionary GetDrawingCellsCore(RectangleShape targetExtent);

protected virtual Collection GetRequestUrisCore(RectangleShape requestExtent, Tile tile);

protected override Tile GetTileCore();

protected virtual void OnSendingWebRequest(SendingWebRequestEventArgs e);

protected virtual void OnSentWebRequest(SentWebRequestEventArgs e);

}


[NonSerializableBaseTypeAttribute]

[SerializableAttribute]

public class WpfMap : Control, IDisposable {

public Bitmap GetBitmap(Int32 width, Int32 height);

[ObsoleteAttribute("This method is obsolete, please use GetBitmap(int width, int height) instead. This API is obsolete and may be removed in or after version 8.0.")]

public Bitmap GetBitmap(Single width, Single height);

public virtual override void OnApplyTemplate();

public void Refresh(RectangleShape extent);

public void Refresh(RectangleShape extent, IEnumerable overlays);

public void Refresh(RectangleShape extent, Overlay overlay);


public event EventHandler ZoomLevelSetChanged;


protected virtual override void Finalize();

protected virtual void OnZoomLevelSetChanged(ZoomLevelSetChangedWpfMapEventArgs e);

protected virtual void ZoomToPreviousExtentCore();

}


[SerializableAttribute]

public class ZoomLevelSetChangedWpfMapEventArgs : EventArgs {

public ZoomLevelSetChangedWpfMapEventArgs();

public ZoomLevelSetChangedWpfMapEventArgs(ZoomLevelSet newZoomLevelSet);


public ZoomLevelSet NewZoomLevelSet { get; }

}

} // end of namespace ThinkGeo.MapSuite.WpfDesktopEdition


namespace XamlGeneratedNamespace;// removed


map_suite_wpf_desktop_edition_release_change_log_version_7.0.0.0.txt · Last modified: 2015/09/08 03:21 by admin