This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.webedition.markerzoomlevel [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.webedition.markerzoomlevel [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel ====== | ====== ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- 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. | 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 a feature 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.WebEdition.MarkerZoomLevel]] | + | ***ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MarkerZoomLevel() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#MarkerZoomLevel()|MarkerZoomLevel]] | | | Initialize a new instance of the MarkerZoomLevel class. | | + | |
| + | * //Initialize a new instance of the MarkerZoomLevel class.// | ||
| + | == Remarks == | ||
| + | * //This is the default constructor. If you use this constructor, you should set the require properties on the class manually.// | ||
| + | == 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]]> | | Returns a collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRequiredColumnNames()|GetRequiredColumnNames]] | | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | ==== Protected Methods ==== | + | * //Returns a collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //For the most updated Info for this topic, please check it here:// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetContextMenusCore()|GetContextMenusCore]] | | | Gets a collection of context menus that are associated with the MarkerZoomLevel. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]> |
| - | | {{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:N/A |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CustomMarkerStyle|CustomMarkerStyle]] | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] | | Gets or sets a style that can be any type of MarkerStyle. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DefaultMarkerStyle|DefaultMarkerStyle]] | [[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]] | | Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined. | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //features// |
| + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
| + | * Description:A collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined. | ||
| - | ==== Public Events ==== | + | <div newline></div> |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** |
| - | ===== Public Constructors ===== | + | * //N/A// |
| - | ==== MarkerZoomLevel() ==== | + | == Remarks == |
| - | Initialize a new instance of the MarkerZoomLevel class. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetRequiredColumnNames.28.29// |
| - | === Remarks === | + | |
| - | This is the default constructor. If you use this constructor, you should set the require properties on the class manually. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:Collection<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.WebEdition.MarkerZoomLevel#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.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|}} ToString() ** |
| - | <!-- 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.WebEdition.MarkerZoomLevel#ToString.28.29// |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetHashCode.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:String |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== GetMarkers(IEnumerable<Feature>) ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | Returns a collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="" target="_blank"></a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Collection<[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WebEdition.Marker} --> | | | + | |
| - | === 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 markers to which the styles will be applied when the current zoomlevel falls into the ranges defined. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Equals.28Object.29// |
| - | <!-- ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Boolean |
| - | ==== GetRequiredColumnNames() ==== | + | * 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.WebEdition.MarkerZoomLevel#GetRequiredColumnNames.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetRequiredColumnNames.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //obj// |
| + | * Type:Object | ||
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ==== GetType() ==== | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetType.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === 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.WebEdition.MarkerZoomLevel#GetHashCode.28.29// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | ==== ToString() ==== | + | * 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.WebEdition.MarkerZoomLevel#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ToString.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ===== Protected Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetType.28.29// |
| - | ==== Finalize() ==== | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Finalize.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ==== GetContextMenusCore() ==== | + | ==== Protected Methods ==== |
| - | Gets a collection of context menus that are associated with the MarkerZoomLevel. | + | ** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetContextMenusCore.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetContextMenusCore.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]><!-- ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.ContextMenu} --> | A collection of context menus that are associated with the MarkerZoomLevel. | | + | |
| - | === Parameters === | + | * //Gets a collection of context menus that are associated with the MarkerZoomLevel.// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetContextMenusCore.28.29// | ||
| - | <!-- ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.WebEdition.ContextMenu, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] |
| - | ==== MemberwiseClone() ==== | + | * Description:A collection of context menus that are associated with the MarkerZoomLevel. |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#MemberwiseClone.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:ProtectedMethod.gif|}} ZhQ=() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<T>[[ThinkGeo.MapSuite.WebEdition.ContextMenu, WebEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoKeyedCollection<T>]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Finalize.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * 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.WebEdition.MarkerZoomLevel#MemberwiseClone.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ** {{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 == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ApplyUntilZoomLevel" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ApplyUntilZoomLevel</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ApplyUntilZoomLevel |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]] |
| - | | [[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]]<!-- ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel --> | | + | |
| + | ** {{wiki:PublicProperty.gif|}} DefaultMarkerStyle ** | ||
| + | |||
| + | Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined. | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#DefaultMarkerStyle | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} CustomMarkerStyle ** | ||
| - | <!-- ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CustomMarkerStyle ==== | ||
| Gets or sets a style that can be any type of MarkerStyle. | Gets or sets a style that can be any type of MarkerStyle. | ||
| - | === Remarks === | + | == 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 MarkerStyle while the DefaultMarkerStyle cannot. | 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 MarkerStyle while the DefaultMarkerStyle cannot. | ||
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] |
| - | | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]]<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel --> | + | ==== Protected Properties ==== |
| - | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedProperty.gif|}} GxU= ** |
| - | ==== DefaultMarkerStyle ==== | + | |
| - | Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#DefaultMarkerStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#DefaultMarkerStyle</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]]<!-- ThinkGeo.MapSuite.WebEdition.PointMarkerStyle --> | | + | |
| - | <!-- ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ===== Protected Properties ===== | + | N/A |
| - | ===== Public Events ===== | + | == Return Value == |
| - | __NOTOC__ | + | * Type:Boolean |
| - | [[Category:WebEdition]] | + | |
| - | [[Category:ThinkGeo.MapSuite.WebEdition]] | + | ==== Public Events ==== |
| - | [[Category:UpdateDocumentation]] | + | |