Class DefaultTileWalker
The default tile walking strategy
Inheritance
System.Object
DefaultTileWalker
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Tile
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class DefaultTileWalker : ITileWalker
Constructors
| Improve this Doc View SourceDefaultTileWalker(DefaultTileWalkOptions)
Constructs a new instance
Declaration
public DefaultTileWalker(DefaultTileWalkOptions options)
Parameters
Type | Name | Description |
---|---|---|
DefaultTileWalkOptions | options |
Properties
| Improve this Doc View SourceResourceID
Gets the resource ID of the map definition or tile set being walked
Declaration
public string ResourceID { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetTileList()
Computes the list of all possible tiles to request
Declaration
public TileRef[] GetTileList()
Returns
Type | Description |
---|---|
TileRef[] |