com.supermap.data.mapGrid
Class MapGridRangeBound
- java.lang.Object
-
- com.supermap.data.mapGrid.MapGridRangeBound
-
public class MapGridRangeBound extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description MapGridRangeBound()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Rectangle2DgetBounds()doublegetCellHeight()doublegetCellWidth()intgetColumnCount()intgetRowCount()voidresetCellHeight()voidresetCellWidth()voidresetColumnCount()voidresetRowCount()voidsetBounds(Rectangle2D bounds)voidsetCellHeight(double cellHeight)voidsetCellWidth(double cellWidth)voidsetColumnCount(int columnCount)voidsetRowCount(int rowCount)
-
-
-
Method Detail
-
getBounds
public Rectangle2D getBounds()
-
setBounds
public void setBounds(Rectangle2D bounds)
-
getRowCount
public int getRowCount()
-
setRowCount
public void setRowCount(int rowCount)
-
getColumnCount
public int getColumnCount()
-
setColumnCount
public void setColumnCount(int columnCount)
-
getCellHeight
public double getCellHeight()
-
setCellHeight
public void setCellHeight(double cellHeight)
-
getCellWidth
public double getCellWidth()
-
setCellWidth
public void setCellWidth(double cellWidth)
-
resetColumnCount
public void resetColumnCount()
-
resetRowCount
public void resetRowCount()
-
resetCellHeight
public void resetCellHeight()
-
resetCellWidth
public void resetCellWidth()
-
-