📄 vectormap.ctxt
字号:
#BlueJ class context
comment0.target=class\ VectorMap
comment0.text=A\ collection\ of\ GIS\ vectors\ that\ model\ object\ boundaries.\n@author\ Jo\ Wood\n@version\ 2.5,\ 23rd\ October,\ 2001\n\n
comment1.params=
comment1.target=String\ toString()
comment1.text=Reports\ the\ details\ of\ this\ vector\ map.\n@return\ Summary\ of\ this\ vector\ map.\n\n
comment10.params=
comment10.target=SpatialPanel\ createPanel()
comment10.text=Creates\ a\ panel\ onto\ which\ this\ vector\ map\ may\ be\ drawn.\n@return\ Panel\ onto\ which\ this\ vector\ map\ may\ be\ drawn.\n\n
comment11.params=gisVector
comment11.target=void\ add(GISVector)
comment11.text=Adds\ the\ given\ GIS\ vector\ object\ to\ the\ map.\n@param\ gisVector\ GIS\ vector\ object\ to\ add.\n\n
comment2.params=
comment2.target=VectorMap()
comment2.text=Creates\ an\ empty\ vector\ map\ with\ default\ characteristics.\n\n
comment3.params=gisVector\ header
comment3.target=VectorMap(GISVector,Header)
comment3.text=Creates\ a\ vector\ map\ from\ the\ given\ GIS\ vector.\n@param\ gisVector\ GIS\ vector\ object\ from\ which\ to\ create\ map.\n@param\ header\ Header\ associated\ with\ the\ vector\ map.\n\n
comment4.target=gisVectors
comment5.params=gisVector
comment5.target=boolean\ remove(GISVector)
comment5.text=Removes\ the\ given\ GIS\ vector\ object\ from\ the\ map.\ If\ the\nmap\ does\ not\ contain\ the\ object,\ it\ is\ unchanged.\n@param\ gisVector\ GIS\ Vector\ object\ to\ remove.\n@return\ True\ if\ vector\ object\ removed.\n\n
comment6.params=
comment6.target=void\ updateBounds()
comment6.text=Updates\ the\ minimum\ enclosing\ rectangle\ as\ that\ enclosing\nall\ GIS\ Vectors\ within\ this\ map.\n\n
comment7.params=
comment7.target=int\ getType()
comment7.text=Reports\ the\ type\ of\ spatial\ model.\n@return\ Type\ of\ spatial\ model\ (VECTOR_2D,\ VECTOR_3D\ etc).\ \n\n
comment8.params=fp
comment8.target=float\ getAttribute(Footprint)
comment8.text=Reports\ the\ attribute\ at\ the\ given\ point\ location.\n@param\ fp\ Location\ to\ query.\n@return\ Attribute\ associated\ with\ the\ GIS\ vector\ if\ given\nlocation\ intersects\ with\ object,\ otherwise\ NO_VALUE\ or\ OUT_OF_BOUNDS.\n\n
comment9.params=
comment9.target=Vector\ getGISVectors()
comment9.text=Returns\ a\ collection\ of\ GIS\ vectors\ stored\ in\ this\ map.\n@return\ Collection\ of\ GIS\ vectors.\n\n
numComments=12
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -