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
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel ====== 
- 
- 
- 
-<!-- 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. 
-=== 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 ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MarkerZoomLevel()|MarkerZoomLevel]] ​  ​| ​   |    | Constructor of MarkerZoomLevel class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{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 ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ApplyUntilZoomLevel|ApplyUntilZoomLevel]] ​  | [[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]] ​  ​| ​   | Gets or sets the zoomlevel to which the styles will be applied. ​  | 
-| {{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 ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== MarkerZoomLevel() ==== 
-Constructor of MarkerZoomLevel class. 
-=== Remarks === 
-This is the constructor of &​lt;​strong&​gt;​MarkerZoomLevel&​lt;/​strong&​gt;​ class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== 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 === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== 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 === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetMarkers(IEnumerable<​Feature>​) ==== 
-This method returns a collection of markers that is applied with the styles when the current zoomlevel falls into the ranges that defined. 
-=== 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} --> ​  | A Collection of markers that created from the feature collection. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| 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 --> 
-[[#Public Methods|Go Back]] 
-==== 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#​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 === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== 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 === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== 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 === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== 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 === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== ApplyUntilZoomLevel ==== 
-Gets or sets the zoomlevel to which the styles will be applied. 
-=== Remarks === 
-Gets or sets the zoomlevel to which the styles will be applied. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]]<​!-- ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel --> 
-[[#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. 
-=== Remarks === 
-Gets the style that is applied to the markers if the CustomMarkerStyle is not defined. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle|PointMarkerStyle]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MarkerZoomLevel --> 
-[[#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 --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​WpfDesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.wpfdesktopedition.markerzoomlevel.1440040136.txt.gz ยท Last modified: 2015/09/18 03:13 (external edit)