====== ThinkGeo.MapSuite.FormsEdition.EditInteractiveOverlay ====== {{section>upgrade_map_suite_to_10.0}} This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.FormsEdition.Overlay]] ***[[ThinkGeo.MapSuite.FormsEdition.InteractiveOverlay]] ****[[ThinkGeo.MapSuite.FormsEdition.EditInteractiveOverlay]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#EditInteractiveOverlay()|EditInteractiveOverlay]] | | | Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. | | {{wiki:PublicMethod.gif|Public Method}}[[#EditInteractiveOverlay(EditInteractiveOverlayAdapter)|EditInteractiveOverlay]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.EditInteractiveOverlayAdapter|EditInteractiveOverlayAdapter]] | | Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#CalculateAllControlPoints()|CalculateAllControlPoints]] | | | This method calculates all control points. | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearAllControlPoints()|ClearAllControlPoints]] | | | This method clears all control points in corresponding layer. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBoundingBox()|GetBoundingBox]] | | [[ThinkGeo.MapSuite.FormsEdition.Overlay|Overlay]] | Gets the bounding box. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.FormsEdition.Overlay|Overlay]] | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#Adapter|Adapter]] | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | [[ThinkGeo.MapSuite.FormsEdition.Overlay|Overlay]] | Gets the adapter. | | {{wiki:PublicProperty.gif|Public Property}}[[#CanDrag|CanDrag]] | Boolean | | Gets a value which indicates whether the shape can be dragged. | | {{wiki:PublicProperty.gif|Public Property}}[[#CanReshape|CanReshape]] | Boolean | | Gets a value which indicates whether the shape can be reshaped. | | {{wiki:PublicProperty.gif|Public Property}}[[#CanResize|CanResize]] | Boolean | | Gets a value which indicates whether the shape can be resized. | | {{wiki:PublicProperty.gif|Public Property}}[[#CanRotate|CanRotate]] | Boolean | | Gets a value which indicates whether the shape can be rotated. | | {{wiki:PublicProperty.gif|Public Property}}[[#EditShapesLayer|EditShapesLayer]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | | This property gets the InMemoryFeatureLayer which holds the edit shapes. | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.FormsEdition.Overlay|Overlay]] | Gets or sets a value indicating whether this instance is visible. | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.FormsEdition.Overlay|Overlay]] | Gets or sets the name. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== EditInteractiveOverlay() ==== Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ==== EditInteractiveOverlay(EditInteractiveOverlayAdapter) ==== Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. === Parameters === ^ Name ^ Type ^ Description ^ | adapter | [[ThinkGeo.MapSuite.FormsEdition.Adapters.EditInteractiveOverlayAdapter|EditInteractiveOverlayAdapter]] | Represents interactiveOverlay adapter. | [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== CalculateAllControlPoints() ==== This method calculates all control points. === Remarks === First, it will clear all control points. Then it will calculate each control points according to their settings. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ClearAllControlPoints() ==== This method clears all control points in corresponding layer. === Return Value === ^ Return Type ^ Description ^ | Void | | === 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]] ==== GetBoundingBox() ==== Gets the bounding box. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | RectangleShape. | === Parameters === ^ Name ^ Type ^ Description ^ [[#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() ==== This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. === Remarks === The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. === 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 ===== ==== 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]] ===== Public Properties ===== ==== Adapter ==== Gets the adapter. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.FormsEdition.Adapters.MapElementAdapter|MapElementAdapter]] | [[#Public Properties|Go Back]] ==== CanDrag ==== Gets a value which indicates whether the shape can be dragged. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== CanReshape ==== Gets a value which indicates whether the shape can be reshaped. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== CanResize ==== Gets a value which indicates whether the shape can be resized. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== CanRotate ==== Gets a value which indicates whether the shape can be rotated. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== EditShapesLayer ==== This property gets the InMemoryFeatureLayer which holds the edit shapes. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | [[#Public Properties|Go Back]] ==== IsVisible ==== Gets or sets a value indicating whether this instance is visible. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== Name ==== Gets or sets the name. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:MapSuiteFormsEdition]] [[Category:ThinkGeo.MapSuite.FormsEdition]] [[Category:UpdateDocumentation]]