This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.tilematrix [2015/09/17 10:41] admin |
thinkgeo.mapsuite.core.tilematrix [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.TileMatrix ====== | ====== ThinkGeo.MapSuite.Core.TileMatrix ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This is the base class inherits from Matrix which describe the Matrix system used for Tilling system. | This is the base class inherits from Matrix which describe the Matrix system used for Tilling system. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 8: | Line 11: | ||
*[[ThinkGeo.MapSuite.Core.MapSuiteTileMatrix]] | *[[ThinkGeo.MapSuite.Core.MapSuiteTileMatrix]] | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | === Protected Constructors === | + | ==== Protected Constructors ==== |
- | <div class_table> | + | ** {{wiki:ProtectedMethod.gif|}} TileMatrix(String,Double,Int32,Int32,GeographyUnit,PointShape,MatrixReferenceCorner,Int64,Int64) ** |
- | **{{wiki:ProtectedMethod.gif|}}[[#TileMatrix(String,Double,Int32,Int32,GeographyUnit,PointShape,MatrixReferenceCorner,Int64,Int64)|TileMatrix]]** | + | |
- | * **Parameters**:String,Double,Int32,Int32,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]],Int64,Int64 | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the constructor for the class. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor for the class.// |
- | **{{wiki:ProtectedMethod.gif|}}[[#TileMatrix(String,Double,Int32,Int32,GeographyUnit,RectangleShape,MatrixReferenceCorner)|TileMatrix]]** | + | == Remarks == |
- | * **Parameters**:String,Double,Int32,Int32,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] | + | * //If you use this constructor, all other properties are caculated via these given parameters.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the constructor for the class. | + | * //id// |
- | </div> | + | * Type:String |
+ | * Description:This parameter specifies the id to set the Matrix. | ||
- | <div class_table> | + | * //scale// |
- | **{{wiki:ProtectedMethod.gif|}}[[#TileMatrix(String,Double,Int32,Int32,GeographyUnit,MatrixReferenceCorner)|TileMatrix]]** | + | * Type:Double |
- | * **Parameters**:String,Double,Int32,Int32,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] | + | * Description:This parameter specifies the target scale to set the Matrix. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the constructor for the class. | + | |
- | </div> | + | |
- | === Public Methods === | + | * //tileWidth// |
- | <div class_table> | + | * Type:Int32 |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | * Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix. |
- | * **Parameters**:Object | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //tileHeight// |
- | **{{wiki:PublicMethod.gif|}}[[#GetAllCells()|GetAllCells]]** | + | * Type:Int32 |
- | * **Parameters**:N/A | + | * Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //boundingBoxUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#GetCell(Int64,Int64)|GetCell]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Parameters**:Int64,Int64 | + | * Description:This parameter specifies the boundingBox Unit to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //referencePoint// |
- | **{{wiki:PublicMethod.gif|}}[[#GetCell(PointShape)|GetCell]]** | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Description:This parameter specifies the reference point location to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //referenceCorner// |
- | **{{wiki:PublicMethod.gif|}}[[#GetColumnIndex(PointShape)|GetColumnIndex]]** | + | * Type:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Description:This parameter specifies the reference corner to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //rowCount// |
- | **{{wiki:PublicMethod.gif|}}[[#GetContainedCells(RectangleShape)|GetContainedCells]]** | + | * Type:Int64 |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:This parameter specifies the row count to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //columnCount// |
- | **{{wiki:PublicMethod.gif|}}[[#GetContainedRowColumnRange(RectangleShape)|GetContainedRowColumnRange]]** | + | * Type:Int64 |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:This parameter specifies the column count to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | ** {{wiki:ProtectedMethod.gif|}} TileMatrix(String,Double,Int32,Int32,GeographyUnit,RectangleShape,MatrixReferenceCorner) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetIntersectingCells(RectangleShape)|GetIntersectingCells]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //If you use this constructor, all other properties are caculated via these given parameters.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //id// |
- | </div> | + | * Type:String |
+ | * Description:This parameter specifies the id to set the Matrix. | ||
- | <div class_table> | + | * //scale// |
- | **{{wiki:PublicMethod.gif|}}[[#GetIntersectingRowColumnRange(RectangleShape)|GetIntersectingRowColumnRange]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:This parameter specifies the target scale to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //tileWidth// |
- | **{{wiki:PublicMethod.gif|}}[[#GetRowIndex(PointShape)|GetRowIndex]]** | + | * Type:Int32 |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //tileHeight// |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:Int32 |
- | * **Parameters**:N/A | + | * Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //boundingBoxUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Parameters**:N/A | + | * Description:This parameter specifies the boundingBox Unit to set the Matrix. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | * //boundingBox// |
- | <div class_table> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | * Description:This parameter specifies the boundingBox to set the Matrix. |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //referenceCorner// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetResolutionFromScale(Double)|GetResolutionFromScale]]** | + | * Type:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] |
- | * **Parameters**:Double | + | * Description:This parameter specifies the reference corner to set the Matrix. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method will get resolution from scale and can be overridden. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | ** {{wiki:ProtectedMethod.gif|}} TileMatrix(String,Double,Int32,Int32,GeographyUnit,MatrixReferenceCorner) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor for the class.// |
- | **{{wiki:ProtectedMethod.gif|}}[[#SetMatrix(String,Double,Double,RectangleShape,MatrixReferenceCorner)|SetMatrix]]** | + | == Remarks == |
- | * **Parameters**:String,Double,Double,[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] | + | * //If you use this constructor, all other properties are caculated via these given parameters.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //id// |
- | </div> | + | * Type:String |
+ | * Description:This parameter specifies the id to set the Matrix. | ||
- | <div class_table> | + | * //scale// |
- | **{{wiki:ProtectedMethod.gif|}}[[#SetMatrix(String,Double,Double,PointShape,MatrixReferenceCorner,Int64,Int64)|SetMatrix]]** | + | * Type:Double |
- | * **Parameters**:String,Double,Double,[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]],Int64,Int64 | + | * Description:This parameter specifies the target scale to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //tileWidth// |
- | **{{wiki:ProtectedMethod.gif|}}[[#SetMatrix(Double,Double)|SetMatrix]]** | + | * Type:Int32 |
- | * **Parameters**:Double,Double | + | * Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Matrix|Matrix]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | * //tileHeight// |
- | **{{wiki:PublicProperty.gif|}}[[#BoundingBox|BoundingBox]]** | + | * Type:Int32 |
- | * **Return**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix. |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#BoundingBoxUnit|BoundingBoxUnit]]** | + | * //boundingBoxUnit// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Summary**:This property gets or sets the BoundingBoxUnit for the TileMatrix. | + | * Description:This parameter specifies the boundingBox Unit to set the Matrix. |
- | **{{wiki:PublicProperty.gif|}}[[#CellHeight|CellHeight]]** | + | * //referenceCorner// |
- | * **Return**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] |
- | * **Summary**:N/A | + | * Description:This parameter specifies the reference corner to set the Matrix. |
- | **{{wiki:PublicProperty.gif|}}[[#CellWidth|CellWidth]]** | + | <div newline></div> |
- | * **Return**:Double | + | ==== Public Methods ==== |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetAllCells() ** |
- | **{{wiki:PublicProperty.gif|}}[[#ColumnCount|ColumnCount]]** | + | * //N/A// |
- | * **Return**:Int64 | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#Id|Id]]** | + | == Return Value == |
- | * **Return**:String | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#RowCount|RowCount]]** | + | == Parameters == |
- | * **Return**:Int64 | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetCell(Int64,Int64) ** |
- | **{{wiki:PublicProperty.gif|}}[[#Scale|Scale]]** | + | * //N/A// |
- | * **Return**:Double | + | == Remarks == |
- | * **Summary**:This property gets or sets the Scale for the TileMatrix. | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#TileHeight|TileHeight]]** | + | == Return Value == |
- | * **Return**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]] |
- | * **Summary**:This property gets or sets the TileHeight for the TileMatrix. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TileWidth|TileWidth]]** | + | == Parameters == |
- | * **Return**:Int32 | + | * //row// |
- | * **Summary**:This property gets or sets the TileWidth for the TileMatrix. | + | * Type:Int64 |
+ | * Description:N/A | ||
- | === Protected Properties === | + | * //column// |
- | === Public Events === | + | * Type:Int64 |
- | ===== Public Constructors ===== | + | * Description:N/A |
- | ===== Protected Constructors ===== | + | |
- | === TileMatrix(String,Double,Int32,Int32,GeographyUnit,PointShape,MatrixReferenceCorner,Int64,Int64) === | + | |
- | This is the constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | If you use this constructor, all other properties are caculated via these given parameters. | + | |
- | ==== Parameters ==== | + | |
- | **id** | + | |
- | * **Type**:String | + | |
- | * **Description:This parameter specifies the id to set the Matrix. | + | |
- | **scale** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:PublicMethod.gif|}} GetCell(PointShape) ** |
- | * **Description:This parameter specifies the target scale to set the Matrix. | + | |
- | **tileWidth** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix. | + | * //N/A// |
- | **tileHeight** | + | == Return Value == |
- | * **Type**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]] |
- | * **Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix. | + | * Description:N/A |
- | **boundingBoxUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * //intersectingPoint// |
- | * **Description:This parameter specifies the boundingBox Unit to set the Matrix. | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:N/A | ||
- | **referencePoint** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | ** {{wiki:PublicMethod.gif|}} GetRowIndex(PointShape) ** |
- | * **Description:This parameter specifies the reference point location to set the Matrix. | + | |
- | **referenceCorner** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] | + | == Remarks == |
- | * **Description:This parameter specifies the reference corner to set the Matrix. | + | * //N/A// |
- | **rowCount** | + | == Return Value == |
- | * **Type**:Int64 | + | * Type:Int64 |
- | * **Description:This parameter specifies the row count to set the Matrix. | + | * Description:N/A |
- | **columnCount** | + | == Parameters == |
- | * **Type**:Int64 | + | * //intersectingPoint// |
- | * **Description:This parameter specifies the column count to set the Matrix. | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:N/A | ||
- | [[#Protected Constructors|Go Back]] | + | <div newline></div> |
- | === TileMatrix(String,Double,Int32,Int32,GeographyUnit,RectangleShape,MatrixReferenceCorner) === | + | ** {{wiki:PublicMethod.gif|}} GetColumnIndex(PointShape) ** |
- | This is the constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | If you use this constructor, all other properties are caculated via these given parameters. | + | |
- | ==== Parameters ==== | + | |
- | **id** | + | |
- | * **Type**:String | + | |
- | * **Description:This parameter specifies the id to set the Matrix. | + | |
- | **scale** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description:This parameter specifies the target scale to set the Matrix. | + | * //N/A// |
- | **tileWidth** | + | == Return Value == |
- | * **Type**:Int32 | + | * Type:Int64 |
- | * **Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix. | + | * Description:N/A |
- | **tileHeight** | + | == Parameters == |
- | * **Type**:Int32 | + | * //intersectingPoint// |
- | * **Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix. | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:N/A | ||
- | **boundingBoxUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:PublicMethod.gif|}} GetIntersectingCells(RectangleShape) ** |
- | * **Description:This parameter specifies the boundingBox Unit to set the Matrix. | + | |
- | **boundingBox** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | == Remarks == |
- | * **Description:This parameter specifies the boundingBox to set the Matrix. | + | * //N/A// |
- | **referenceCorner** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> |
- | * **Description:This parameter specifies the reference corner to set the Matrix. | + | * Description:N/A |
- | [[#Protected Constructors|Go Back]] | + | == Parameters == |
- | === TileMatrix(String,Double,Int32,Int32,GeographyUnit,MatrixReferenceCorner) === | + | * //worldExtent// |
- | This is the constructor for the class. | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | If you use this constructor, all other properties are caculated via these given parameters. | + | |
- | ==== Parameters ==== | + | |
- | **id** | + | |
- | * **Type**:String | + | |
- | * **Description:This parameter specifies the id to set the Matrix. | + | |
- | **scale** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:PublicMethod.gif|}} GetContainedCells(RectangleShape) ** |
- | * **Description:This parameter specifies the target scale to set the Matrix. | + | |
- | **tileWidth** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix. | + | * //N/A// |
- | **tileHeight** | + | == Return Value == |
- | * **Type**:Int32 | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> |
- | * **Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix. | + | * Description:N/A |
- | **boundingBoxUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * //worldExtent// |
- | * **Description:This parameter specifies the boundingBox Unit to set the Matrix. | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | **referenceCorner** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] | + | ** {{wiki:PublicMethod.gif|}} GetIntersectingRowColumnRange(RectangleShape) ** |
- | * **Description:This parameter specifies the reference corner to set the Matrix. | + | |
- | [[#Protected Constructors|Go Back]] | + | * //N/A// |
- | ===== Public Methods ===== | + | == Remarks == |
- | === Equals(Object) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.RowColumnRange|RowColumnRange]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **obj** | + | * //worldExtent// |
- | * **Type**:Object | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetAllCells() === | + | ** {{wiki:PublicMethod.gif|}} GetContainedRowColumnRange(RectangleShape) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RowColumnRange|RowColumnRange]] |
- | === GetCell(Int64,Int64) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]] | + | * //worldExtent// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **row** | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Type**:Int64 | + | |
- | * **Description**:N/A | + | |
- | **column** | + | * //N/A// |
- | * **Type**:Int64 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetCell(PointShape) === | + | * Type:String |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **intersectingPoint** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetColumnIndex(PointShape) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Int64 | + | * //obj// |
- | * **Description**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **intersectingPoint** | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetContainedCells(RectangleShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **worldExtent** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetContainedRowColumnRange(RectangleShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RowColumnRange|RowColumnRange]] | + | * Type:Type |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **worldExtent** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ==== Protected Methods ==== |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetResolutionFromScale(Double) ** |
- | [[#Public Methods|Go Back]] | + | * //This method will get resolution from scale and can be overridden.// |
- | === GetHashCode() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Int32 | + | * Type:Double |
- | * **Description**:N/A | + | * Description:Returns the resolution corresponding to the passed in scale. |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //scale// |
- | === GetIntersectingCells(RectangleShape) === | + | * Type:Double |
- | N/A | + | * Description:This parameter specifies the target scale to get resolution from. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> | + | ** {{wiki:ProtectedMethod.gif|}} SetMatrix(String,Double,Double,RectangleShape,MatrixReferenceCorner) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **worldExtent** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetIntersectingRowColumnRange(RectangleShape) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RowColumnRange|RowColumnRange]] | + | * //id// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //cellWidth// |
- | **worldExtent** | + | * Type:Double |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //cellHeight// |
- | === GetRowIndex(PointShape) === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //boundingBox// |
- | * **Return Type**:Int64 | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //referenceCorner// |
- | **intersectingPoint** | + | * Type:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetType() === | + | ** {{wiki:ProtectedMethod.gif|}} SetMatrix(String,Double,Double,PointShape,MatrixReferenceCorner,Int64,Int64) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Type | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === ToString() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | * //id// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //cellWidth// |
- | [[#Public Methods|Go Back]] | + | * Type:Double |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | === Finalize() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //cellHeight// |
- | * **Return Type**:Void | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //referencePoint// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | === GetResolutionFromScale(Double) === | + | * Description:N/A |
- | This method will get resolution from scale and can be overridden. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //referenceCorner// |
- | * **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] |
- | * **Description**:Returns the resolution corresponding to the passed in scale. | + | * Description:N/A |
- | ==== Parameters ==== | + | * //rowCount// |
- | **scale** | + | * Type:Int64 |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:This parameter specifies the target scale to get resolution from. | + | |
- | [[#Protected Methods|Go Back]] | + | * //columnCount// |
- | === MemberwiseClone() === | + | * Type:Int64 |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Object | + | ** {{wiki:ProtectedMethod.gif|}} SetMatrix(Double,Double) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === SetMatrix(String,Double,Double,RectangleShape,MatrixReferenceCorner) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **id** | + | * //cellWidth// |
- | * **Type**:String | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | **cellWidth** | + | * //cellHeight// |
- | * **Type**:Double | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | **cellHeight** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | * **Description**:N/A | + | |
- | **boundingBox** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **referenceCorner** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === SetMatrix(String,Double,Double,PointShape,MatrixReferenceCorner,Int64,Int64) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **id** | + | * Type:Object |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **cellWidth** | + | == Parameters == |
- | * **Type**:Double | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} Scale ** | ||
- | **cellHeight** | + | This property gets or sets the Scale for the TileMatrix. |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | When set a different Scale, it will recaculate the parameters in TileMatrix. |
+ | == Return Value == | ||
+ | * Type:Double | ||
- | **referencePoint** | + | ** {{wiki:PublicProperty.gif|}} TileWidth ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | |
- | * **Description**:N/A | + | |
- | **referenceCorner** | + | This property gets or sets the TileWidth for the TileMatrix. |
- | * **Type**:[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] | + | == Remarks == |
- | * **Description**:N/A | + | When set a different TileWidth, it will recaculate the parameters in TileMatrix. |
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **rowCount** | + | ** {{wiki:PublicProperty.gif|}} TileHeight ** |
- | * **Type**:Int64 | + | |
- | * **Description**:N/A | + | |
- | **columnCount** | + | This property gets or sets the TileHeight for the TileMatrix. |
- | * **Type**:Int64 | + | == Remarks == |
- | * **Description**:N/A | + | When set a different TileHeight, it will recaculate the parameters in TileMatrix. |
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} BoundingBoxUnit ** |
- | === SetMatrix(Double,Double) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | This property gets or sets the BoundingBoxUnit for the TileMatrix. |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | When set a different BoundingBoxUnit, it will recaculate the parameters in TileMatrix. Also, The default boundingBox value depends on the BoundingBoxUint. |
- | + | == Return Value == | |
- | ==== Parameters ==== | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | **cellWidth** | + | |
- | * **Type**:Double | + | |
- | * **Description**:N/A | + | |
- | **cellHeight** | + | ** {{wiki:PublicProperty.gif|}} CellWidth ** |
- | * **Type**:Double | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === BoundingBox === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:Double |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} CellHeight ** |
- | === BoundingBoxUnit === | + | |
- | This property gets or sets the BoundingBoxUnit for the TileMatrix. | + | |
- | ==== Remarks ==== | + | |
- | When set a different BoundingBoxUnit, it will recaculate the parameters in TileMatrix. Also, The default boundingBox value depends on the BoundingBoxUint. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === CellHeight === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:Double |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} BoundingBox ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === CellWidth === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RowCount ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === ColumnCount === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int64 | + | * Type:Int64 |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ColumnCount ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === Id === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Int64 |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Id ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === RowCount === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int64 | + | * Type:String |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === Scale === | + | |
- | This property gets or sets the Scale for the TileMatrix. | + | |
- | ==== Remarks ==== | + | |
- | When set a different Scale, it will recaculate the parameters in TileMatrix. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Double | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === TileHeight === | + | |
- | This property gets or sets the TileHeight for the TileMatrix. | + | |
- | ==== Remarks ==== | + | |
- | When set a different TileHeight, it will recaculate the parameters in TileMatrix. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === TileWidth === | + | |
- | This property gets or sets the TileWidth for the TileMatrix. | + | |
- | ==== Remarks ==== | + | |
- | When set a different TileWidth, it will recaculate the parameters in TileMatrix. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
- | ===== Protected Properties ===== | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | |