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
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Structure –> This structure represents the TileMatrixCell which will be used in the TileMatrix system.
*System.ValueType **ThinkGeo.MapSuite.WindowsPhoneCore.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.WindowsPhoneCore.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.WindowsPhoneCore.RectangleShape –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.TileMatrixCell –> Go Back
This property gets or sets the Column number of the stucture.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.TileMatrixCell –> Go Back
This property gets or sets the Row number of the stucture.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.TileMatrixCell –> Go Back