User Tools

Site Tools


thinkgeo.mapsuite.core.nativeimagetile

This is an old revision of the document!


ThinkGeo.MapSuite.Core.NativeImageTile

This class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.Tile
      • ThinkGeo.MapSuite.Core.NativeImageTile

Members Summary

Public Constructors

NativeImageTile

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the default constructor without passing any parameters. All its properties should be set via the properties.

NativeImageTile

  • Parameters:RectangleShape,Double
  • DeclaringType:N/A
  • Summary:This is the constructor for Tile by passing the boundingBox and scale.

NativeImageTile

  • Parameters:Byte[],RectangleShape,Double
  • DeclaringType:N/A
  • Summary:This is the constructor for Tile by passing image bitmap array and the boundingBox and scale.

Protected Constructors

Public Methods

CloneDeep

  • Parameters:N/A
  • DeclaringType:Tile
  • Summary:N/A

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

CloneDeepCore

  • Parameters:N/A
  • DeclaringType:Tile
  • Summary:N/A

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

BoundingBox

NativeImage

  • Return:Byte[]
  • Summary:This property is the byte arry showing the image of the tile.

Scale

  • Return:Double
  • Summary:N/A

Protected Properties

Public Events

Public Constructors

NativeImageTile()

This is the default constructor without passing any parameters. All its properties should be set via the properties.

Remarks

N/A

Parameters

NativeImageTile(RectangleShape,Double)

This is the constructor for Tile by passing the boundingBox and scale.

Remarks

N/A

Parameters

boundingBox

  • Description:N/A scale * Type:Double * Description:N/A

Go Back

NativeImageTile(Byte[],RectangleShape,Double)

This is the constructor for Tile by passing image bitmap array and the boundingBox and scale.

Remarks

N/A

Parameters

nativeImage

  • Type:Byte[]
  • Description:N/A boundingBox * Type:RectangleShape * Description:N/A

scale

  • Type:Double
  • Description:N/A Go Back ===== Protected Constructors ===== ===== Public Methods ===== === CloneDeep() === N/A ==== Remarks ==== N/A Return Value * Return Type:Tile * Description:N/A ==== Parameters ==== Go Back === Equals(Object) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== obj * Type:Object * Description:N/A Go Back === GetHashCode() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back ===== Protected Methods ===== === CloneDeepCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Tile * Description:N/A ==== Parameters ==== Go Back === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back ===== Public Properties ===== === BoundingBox === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:RectangleShape Go Back === NativeImage === This property is the byte arry showing the image of the tile. ==== Remarks ==== N/A ==== Return Value ==== Return Type:Byte[] Go Back === Scale === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type**:Double

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.nativeimagetile.1442486163.txt.gz · Last modified: 2015/09/17 10:36 by admin