====== ThinkGeo.MapSuite.MvcEdition.AdornmentOverlay ====== {{section>upgrade_map_suite_to_10.0}} 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 ==== ** {{wiki:PublicMethod.gif|}} AdornmentOverlay() ** * //Initialize an instance of the AdornmentOverlay class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} 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 ==== ** {{wiki:PublicMethod.gif|}} 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:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:This parameter specifies the target canvas to draw the current AdornmentOverlay on. ** {{wiki:PublicMethod.gif|}} ToJson() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} FromJson(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //jsonString// * Type:String * Description:N/A ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} 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:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:This parameter specifies the target canvas to draw the current AdornmentOverlay on. ** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //page// * Type:Page * Description:N/A ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //page// * Type:Page * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Layers ** This property gets a collection of the AdornmentLayers that are added to the AdornmentOverlay. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoCollection