ThinkGeo.MapSuite.MvcEdition.AdornmentOverlay
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 inherits from the Overlay abstract class. This specified overlay stores the AdornmentLayer used in the MapControl.
Inheritance Hierarchy
Members Summary
Public Constructors
AdornmentOverlay()
Parameters
AdornmentOverlay(String)
Parameters
Protected Constructors
Public Methods
Draw(GeoCanvas)
Return Value
Type:Void
Description:N/A
Parameters
ToJson()
Return Value
Type:String
Description:N/A
Parameters
FromJson(String)
Return Value
Type:Void
Description:N/A
Parameters
jsonString
Type:String
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
DrawCore(GeoCanvas)
Return Value
Type:Void
Description:N/A
Parameters
EhQ=(Page)
Return Value
Type:Void
Description:N/A
Parameters
page
Type:Page
Description:N/A
RegisterJavaScriptLibraryCore(Page)
Return Value
Type:Void
Description:N/A
Parameters
page
Type:Page
Description:N/A
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
Layers
This property gets a collection of the AdornmentLayers that are added to the AdornmentOverlay.
Return Value
IsVisible
N/A
Return Value
Name
N/A
Return Value
Opacity
N/A
Return Value
IsVisibleInOverlaySwitcher
N/A
Return Value
IsBaseOverlay
N/A
Return Value
Id
N/A
Return Value
OnClientAutoRefreshTick
N/A
Return Value
AutoRefreshInterval
N/A
Return Value
Attribution
N/A
Return Value
Protected Properties
JRU=
N/A
Return Value
OverlayType
Gets a string that indicates the overlay type.
Return Value
ERQ=
N/A
Return Value
Public Events