ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Structure –> This structure represents the TileMatrixCell which will be used in the TileMatrix system.
*System.ValueType **ThinkGeo.MapSuite.Core.TileMatrixCell
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Int64, Int64, RectangleShape | This is the constructor used to create a TileMatrixCell. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object(overriden) | This method is an override of the Equals functionality. |
![]() | Object(overriden) | This method is an override of the GetHashCode functionality. | |
![]() | Object | ||
![]() | Object(overriden) | This method is an override of the ToString functionality. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | RectangleShape | This property gets or sets the BoundingBox of the stucture. | |
![]() | Int64 | This property gets or sets the Column number of the stucture. | |
![]() | Int64 | This property gets or sets the Row number of the stucture. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the constructor used to create a TileMatrixCell.
Name | Type | Description |
---|---|---|
row | Int64<!– System.Int64 –> | This parameter represents the row number of the TileMatrixCell. |
column | Int64<!– System.Int64 –> | This parameter represents the column number of the TileMatrixCell. |
boundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | This parameter represents the boundingBox of the TileMatrixCell. |
This method is an override of the Equals functionality.
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object(overriden) –> Go Back
This method is an override of the GetHashCode functionality.
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method is an override of the ToString functionality.
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets or sets the BoundingBox of the stucture.
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.TileMatrixCell –> Go Back
This property gets or sets the Column number of the stucture.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.TileMatrixCell –> Go Back
This property gets or sets the Row number of the stucture.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.TileMatrixCell –> Go Back