This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.layeroverlay [2015/09/21 03:33] admin |
thinkgeo.mapsuite.mvcedition.layeroverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.LayerOverlay ====== | ====== ThinkGeo.MapSuite.MvcEdition.LayerOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
Represents an Overlay that contains layers. | Represents an Overlay that contains layers. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} LayerOverlay() ** | ** {{wiki:PublicMethod.gif|}} LayerOverlay() ** | ||
- | Initialize an instance of the LayerOverlay class. | + | * //Initialize an instance of the LayerOverlay class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} LayerOverlay(String) ** | ** {{wiki:PublicMethod.gif|}} LayerOverlay(String) ** | ||
- | Initialize an instance of the LayerOverlay class with the overlay identifier specified. | + | * //Initialize an instance of the LayerOverlay class with the overlay identifier specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 27: | Line 30: | ||
** {{wiki:PublicMethod.gif|}} LayerOverlay(String,Boolean,TileType) ** | ** {{wiki:PublicMethod.gif|}} LayerOverlay(String,Boolean,TileType) ** | ||
- | Initialize an instance of the LayerOverlay class with the overlay identifier, IsBaseOverlay boolean value and the value indicating whether to use tiling. | + | * //Initialize an instance of the LayerOverlay class with the overlay identifier, IsBaseOverlay boolean value and the value indicating whether to use tiling.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 48: | Line 51: | ||
** {{wiki:PublicMethod.gif|}} SetBaseEpsgProjection(String) ** | ** {{wiki:PublicMethod.gif|}} SetBaseEpsgProjection(String) ** | ||
- | Sets the EPSG projection of the LayerOverlay when it is a base overlay. | + | * //Sets the EPSG projection of the LayerOverlay when it is a base overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 64: | Line 67: | ||
** {{wiki:PublicMethod.gif|}} GetBaseEpsgProjection() ** | ** {{wiki:PublicMethod.gif|}} GetBaseEpsgProjection() ** | ||
- | Returns an EPSG string that indicates the projection of the LayerOverlay. | + | * //Returns an EPSG string that indicates the projection of the LayerOverlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 76: | Line 79: | ||
** {{wiki:PublicMethod.gif|}} DataBindTo(String,String) ** | ** {{wiki:PublicMethod.gif|}} DataBindTo(String,String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 96: | Line 99: | ||
** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ||
- | Gets the smallest extent that includes all of the features of all layers in the LayerOverlay. | + | * //Gets the smallest extent that includes all of the features of all layers in the LayerOverlay.// |
== Remarks == | == Remarks == | ||
- | If you have several layers, with one justified up and to the right and another justified down and to the left, this method will combine all of the current extents to make one composite extent. | + | * //If you have several layers, with one justified up and to the right and another justified down and to the left, this method will combine all of the current extents to make one composite extent.// |
== Return Value == | == Return Value == | ||
Line 108: | Line 111: | ||
** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Object,RectangleShape,GeographyUnit) ** | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Object,RectangleShape,GeographyUnit) ** | ||
- | Draw all of the layers to the image object using the parameters specified. | + | * //Draw all of the layers to the image object using the parameters specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 136: | Line 139: | ||
** {{wiki:PublicMethod.gif|}} Redraw() ** | ** {{wiki:PublicMethod.gif|}} Redraw() ** | ||
- | Redraw this overlay. | + | * //Redraw this overlay.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 148: | Line 151: | ||
** {{wiki:PublicMethod.gif|}} GenerateCacheImages(ZoomLevel,RectangleShape,GeographyUnit) ** | ** {{wiki:PublicMethod.gif|}} GenerateCacheImages(ZoomLevel,RectangleShape,GeographyUnit) ** | ||
- | Generates images to the server cache by zoomLevel. | + | * //Generates images to the server cache by zoomLevel.// |
== Remarks == | == Remarks == | ||
- | This method will generate images to the server cache if you enable the ServerCache on this LayerOverlay. You can use this method to fill your server cache to enhance the performance of your web site. | + | * //This method will generate images to the server cache if you enable the ServerCache on this LayerOverlay. You can use this method to fill your server cache to enhance the performance of your web site.// |
== Return Value == | == Return Value == | ||
Line 172: | Line 175: | ||
** {{wiki:PublicMethod.gif|}} GenerateCacheImages(Double,RectangleShape,GeographyUnit) ** | ** {{wiki:PublicMethod.gif|}} GenerateCacheImages(Double,RectangleShape,GeographyUnit) ** | ||
- | Generates the images to the server cache by scale. | + | * //Generates the images to the server cache by scale.// |
== Remarks == | == Remarks == | ||
- | This method will generate images to the server cache if you enable the ServerCache on this LayerOverlay. You can use this method to fill your server cache to enhance the performance of your web site. | + | * //This method will generate images to the server cache if you enable the ServerCache on this LayerOverlay. You can use this method to fill your server cache to enhance the performance of your web site.// |
== Return Value == | == Return Value == | ||
Line 196: | Line 199: | ||
** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 208: | Line 211: | ||
** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 224: | Line 227: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 236: | Line 239: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 252: | Line 255: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 264: | Line 267: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 277: | Line 280: | ||
** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Object,RectangleShape,GeographyUnit) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Object,RectangleShape,GeographyUnit) ** | ||
- | Draw all of the layers to the image object using the parameters specified. | + | * //Draw all of the layers to the image object using the parameters specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 305: | Line 308: | ||
** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** | ** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 321: | Line 324: | ||
** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 337: | Line 340: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 349: | Line 352: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == |