ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
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.
<!– Class –> A setting for Overlay that contains APIs to set properties of OverlaySetting using in MVC view.
*System.Object **ThinkGeo.MapSuite.MvcEdition.OverlaySetting‹TOverlay, TSetting›
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
OverlaySetting‹TOverlay, TSetting› | Initializes a new instance of the OverlaySetting class. | ||
OverlaySetting‹TOverlay, TSetting› | TOverlay |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
AutoRefreshInterval | TimeSpan | OverlaySetting<TOverlay,TSetting> | Sets timeSpan for Element property and retun the OverlaySetting |
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
Id | String | OverlaySetting<TOverlay,TSetting> | Sets id for Element property and retun the OverlaySetting |
IsBaseOverlay | Boolean | OverlaySetting<TOverlay,TSetting> | Sets isBaseOverlay for Element property and retun the OverlaySetting |
IsVisible | Boolean | OverlaySetting<TOverlay,TSetting> | Sets isVisible for Element property and retun the OverlaySetting |
IsVisibleInOverlaySwitcher | Boolean | OverlaySetting<TOverlay,TSetting> | Sets isVisibleInOverlaySwitcher for Element property and retun the OverlaySetting |
Name | String | OverlaySetting<TOverlay,TSetting> | Sets name for Element property and retun the OverlaySetting |
OnClientAutoRefreshTick | String | OverlaySetting<TOverlay,TSetting> | Sets the JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed. |
Opacity | Single | OverlaySetting<TOverlay,TSetting> | Sets opacity for Element property and retun the OverlaySetting |
ToString | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
Name | Return | DeclaringType | Summary |
---|
Name | Return | DeclaringType | Summary |
---|---|---|---|
Element | TOverlay | MvcElementSettingBase<TOverlay,TSetting> |
Name | Event Arguments | DeclaringType | Summary |
---|
Initializes a new instance of the OverlaySetting class.
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
overlay | TOverlay<!– TOverlay –> |
Sets timeSpan for Element property and retun the OverlaySetting
Return Type | Description |
---|---|
TSetting<!– TSetting –> | The setting of OverlaySetting itself |
Name | Type | Description |
---|---|---|
timeSpan | TimeSpan<!– System.TimeSpan –> | A timeSpan for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{TOverlay,TSetting} –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Sets id for Element property and retun the OverlaySetting
Return Type | Description |
---|---|
TSetting<!– TSetting –> | The setting of OverlaySetting itself |
Name | Type | Description |
---|---|---|
id | String<!– System.String –> | A id for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{TOverlay,TSetting} –> Go Back
Sets isBaseOverlay for Element property and retun the OverlaySetting
Return Type | Description |
---|---|
TSetting<!– TSetting –> | The setting of OverlaySetting itself |
Name | Type | Description |
---|---|---|
isBaseOverlay | Boolean<!– System.Boolean –> | A isBaseOverlay for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{TOverlay,TSetting} –> Go Back
Sets isVisible for Element property and retun the OverlaySetting
Return Type | Description |
---|---|
TSetting<!– TSetting –> | The setting of OverlaySetting itself |
Name | Type | Description |
---|---|---|
isVisible | Boolean<!– System.Boolean –> | A isVisible for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{TOverlay,TSetting} –> Go Back
Sets isVisibleInOverlaySwitcher for Element property and retun the OverlaySetting
Return Type | Description |
---|---|
TSetting<!– TSetting –> | The setting of OverlaySetting itself |
Name | Type | Description |
---|---|---|
isVisibleInOverlaySwitcher | Boolean<!– System.Boolean –> | A isVisibleInOverlaySwitcher for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{TOverlay,TSetting} –> Go Back
Sets name for Element property and retun the OverlaySetting
Return Type | Description |
---|---|
TSetting<!– TSetting –> | The setting of OverlaySetting itself |
Name | Type | Description |
---|---|---|
name | String<!– System.String –> | A imageUri for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{TOverlay,TSetting} –> Go Back
Sets the JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed.
Return Type | Description |
---|---|
TSetting<!– TSetting –> | The setting of OverlaySetting itself. |
Name | Type | Description |
---|---|---|
clientTickFunctionName | String<!– System.String –> | The JavaScript function name. |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{TOverlay,TSetting} –> Go Back
Sets opacity for Element property and retun the OverlaySetting
Return Type | Description |
---|---|
TSetting<!– TSetting –> | The setting of OverlaySetting itself |
Name | Type | Description |
---|---|---|
opacity | Single<!– System.Single –> | A opacity for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.OverlaySetting{TOverlay,TSetting} –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type |
---|
TOverlay<!– TOverlay –> |
<!– MvcElementSettingBase{TOverlay,TSetting} –> Go Back