Struct TileRef
Defines a request for a single tile
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OSGeo.MapGuide.MaestroAPI.Tile
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public struct TileRef
Constructors
| Improve this Doc View SourceTileRef(String, Int32, Int32, Int32)
Constructs a new instance
Declaration
public TileRef(string groupName, int row, int col, int scale)
Parameters
Type | Name | Description |
---|---|---|
System.String | groupName | |
System.Int32 | row | |
System.Int32 | col | |
System.Int32 | scale |
Properties
| Improve this Doc View SourceCol
The column
Declaration
public readonly int Col { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
GroupName
The base layer group
Declaration
public readonly string GroupName { get; }
Property Value
Type | Description |
---|---|
System.String |
Row
The row
Declaration
public readonly int Row { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Scale
The scale index
Declaration
public readonly int Scale { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceParse(String)
Parses a given tile ref string
Declaration
public static TileRef? Parse(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
System.Nullable<TileRef> |
Serialize()
Serializes this to a string
Declaration
public string Serialize()
Returns
Type | Description |
---|---|
System.String |