User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.markerzoomlevel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.markerzoomlevel [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.wpfdesktopedition.markerzoomlevel [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class defines styles of markers and a zoomlevel range. When the current zoomlevel is in that range, the styles will be applied to the markers. This class defines styles of markers and a zoomlevel range. When the current zoomlevel is in that range, the styles will be applied to the markers.
-=== Remarks === 
-This class defines how features will be marked based on its scale. Inside of the ZoomLevelSet there are a number of marker zoomlevels. We will determine which MarkerZoomLevel to use based on which one has the Scale property closest to the current scale. The matching one will define the styles that will be used to mark the features on the map. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel]]+    ***ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MarkerZoomLevel() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#MarkerZoomLevel()|MarkerZoomLevel]] ​  ​| ​   |    | Constructor of MarkerZoomLevel class. ​  |+
  
 +  * //​Constructor of MarkerZoomLevel class.//
 +== Remarks ==
 +  * //This is the constructor of <​strong>​MarkerZoomLevel</​strong>​ class.//
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== 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]]> ​  ​| ​   | This method returns a collection of markers that is applied with the styles when the current zoomlevel falls into the ranges that defined. ​  | +
-| {{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 is applied with the styles when the current zoomlevel falls into the ranges that defined.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //This method returns a collection of markers that is applied with the styles when the current zoomlevel falls into the ranges that defined.//
-| {{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}}[[#​ApplyUntilZoomLevel|ApplyUntilZoomLevel]] ​  ​| ​[[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]] ​  ​| ​   | Gets or sets the zoomlevel to which the styles will be applied. ​  | +  * Description:A Collection of markers that created from the feature collection.
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CustomMarkerStyle|CustomMarkerStyle]] ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   | Gets or sets a custom style that can be any type of MarkerStyle  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DefaultPointMarkerStyle|DefaultPointMarkerStyle]]   ​[[ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle|PointMarkerStyle]]   |    | Gets default style that is applied to the markers if the CustomMarkerStyle is not defined. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​IsStyleDefined|IsStyleDefined]] ​  | Boolean ​  ​| ​   | Gets whether ​the style is defined  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​features//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
 +    * Description:​A collection of features that is applied with the styles when the current zoomlevel falls into the ranges that defined.
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== MarkerZoomLevel() ==== +== Remarks == 
-Constructor of MarkerZoomLevel class. +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​ToString.28.29/​/
-=== Remarks ​=== +
-This is the constructor of &​lt;​strong&​gt;​MarkerZoomLevel&lt;/strong&​gt;​ class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:String 
-===== Public Methods ===== +  * Description:N/A
-==== 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.MarkerZoomLevel#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-obj   ​| ​Object<!-- System.Object --> ​  ​| ​   |+** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetHashCode() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​Equals.28Object.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​GetHashCode.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== GetMarkers(IEnumerable<​Feature>​) ​==== +    * Type:Object 
-This method returns a collection of markers that is applied with the styles when the current zoomlevel falls into the ranges that defined. +    ​* ​Description:N/A
-=== Remarks === +
-This method returns a collection of markers that is applied with the styles when the current zoomlevel falls into the ranges that defined. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.WpfDesktopEdition.Marker|Marker]]><​!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.Marker} --> ​  ​| ​Collection of markers that created from the feature collection. ​  |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| features ​  | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature--> ​  | A collection of features that is applied with the styles when the current zoomlevel falls into the ranges that defined. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetType() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​GetHashCode.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​GetType.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​ToString.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​ToString.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​GetType.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MemberwiseClone() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​Finalize.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​MemberwiseClone.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
- Name ^  ​Type ​ ​Description ​^+  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters =
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  Type:Object 
 +  Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} IsStyleDefined ** 
 + 
 +Gets whether the style is defined. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​IsStyleDefined 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ApplyUntilZoomLevel **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== ApplyUntilZoomLevel ==== 
 Gets or sets the zoomlevel to which the styles will be applied. Gets or sets the zoomlevel to which the styles will be applied.
-=== Remarks ​===+== Remarks ==
 Gets or sets the zoomlevel to which the styles will be applied. Gets or sets the zoomlevel to which the styles will be applied.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]]
-[[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel --> +** {{wiki:​PublicProperty.gif|}} DefaultPointMarkerStyle **
-[[#Public Properties|Go Back]] +
-==== CustomMarkerStyle ==== +
-Gets or sets a custom style that can be any type of MarkerStyle. +
-=== Remarks === +
-The CustomMarkerStyle has a higher priority than the DefaultMarkerStyle. When you define both styles, the CustomMarkerStyle will be applied. The CustomMarkerStyle can be any kind of MarkStyle while DefaultMarkerStyle can not. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle|MarkerStyle]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel --> 
-[[#Public Properties|Go Back]] 
-==== DefaultPointMarkerStyle ==== 
 Gets default style that is applied to the markers if the CustomMarkerStyle is not defined. Gets default style that is applied to the markers if the CustomMarkerStyle is not defined.
-=== Remarks ​===+== Remarks ==
 Gets the style that is applied to the markers if the CustomMarkerStyle is not defined. Gets the style that is applied to the markers if the CustomMarkerStyle is not defined.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle|PointMarkerStyle]]
-[[ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle|PointMarkerStyle]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel --> +** {{wiki:PublicProperty.gif|}} CustomMarkerStyle **
-[[#Public Properties|Go Back]] +
-==== IsStyleDefined ==== +
-Gets whether the style is defined. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​IsStyleDefined"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel#​IsStyleDefined</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel --> +Gets or sets a custom style that can be any type of MarkerStyle. 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +The CustomMarkerStyle has a higher priority than the DefaultMarkerStyle. When you define both styles, the CustomMarkerStyle will be applied. The CustomMarkerStyle can be any kind of MarkStyle while DefaultMarkerStyle can not. 
-===== Public Events ====+== Return Value == 
-__NOTOC__ +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle|MarkerStyle]] 
-[[Category:​WpfDesktopEdition]] + 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] +==== Protected Properties ==== 
-[[Category:​UpdateDocumentation]]+==== Public Events ====
  
thinkgeo.mapsuite.wpfdesktopedition.markerzoomlevel.1440040136.txt.gz · Last modified: 2015/09/18 03:13 (external edit)