User Tools

Site Tools


thinkgeo.mapsuite.portablecore.tilematrixcell

ThinkGeo.MapSuite.Core.TileMatrixCell

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.

This structure represents the TileMatrixCell which will be used in the TileMatrix system.

Inheritance Hierarchy

  • System.Object
    • System.ValueType
      • ThinkGeo.MapSuite.Core.TileMatrixCell

Members Summary

Public Constructors

TileMatrixCell(Int64,Int64,RectangleShape)

  • This is the constructor used to create a TileMatrixCell.
Remarks
  • None
Parameters
  • row
    • Type:Int64
    • Description:This parameter represents the row number of the TileMatrixCell.
  • column
    • Type:Int64
    • Description:This parameter represents the column number of the TileMatrixCell.
  • boundingBox
    • Description:This parameter represents the boundingBox of the TileMatrixCell.

Protected Constructors

Public Methods

ToString()

  • This method is an override of the ToString functionality.
Remarks
  • None
Return Value
  • Type:String
  • Description:N/A
Parameters

GetHashCode()

  • This method is an override of the GetHashCode functionality.
Remarks
  • None
Return Value
  • Type:Int32
  • Description:N/A
Parameters

Equals(Object)

  • This method is an override of the Equals functionality.
Remarks
  • None
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Row

  • This property gets or sets the Row number of the stucture.
Remarks
  • N/A
Return Value
  • Type:Int64

Column

  • This property gets or sets the Column number of the stucture.
Remarks
  • N/A
Return Value
  • Type:Int64

BoundingBox

  • This property gets or sets the BoundingBox of the stucture.
Remarks
  • N/A
Return Value

Protected Properties

Public Events

thinkgeo.mapsuite.portablecore.tilematrixcell.txt · Last modified: 2017/03/16 21:59 (external edit)