User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.adornmentoverlay

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

  • System.Object
    • ThinkGeo.MapSuite.MvcEdition.Overlay
      • ThinkGeo.MapSuite.MvcEdition.AdornmentOverlay

Members Summary

Public Constructors

AdornmentOverlay()

  • Initialize an instance of the AdornmentOverlay class.
Remarks
  • N/A
Parameters

AdornmentOverlay(String)

  • Initialize an instance of the AdornmentOverlay class with the overlay identifier specified.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:The identifier string used to retrieve the overlay for collection.

Protected Constructors

Public Methods

Draw(GeoCanvas)

  • Draw all of the layers to the image object using the parameters specified.
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter specifies the target canvas to draw the current AdornmentOverlay on.

ToJson()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

FromJson(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • jsonString
    • Type:String
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

DrawCore(GeoCanvas)

  • This method overrides the DrawCore logic in the Overlay base class. Draw all of the AdornmentLayers to the image object using the parameters specified.
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • canvas
    • Type:GeoCanvas
    • Description:This parameter specifies the target canvas to draw the current AdornmentOverlay on.

EhQ=(Page)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • page
    • Type:Page
    • Description:N/A

RegisterJavaScriptLibraryCore(Page)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • page
    • Type:Page
    • Description:N/A

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
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.

Remarks

N/A

Return Value
Remarks

N/A

Return Value
  • Type:Boolean

Name

N/A

Remarks

N/A

Return Value
  • Type:String

Opacity

N/A

Remarks

N/A

Return Value
  • Type:Single

IsVisibleInOverlaySwitcher

N/A

Remarks

N/A

Return Value
  • Type:Boolean

IsBaseOverlay

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Id

N/A

Remarks

N/A

Return Value
  • Type:String

OnClientAutoRefreshTick

N/A

Remarks

N/A

Return Value
  • Type:String

AutoRefreshInterval

N/A

Remarks

N/A

Return Value
  • Type:TimeSpan

Attribution

N/A

Remarks

N/A

Return Value
  • Type:String

Protected Properties

JRU=

N/A

Remarks

N/A

Return Value

OverlayType

Gets a string that indicates the overlay type.

Remarks

N/A

Return Value
  • Type:String

ERQ=

N/A

Remarks

N/A

Return Value
  • Type:Double

Public Events

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