⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rastermap.ctxt

📁 Java source code for the Ant Colony Optimization Problem.
💻 CTXT
字号:
#BlueJ class context
comment0.target=class\ RasterMap
comment0.text=Models\ a\ GIS\ raster\ map.\ Stores\ the\ raster\ resolution\ and\ndimensions\ as\ well\ as\ the\ raster\ values.\n@author\ Jo\ Wood\n@version\ 1.3,\ 20th\ October,\ 2001\n\n
comment1.params=resolution
comment1.target=void\ setResolution(float)
comment1.text=Sets\ a\ new\ resolution\ for\ the\ raster.\n@param\ resolution\ New\ resolution\ for\ raster\ in\ georeferenced\ units.\n\n
comment10.target=min
comment11.target=numRows
comment12.params=numRows\ numCols\ res\ fp
comment12.target=RasterMap(int,int,float,Footprint)
comment12.text=Creates\ a\ raster\ map\ with\ the\ given\ dimensions.\n@param\ numRows\ Number\ of\ rows\ in\ raster.\n@param\ numCols\ Number\ of\ columns\ in\ raster.\n@param\ res\ Size\ of\ 1\ side\ of\ a\ raster\ cell.\n@param\ fp\ Location\ of\ bottom\ left\ corner\ of\ raster.\n\n
comment13.params=numRows\ numCols\ res\ fp\ header
comment13.target=RasterMap(int,int,float,Footprint,Header)
comment13.text=Creates\ a\ raster\ map\ with\ the\ given\ dimensions.\n@param\ numRows\ Number\ of\ rows\ in\ raster.\n@param\ numCols\ Number\ of\ columns\ in\ raster.\n@param\ res\ Size\ of\ 1\ side\ of\ a\ raster\ cell.\n@param\ fp\ Location\ of\ bottom\ left\ corner\ of\ raster.\n@param\ header\ Header\ associated\ with\ this\ raster.\n\n
comment14.target=raster
comment15.params=fp
comment15.target=float\ getAttribute(Footprint)
comment15.text=Reports\ the\ attribute\ of\ the\ raster\ at\ the\ given\ location.\n@param\ fp\ Location\ to\ query.\n@return\ Attribute\ at\ given\ location\ or\ NO_VALUE\ if\ none\ defined.\n\n
comment16.params=row\ col
comment16.target=float\ getAttribute(int,int)
comment16.text=Reports\ the\ attribute\ of\ the\ raster\ at\ the\ given\ array\ coordinates.\n@param\ row\ Array\ row\ coordinate\ of\ cell\ to\ query.\n@param\ col\ Array\ column\ coordinate\ of\ cell\ to\ query.\n@return\ attribute\ of\ the\ raster\ at\ query\ location\ or\ NO_VALUE\ if\nout\ of\ bounds.\n\n
comment17.target=max
comment18.params=
comment18.target=float\ getResolution()
comment18.text=Reports\ the\ resolution\ of\ the\ raster.\n@return\ Resolution\ of\ the\ raster\ in\ georeferenced\ units.\n\n
comment19.params=
comment19.target=SpatialPanel\ createPanel()
comment19.text=Creates\ a\ panel\ with\ graphical\ representation\ of\ this\ raster.\n@return\ Graphical\ representation\ of\ this\ raster\ map.\n\n
comment2.params=
comment2.target=float\ getMinAttribute()
comment2.text=Reports\ the\ minimum\ attribute\ value\ of\ the\ raster.\n@return\ Minimum\ raster\ value.\n\n
comment20.params=
comment20.target=int\ getNumCols()
comment20.text=Reports\ the\ number\ of\ columns\ in\ the\ raster.\n@return\ Number\ of\ raster\ columns.\n\n
comment3.params=row\ col\ attribute
comment3.target=void\ setAttribute(int,int,float)
comment3.text=Sets\ the\ attribute\ of\ the\ raster\ at\ the\ given\ array\ coordinates.\n@param\ row\ Array\ row\ coordinate\ of\ cell\ to\ set.\n@param\ col\ Array\ column\ coordinate\ of\ cell\ to\ set.\n@return\ attribute\ of\ the\ raster\ at\ query\ location.\n\n
comment4.params=fp\ attribute
comment4.target=void\ setAttribute(Footprint,float)
comment4.text=Sets\ the\ attribute\ of\ the\ raster\ at\ the\ given\ georeferenced\ncoordinates.\n@param\ fp\ Location\ of\ attribute\ to\ set.\n@param\ attribute\ New\ attribute\ of\ the\ raster\ cell.\n\n
comment5.target=recalcRange
comment6.params=
comment6.target=int\ getNumRows()
comment6.text=Reports\ the\ number\ of\ rows\ in\ the\ raster.\n@return\ Number\ of\ raster\ rows.\n\n
comment7.target=numCols
comment8.target=resolution
comment9.params=
comment9.target=float\ getMaxAttribute()
comment9.text=Reports\ the\ maximimum\ attribute\ value\ of\ the\ raster.\n@return\ Maximum\ raster\ value.\n\n
numComments=21

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -