This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.pointmarkerstyle [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.wpfdesktopedition.pointmarkerstyle [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class represents the ordinary point marker style. | This class represents the ordinary point marker style. | ||
- | === Remarks === | ||
- | The <strong>PointMarkerStyle</strong> contains the basic style for creating a marker such as web image, popup and context menu. Use this style to create a batch of markers with the same appearance. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle]] | + | *ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle]] | + | ***ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} PointMarkerStyle() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PointMarkerStyle()|PointMarkerStyle]] | | | Constructor of the PointMarkerStyle class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PointMarkerStyle(ImageSource)|PointMarkerStyle]] | ImageSource | | Constructor of the PointMarkerStyle class. | | + | |
- | ==== Protected Constructors ==== | + | Constructor of the PointMarkerStyle class. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | This is constructor of the PointMarkerStyle class. | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} PointMarkerStyle(ImageSource) ** | ||
+ | Constructor of the PointMarkerStyle class. | ||
+ | == Remarks == | ||
+ | This is constructor of the PointMarkerStyle class. | ||
+ | == Parameters == | ||
+ | * //imageSource// | ||
+ | * Type:ImageSource | ||
+ | * Description:An ImageSource value indicating the icon source for the marker. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable<Feature>) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetMarkers(IEnumerable<Feature>)|GetMarkers]] | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | [[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle|MarkerStyle]](overriden) | This method returns a collection of markers that created with specific styles from the features passed in. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | This method returns a collection of markers that created with specific styles from the features passed in. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | This method returns a collection of markers that created with specific styles from the features passed in. |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCollection<T>[[ThinkGeo.MapSuite.WpfDesktopEdition.Marker, WpfDesktopEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection<T>]] |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Double | | Gets or sets the height in pixel of the web image. | | + | * Description:A collection of markers that create from the features. |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ImageSource|ImageSource]] | ImageSource | | Gets or sets the small image that the marker displays. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ToolTip|ToolTip]] | String | | Gets or sets a tooltip for marker. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ToolTipDelay|ToolTipDelay]] | Int32 | | Gets or sets an interval in milliseconds. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Width|Width]] | Double | | Gets or sets the width in pixel of the web image. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#XOffset|XOffset]] | Double | | Gets or sets the image's X offset in pixel. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#YOffset|YOffset]] | Double | | Gets or sets the image's Y offset in pixel. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //features// |
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
+ | * Description:A collection of features that the markers are created from. | ||
- | ==== Public Events ==== | + | <div newline></div> |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | ===== Public Constructors ===== | + | N/A |
- | ==== PointMarkerStyle() ==== | + | == Remarks == |
- | Constructor of the PointMarkerStyle class. | + | N/A |
- | === Overloads === | + | |
- | This is constructor of the PointMarkerStyle class. | + | |
- | === Remarks === | + | |
- | This is constructor of the <strong>PointMarkerStyle</strong> class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== PointMarkerStyle(ImageSource) ==== | + | * Type:String |
- | Constructor of the PointMarkerStyle class. | + | * Description:N/A |
- | === Overloads === | + | |
- | This is constructor of the PointMarkerStyle class. | + | |
- | === Remarks === | + | |
- | This is constructor of the <strong>PointMarkerStyle</strong> class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | imageSource | ImageSource<!-- System.Windows.Media.ImageSource --> | An ImageSource value indicating the icon source for the marker. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | <div newline></div> |
- | ===== Public Methods ===== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | ==== Equals(Object) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | obj | Object<!-- System.Object --> | | | + | N/A |
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== GetHashCode() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#GetHashCode.28.29</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() ** |
- | ==== GetMarkers(IEnumerable<Feature>) ==== | + | |
- | This method returns a collection of markers that created with specific styles from the features passed in. | + | |
- | === Remarks === | + | |
- | This method returns a collection of markers that created with specific styles from the features passed in. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.WpfDesktopEdition.Marker|Marker]]><!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.Marker} --> | A collection of markers that create from the features. | | + | |
- | === Parameters === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | features | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> | A collection of features that the markers are created from. | | + | N/A |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle(overriden) --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | <!-- System.Object --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToString.28.29</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|}} Finalize() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#Finalize.28.29</a> | + | |
- | === 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 |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | <!-- System.Object --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ===== Public Properties ===== | + | N/A |
- | ==== Height ==== | + | |
- | Gets or sets the height in pixel of the web image. | + | == Return Value == |
- | === Remarks === | + | * Type:Object |
- | Gets or sets the height in pixel of the web image. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | == Parameters == |
- | | Double<!-- System.Double --> | | + | <div newline></div> |
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} ImageSource ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== ImageSource ==== | ||
Gets or sets the small image that the marker displays. | Gets or sets the small image that the marker displays. | ||
- | === Remarks === | + | == Remarks == |
Gets or sets the small image that the marker displays. | Gets or sets the small image that the marker displays. | ||
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:ImageSource |
- | | ImageSource<!-- System.Windows.Media.ImageSource --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> | + | ** {{wiki:PublicProperty.gif|}} Width ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ToolTip ==== | + | |
- | Gets or sets a tooltip for marker. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToolTip" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToolTip</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | + | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> | + | |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ToolTipDelay ==== | + | |
- | Gets or sets an interval in milliseconds. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToolTipDelay" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToolTipDelay</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Int32<!-- System.Int32 --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Width ==== | ||
Gets or sets the width in pixel of the web image. | Gets or sets the width in pixel of the web image. | ||
- | === Remarks === | + | == Remarks == |
Gets or sets the width in pixel of the web image. | Gets or sets the width in pixel of the web image. | ||
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Double |
- | | Double<!-- System.Double --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} Height ** | ||
+ | |||
+ | Gets or sets the height in pixel of the web image. | ||
+ | == Remarks == | ||
+ | Gets or sets the height in pixel of the web image. | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} XOffset ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== XOffset ==== | ||
Gets or sets the image's X offset in pixel. | Gets or sets the image's X offset in pixel. | ||
- | === Remarks === | + | == Remarks == |
Gets or sets the image's X offset in pixel. | Gets or sets the image's X offset in pixel. | ||
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Double |
- | | Double<!-- System.Double --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} YOffset ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== YOffset ==== | ||
Gets or sets the image's Y offset in pixel. | Gets or sets the image's Y offset in pixel. | ||
- | === Remarks === | + | == Remarks == |
Gets or sets the image's Y offset in pixel. | Gets or sets the image's Y offset in pixel. | ||
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Double |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> | + | ** {{wiki:PublicProperty.gif|}} ToolTip ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | Gets or sets a tooltip for marker. |
- | ===== Public Events ===== | + | == Remarks == |
- | __NOTOC__ | + | N/A |
- | [[Category:WpfDesktopEdition]] | + | == Return Value == |
- | [[Category:ThinkGeo.MapSuite.WpfDesktopEdition]] | + | * Type:String |
- | [[Category:UpdateDocumentation]] | + | |
+ | ** {{wiki:PublicProperty.gif|}} ToolTipDelay ** | ||
+ | |||
+ | Gets or sets an interval in milliseconds. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||