com.supermap.data.mapGrid

类 MapGridRangeBound

  • java.lang.Object
    • com.supermap.data.mapGrid.MapGridRangeBound


  • public class MapGridRangeBound
    extends java.lang.Object
    地图格网范围类
    • 构造器详细资料

      • MapGridRangeBound

        public MapGridRangeBound()
        构造函数
    • 方法详细资料

      • getBounds

        public Rectangle2D getBounds()
        获取地图格网边界
        返回:
        格网边界
      • setBounds

        public void setBounds(Rectangle2D bounds)
        设置地图格网边界
        参数:
        bounds - 格网边界
      • getRowCount

        public int getRowCount()
        获取格网行数
        返回:
        格网行数
      • setRowCount

        public void setRowCount(int rowCount)
        设置格网行数
        参数:
        rowCount - 格网行数
      • getColumnCount

        public int getColumnCount()
        获取格网列数
        返回:
        格网列数
      • setColumnCount

        public void setColumnCount(int columnCount)
        设置格网列数
        参数:
        columnCount - 格网列数
      • getCellHeight

        public double getCellHeight()
        获取单格高度
        返回:
        高度
      • setCellHeight

        public void setCellHeight(double cellHeight)
        设置单格高度
        参数:
        cellHeight - 高度
      • getCellWidth

        public double getCellWidth()
        获取单格宽度
        返回:
        宽度
      • setCellWidth

        public void setCellWidth(double cellWidth)
        设置单个宽度
        参数:
        cellWidth - 宽度
      • resetColumnCount

        public void resetColumnCount()
        重置列数
      • resetRowCount

        public void resetRowCount()
        重置行数
      • resetCellHeight

        public void resetCellHeight()
        重置单格高度
      • resetCellWidth

        public void resetCellWidth()
        重置单格宽度