====== ThinkGeo.UI.WebApi.WebApiExtentHelper ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.UI.WebApi.WebApiExtentHelper** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetBoundingBoxForXyz(Int64,Int64,Int32,GeographyUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:The BBox of the tile, which is an instance of == Parameters == * //x// * Type:Int64 * Description:The value of x. * //y// * Type:Int64 * Description:The value of y. * //z// * Type:Int32 * Description:The value of z. * //mapUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:The unit of geography.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetBoundingBoxForXyz(Int64,Int64,Int32,GeographyUnit,TileMatrix) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:The BBox of the tile, which is an instance of == Parameters == * //x// * Type:Int64 * Description:The value of x. * //y// * Type:Int64 * Description:The value of y. * //z// * Type:Int32 * Description:The value of z. * //mapUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:The unit of geography. * //tileMatrix// * Type:[[ThinkGeo.Core.TileMatrix|TileMatrix]] * Description:The tile matrix for calculating the tile system.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetBoundingBoxForXyz(Int64,Int64,Int32,GeographyUnit,ZoomLevelSet) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:The BBox of the tile, which is an instance of == Parameters == * //x// * Type:Int64 * Description:The value of x. * //y// * Type:Int64 * Description:The value of y. * //z// * Type:Int32 * Description:The value of z. * //mapUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:The unit of geography. * //zoomLevelSet// * Type:[[ThinkGeo.Core.ZoomLevelSet|ZoomLevelSet]] * Description:The ZoomLevel collection.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetBoundingBoxForXyz(Int64,Int64,Int32,GeographyUnit,ZoomLevelSet,TileMatrix) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:The BBox of the tile, which is an instance of == Parameters == * //x// * Type:Int64 * Description:The value of x. * //y// * Type:Int64 * Description:The value of y. * //z// * Type:Int32 * Description:The value of z. * //mapUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:The unit of geography. * //zoomLevelSet// * Type:[[ThinkGeo.Core.ZoomLevelSet|ZoomLevelSet]] * Description:The ZoomLevel collection. * //tileMatrix// * Type:[[ThinkGeo.Core.TileMatrix|TileMatrix]] * Description:The tile matrix for calculating the tile system.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetBoundingBoxForXyz(Int64,Int64,Int32,Int32,Int32,GeographyUnit,ZoomLevelSet,TileMatrix) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:The BBox of the tile, which is an instance of == Parameters == * //x// * Type:Int64 * Description:The value of x. * //y// * Type:Int64 * Description:The value of y. * //z// * Type:Int32 * Description:The value of z. * //tileWidth// * Type:Int32 * Description:The width of tile. * //tileHeight// * Type:Int32 * Description:The height of tile. * //mapUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:The unit of geography. * //zoomLevelSet// * Type:[[ThinkGeo.Core.ZoomLevelSet|ZoomLevelSet]] * Description:The ZoomLevel collection. * //tileMatrix// * Type:[[ThinkGeo.Core.TileMatrix|TileMatrix]] * Description:The tile matrix for calculating the tile system.
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetSnappedScale(RectangleShape,Double,GeographyUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A * //screenWidth// * Type:Double * Description:N/A * //worldExtentUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetSnappedZoomLevelIndex(Double,GeographyUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //scale// * Type:Double * Description:N/A * //geographyUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:N/A
==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====