Table of Contents

ThinkGeo.MapSuite.Core.WorldMapKitLayer

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.

This class is use for world map kit, and you also can get map from ThinkGeo world map kit server.

Inheritance Hierarchy

Members Summary

Public Constructors

WorldMapKitLayer()

Remarks
Parameters

WorldMapKitLayer(WorldMapKitLayerType)

Remarks
Parameters

WorldMapKitLayer(String,String)

Remarks
Parameters

WorldMapKitLayer(WorldMapKitLayerType,String,String)

Remarks
Parameters

WorldMapKitLayer(WorldMapKitLayerType,WebProxy,String,String)

Remarks
Parameters

Protected Constructors

Public Methods

ClearCache()

Remarks
Return Value
Parameters

GetServerLayerNames()

Remarks
Return Value
Parameters

GetServerStyleNames()

Remarks
Return Value
Parameters

GetServerOutputFormats()

Remarks
Return Value
Parameters

GetServerCrss()

Remarks
Return Value
Parameters

GetServerExceptionFormats()

Remarks
Return Value
Parameters

GetServiceVersion()

Remarks
Return Value
Parameters

GetRequestUrl(RectangleShape,Int32,Int32)

Remarks
Return Value
Parameters

RequestDrawing()

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>)

Remarks
Return Value
Parameters

RequestDrawing(TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape,TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)

Remarks
Return Value
Parameters

RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)

Remarks
Return Value
Parameters

GetThreadSafetyLevel()

Remarks
Return Value
Parameters

CloneDeep()

Remarks
Return Value
Parameters

Open()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

GetBoundingBox()

Remarks
Return Value
Parameters

Draw(GeoCanvas,Collection<SimpleCandidate>)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

OpenCore()

Remarks
Return Value
Parameters

CloseCore()

Remarks
Return Value
Parameters

OnSendingWebRequest(SendingWebRequestEventArgs)

Remarks
Return Value
Parameters

OnSentWebRequest(SentWebRequestEventArgs)

Remarks
Return Value
Parameters

DrawImage(GeoCanvas,Collection<SimpleCandidate>)

Remarks
Return Value
Parameters

DrawCore(GeoCanvas,Collection<SimpleCandidate>)

Remarks
Return Value
Parameters

DrawExceptionCore(GeoCanvas,Exception)

Remarks
Return Value
Parameters

GetThreadSafetyLevelCore()

Remarks
Return Value
Parameters

OnRequestedDrawing(RequestedDrawingLayerEventArgs)

Remarks
Return Value
Parameters

OnRequestingDrawing(RequestingDrawingLayerEventArgs)

Remarks
Return Value
Parameters

CloneDeepCore()

Remarks
Return Value
Parameters

GetBoundingBoxCore()

Remarks
Return Value
Parameters

DrawException(GeoCanvas,Exception)

Remarks
Return Value
Parameters

OnDrawingException(DrawingExceptionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawnException(DrawnExceptionLayerEventArgs)

Remarks
Return Value
Parameters

DrawAttributionCore(GeoCanvas,String)

Remarks
Return Value
Parameters

OnDrawingAttribution(DrawingAttributionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawnAttribution(DrawnAttributionLayerEventArgs)

Remarks
Return Value
Parameters

OnDrawingProgressChanged(DrawingProgressChangedEventArgs)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

IsEqual(Double,Double)

Remarks
Return Value
Parameters

Contains(RectangleShape,RectangleShape)

Remarks
Return Value
Parameters

IsExtentWithinThreshold(RectangleShape,Double,Double,Int32,GeographyUnit)

Remarks
Return Value
Parameters

IsExtentWithinThreshold(RectangleShape,Double,Double,Int32,GeographyUnit,Single)

Remarks
Return Value
Parameters

Public Properties

TileMode

N/A

Remarks

N/A

Return Value

ClientId

Gets or sets a value that is your Client Id.

Remarks

N/A

Return Value

PrivateKey

Gets or sets a value that is unique to your client ID, please keep your key secure.

Remarks

N/A

Return Value

LayerType

N/A

Remarks

N/A

Return Value

MapType

N/A

Remarks

N/A

Return Value

WebProxy

N/A

Remarks

N/A

Return Value

Projection

Gets or sets a WorldMapKitProjection represents which projection will be use.

Remarks

N/A

Return Value

Proxy

This property gets or sets the proxy used for requesting a Web Response.

Remarks

N/A

Return Value

TileCache

Gets or sets a BitmapTileCache represents which tile cache will be use.

Remarks

N/A

Return Value

UpperThreshold

Gets or sets a value represents upper threshold for scale.

Remarks

Is the current scale is beyond this value, the map will not render.

Return Value

LowerThreshold

Gets or sets a value represents lower threshold for scale.

Remarks

Is the current scale is less than this value, the map will not render.

Return Value

TimeoutInSecond

This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds.

Remarks

N/A

Return Value

HasBoundingBox

This property indicates whether a Layer has a BoundingBox or not. If it has no BoundingBox, it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs.

Remarks

The value of WorldMapKitLayer is false.

Return Value

RequestDrawingInterval

N/A

Remarks

N/A

Return Value

IsOpen

N/A

Remarks

N/A

Return Value

DrawingTime

N/A

Remarks

N/A

Return Value

Name

N/A

Remarks

N/A

Return Value

Attribution

N/A

Remarks

N/A

Return Value

IsVisible

N/A

Remarks

N/A

Return Value

Transparency

N/A

Remarks

N/A

Return Value

BlueTranslation

N/A

Remarks

N/A

Return Value

RedTranslation

N/A

Remarks

N/A

Return Value

GreenTranslation

N/A

Remarks

N/A

Return Value

KeyColors

N/A

Remarks

N/A

Return Value

IsNegative

N/A

Remarks

N/A

Return Value

IsGrayscale

N/A

Remarks

N/A

Return Value

DrawingExceptionMode

N/A

Remarks

N/A

Return Value

Protected Properties

ImageSource

N/A

Remarks

N/A

Return Value

ActiveLayerNames

N/A

Remarks

N/A

Return Value

ActiveStyleNames

N/A

Remarks

N/A

Return Value

Parameters

N/A

Remarks

N/A

Return Value

IsOpenCore

This property returns true if the Layer is open and false if it is not.

Remarks

Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open.

Return Value

Public Events

SendingWebRequest N/A

Remarks

N/A

Event Arguments:SendingWebRequestEventArgs

SentWebRequest N/A

Remarks

N/A

Event Arguments:SentWebRequestEventArgs

RequestedDrawing N/A

Remarks

N/A

Event Arguments:RequestedDrawingLayerEventArgs

RequestingDrawing N/A

Remarks

N/A

Event Arguments:RequestingDrawingLayerEventArgs

DrawingProgressChanged N/A

Remarks

N/A

Event Arguments:DrawingProgressChangedEventArgs

DrawingException N/A

Remarks

N/A

Event Arguments:DrawingExceptionLayerEventArgs

DrawnException N/A

Remarks

N/A

Event Arguments:DrawnExceptionLayerEventArgs

DrawingAttribution N/A

Remarks

N/A

Event Arguments:DrawingAttributionLayerEventArgs

DrawnAttribution N/A

Remarks

N/A

Event Arguments:DrawnAttributionLayerEventArgs