Class DefaultTileWalkOptions
Defines options that control how the tile set is to be walked to obtain the full list of tiles to be requested
Inheritance
System.Object
DefaultTileWalkOptions
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 DefaultTileWalkOptions
Constructors
| Improve this Doc View SourceDefaultTileWalkOptions(IMapDefinition, String[])
Constructs a new instance from a Map Definition
Declaration
public DefaultTileWalkOptions(IMapDefinition mdf, string[] groupNames = null)
Parameters
Type | Name | Description |
---|---|---|
IMapDefinition | mdf | |
System.String[] | groupNames |
DefaultTileWalkOptions(ITileSetDefinition, String[])
Constructs a new instance from a Tile Set Definition
Declaration
public DefaultTileWalkOptions(ITileSetDefinition tsd, string[] groupNames = null)
Parameters
Type | Name | Description |
---|---|---|
ITileSetDefinition | tsd | |
System.String[] | groupNames |
Properties
| Improve this Doc View SourceDPI
The display DPI
Declaration
public int DPI { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Extents
The default extents of the tile set or map definition being walked
Declaration
public IEnvelope Extents { get; }
Property Value
Type | Description |
---|---|
IEnvelope |
GroupNames
The array of group names to walk across
Declaration
public string[] GroupNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
MetersPerUnit
The meters per unit value
Declaration
public double MetersPerUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OverrideExtents
If specified, will instruct the tile walker to generate a tile walk list based on these extents instead of the default
Declaration
public IEnvelope OverrideExtents { get; set; }
Property Value
Type | Description |
---|---|
IEnvelope |
ResourceID
The resource id of the map definition or tile set to walk
Declaration
public string ResourceID { get; }
Property Value
Type | Description |
---|---|
System.String |
TileHeight
The tile height
Declaration
public int TileHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TileSet
The map definition or tile set to walk
Declaration
public ITileSetAbstract TileSet { get; }
Property Value
Type | Description |
---|---|
ITileSetAbstract |
TileWidth
The tile width
Declaration
public int TileWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |