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

📄 spatialmodel.ctxt

📁 Java source code for the Ant Colony Optimization Problem.
💻 CTXT
字号:
#BlueJ class context
comment0.target=interface\ SpatialModel
comment0.text=Identifies\ minimum\ state\ and\ behaviour\ of\ all\ spatial\ models.\ \n@author\ Jo\ Wood.\n@version\ 1.3,\ 20th\ October,\ 2001\n\n
comment1.target=SEPARATE
comment1.text=Identifies\ this\ object\ as\ being\ separate\ from\ another.\ \n
comment10.target=RASTER_3D
comment10.text=Indentifies\ the\ spatial\ model\ as\ a\ 3d\ raster.\ \n
comment11.target=UNKNOWN_MODEL
comment11.text=Indentifies\ the\ spatial\ model\ is\ unknown.\ \n
comment12.target=ADJACENT
comment12.text=Identifies\ this\ object\ as\ being\ adjacent\ to\ another.\ \n
comment13.target=OVERLAPS
comment13.text=Identifies\ this\ object\ as\ overlapping\ another.\ \n
comment14.target=OUT_OF_BOUNDS
comment14.text=Indicates\ that\ query\ is\ outside\ bounds\ of\ model.\ \n
comment15.params=
comment15.target=Header\ getHeader()
comment15.text=Reports\ the\ header\ information\ associated\ with\ this\ object.\n@return\ Header\ information\ (title,\ copyright\ etc).\n\n
comment16.target=MATCHES
comment16.text=Identifies\ this\ object\ as\ matching\ another.\ \n
comment17.target=NO_VALUE
comment17.text=Indicates\ the\ value\ of\ the\ spatial\ model\ is\ undefined.\ \n
comment18.params=
comment18.target=int\ getType()
comment18.text=Reports\ the\ type\ of\ spatial\ model.\n@return\ Type\ of\ spatial\ model\ (RASTER_2D,\ VECTOR_3D\ etc).\ \n\n
comment19.params=location
comment19.target=float\ getAttribute(Footprint)
comment19.text=Reports\ the\ attribute\ of\ the\ model\ at\ the\ given\ location.\n@param\ location\ Location\ to\ query.\n@return\ Attribute\ at\ given\ location\ or\ NO_VALUE\ if\ none\ defined.\n\n
comment2.target=VECTOR_3D
comment2.text=Indentifies\ the\ spatial\ model\ as\ a\ 3d\ vector.\ \n
comment20.target=VECTOR_2D
comment20.text=Indentifies\ the\ spatial\ model\ as\ a\ 2d\ vector.\ \n
comment21.target=LINE
comment21.text=Identifies\ a\ linear\ object.\ \n
comment22.params=other
comment22.target=int\ compare(SpatialModel)
comment22.text=Performs\ a\ spatial\ comparison\ between\ this\ object\ and\ another.\n@param\ other\ Other\ spatial\ object\ to\ compare\ with\ this\ one.\n@return\ Type\ of\ spatial\ relationship\ (OVERLAPS,\ SEPARATE\ etc).\n\n
comment23.params=bounds
comment23.target=void\ setBounds(Footprint)
comment23.text=Sets\ the\ outer\ boundaries\ of\ the\ object.\n@param\ bounds\ New\ outer\ boundary\ of\ the\ object.\n\n
comment3.target=RASTER_2D
comment3.text=Indentifies\ the\ spatial\ model\ as\ a\ 2d\ raster.\ \n
comment4.target=WITHIN
comment4.text=Identifies\ this\ object\ as\ being\ within\ another.\ \n
comment5.target=AREA
comment5.text=Identifies\ an\ areal\ object.\ \n
comment6.params=
comment6.target=Footprint\ getBounds()
comment6.text=Reports\ the\ outer\ boundaries\ of\ the\ object.\n@return\ Outer\ boundary\ of\ the\ spatial\ object.\n\n
comment7.target=ENCLOSES
comment7.text=Identifies\ this\ object\ as\ enclosing\ another.\ \n
comment8.target=VOLUME
comment8.text=Identifies\ a\ volumetric\ object.\ \n
comment9.target=POINT
comment9.text=Identifies\ a\ point\ object.\ \n
numComments=24

⌨️ 快捷键说明

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