User Tools

Site Tools


thinkgeo.mapsuite.giseditor.stylelayerlistitem

ThinkGeo.MapSuite.GisEditor.StyleLayerListItem

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 –> This class represents a list item for a style layer

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodStyleLayerListItem Object Initializes a new instance of the class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodCanContainStyleItem StyleLayerListItem Determines whether this instance contain style item the specified style item.
Public MethodCloneDeep Clones the deep.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetPreviewImage Int32, Int32 Gets the preview image.
Public MethodGetRestrictStyleCategories Gets the restrict style categories.
Public MethodGetType Object
Public MethodGetUI StyleBuilderArguments Gets the UI.
Public MethodToString Object
Public MethodUpdateConcreteObject Updates the concrete object.
Public MethodUpdateStyleItem Updates the style item.
Public MethodUpdateUI StyleUserControl Updates the UI.

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodCanContainStyleItemCore StyleLayerListItem Determines whether this instance contain style item core the specified style item.
Protected MethodCloneDeepCore Clones the deep core.
Protected MethodFinalize Object
Protected MethodGetPreviewImageCore Int32, Int32 Gets the preview image core.
Protected MethodGetRestrictStyleCategoriesCore Gets the restrict style categories core.
Protected MethodGetUICore StyleBuilderArguments Gets the UI core.
Protected MethodMemberwiseClone Object
Protected MethodOnConcreteObjectUpdated Called when object updated.
Protected MethodOnPropertyChanged String LayerListItem Called when changed.
Protected MethodUpdateConcreteObjectCore Updates the concrete object core.
Protected MethodUpdateStyleItemCore Updates the style item core.
Protected MethodUpdateUICore UserControl Updates the UI core.

Public Properties

Name Return DeclaringType Summary
Public PropertyBackgroundBrush Brush LayerListItem Gets the background brush.
Public PropertyCanAddInnerStyle Boolean Gets or sets a value indicating whether this instance can add inner style.
Public PropertyCanRename Boolean Gets or sets a value indicating whether this instance can rename.
Public PropertyCheckBoxVisibility Visibility LayerListItem Gets or sets the check box visibility.
Public PropertyChildren ObservableCollection<LayerListItem> LayerListItem Gets the children.
Public PropertyChildrenContainerVisibility Visibility LayerListItem Gets or sets the children container visibility.
Public PropertyConcreteObject Object LayerListItem Gets or sets the concrete object.
Public PropertyContextMenuItems Collection<MenuItem> LayerListItem Gets the context menu items.
Public PropertyDoubleClicked Action LayerListItem Gets or sets the double clicked.
Public PropertyExpandButtonVisibility Visibility LayerListItem Gets or sets the expand button visibility.
Public PropertyFontBrush Brush LayerListItem Gets or sets the font brush.
Public PropertyFontStyle FontStyle LayerListItem Gets or sets the font style.
Public PropertyFontWeight FontWeight LayerListItem Gets or sets the font weight.
Public PropertyHighlightBackgroundBrush Brush LayerListItem Gets or sets the highlight background brush.
Public PropertyIsChecked Boolean LayerListItem Gets or sets a value indicating whether this instance is checked.
Public PropertyIsExpanded Boolean LayerListItem Gets or sets a value indicating whether this instance is expanded.
Public PropertyIsRenaming Boolean LayerListItem Gets or sets a value indicating whether this instance is renaming.
Public PropertyIsSelected Boolean LayerListItem Gets or sets a value indicating whether this instance is selected.
Public PropertyLowerLineVisibility Visibility LayerListItem Gets or sets the lower line visibility.
Public PropertyName String LayerListItem Gets or sets the name.
Public PropertyParent LayerListItem LayerListItem Gets or sets the parent.
Public PropertyPreviewImage Image LayerListItem Gets or sets the preview image.
Public PropertySideImage Image LayerListItem Gets or sets the side image.
Public PropertyUpperLineVisibility Visibility LayerListItem Gets or sets the upper line visibility.
Public PropertyWarningImage Image LayerListItem Gets or sets the warning image.
Public PropertyWarningImageVisibility Visibility LayerListItem Gets or sets the warning image visibility.
Public PropertyZoomLevelRange String Gets or sets the zoom level range.

Protected Properties

Name Return DeclaringType Summary
Protected PropertyNameCore String LayerListItem(overriden) Gets or sets the name core.

Public Events

Name Event Arguments DeclaringType Summary
Public EventConcreteObjectUpdated EventArgs Occurs when object updated.
Public EventPropertyChanged PropertyChangedEventArgs LayerListItem Occurs when changed.

Public Constructors

StyleLayerListItem(Object)

Initializes a new instance of the class.

Parameters

Name Type Description
concreteObject Object<!– System.Object –> The concrete object.

Go Back

Protected Constructors

Public Methods

CanContainStyleItem(StyleLayerListItem)

Determines whether this instance contain style item the specified style item.

Return Value

Return Type Description
Boolean<!– System.Boolean –> true if this instance contain style item the specified style item; otherwise, false.

Parameters

Name Type Description
styleItem StyleLayerListItem<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> The style item.

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

CloneDeep()

Clones the deep.

Return Value

Return Type Description
StyleLayerListItem<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> clone deep style layer list item object

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetPreviewImage(Int32, Int32)

Gets the preview image.

Return Value

Return Type Description
Byte[]<!– System.Bytethinkgeo.mapsuite.giseditor.stylelayerlistitem –> The previewImage buffer bytes arry

Parameters

Name Type Description
screenWidth Int32<!– System.Int32 –> Width of the screen.
screenHeight Int32<!– System.Int32 –> Height of the screen.

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

GetRestrictStyleCategories()

Gets the restrict style categories.

Return Value

