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 –>
*System.Object ThinkGeo.MapSuite.GisEditor.Manager *ThinkGeo.MapSuite.GisEditor.PluginManager ThinkGeo.MapSuite.GisEditor.StylePluginManager
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
StylePluginManager | Initializes a new instance of the class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
ApplySettings | StorableSettings | Manager | Applies the settings to this manager. |
EditStyle | StyleBuilderArguments | Edits the style. | |
Equals | Object | Object | |
GetActiveStylePlugins | Gets the style plugins. | ||
GetActiveStylePlugins | Gets the style plugins. | ||
GetDefaultStylePlugin | StyleCategories | Gets the default style plugin. | |
GetHashCode | Object | ||
GetPlugins | PluginManager | Gets the related plugins. | |
GetSettings | Manager | Gets manager settings to save. | |
GetSettingsUI | Manager | Gets an UI that configures settings. | |
GetStyleLayerListItem | Style | Gets the style layer list item. | |
GetStylePluginByStyle | Style | Gets the style plugin by style. | |
GetStylePlugins | StyleCategories | Gets the style plugins. | |
GetStylePlugins | Gets the style plugins. | ||
GetType | Object | ||
SaveStyleToLibrary | CompositeStyle, Double, Double | Saves the style to library. | |
ToString | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
ApplySettingsCore | StorableSettings | Manager(overriden) | Applies the settings core. |
EditStyleCore | StyleBuilderArguments | Edits the style core. | |
Finalize | Object | ||
GetDefaultStylePluginCore | StyleCategories | Gets the default style plugin core. | |
GetPluginsCore | PluginManager(overriden) | Gets the plugins core. | |
GetSettingsCore | Manager(overriden) | Gets the settings core. | |
GetSettingsUICore | Manager | Gets an UI that configures settings. | |
GetStyleLayerListItemCore | Style | Gets the style layer list item core. | |
GetStylePluginByStyleCore | Style | Gets the style plugin by style core. | |
GetStylePluginsCore | StyleCategories | Gets the style plugins core. | |
MemberwiseClone | Object | ||
SaveStyleToLibraryCore | CompositeStyle, Double, Double | Saves the style to library core. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initializes a new instance of the class.
Name | Type | Description |
---|
Applies the settings to this manager.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
settings | StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | The settings to be applied to this manager. |
<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back
Edits the style.
Return Type | Description |
---|---|
StyleBuilderResult<!– ThinkGeo.MapSuite.GisEditor.StyleBuilderResult –> |
Name | Type | Description |
---|---|---|
styleBuilderArguments | StyleBuilderArguments<!– ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments –> | The style builder arguments. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Gets the style plugins.
Return Type | Description |
---|---|
Collection<T><!– Collection{T} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets the style plugins.
Return Type | Description |
---|---|
Collection<StylePlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.StylePlugin} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets the default style plugin.
Return Type | Description |
---|---|
StylePlugin<!– ThinkGeo.MapSuite.GisEditor.StylePlugin –> |
Name | Type | Description |
---|---|---|
styleProviderTypes | StyleCategories<!– ThinkGeo.MapSuite.GisEditor.StyleCategories –> | The style provider types. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets the related plugins.
Return Type | Description |
---|---|
Collection<Plugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.Plugin} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.PluginManager –> Go Back
Gets manager settings to save.
Return Type | Description |
---|---|
StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | Manager's settings to save |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back
Gets an UI that configures settings.
Return Type | Description |
---|---|
SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –> | A SettingUserControl that configures settings. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back
Gets the style layer list item.
Return Type | Description |
---|---|
StyleLayerListItem<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> |
Name | Type | Description |
---|---|---|
style | Style<!– ThinkGeo.MapSuite.Core.Style –> | The style. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets the style plugin by style.
Return Type | Description |
---|---|
StylePlugin<!– ThinkGeo.MapSuite.GisEditor.StylePlugin –> |
Name | Type | Description |
---|---|---|
style | Style<!– ThinkGeo.MapSuite.Core.Style –> | The style. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets the style plugins.
Return Type | Description |
---|---|
Collection<StylePlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.StylePlugin} –> |
Name | Type | Description |
---|---|---|
styleCategories | StyleCategories<!– ThinkGeo.MapSuite.GisEditor.StyleCategories –> | The style categories. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets the style plugins.
Return Type | Description |
---|---|
Collection<StylePlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.StylePlugin} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Saves the style to library.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
compositeStyle | CompositeStyle<!– ThinkGeo.MapSuite.WpfDesktopEdition.Extension.CompositeStyle –> | The composite style. |
lowerScale | Double<!– System.Double –> | The lower scale. |
upperScale | Double<!– System.Double –> | The upper scale. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Applies the settings core.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
settings | StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> | The settings. |
<!– ThinkGeo.MapSuite.GisEditor.Manager(overriden) –> Go Back
Edits the style core.
Return Type | Description |
---|---|
StyleBuilderResult<!– ThinkGeo.MapSuite.GisEditor.StyleBuilderResult –> |
Name | Type | Description |
---|---|---|
styleBuilderArguments | StyleBuilderArguments<!– ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments –> | The style builder arguments. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets the default style plugin core.
Return Type | Description |
---|---|
StylePlugin<!– ThinkGeo.MapSuite.GisEditor.StylePlugin –> |
Name | Type | Description |
---|---|---|
styleProviderTypes | StyleCategories<!– ThinkGeo.MapSuite.GisEditor.StyleCategories –> | The style provider types. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets the plugins core.
Return Type | Description |
---|---|
Collection<Plugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.Plugin} –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.PluginManager(overriden) –> Go Back
Gets the settings core.
Return Type | Description |
---|---|
StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.Manager(overriden) –> Go Back
Gets an UI that configures settings.
Return Type | Description |
---|---|
SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –> | A SettingUserControl that configures settings. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back
Gets the style layer list item core.
Return Type | Description |
---|---|
StyleLayerListItem<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> |
Name | Type | Description |
---|---|---|
style | Style<!– ThinkGeo.MapSuite.Core.Style –> | The style. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets the style plugin by style core.
Return Type | Description |
---|---|
StylePlugin<!– ThinkGeo.MapSuite.GisEditor.StylePlugin –> |
Name | Type | Description |
---|---|---|
style | Style<!– ThinkGeo.MapSuite.Core.Style –> | The style. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets the style plugins core.
Return Type | Description |
---|---|
Collection<StylePlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.StylePlugin} –> |
Name | Type | Description |
---|---|---|
styleCategories | StyleCategories<!– ThinkGeo.MapSuite.GisEditor.StyleCategories –> | The style categories. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Saves the style to library core.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
compositeStyle | CompositeStyle<!– ThinkGeo.MapSuite.WpfDesktopEdition.Extension.CompositeStyle –> | The composite style. |
lowerScale | Double<!– System.Double –> | The lower scale. |
upperScale | Double<!– System.Double –> | The upper scale. |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back
Gets or sets a value indicating whether wizard.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.GisEditor.StylePluginManager –> Go Back