ESRI.ArcGIS.ADF.Web.UI.WebControls | |
LevelScheme Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : LevelScheme Class |
The following tables list the members exposed by LevelScheme.
Name | Description | |
---|---|---|
LevelScheme Constructor | Overloaded. Default parameter-less constructor to support serialization. Use LevelScheme(TilingScheme tilintScheme) instead. |
Name | Description | |
---|---|---|
Columns | Number of columns in the level. | |
CurrentColumn | The current column in the scheme. | |
CurrentExtent | The current map extent of the map. | |
CurrentRow | The current row in the scheme. | |
CurrentXOffset | The current X offset in the display. | |
CurrentYOffset | The current Y offset in the scheme. | |
FullExtent | The full extent of the level. | |
Index | Index of the level scheme. | |
InitialColumn | Initial column of the level. | |
InitialExtent | Initial extent of the scale level. | |
InitialRow | Initial row of the level. | |
InitialXOffset | Initial offset of the level in the x direction. | |
InitialYOffset | Initial offset of the level in the y direction. | |
MinimumColumn | Index of the column at which this level's tiles begin | |
MinimumRow | Index of the row at which this level's tiles begin | |
Rows | Number of rows in the level. | |
TileExtentHeight | Height of the tile extent. | |
TileExtentWidth | Width of the tile extent. | |
TilingScheme | The TilingScheme to which this LevelScheme belongs. | |
XResolution | Resolution of the level scheme in the x direction. | |
YResolution | Resolution of the level scheme in the y direction. |
Name | Description | |
---|---|---|
GetExtentOfTile | Extent of the tile at the column/row specified. | |
GetSchema |
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the | |
GetTilesInExtent | Get the tiles in the specified extent. | |
ReadXml | Generates an object from its XML representation. | |
Update | Updates the level with a new envelope. | |
WriteXml | Converts an object into its XML representation. |