ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
Namespaces
New namespaces: 0
Types
Types added in new namespaces: 0
Types added to existing namespaces: 0
Total number of types added (in both new and existing namespaces): 0
Types removed from existing namespaces: 0
Members
Members added on new types: 0
Members added to existing types: 34
Members removed from existing types: 1
Members removed on removed types: 0
Attributes
Attributes added: 7
Attributes added and shown: 7
Attributes removed: 0
Attributes removed and shown: 0
Others
Parameter name changes: 0
WpfDesktopEdition, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null
namespace ThinkGeo.MapSuite.WpfDesktopEdition {
[[SerializableAttribute]]
public class BingMapsOverlay : TileOverlay {
[[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]]
public BingMapsPictureFormat CachePictureFormat { get; set; }
public BitmapTileCache ProjectedTileCache { get; set; }
public override BitmapTileCache TileCache { get; set; }
public Projection ProjectionFromSphericalMercator { get; set; }
[[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]]
public String CacheDirectory { get; set; }
}
[[SerializableAttribute]]
public class EditInteractiveOverlay : InteractiveOverlay {
public PolygonTrackMode PolygonTrackMode { get; set; }
}
[[SerializableAttribute]]
public class GoogleMapsOverlay : TileOverlay {
public BitmapTileCache ProjectedTileCache { get; set; }
public override BitmapTileCache TileCache { get; set; }
[[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]]
public GoogleMapsPictureFormat CachePictureFormat { get; set; }
public Projection ProjectionFromSphericalMercator { get; set; }
[[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]]
public String CacheDirectory { get; set; }
}
[[SerializableAttribute]]
public class LayerOverlay : TileOverlay {
protected override void OpenCore();
}
[[DesignTimeVisibleAttribute(false)]]
[[NonSerializableBaseTypeAttribute]]
[[SerializableAttribute]]
[[ToolboxItemAttribute(false)]]
public class Marker : ContentControl {
public event MouseButtonEventHandler MarkerMouseClick;
public event MouseButtonEventHandler MarkerMouseDown;
public event MouseEventHandler MarkerMouseMove;
public event MouseButtonEventHandler MarkerMouseUp;
protected virtual void OnMarkerMouseClick(MouseButtonEventArgs e);
protected virtual void OnMarkerMouseDown(MouseButtonEventArgs e);
protected virtual void OnMarkerMouseMove(MouseEventArgs e);
protected virtual void OnMarkerMouseUp(MouseButtonEventArgs e);
}
[[SerializableAttribute]]
public class OpenStreetMapOverlay : TileOverlay {
public BitmapTileCache ProjectedTileCache { get; set; }
public override BitmapTileCache TileCache { get; set; }
public Projection ProjectionFromSphericalMercator { get; set; }
[[ObsoleteAttribute("This property is obsoleted, please use the property TileCache instead. This property is obsolete and may be removed in or after version 9.0.")]]
public String CacheDirectory { get; set; }
protected override void OpenCore();
}
[[SerializableAttribute]]
public abstract class Overlay : IDisposable {
public Boolean IsBase { get; protected set; }
public TimeSpan AutoRefreshInterval { get; set; }
public void Open();
public void Refresh(TimeSpan bufferTime);
public void Refresh(IEnumerable
public void Refresh(RectangleShape extentToRefresh, TimeSpan bufferTime);
public void Refresh(IEnumerable
protected virtual void OpenCore();
}
[[SerializableAttribute]]
public abstract class TileOverlay : Overlay, IDisposable {
public virtual BitmapTileCache TileCache { get; set; }
}
[[SerializableAttribute]]
public class WmtsTiledOverlay : TileOverlay {
[[ObsoleteAttribute("This item is obsoleted, please use CapabilitiesCacheTimeout instead. This API is obsolete and may be removed in or after Version 9.0.")]]
public TimeSpan CapabilitesCacheTimeOut { get; set; }
public TimeSpan CapabilitiesCacheTimeout { get; set; }
public WmtsSeverEncodingType WmtsServerEncodingType { get; set; }
[[ObsoleteAttribute("This item is obsoleted, please use WmtsServerEncodingType instead. This API is obsolete and may be removed in or after Version 9.0.")]]
public WmtsSeverEncodingType WmtsSeverEncodingType { get; set; }
}
[[NonSerializableBaseTypeAttribute]]
[[SerializableAttribute]]
public class WpfMap : Control, IDisposable {
public GCCollectionMode GCCollectionMode { get; set; }
public void Refresh(IEnumerable
public void Refresh(TimeSpan bufferTime);
public void Refresh(RectangleShape extentToRefresh, TimeSpan bufferTime);
public void Refresh(IEnumerable
[[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);
}
}