This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.featureoverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.featureoverlay [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MvcEdition.FeatureOverlay ====== | ====== ThinkGeo.MapSuite.MvcEdition.FeatureOverlay ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| Serves as the base class for the overlays that contain features and paint the features at client side. | Serves as the base class for the overlays that contain features and paint the features at client side. | ||
| - | === Remarks === | + | ===== Inheritance Hierarchy ===== |
| - | The <strong>FeatureOverlay</strong> class is the base class for the overlays that need to draw features at client side. An instance of <strong>FeatureOverlay</strong> corresponds to an OpenLayer's vector layer at the client side. | + | *System.Object |
| + | *ThinkGeo.MapSuite.MvcEdition.Overlay | ||
| + | ***ThinkGeo.MapSuite.MvcEdition.FeatureOverlay** | ||
| + | *[[ThinkGeo.MapSuite.MvcEdition.HighlightFeatureOverlay]] | ||
| + | *[[ThinkGeo.MapSuite.MvcEdition.EditFeatureOverlay]] | ||
| + | ===== Members Summary ===== | ||
| + | ==== Public Constructors ==== | ||
| + | ==== Protected Constructors ==== | ||
| + | ** {{wiki:ProtectedMethod.gif|}} FeatureOverlay() ** | ||
| - | All features in the <strong>Features</strong> collection will be serialized to the client and drawn as the <strong>Style</strong> property specifies. | + | This is constructor of FeatureOverlay class. |
| + | == Remarks == | ||
| + | N/A | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} FeatureOverlay(String) ** | ||
| - | <strong>Note:</strong> The <strong>Features</strong> property exposes the internal features of the <strong>FeatureSource</strong> property. | + | This is constructor of FeatureOverlay class. |
| + | == Remarks == | ||
| + | N/A | ||
| + | == Parameters == | ||
| + | * //id// | ||
| + | * Type:String | ||
| + | * Description:A string value indicates the Id property of this object. | ||
| - | The <strong>FeatureSource</strong> property provides you with a batch of properties and functions that affect its internal features. | + | <div newline></div> |
| + | ** {{wiki:ProtectedMethod.gif|}} FeatureOverlay(String,Boolean) ** | ||
| - | The <strong>Columns</strong> collection defines the column names for the feature data. It will be used to fetch a certain column from the data. | + | This is constructor of FeatureOverlay class. |
| + | == Remarks == | ||
| + | N/A | ||
| + | == Parameters == | ||
| + | * //id// | ||
| + | * Type:String | ||
| + | * Description:A string value indicates the Id property of this object. | ||
| - | The <strong>QueryTools</strong> and <strong>EditTools</strong> provide you an easy way to query or edit features. | + | * //isBaseOverlay// |
| - | ===== Inheritance Hierarchy ===== | + | * Type:Boolean |
| - | *System.Object | + | * Description:A boolean value indicates whether this overlay is base overlay or not. |
| - | **[[ThinkGeo.MapSuite.MvcEdition.Overlay]] | + | |
| - | ***[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlay]] | + | |
| - | ****[[ThinkGeo.MapSuite.MvcEdition.EditFeatureOverlay]] | + | |
| - | ****[[ThinkGeo.MapSuite.MvcEdition.HighlightFeatureOverlay]] | + | |
| - | ===== Members Summary ===== | + | |
| - | ==== Public Constructors ==== | + | |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | |
| - | + | ||
| - | ==== Protected Constructors ==== | + | |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#FeatureOverlay()|FeatureOverlay]] | | | This is constructor of FeatureOverlay class. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#FeatureOverlay(String)|FeatureOverlay]] | String | | This is constructor of FeatureOverlay class. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#FeatureOverlay(String, Boolean)|FeatureOverlay]] | String, Boolean | | This is constructor of FeatureOverlay class. | | + | |
| + | <div newline></div> | ||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToJson() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FromJson(String)|FromJson]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Load this object from a json string. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] | | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Returns a JSON string which contains the information for creating an overlay at the client side. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | ==== Protected Methods ==== | + | N/A |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | N/A |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RegisterJavaScriptLibraryCore(Page)|RegisterJavaScriptLibraryCore]] | Page | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Registers a Javascript library URL string to the client HTML page. | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | | | + | * Description:N/A |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AutoRefreshInterval|AutoRefreshInterval]] | TimeSpan | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Columns|Columns]] | Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> | | Gets a collection of FeatureSourceColumns, which specifies the column names of the feature data. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EditTools|EditTools]] | [[ThinkGeo.MapSuite.Core.EditTools|EditTools]] | | Gets the EditTools that allow you to easily edit features in the FeatureOverlay. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FeatureSource|FeatureSource]] | [[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]] | | Gets the FeatureSource of the FeatureOverlay. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Features|Features]] | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | | Gets a collection of features that will be serialized to the client for drawing and editing. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets the identifier for the overlay to be found. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsBaseOverlay|IsBaseOverlay]] | Boolean | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is a base overlay. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisible|IsVisible]] | Boolean | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is visible on the map. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsVisibleInOverlaySwitcher|IsVisibleInOverlaySwitcher]] | Boolean | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OnClientAutoRefreshTick|OnClientAutoRefreshTick]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets a JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Single | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] | Gets or sets the opacity level of the overlay. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#QueryTools|QueryTools]] | [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] | | Gets the QueryTools that allow you to easily query features from the FeatureOverlay. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Style|Style]] | [[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle|FeatureOverlayStyle]] | | Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side. | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#OverlayType|OverlayType]] | String | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]](overriden) | Gets a string that indicates which type the overlay is. | | + | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** |
| - | ==== Public Events ==== | + | N/A |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | N/A | ||
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:Void |
| - | ==== FeatureOverlay() ==== | + | * Description:N/A |
| - | This is constructor of FeatureOverlay class. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Protected Constructors|Go Back]] | + | == Parameters == |
| - | ==== FeatureOverlay(String) ==== | + | * //jsonString// |
| - | This is constructor of FeatureOverlay class. | + | * Type:String |
| - | === Parameters === | + | * Description:N/A |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | id | String<!-- System.String --> | A string value indicates the Id property of this object. | | + | |
| - | [[#Protected Constructors|Go Back]] | + | <div newline></div> |
| - | ==== FeatureOverlay(String, Boolean) ==== | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | This is constructor of FeatureOverlay class. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | id | String<!-- System.String --> | A string value indicates the Id property of this object. | | + | |
| - | | isBaseOverlay | Boolean<!-- System.Boolean --> | A boolean value indicates whether this overlay is base overlay or not. | | + | |
| - | [[#Protected Constructors|Go Back]] | + | N/A |
| - | ===== Public Methods ===== | + | == Remarks == |
| - | ==== Equals(Object) ==== | + | N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:String |
| - | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== FromJson(String) ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | Load this object from a json string. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | jsonString | String<!-- System.String --> | a json string | | + | N/A |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Boolean |
| - | ==== GetHashCode() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //obj// |
| + | * Type:Object | ||
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ==== GetType() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | N/A | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | ==== ToJson() ==== | + | * Description:N/A |
| - | Returns a JSON string which contains the information for creating an overlay at the client side. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | A JSON string which is used to create an overlay at the client side. | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToString() ==== | + | N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ===== Protected Methods ===== | + | ==== Protected Methods ==== |
| - | ==== Finalize() ==== | + | ** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | N/A | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Void |
| - | ==== MemberwiseClone() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //page// |
| + | * Type:Page | ||
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** |
| - | ==== RegisterJavaScriptLibraryCore(Page) ==== | + | |
| - | Registers a Javascript library URL string to the client HTML page. | + | |
| - | === Remarks === | + | |
| - | The <strong>RegisterJavaScriptLibraryCore</strong> method allows derived classes to override and register their own Javascript library URL to the HTML page. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | N/A |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | page | Page<!-- System.Web.UI.Page --> | The page object that is used for registering the javascript library. | | + | N/A |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Void |
| - | ===== Public Properties ===== | + | * Description:N/A |
| - | ==== Attribution ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Parameters == |
| - | [[#Public Properties|Go Back]] | + | * //page// |
| - | ==== AutoRefreshInterval ==== | + | * Type:Page |
| - | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | TimeSpan<!-- System.TimeSpan --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | <div newline></div> |
| - | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | ==== Columns ==== | + | |
| - | Gets a collection of FeatureSourceColumns, which specifies the column names of the feature data. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.FeatureSourceColumn} --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== EditTools ==== | + | N/A |
| - | Gets the EditTools that allow you to easily edit features in the FeatureOverlay. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.EditTools|EditTools]]<!-- ThinkGeo.MapSuite.Core.EditTools --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlay --> | + | == Return Value == |
| - | [[#Public Properties|Go Back]] | + | * Type:Void |
| - | ==== FeatureSource ==== | + | * Description:N/A |
| - | Gets the FeatureSource of the FeatureOverlay. | + | |
| - | === Return Value === | + | == Parameters == |
| - | ^ Return Type ^ | + | <div newline></div> |
| - | | [[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureSource --> | | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ** {{wiki:PublicProperty.gif|}} Features ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Features ==== | ||
| Gets a collection of features that will be serialized to the client for drawing and editing. | Gets a collection of features that will be serialized to the client for drawing and editing. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.Core.Feature} --> | | + | == Return Value == |
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoCollection<T>[[ThinkGeo.MapSuite.Core.Feature, MapSuiteCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection<T>]] | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlay --> | + | ** {{wiki:PublicProperty.gif|}} FeatureSource ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Id ==== | + | |
| - | Gets the identifier for the overlay to be found. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | Gets the FeatureSource of the FeatureOverlay. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== IsBaseOverlay ==== | + | N/A |
| - | Gets or sets a value that indicates whether the overlay is a base overlay. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]] |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Columns ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== IsVisible ==== | + | |
| - | Gets or sets a value that indicates whether the overlay is visible on the map. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | Gets a collection of FeatureSourceColumns, which specifies the column names of the feature data. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== IsVisibleInOverlaySwitcher ==== | + | N/A |
| - | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. | + | == Return Value == |
| - | === Return Value === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Style ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Name ==== | + | |
| - | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== OnClientAutoRefreshTick ==== | + | N/A |
| - | Gets or sets a JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle|FeatureOverlayStyle]] |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} QueryTools ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Opacity ==== | + | |
| - | Gets or sets the opacity level of the overlay. | + | |
| - | === Remarks === | + | |
| - | The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Single<!-- System.Single --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== QueryTools ==== | ||
| Gets the QueryTools that allow you to easily query features from the FeatureOverlay. | Gets the QueryTools that allow you to easily query features from the FeatureOverlay. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]]<!-- ThinkGeo.MapSuite.Core.QueryTools --> | | + | == Return Value == |
| + | * Type:[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlay --> | + | ** {{wiki:PublicProperty.gif|}} EditTools ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Style ==== | + | Gets the EditTools that allow you to easily edit features in the FeatureOverlay. |
| - | Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side. | + | == Remarks == |
| - | === Return Value === | + | N/A |
| - | ^ Return Type ^ | + | == Return Value == |
| - | | [[ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle|FeatureOverlayStyle]]<!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle --> | | + | * Type:[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Name ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Single | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} IsBaseOverlay ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Id ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} OnClientAutoRefreshTick ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:TimeSpan | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ** {{wiki:ProtectedProperty.gif|}} JsonFeatures ** | ||
| + | |||
| + | Gets or sets the features for WCF serialization. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} OverlayType ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureOverlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ==== OverlayType ==== | ||
| Gets a string that indicates which type the overlay is. | Gets a string that indicates which type the overlay is. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | String<!-- System.String --> | | + | == Return Value == |
| + | * Type:String | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> | + | ** {{wiki:ProtectedProperty.gif|}} ERQ= ** |
| - | [[#Protected Properties|Go Back]] | + | |
| - | ===== Public Events ===== | + | N/A |
| - | __NOTOC__ | + | == Remarks == |
| - | [[Category:MvcEdition]] | + | N/A |
| - | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | == Return Value == |
| - | [[Category:UpdateDocumentation]] | + | * Type:Double |
| + | |||
| + | ==== Public Events ==== | ||