Return Type Description
StyleCategories<!– ThinkGeo.MapSuite.GisEditor.StyleCategories –> The style categories

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetUI(StyleBuilderArguments)

Gets the UI.

Return Value

Return Type Description
StyleUserControl<!– ThinkGeo.MapSuite.GisEditor.StyleUserControl –> The style user control

Parameters

Name Type Description
styleArguments StyleBuilderArguments<!– ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments –> The style arguments.

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

UpdateConcreteObject()

Updates the concrete object.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

UpdateStyleItem()

Updates the style item.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

UpdateUI(StyleUserControl)

Updates the UI.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
styleItemUI StyleUserControl<!– ThinkGeo.MapSuite.GisEditor.StyleUserControl –> The style item UI.

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

Protected Methods

CanContainStyleItemCore(StyleLayerListItem)

Determines whether this instance contain style item core the specified style item.

Return Value

Return Type Description
Boolean<!– System.Boolean –> true if this instance contain style item core the specified style item; otherwise, false.

Parameters

Name Type Description
styleItem StyleLayerListItem<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> The style item.

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

CloneDeepCore()

Clones the deep core.

Return Value

Return Type Description
StyleLayerListItem<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> clone deep style layer list item object

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetPreviewImageCore(Int32, Int32)

Gets the preview image core.

Return Value

Return Type Description
Byte[]<!– System.Bytethinkgeo.mapsuite.giseditor.stylelayerlistitem –> The previewImage buffer bytes arry

Parameters

Name Type Description
screenWidth Int32<!– System.Int32 –> Width of the screen.
screenHeight Int32<!– System.Int32 –> Height of the screen.

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

GetRestrictStyleCategoriesCore()

Gets the restrict style categories core.

Return Value

Return Type Description
StyleCategories<!– ThinkGeo.MapSuite.GisEditor.StyleCategories –> The style categories

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

GetUICore(StyleBuilderArguments)

Gets the UI core.

Return Value

Return Type Description
StyleUserControl<!– ThinkGeo.MapSuite.GisEditor.StyleUserControl –> The style user control

Parameters

Name Type Description
styleArguments StyleBuilderArguments<!– ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments –> The style arguments.

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnConcreteObjectUpdated()

Called when object updated.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

OnPropertyChanged(String)

Called when changed.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
propertyName String<!– System.String –> Name of the property.

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

UpdateConcreteObjectCore()

Updates the concrete object core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

UpdateStyleItemCore()

Updates the style item core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

UpdateUICore(UserControl)

Updates the UI core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
styleItemUI UserControl<!– System.Windows.Controls.UserControl –> The style item UI.

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

Public Properties

BackgroundBrush

Gets the background brush.

Return Value

Return Type
Brush<!– System.Windows.Media.Brush –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

CanAddInnerStyle

Gets or sets a value indicating whether this instance can add inner style.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

CanRename

Gets or sets a value indicating whether this instance can rename.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

CheckBoxVisibility

Gets or sets the check box visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Children

Gets the children.

Return Value

Return Type
ObservableCollection<LayerListItem><!– System.Collections.ObjectModel.ObservableCollection{ThinkGeo.MapSuite.GisEditor.LayerListItem} –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ChildrenContainerVisibility

Gets or sets the children container visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ConcreteObject

Gets or sets the concrete object.

Return Value

Return Type
Object<!– System.Object –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ContextMenuItems

Gets the context menu items.

Return Value

Return Type
Collection<MenuItem><!– System.Collections.ObjectModel.Collection{System.Windows.Controls.MenuItem} –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

DoubleClicked

Gets or sets the double clicked.

Return Value

Return Type
Action<!– System.Action –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ExpandButtonVisibility

Gets or sets the expand button visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

FontBrush

Gets or sets the font brush.

Return Value

Return Type
Brush<!– System.Windows.Media.Brush –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

FontStyle

Gets or sets the font style.

Return Value

Return Type
FontStyle<!– System.Windows.FontStyle –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

FontWeight

Gets or sets the font weight.

Return Value

Return Type
FontWeight<!– System.Windows.FontWeight –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

HighlightBackgroundBrush

Gets or sets the highlight background brush.

Return Value

Return Type
Brush<!– System.Windows.Media.Brush –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

IsChecked

Gets or sets a value indicating whether this instance is checked.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

IsExpanded

Gets or sets a value indicating whether this instance is expanded.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

IsRenaming

Gets or sets a value indicating whether this instance is renaming.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

IsSelected

Gets or sets a value indicating whether this instance is selected.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

LowerLineVisibility

Gets or sets the lower line visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Name

Gets or sets the name.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Parent

Gets or sets the parent.

Return Value

Return Type
LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

PreviewImage

Gets or sets the preview image.

Return Value

Return Type
Image<!– System.Windows.Controls.Image –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

SideImage

Gets or sets the side image.

Return Value

Return Type
Image<!– System.Windows.Controls.Image –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

UpperLineVisibility

Gets or sets the upper line visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

WarningImage

Gets or sets the warning image.

Return Value

Return Type
Image<!– System.Windows.Controls.Image –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

WarningImageVisibility

Gets or sets the warning image visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ZoomLevelRange

Gets or sets the zoom level range.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

Protected Properties

NameCore

Gets or sets the name core.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem(overriden) –> Go Back

Public Events

ConcreteObjectUpdated

Occurs when object updated.

Event Arguments

Event Arguments
EventArgs<!– System.EventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.StyleLayerListItem –> Go Back

PropertyChanged

Occurs when changed.

Event Arguments

Event Arguments
PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

NOTOC GisEditorInfrastructure ThinkGeo.MapSuite.GisEditor UpdateDocumentation

thinkgeo.mapsuite.giseditor.stylelayerlistitem.txt · Last modified: 2017/03/16 21:59 (external edit)