根据给定的参数构造一个网格划分参数类的新对象。
命名空间:
SuperMap.Analyst.TerrainAnalyst程序集: SuperMap.Analyst.TerrainAnalyst (in SuperMap.Analyst.TerrainAnalyst)
版本: dll
语法
C# |
---|
public QuadMeshParameter( GeoRegion quadMeshRegion, int rowCount, int colCount, Point2D leftBottomPoint, Point2D rightBottomPoint, Point2D rightTopPoint, Point2D leftTopPoint, string rowField, string colField ) |
参数
- quadMeshRegion
- Type: SuperMap.Data..::.GeoRegion
网格剖分面对象。
- rowCount
- Type: System..::.Int32
网格剖分的行方向节点数。
- colCount
- Type: System..::.Int32
网格剖分的列方向节点数。
- leftBottomPoint
- Type: SuperMap.Data..::.Point2D
左下角点坐标。
- rightBottomPoint
- Type: SuperMap.Data..::.Point2D
右下角点坐标。
- rightTopPoint
- Type: SuperMap.Data..::.Point2D
右上角点坐标。
- leftTopPoint
- Type: SuperMap.Data..::.Point2D
左上角点坐标。
- rowField
- Type: System..::.String
列字段名称。
- colField
- Type: System..::.String
行字段名称