This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.googlemapslayer [2015/09/17 10:30] admin |
thinkgeo.mapsuite.core.googlemapslayer [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.GoogleMapsLayer ====== | ====== ThinkGeo.MapSuite.Core.GoogleMapsLayer ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
Represents an object that encapsulates a Google Map layer. | Represents an object that encapsulates a Google Map layer. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 6: | Line 9: | ||
***ThinkGeo.MapSuite.Core.GoogleMapsLayer** | ***ThinkGeo.MapSuite.Core.GoogleMapsLayer** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} GoogleMapsLayer() ** |
- | **{{wiki:PublicMethod.gif|}}[[#GoogleMapsLayer()|GoogleMapsLayer]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually.// |
- | **{{wiki:PublicMethod.gif|}}[[#GoogleMapsLayer(String,String,String)|GoogleMapsLayer]]** | + | == Remarks == |
- | * **Parameters**:String,String,String | + | * //None// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the constructor the for the class. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} GoogleMapsLayer(String,String,String) ** |
- | <div class_table> | + | * //This is the constructor the for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#GoogleMapsLayer(String,String,String,WebProxy)|GoogleMapsLayer]]** | + | == Remarks == |
- | * **Parameters**:String,String,String,WebProxy | + | * //This constructor initializes a new layer and assgin a license key.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the constructor the for the class. | + | * //cacheDirectory// |
- | </div> | + | * Type:String |
+ | * Description:The cache directory for the GoogleMapLayer. | ||
- | === Protected Constructors === | + | * //clientId// |
- | === Public Methods === | + | * Type:String |
- | <div class_table> | + | * Description:The clientId for the GoogleMapLayer. |
- | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //privateKey// |
- | **{{wiki:PublicMethod.gif|}}[[#Close()|Close]]** | + | * Type:String |
- | * **Parameters**:N/A | + | * Description:The privateKey for the GoogleMapLayer. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(GeoCanvas,Collection<SimpleCandidate>)|Draw]]** | + | ** {{wiki:PublicMethod.gif|}} GoogleMapsLayer(String,String,String,WebProxy) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor the for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | == Remarks == |
- | * **Parameters**:Object | + | * //This constructor initializes a new layer and assgin a license key and initilize a cache directory.// |
- | * **DeclaringType**:Object | + | == Parameters == |
- | * **Summary**:N/A | + | * //cacheDirectory// |
- | </div> | + | * Type:String |
+ | * Description:cache directory which stored the cache image. | ||
- | <div class_table> | + | * //clientId// |
- | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBox()|GetBoundingBox]]** | + | * Type:String |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //privateKey// |
- | **{{wiki:PublicMethod.gif|}}[[#GetGoogleMapsImage(Double,Double,Int32,Double,Double)|GetGoogleMapsImage]]** | + | * Type:String |
- | * **Parameters**:Double,Double,Int32,Double,Double | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //webProxy// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * Type:WebProxy |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetPictureFormat()|GetPictureFormat]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:N/A | + | ==== Public Methods ==== |
- | * **DeclaringType**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetGoogleMapsImage(Double,Double,Int32,Double,Double) ** |
- | * **Summary**:Get picture format string which will use for request url. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetThreadSafetyLevel()|GetThreadSafetyLevel]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:Bitmap |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#Open()|Open]]** | + | * //longitude// |
- | * **Parameters**:N/A | + | * Type:Double |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //latitude// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //zoomLevelNumber// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape,TimeSpan)|RequestDrawing]]** | + | * Type:Int32 |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],TimeSpan | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //tileWidth// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | + | * Type:Double |
- | * **Parameters**:TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //tileHeight// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(TimeSpan)|RequestDrawing]]** | + | * Type:Double |
- | * **Parameters**:TimeSpan | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>)|RequestDrawing]]** | + | ** {{wiki:PublicMethod.gif|}} GetPictureFormat() ** |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //Get picture format string which will use for request url.// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape)|RequestDrawing]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing()|RequestDrawing]]** | + | * Type:String |
- | * **Parameters**:N/A | + | * Description:Get picture format string which will use for request url. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)|RequestDrawing]]** | + | <div newline></div> |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,TimeSpan | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | == Parameters == |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloseCore()|CloseCore]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method closes the Layer and releases any resources it was using. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawAttributionCore(GeoCanvas,String)|DrawAttributionCore]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],String | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawCore(GeoCanvas,Collection<SimpleCandidate>)|DrawCore]]** | + | * //extentToRefresh// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method draws the Layer. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawException(GeoCanvas,Exception)|DrawException]]** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Exception | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawExceptionCore(GeoCanvas,Exception)|DrawExceptionCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Exception | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]]** | + | * //extentsToRefresh// |
- | * **Parameters**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetGoogleMapsImageCore(Double,Double,Int32,Double,Double)|GetGoogleMapsImageCore]]** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** |
- | * **Parameters**:Double,Double,Int32,Double,Double | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetThreadSafetyLevelCore()|GetThreadSafetyLevelCore]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnCreatingRequest(CreatingRequestGoogleMapsLayerEventArgs)|OnCreatingRequest]]** | + | * //bufferTime// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.CreatingRequestGoogleMapsLayerEventArgs|CreatingRequestGoogleMapsLayerEventArgs]] | + | * Type:TimeSpan |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingAttribution(DrawingAttributionLayerEventArgs)|OnDrawingAttribution]]** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingException(DrawingExceptionLayerEventArgs)|OnDrawingException]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawnAttribution(DrawnAttributionLayerEventArgs)|OnDrawnAttribution]]** | + | * //bufferTime// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | + | * Type:TimeSpan |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //bufferTimeType// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawnException(DrawnExceptionLayerEventArgs)|OnDrawnException]]** | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnRequestedDrawing(RequestedDrawingLayerEventArgs)|OnRequestedDrawing]]** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnRequestingDrawing(RequestingDrawingLayerEventArgs)|OnRequestingDrawing]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnSendingWebRequest(SendingWebRequestEventArgs)|OnSendingWebRequest]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnSentWebRequest(SentWebRequestEventArgs)|OnSentWebRequest]]** | + | * //extentToRefresh// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //bufferTime// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OpenCore()|OpenCore]]** | + | * Type:TimeSpan |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method opens the Layer so that it is initialized and ready to use. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#SendWebRequest(WebRequest)|SendWebRequest]]** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** |
- | * **Parameters**:WebRequest | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#SendWebRequestCore(WebRequest)|SendWebRequestCore]]** | + | == Remarks == |
- | * **Parameters**:WebRequest | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | == Return Value == |
- | **{{wiki:PublicProperty.gif|}}[[#Attribution|Attribution]]** | + | * Type:Void |
- | * **Return**:String | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#BlueTranslation|BlueTranslation]]** | + | == Parameters == |
- | * **Return**:Single | + | * //extentToRefresh// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#ClientId|ClientId]]** | + | * //bufferTime// |
- | * **Return**:String | + | * Type:TimeSpan |
- | * **Summary**:Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premier, you will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#DrawingExceptionMode|DrawingExceptionMode]]** | + | * //bufferTimeType// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#DrawingTime|DrawingTime]]** | + | <div newline></div> |
- | * **Return**:TimeSpan | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#GreenTranslation|GreenTranslation]]** | + | * //N/A// |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#HasBoundingBox|HasBoundingBox]]** | + | == Return Value == |
- | * **Return**:Boolean | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#IsGrayscale|IsGrayscale]]** | + | == Parameters == |
- | * **Return**:Boolean | + | * //extentsToRefresh// |
- | * **Summary**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#IsNegative|IsNegative]]** | + | * //bufferTime// |
- | * **Return**:Boolean | + | * Type:TimeSpan |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#IsOpen|IsOpen]]** | + | <div newline></div> |
- | * **Return**:Boolean | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#IsVisible|IsVisible]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#KeyColors|KeyColors]]** | + | == Return Value == |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#MapType|MapType]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | + | * //extentsToRefresh// |
- | * **Summary**:Gets or sets a value represents the map type of the GoogleMaps. | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#MaxCacheSizeInMegabytes|MaxCacheSizeInMegabytes]]** | + | * //bufferTime// |
- | * **Return**:Double | + | * Type:TimeSpan |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Name|Name]]** | + | * //bufferTimeType// |
- | * **Return**:String | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#NoDataTileImage|NoDataTileImage]]** | + | <div newline></div> |
- | * **Return**:Bitmap | + | ** {{wiki:PublicMethod.gif|}} GetThreadSafetyLevel() ** |
- | * **Summary**:Gets or sets a value represents the image with 512*512 when no data can access. | + | |
- | **{{wiki:PublicProperty.gif|}}[[#PictureFormat|PictureFormat]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]] | + | == Remarks == |
- | * **Summary**:Gets or sets a value represents the image format of the image. | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#PrivateKey|PrivateKey]]** | + | == Return Value == |
- | * **Return**:String | + | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] |
- | * **Summary**:Gets or sets a value that is unique to your client ID, please keep your key secure. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ProjectedTileCache|ProjectedTileCache]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
- | **{{wiki:PublicProperty.gif|}}[[#ProjectionFromSphericalMercator|ProjectionFromSphericalMercator]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#RedTranslation|RedTranslation]]** | + | == Return Value == |
- | * **Return**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#RequestDrawingInterval|RequestDrawingInterval]]** | + | == Parameters == |
- | * **Return**:TimeSpan | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} Open() ** |
- | **{{wiki:PublicProperty.gif|}}[[#TileCache|TileCache]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#TileExpiration|TileExpiration]]** | + | == Return Value == |
- | * **Return**:TimeSpan | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TileHeight|TileHeight]]** | + | == Parameters == |
- | * **Return**:Int32 | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} Close() ** |
- | **{{wiki:PublicProperty.gif|}}[[#TileMode|TileMode]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#TileWidth|TileWidth]]** | + | == Return Value == |
- | * **Return**:Int32 | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TimeoutInSeconds|TimeoutInSeconds]]** | + | == Parameters == |
- | * **Return**:Int32 | + | <div newline></div> |
- | * **Summary**:Gets or sets a value represents the request timeout from the GoogleMaps server. | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
- | **{{wiki:PublicProperty.gif|}}[[#Transparency|Transparency]]** | + | * //N/A// |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#WebProxy|WebProxy]]** | + | == Return Value == |
- | * **Return**:WebProxy | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Summary**:This property gets or sets the proxy used for requesting a Web Response. | + | * Description:N/A |
- | === Protected Properties === | + | == Parameters == |
- | **{{wiki:ProtectedProperty.gif|}}[[#BufferImages|BufferImages]]** | + | <div newline></div> |
- | * **Return**:Dictionary<Int32,Bitmap> | + | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Collection<SimpleCandidate>) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#IsOpenCore|IsOpenCore]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | === Public Events === | + | == Return Value == |
- | **{{wiki:PublicEvent.gif|}}[[#CreatingRequest|CreatingRequest]]** | + | * Type:Void |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.CreatingRequestGoogleMapsLayerEventArgs|CreatingRequestGoogleMapsLayerEventArgs]] | + | * Description:N/A |
- | * **Summary**:This event is called before creating the reqeust for google maps. | + | |
- | **{{wiki:PublicEvent.gif|}}[[#DrawingAttribution|DrawingAttribution]]** | + | == Parameters == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | * //canvas// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicEvent.gif|}}[[#DrawingException|DrawingException]]** | + | * //labelsInAllLayers// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#DrawingProgressChanged|DrawingProgressChanged]]** | + | <div newline></div> |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicEvent.gif|}}[[#DrawnAttribution|DrawnAttribution]]** | + | * //N/A// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicEvent.gif|}}[[#DrawnException|DrawnException]]** | + | == Return Value == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | + | * Type:String |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#RequestedDrawing|RequestedDrawing]]** | + | == Parameters == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | **{{wiki:PublicEvent.gif|}}[[#RequestingDrawing|RequestingDrawing]]** | + | * //N/A// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicEvent.gif|}}[[#SendingWebRequest|SendingWebRequest]]** | + | == Return Value == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | + | * Type:Boolean |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#SentWebRequest|SentWebRequest]]** | + | == Parameters == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | + | * //obj// |
- | * **Summary**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | ===== Public Constructors ===== | + | <div newline></div> |
- | === GoogleMapsLayer() === | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === GoogleMapsLayer(String,String,String) === | + | |
- | This is the constructor the for the class. | + | |
- | ==== Remarks ==== | + | |
- | This constructor initializes a new layer and assgin a license key. | + | |
- | ==== Parameters ==== | + | |
- | **cacheDirectory** | + | |
- | * **Type**:String | + | |
- | * **Description:The cache directory for the GoogleMapLayer. | + | |
- | **clientId** | + | * //N/A// |
- | * **Type**:String | + | == Remarks == |
- | * **Description:The clientId for the GoogleMapLayer. | + | * //N/A// |
- | **privateKey** | + | == Return Value == |
- | * **Type**:String | + | * Type:Int32 |
- | * **Description:The privateKey for the GoogleMapLayer. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | === GoogleMapsLayer(String,String,String,WebProxy) === | + | <div newline></div> |
- | This is the constructor the for the class. | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | ==== Remarks ==== | + | |
- | This constructor initializes a new layer and assgin a license key and initilize a cache directory. | + | |
- | ==== Parameters ==== | + | |
- | **cacheDirectory** | + | |
- | * **Type**:String | + | |
- | * **Description:cache directory which stored the cache image. | + | |
- | **clientId** | + | * //N/A// |
- | * **Type**:String | + | == Remarks == |
- | * **Description:N/A | + | * //N/A// |
- | **privateKey** | + | == Return Value == |
- | * **Type**:String | + | * Type:Type |
- | * **Description:N/A | + | * Description:N/A |
- | **webProxy** | + | == Parameters == |
- | * **Type**:WebProxy | + | <div newline></div> |
- | * **Description:N/A | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} SendWebRequest(WebRequest) ** | ||
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | === CloneDeep() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Type:WebResponse |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //webRequest// |
- | === Close() === | + | * Type:WebRequest |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === Draw(GeoCanvas,Collection<SimpleCandidate>) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:WebResponse |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **canvas** | + | * //webRequest// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:WebRequest |
- | * **Description**:N/A | + | * Description:N/A |
- | **labelsInAllLayers** | + | <div newline></div> |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | ** {{wiki:ProtectedMethod.gif|}} GetGoogleMapsImageCore(Double,Double,Int32,Double,Double) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === Equals(Object) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:Bitmap |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **obj** | + | * //longitude// |
- | * **Type**:Object | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //latitude// |
- | === GetBoundingBox() === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //zoomLevelNumber// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //tileWidth// |
- | [[#Public Methods|Go Back]] | + | * Type:Double |
- | === GetGoogleMapsImage(Double,Double,Int32,Double,Double) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //tileHeight// |
- | * **Return Type**:Bitmap | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **longitude** | + | ** {{wiki:ProtectedMethod.gif|}} OnCreatingRequest(CreatingRequestGoogleMapsLayerEventArgs) ** |
- | * **Type**:Double | + | |
- | * **Description**:N/A | + | |
- | **latitude** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **zoomLevelNumber** | + | == Return Value == |
- | * **Type**:Int32 | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | **tileWidth** | + | == Parameters == |
- | * **Type**:Double | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.CreatingRequestGoogleMapsLayerEventArgs|CreatingRequestGoogleMapsLayerEventArgs]] |
+ | * Description:N/A | ||
- | **tileHeight** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetHashCode() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Int32 | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | === GetPictureFormat() === | + | * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
- | Get picture format string which will use for request url. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:String | + | ** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** |
- | * **Description**:Get picture format string which will use for request url. | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === GetThreadSafetyLevel() === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | === GetType() === | + | * Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Type | + | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //This method opens the Layer so that it is initialized and ready to use.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === Open() === | + | * //This abstract method is called from the concrete public method Open. The open method plays an important role, as it is responsible for initializing the Layer. Most methods on the Layer will throw an exception if the state of the Layer is not opened. When the map draws each layer, the layer will be opened as one of its first steps; then, after it is finished drawing with that layer, it will close it. In this way, we are sure to release all resources used by the Layer. When implementing the abstract method, consider opening the FeatureSource or RasterSource. You will get a chance to close these in the Close method of the Layer.// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:None |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) === | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method closes the Layer and releases any resources it was using.// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //This abstract method is called from the concrete public method Close. The close method plays an important role in the life cycle of the Layer. It may be called after drawing to release any memory and other resources that were allocated since the Open method was called. If you override this method, it is recommended that you take the following things into account: This method may be called multiple times, so we suggest you write the method so that that a call to a closed Layer is ignored and does not generate an error. We also suggest that in the Close you free all resources that have been opened. Remember that the object will not be destroyed, but will be re-opened possibly in the near future.// |
- | ==== Parameters ==== | + | == Return Value == |
- | **extentToRefresh** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:None |
- | * **Description**:N/A | + | |
- | **bufferTime** | + | == Parameters == |
- | * **Type**:TimeSpan | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>) ** |
- | **bufferTimeType** | + | * //This method draws the Layer.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | == Remarks == |
- | * **Description**:N/A | + | * //This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the layer based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === RequestDrawing(RectangleShape,TimeSpan) === | + | * Type:Void |
- | N/A | + | * Description:None |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //canvas// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:This parameter is the canvas object or a GeoImage to draw on. | ||
- | ==== Parameters ==== | + | * //labelsInAllLayers// |
- | **extentToRefresh** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:This parameter represents the labels used for collision detection and duplication checking. |
- | * **Description**:N/A | + | |
- | **bufferTime** | + | <div newline></div> |
- | * **Type**:TimeSpan | + | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **bufferTime** | + | * //eventArgs// |
- | * **Type**:TimeSpan | + | * Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **bufferTimeType** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === RequestDrawing(TimeSpan) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **bufferTime** | + | * //eventArgs// |
- | * **Type**:TimeSpan | + | * Type:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === RequestDrawing(IEnumerable<RectangleShape>) === | + | ** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **extentsToRefresh** | + | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === RequestDrawing(RectangleShape) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **extentToRefresh** | + | * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === RequestDrawing() === | + | <div newline></div> |
- | N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **extentsToRefresh** | + | == Remarks == |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **bufferTime** | + | == Return Value == |
- | * **Type**:TimeSpan | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) === | + | * //canvas// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //e// |
- | * **Return Type**:Void | + | * Type:Exception |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **extentsToRefresh** | + | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | |
- | * **Description**:N/A | + | |
- | **bufferTime** | + | * //N/A// |
- | * **Type**:TimeSpan | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **bufferTimeType** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === ToString() === | + | * //canvas// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //e// |
- | * **Return Type**:String | + | * Type:Exception |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** |
- | ===== Protected Methods ===== | + | |
- | === CloneDeepCore() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | === CloseCore() === | + | * Description:N/A |
- | This method closes the Layer and releases any resources it was using. | + | |
- | ==== Remarks ==== | + | |
- | This abstract method is called from the concrete public method Close. The close method plays an important role in the life cycle of the Layer. It may be called after drawing to release any memory and other resources that were allocated since the Open method was called. If you override this method, it is recommended that you take the following things into account: This method may be called multiple times, so we suggest you write the method so that that a call to a closed Layer is ignored and does not generate an error. We also suggest that in the Close you free all resources that have been opened. Remember that the object will not be destroyed, but will be re-opened possibly in the near future. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //e// |
- | * **Description**:None | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** |
- | === DrawAttributionCore(GeoCanvas,String) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **canvas** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **attribution** | + | == Parameters == |
- | * **Type**:String | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] |
+ | * Description:N/A | ||
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === DrawCore(GeoCanvas,Collection<SimpleCandidate>) === | + | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,String) ** |
- | This method draws the Layer. | + | |
- | ==== Remarks ==== | + | |
- | This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the layer based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection. | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:None | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **canvas** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:N/A |
- | * **Description**:This parameter is the canvas object or a GeoImage to draw on. | + | |
- | **labelsInAllLayers** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * //canvas// |
- | * **Description**:This parameter represents the labels used for collision detection and duplication checking. | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | [[#Protected Methods|Go Back]] | + | * //attribution// |
- | === DrawException(GeoCanvas,Exception) === | + | * Type:String |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **canvas** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **e** | + | == Return Value == |
- | * **Type**:Exception | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === DrawExceptionCore(GeoCanvas,Exception) === | + | * //args// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **canvas** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **e** | + | == Return Value == |
- | * **Type**:Exception | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === Finalize() === | + | * //args// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === GetBoundingBoxCore() === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | === GetGoogleMapsImageCore(Double,Double,Int32,Double,Double) === | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Bitmap | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **longitude** | + | * Type:Void |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **latitude** | + | == Parameters == |
- | * **Type**:Double | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | **zoomLevelNumber** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **tileWidth** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | **tileHeight** | + | == Parameters == |
- | * **Type**:Double | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} TileMode ** | ||
- | [[#Protected Methods|Go Back]] | ||
- | === GetThreadSafetyLevelCore() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} TileWidth ** |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} TileHeight ** |
- | * **Return Type**:Object | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === OnCreatingRequest(CreatingRequestGoogleMapsLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} PictureFormat ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | Gets or sets a value represents the image format of the image. |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.CreatingRequestGoogleMapsLayerEventArgs|CreatingRequestGoogleMapsLayerEventArgs]] | + | N/A |
- | * **Description**:N/A | + | == Return Value == |
+ | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MapType ** | ||
- | [[#Protected Methods|Go Back]] | + | Gets or sets a value represents the map type of the GoogleMaps. |
- | === OnDrawingAttribution(DrawingAttributionLayerEventArgs) === | + | == Remarks == |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | Gets or sets a value represents the request timeout from the GoogleMaps server. |
- | **args** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === OnDrawingException(DrawingExceptionLayerEventArgs) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ClientId ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premier, you will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix. |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === OnDrawingProgressChanged(DrawingProgressChangedEventArgs) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} PrivateKey ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | Gets or sets a value that is unique to your client ID, please keep your key secure. |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === OnDrawnAttribution(DrawnAttributionLayerEventArgs) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} TileCache ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **args** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === OnDrawnException(DrawnExceptionLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ProjectionFromSphericalMercator ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **e** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === OnRequestedDrawing(RequestedDrawingLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ProjectedTileCache ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **eventArgs** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === OnRequestingDrawing(RequestingDrawingLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} TileExpiration ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **eventArgs** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === OnSendingWebRequest(SendingWebRequestEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} MaxCacheSizeInMegabytes ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **e** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === OnSentWebRequest(SentWebRequestEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} NoDataTileImage ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | Gets or sets a value represents the image with 512*512 when no data can access. |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | + | If you set the image's size is different from 512*512, it will be compressed or stretched to 512*512. |
- | * **Description**:N/A | + | == Return Value == |
+ | * Type:Bitmap | ||
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} WebProxy ** |
- | === OpenCore() === | + | |
- | This method opens the Layer so that it is initialized and ready to use. | + | |
- | ==== Remarks ==== | + | |
- | This abstract method is called from the concrete public method Open. The open method plays an important role, as it is responsible for initializing the Layer. Most methods on the Layer will throw an exception if the state of the Layer is not opened. When the map draws each layer, the layer will be opened as one of its first steps; then, after it is finished drawing with that layer, it will close it. In this way, we are sure to release all resources used by the Layer. When implementing the abstract method, consider opening the FeatureSource or RasterSource. You will get a chance to close these in the Close method of the Layer. | + | |
- | **Return Value** | + | This property gets or sets the proxy used for requesting a Web Response. |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:None | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | [[#Protected Methods|Go Back]] | + | |
- | === SendWebRequest(WebRequest) === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Return Value == |
- | N/A | + | * Type:WebProxy |
- | + | ||
- | **Return Value** | + | |
- | * **Return Type**:WebResponse | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | ** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ** |
- | **webRequest** | + | |
- | * **Type**:WebRequest | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === SendWebRequestCore(WebRequest) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} IsOpen ** |
- | * **Return Type**:WebResponse | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **webRequest** | ||
- | * **Type**:WebRequest | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === Attribution === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} HasBoundingBox ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === BlueTranslation === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} DrawingTime ** |
- | === ClientId === | + | |
- | Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premier, you will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:String | + | |
- | [[#Public Properties|Go Back]] | ||
- | === DrawingExceptionMode === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | + | * Type:TimeSpan |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Name ** |
- | === DrawingTime === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:TimeSpan | + | |
- | [[#Public Properties|Go Back]] | ||
- | === GreenTranslation === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:String |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Attribution ** |
- | === HasBoundingBox === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsGrayscale === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:String |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} IsVisible ** |
- | === IsNegative === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsOpen === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Transparency ** |
- | === IsVisible === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === KeyColors === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} BlueTranslation ** |
- | === MapType === | + | |
- | Gets or sets a value represents the map type of the GoogleMaps. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GoogleMapsMapType|GoogleMapsMapType]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === MaxCacheSizeInMegabytes === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:Single |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RedTranslation ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === Name === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} GreenTranslation ** |
- | === NoDataTileImage === | + | |
- | Gets or sets a value represents the image with 512*512 when no data can access. | + | |
- | ==== Remarks ==== | + | |
- | If you set the image's size is different from 512*512, it will be compressed or stretched to 512*512. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Bitmap | + | |
- | [[#Public Properties|Go Back]] | ||
- | === PictureFormat === | ||
- | Gets or sets a value represents the image format of the image. | ||
- | ==== Remarks ==== | ||
N/A | N/A | ||
- | ==== Return Value ==== | + | == Remarks == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GoogleMapsPictureFormat|GoogleMapsPictureFormat]] | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === PrivateKey === | + | |
- | Gets or sets a value that is unique to your client ID, please keep your key secure. | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} KeyColors ** |
- | === ProjectedTileCache === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === ProjectionFromSphericalMercator === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} IsNegative ** |
- | === RedTranslation === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | ||
- | === RequestDrawingInterval === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:TimeSpan | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** |
- | === TileCache === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === TileExpiration === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:TimeSpan | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** |
- | === TileHeight === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | [[#Public Properties|Go Back]] | ||
- | === TileMode === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GoogleMapsTileMode|GoogleMapsTileMode]] | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] |
- | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
- | === TileWidth === | + | ** {{wiki:ProtectedProperty.gif|}} BufferImages ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | [[#Public Properties|Go Back]] | ||
- | === TimeoutInSeconds === | ||
- | Gets or sets a value represents the request timeout from the GoogleMaps server. | ||
- | ==== Remarks ==== | ||
N/A | N/A | ||
- | ==== Return Value ==== | + | == Remarks == |
- | **Return Type**:Int32 | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === Transparency === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Return Value == |
- | N/A | + | * Type:Dictionary<Int32,Bitmap> |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedProperty.gif|}} IsOpenCore ** |
- | === WebProxy === | + | |
- | This property gets or sets the proxy used for requesting a Web Response. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:WebProxy | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | |
- | === BufferImages === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Dictionary<Int32,Bitmap> | + | |
- | [[#Protected Properties|Go Back]] | ||
- | === IsOpenCore === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
- | [[#Protected Properties|Go Back]] | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | ** {{wiki:PublicEvent.gif|}} CreatingRequest ** |
- | === CreatingRequest === | + | |
This event is called before creating the reqeust for google maps. | This event is called before creating the reqeust for google maps. | ||
- | ==== Remarks ==== | + | == Remarks == |
This event is called before creating the reqeust for google maps. It is typical that user want to get the url of reqeust and modify it according to their requirements. | This event is called before creating the reqeust for google maps. It is typical that user want to get the url of reqeust and modify it according to their requirements. | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.CreatingRequestGoogleMapsLayerEventArgs|CreatingRequestGoogleMapsLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.CreatingRequestGoogleMapsLayerEventArgs|CreatingRequestGoogleMapsLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** |
- | === DrawingAttribution === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** |
- | === DrawingException === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** |
- | === DrawingProgressChanged === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** |
- | === DrawnAttribution === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** |
- | === DrawnException === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
- | === RequestedDrawing === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
- | === RequestingDrawing === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** |
- | === SendingWebRequest === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** |
- | === SentWebRequest === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] |
- | [[#Public Events|Go Back]] | ||