User Tools

Site Tools


12.0:apis:thinkgeo.core.tilematrix

ThinkGeo.Core.TileMatrix

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Core.Matrix
      • ThinkGeo.Core.TileMatrix

Members Summary

Public Constructors

TileMatrix()

  • N/A
Remarks
  • N/A
Parameters

TileMatrix(Double)

  • This is the constructor by passing the scale.
Remarks
  • If you use this constructor, all other properties are used their default values.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.

TileMatrix(Double,RectangleShape,GeographyUnit)

  • This is the constructor by passing the scale.
Remarks
  • If you use this constructor, all other properties are used their default values.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.

TileMatrix(Double,Int32,Int32,RectangleShape,GeographyUnit)

  • This is the constructor for the class.
Remarks
  • If you use this constructor, all other properties are caculated via these given parameters.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.
  • tileWidth
    • Type:Int32
    • Description:This parameter specifies the tileView width(in decimalDegrees) to set the Matrix.
  • tileHeight
    • Type:Int32
    • Description:This parameter specifies the tileView height(in decimalDegrees) to set the Matrix.
  • referencePointUnit
    • Description:This parameter specifies the boundingBox Unit to set the Matrix.

TileMatrix(Double,Int32,Int32,PointShape,GeographyUnit,Int64,Int64,MatrixReferenceCorner)

  • This is the constructor for the class.
Remarks
  • If you use this constructor, all other properties are caculated via these given parameters.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.
  • tileWidth
    • Type:Int32
    • Description:This parameter specifies the tileView width(in decimalDegrees) to set the Matrix.
  • tileHeight
    • Type:Int32
    • Description:This parameter specifies the tileView height(in decimalDegrees) to set the Matrix.
  • referencePoint
    • Description:This parameter specifies the reference point location to set the Matrix.
  • boundingBoxUnit
    • Description:This parameter specifies the boundingBox Unit to set the Matrix.
  • rowCount
    • Type:Int64
    • Description:This parameter specifies the row count to set the Matrix.
  • columnCount
    • Type:Int64
    • Description:This parameter specifies the column count to set the Matrix.
  • referenceCorner
    • Description:This parameter specifies the reference corner to set the Matrix.

Protected Constructors

Public Methods

GetAllCells()

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetCell(Int64,Int64)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • row
    • Type:Int64
    • Description:N/A
  • column
    • Type:Int64
    • Description:N/A

GetCell(PointShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • intersectingPoint

GetRowIndex(PointShape)

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

GetColumnIndex(PointShape)

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

GetIntersectingCells(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetContainedCells(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetIntersectingRowColumnRange(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetContainedRowColumnRange(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetRowCount()

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

GetColumnCount()

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

GetType()

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

ToString()

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

Equals(Object)

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

GetHashCode()

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

GetDefaultMatrix(Double,Int32,Int32,GeographyUnit)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • scale
    • Type:Double
    • Description:N/A
  • tileWidth
    • Type:Int32
    • Description:N/A
  • tileHeight
    • Type:Int32
    • Description:N/A

Protected Methods

MemberwiseClone()

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

Finalize()

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

Public Properties

Scale

  • N/A
Remarks
  • When set a different Scale, it will recaculate the parameters in TileMatrix.
Return Value
  • Type:Double

TileWidth

  • N/A
Remarks
  • When set a different TileWidth, it will recaculate the parameters in TileMatrix.
Return Value
  • Type:Int32

TileHeight

  • N/A
Remarks
  • When set a different TileHeight, it will recaculate the parameters in TileMatrix.
Return Value
  • Type:Int32

GeographyUnit

  • N/A
Remarks
  • When set a different BoundingBoxUnit, it will recaculate the parameters in TileMatrix. Also, The default boundingBox value depends on the BoundingBoxUint.
Return Value

CellWidth

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

CellHeight

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

BoundingBox

  • N/A
Remarks
  • N/A
Return Value

Id

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

Protected Properties

Public Events

12.0/apis/thinkgeo.core.tilematrix.txt · Last modified: 2019/09/26 09:34 (external edit)