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!
<!– Class –> This class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap.
*System.Object ThinkGeo.MapSuite.Core.Tile *ThinkGeo.MapSuite.Core.NativeImageTile
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor without passing any parameters. All its properties should be set via the properties. | ||
![]() | RectangleShape, Double | This is the constructor for Tile by passing the boundingBox and scale. | |
![]() | Byte[], RectangleShape, Double | This is the constructor for Tile by passing image bitmap array and the boundingBox and scale. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Tile | This method shows the way to override deep clone a Tile object. | |
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | RectangleShape | Tile | The Bounding box to describe the Tile. |
![]() | Byte[] | This property is the byte arry showing the image of the tile. | |
![]() | Double | Tile | The scale to describe the Tile. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor without passing any parameters. All its properties should be set via the properties.
Name | Type | Description |
---|
This is the constructor for Tile by passing the boundingBox and scale.
Name | Type | Description |
---|---|---|
boundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
scale | Double<!– System.Double –> |
This is the constructor for Tile by passing image bitmap array and the boundingBox and scale.
Name | Type | Description |
---|---|---|
nativeImage | Byte[]<!– System.Bytethinkgeo.mapsuite.core.nativeimagetile –> | |
boundingBox | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
scale | Double<!– System.Double –> |
This method shows the way to deep clone a Tile object.
As this is a concrete public method that wraps a Core method, In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this,please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Tile<!– ThinkGeo.MapSuite.Core.Tile –> | This method returns the cloned Tile object. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Tile –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method shows the way to override deep clone a Tile object.
As this is a concrete public method that wraps a Core method, In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this,please contact our support team as we would be happy to work with you on extending our framework.
Return Type | Description |
---|---|
Tile<!– ThinkGeo.MapSuite.Core.Tile –> | This method returns the cloned Tile object. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Core.Tile –> 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
The Bounding box to describe the Tile.
Return Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.Core.Tile –> Go Back
This property is the byte arry showing the image of the tile.
Return Type |
---|
Byte[]<!– System.Bytethinkgeo.mapsuite.core.nativeimagetile –> |
<!– ThinkGeo.MapSuite.Core.NativeImageTile –> Go Back
The scale to describe the Tile.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Core.Tile –> Go Back