User Tools

Site Tools


thinkgeo.mapsuite.core.virtualearthlayer

Table of Contents

ThinkGeo.MapSuite.Core.VirtualEarthLayer

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

article_rating

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodVirtualEarthLayer
Public MethodVirtualEarthLayer String, String, String
Public MethodVirtualEarthLayer String, String, String, TimeSpan
Public MethodVirtualEarthLayer String, String, String, String
Public MethodVirtualEarthLayer String, String, String, TimeSpan, String
Public MethodVirtualEarthLayer String, String, String, BingMapsLicenseType
Public MethodVirtualEarthLayer String, String, String, TimeSpan, BingMapsLicenseType
Public MethodVirtualEarthLayer String, String, String, String, BingMapsLicenseType
Public MethodVirtualEarthLayer String, String, String, TimeSpan, String, BingMapsLicenseType

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodCloneDeep Layer
Public MethodClose Layer
Public MethodDraw GeoCanvas, Collection<SimpleCandidate> Layer
Public MethodEquals Object Object
Public MethodGetBoundingBox Layer
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodOpen Layer
Public MethodToString Object

Protected Methods

Public Properties

Protected Properties

Name Return DeclaringType Summary
Protected PropertyIsOpenCore Boolean Layer
Protected PropertyIsProgressDrawingEventHooked Boolean Layer

Public Events

Public Constructors

VirtualEarthLayer()

Parameters

Name Type Description

Go Back

VirtualEarthLayer(String, String, String)

Parameters

Name Type Description
accountID String<!– System.String –>
password String<!– System.String –>
clientIpAddress String<!– System.String –>

Go Back

VirtualEarthLayer(String, String, String, TimeSpan)

Parameters

Name Type Description
accountID String<!– System.String –>
password String<!– System.String –>
clientIpAddress String<!– System.String –>
tokenValidityDurationTime TimeSpan<!– System.TimeSpan –>

Go Back

VirtualEarthLayer(String, String, String, String)

Parameters

Name Type Description
accountID String<!– System.String –>
password String<!– System.String –>
clientIpAddress String<!– System.String –>
cacheDirectory String<!– System.String –>

Go Back

VirtualEarthLayer(String, String, String, TimeSpan, String)

Parameters

Name Type Description
accountID String<!– System.String –>
password String<!– System.String –>
clientIpAddress String<!– System.String –>
tokenValidityDurationTime TimeSpan<!– System.TimeSpan –>
cacheDirectory String<!– System.String –>

Go Back

VirtualEarthLayer(String, String, String, BingMapsLicenseType)

Parameters

Name Type Description
accountID String<!– System.String –>
password String<!– System.String –>
clientIpAddress String<!– System.String –>
bingServicesEnvironmentType BingMapsLicenseType<!– ThinkGeo.MapSuite.Core.BingMapsLicenseType –>

Go Back

VirtualEarthLayer(String, String, String, TimeSpan, BingMapsLicenseType)

Parameters

Name Type Description
accountID String<!– System.String –>
password String<!– System.String –>
clientIpAddress String<!– System.String –>
tokenValidityDurationTime TimeSpan<!– System.TimeSpan –>
bingServicesEnvironmentType BingMapsLicenseType<!– ThinkGeo.MapSuite.Core.BingMapsLicenseType –>

Go Back

VirtualEarthLayer(String, String, String, String, BingMapsLicenseType)

Parameters

Name Type Description
accountID String<!– System.String –>
password String<!– System.String –>
clientIpAddress String<!– System.String –>
cacheDirectory String<!– System.String –>
bingServicesEnvironmentType BingMapsLicenseType<!– ThinkGeo.MapSuite.Core.BingMapsLicenseType –>

Go Back

VirtualEarthLayer(String, String, String, TimeSpan, String, BingMapsLicenseType)

Parameters

Name Type Description
accountID String<!– System.String –>
password String<!– System.String –>
clientIpAddress String<!– System.String –>
tokenValidityDurationTime TimeSpan<!– System.TimeSpan –>
cacheDirectory String<!– System.String –>
bingMapsLicenseType BingMapsLicenseType<!– ThinkGeo.MapSuite.Core.BingMapsLicenseType –>

Go Back

Protected Constructors

Public Methods

CloneDeep()

Return Value

Return Type Description
Layer<!– ThinkGeo.MapSuite.Core.Layer –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

Close()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

Draw(GeoCanvas, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetBoundingBox()

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Open()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

*OnDrawingProgressChanged(DrawingProgressChangedEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e DrawingProgressChangedEventArgs<!– ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

CloneDeepCore()

Return Value

Return Type Description
Layer<!– ThinkGeo.MapSuite.Core.Layer –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

CloseCore()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Layer(overriden) –> Go Back

DrawCore(GeoCanvas, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.Core.Layer(overriden) –> Go Back

DrawException(GeoCanvas, Exception)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>
e Exception<!– System.Exception –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

DrawExceptionCore(GeoCanvas, Exception)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.Core.GeoCanvas –>
e Exception<!– System.Exception –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetBoundingBoxCore()

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnProgressDrawing(ProgressDrawingLayerCancelEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e ProgressDrawingLayerCancelEventArgs<!– ThinkGeo.MapSuite.Core.ProgressDrawingLayerCancelEventArgs –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

OpenCore()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Layer(overriden) –> Go Back

Public Properties

AccountID

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

BingMapsLicenseType

Return Value

Return Type
BingMapsLicenseType<!– ThinkGeo.MapSuite.Core.BingMapsLicenseType –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

CacheDirectory

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

ClientIPAddress

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

DrawingExceptionMode

Return Value

Return Type
DrawingExceptionMode<!– ThinkGeo.MapSuite.Core.DrawingExceptionMode –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

DrawingTime

Return Value

Return Type
TimeSpan<!– System.TimeSpan –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

EndpointAddress

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

HasBoundingBox

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

ImageryServiceMethodType

Return Value

Return Type
VirtualEarthImageryServiceMethodType<!– ThinkGeo.MapSuite.Core.VirtualEarthImageryServiceMethodType –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

IsOpen

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

IsVisible

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

MapType

Return Value

Return Type
VirtualEarthMapType<!– ThinkGeo.MapSuite.Core.VirtualEarthMapType –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

Name

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

Password

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

PictureFormat

Return Value

Return Type
VirtualEarthPictureFormat<!– ThinkGeo.MapSuite.Core.VirtualEarthPictureFormat –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

TimeoutInSeconds

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

TokenValidityDurationTime

Return Value

Return Type
TimeSpan<!– System.TimeSpan –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

WebProxy

Return Value

Return Type
WebProxy<!– System.Net.WebProxy –>

<!– ThinkGeo.MapSuite.Core.VirtualEarthLayer –> Go Back

Protected Properties

IsOpenCore

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

IsProgressDrawingEventHooked

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

Public Events

DrawingProgressChanged

Event Arguments

Event Arguments
DrawingProgressChangedEventArgs<!– ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

ProgressDrawing

Event Arguments

Event Arguments
ProgressDrawingLayerCancelEventArgs<!– ThinkGeo.MapSuite.Core.ProgressDrawingLayerCancelEventArgs –>

<!– ThinkGeo.MapSuite.Core.Layer –> Go Back

NOTOC MicrosoftMapLayerExtension ThinkGeo.MapSuite.Core UpdateDocumentation

thinkgeo.mapsuite.core.virtualearthlayer.txt · Last modified: 2017/03/16 21:59 (external edit)