====== ThinkGeo.MapSuite.FormsEdition.Adapters.MapToolsAdapter ====== {{section>upgrade_map_suite_to_10.0}} The Aadpter contains the different map tools as properties and acts as an entrance for setting these map controls. === Remarks === This class is designed to be easy to use. It contains all the available tools of the map. You can find and set those map tools easily by using this class. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter]] ***[[ThinkGeo.MapSuite.FormsEdition.Adapters.MapToolsAdapter]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MapToolsAdapter()|MapToolsAdapter]] | | | Initializes a new instance of the class. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MapToolsAdapter(Object)|MapToolsAdapter]] | Object | | Initializes a new instance of the class. | ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#CreateConcrete()|CreateConcrete]] | | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | Creates the concrete. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | | Refreshes all the map tools objects maintaining in the MapTools object. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CreateConcreteCore()|CreateConcreteCore]] | | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | Creates the concrete core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RegisterCollectionSynchronization(GeoCollection, GeoCollection)|RegisterCollectionSynchronization]] | GeoCollection, GeoCollection | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#CenterCoordinateAdapter|CenterCoordinateAdapter]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.CenterCoordinateMapToolApater|CenterCoordinateMapToolApater]] | | Gets the center coordinate adapter. | | {{wiki:PublicProperty.gif|Public Property}}[[#Concrete|Concrete]] | Object | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | Gets or sets the concrete. | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomMapToolAdapter|ZoomMapToolAdapter]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.ZoomMapToolAdapter|ZoomMapToolAdapter]] | | Gets the zoom map tool adapter. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ===== Protected Constructors ===== ==== MapToolsAdapter() ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Constructors|Go Back]] ==== MapToolsAdapter(Object) ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ | concrete | Object | The concrete. | [[#Protected Constructors|Go Back]] ===== Public Methods ===== ==== CreateConcrete() ==== Creates the concrete. === Return Value === ^ Return Type ^ Description ^ | Object | System.Object. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Refresh() ==== Refreshes all the map tools objects maintaining in the MapTools object. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== CreateConcreteCore() ==== Creates the concrete core. === Return Value === ^ Return Type ^ Description ^ | Object | System.Object. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== RegisterCollectionSynchronization(GeoCollection, GeoCollection) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | formsItems | GeoCollection | | | concreteItems | GeoCollection | | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== CenterCoordinateAdapter ==== Gets the center coordinate adapter. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.CenterCoordinateMapToolApater|CenterCoordinateMapToolApater]] | [[#Public Properties|Go Back]] ==== Concrete ==== Gets or sets the concrete. === Return Value === ^ Return Type ^ | Object | [[#Public Properties|Go Back]] ==== ZoomMapToolAdapter ==== Gets the zoom map tool adapter. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.ZoomMapToolAdapter|ZoomMapToolAdapter]] | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:MapSuiteFormsEdition]] [[Category:ThinkGeo.MapSuite.FormsEdition.Adapters]] [[Category:UpdateDocumentation]]