Click or drag to resize

Tile Class

Contains the information for a GlobeOverlay tile.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.AdvancedTile

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class Tile : IDisposable

The Tile type exposes the following members.

Constructors
  NameDescription
Public methodTile(CartographicExtent, Int32, Int32, Int16)
Initializes a Tile with the provided values.
Public methodTile(CartographicExtent, Int32, Int32, Int16, Object)
Initializes a Tile with the provided values.
Top
Properties
  NameDescription
Public propertyChildren
Gets the number of child tiles.
Public propertyData
Gets the user data that is stored for each tile. This is used to store tiler specific data.
Public propertyExtent
Gets the extent in radians.
Public propertyHeight
Gets the height of the tile in pixels.
Public propertyWidth
Gets the width of the tile in pixels.
Top
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also