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.

Public Constructors

 NameDescription
Public ConstructorLevelScheme ConstructorOverloaded.  Default parameter-less constructor to support serialization. Use LevelScheme(TilingScheme tilintScheme) instead.  
Top

Public Properties

 NameDescription
Public PropertyColumns Number of columns in the level.  
Public PropertyCurrentColumnThe current column in the scheme.  
Public PropertyCurrentExtentThe current map extent of the map.  
Public PropertyCurrentRowThe current row in the scheme.  
Public PropertyCurrentXOffsetThe current X offset in the display.  
Public PropertyCurrentYOffsetThe current Y offset in the scheme.  
Public PropertyFullExtent The full extent of the level.  
Public PropertyIndex Index of the level scheme.  
Public PropertyInitialColumn Initial column of the level.  
Public PropertyInitialExtent Initial extent of the scale level.  
Public PropertyInitialRow Initial row of the level.  
Public PropertyInitialXOffset Initial offset of the level in the x direction.  
Public PropertyInitialYOffset Initial offset of the level in the y direction.  
Public PropertyMinimumColumn Index of the column at which this level's tiles begin  
Public PropertyMinimumRow Index of the row at which this level's tiles begin  
Public PropertyRows Number of rows in the level.  
Public PropertyTileExtentHeight Height of the tile extent.  
Public PropertyTileExtentWidth Width of the tile extent.  
Public PropertyTilingSchemeThe TilingScheme to which this LevelScheme belongs.  
Public PropertyXResolution Resolution of the level scheme in the x direction.  
Public PropertyYResolution Resolution of the level scheme in the y direction.  
Top

Public Methods

 NameDescription
Public MethodGetExtentOfTile Extent of the tile at the column/row specified.  
Public MethodGetSchema 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 XmlSchemaProviderAttribute to the class.  
Public MethodGetTilesInExtent Get the tiles in the specified extent.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodUpdate Updates the level with a new envelope.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

See Also

© 2010 All Rights Reserved.