Tile Class |
Namespace: AGI.Foundation.Graphics.Advanced
The Tile type exposes the following members.
Name | Description | |
---|---|---|
Tile(CartographicExtent, Int32, Int32, Int16) |
Initializes a Tile with the provided values.
| |
Tile(CartographicExtent, Int32, Int32, Int16, Object) |
Initializes a Tile with the provided values.
|
Name | Description | |
---|---|---|
Children |
Gets the number of child tiles.
| |
Data |
Gets the user data that is stored for each tile. This is used to store tiler specific data.
| |
Extent |
Gets the extent in radians.
| |
Height |
Gets the height of the tile in pixels.
| |
Width |
Gets the width of the tile in pixels.
|
Name | Description | |
---|---|---|
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |