📄 filehandler.ctxt
字号:
#BlueJ class context
comment0.target=class\ FileHandler
comment0.text=Provides\ a\ series\ of\ static\ methods\ for\ handling\ GIS\ files.\n@author\ Jo\ Wood.\n@version\ 2.2,\ 11th\ October,\ 2001\n\n
comment1.params=spObject\ outFile
comment1.target=boolean\ saveFile(SpatialObject,File)
comment1.text=Attempts\ to\ save\ the\ given\ spatial\ object\ as\ the\ given\ file.\n@param\ spObject\ Spatial\ object\ to\ save.\n@param\ outFile\ File\ name\ to\ save.\n@return\ true\ if\ saved\ correctly.\n\n
comment10.params=inFile
comment10.target=SpatialObject\ readInternal(File)
comment10.text=Attempts\ to\ read\ the\ given\ file\ representing\ a\ serialized\ object.\n@param\ inFile\ File\ to\ read.\n@return\ SpatialObject\ containing\ read\ file\ or\ null\ if\ not\ read.\n\n
comment11.params=inFile
comment11.target=SpatialObject\ readArcGrid(File)
comment11.text=Attempts\ to\ read\ the\ given\ file\ representing\ an\ ArcGrid\ raster.\n@param\ inFile\ File\ to\ read.\n@return\ SpatialObject\ containing\ read\ file\ or\ null\ if\ not\ read.\n\n
comment12.target=UNKNOWN
comment12.text=Unknown\ file\ format.\ \n
comment13.target=ARC_GRID_ASCII
comment13.text=ArcGrid\ ASCII\ raster\ format.\ \n
comment14.target=VECTOR_ASCII
comment14.text=Generic\ ASCII\ vector\ format.\ \n
comment15.params=inFile
comment15.target=SpatialObject\ readFile(File)
comment15.text=Attempts\ to\ read\ the\ given\ spatial\ file.\n@param\ inFile\ File\ to\ read.\n@return\ SpatialObject\ containing\ read\ file\ or\ null\ if\ not\ read.\n\n
comment16.params=inFile\ fileType
comment16.target=SpatialObject\ readFile(File,int)
comment16.text=Attempts\ to\ read\ the\ given\ spatial\ file\ of\ the\ given\ type.\n@param\ inFile\ File\ to\ read.\n@param\ fileType\ Type\ of\ file\ to\ read.\n@return\ SpatialObject\ containing\ read\ file\ or\ null\ if\ not\ read.\n\n
comment2.params=spObject\ outFile
comment2.target=boolean\ writeXMLVect(SpatialObject,File)
comment2.text=Attempts\ to\ save\ the\ given\ spatial\ object\ as\ an\ XML\ file.\n@param\ spObject\ Spatial\ object\ to\ save.\n@param\ outFile\ File\ name\ to\ save.\n@return\ true\ if\ saved\ correctly.\n\n
comment3.params=fileName
comment3.target=int\ guessFileType(String)
comment3.text=Attempts\ to\ predict\ the\ type\ of\ file\ based\ on\ its\ extension.\n@param\ fileName\ Name\ of\ file\ to\ guess.\n@return\ Type\ of\ file,\ or\ UNKNOWN\ if\ not\ known.\n\n
comment4.params=spObject\ outFile\ fileType
comment4.target=boolean\ writeFile(SpatialObject,File,int)
comment4.text=Attempts\ to\ save\ the\ given\ spatial\ object\ in\ the\ given\ \nfile\ format\ with\ the\ given\ file\ name.\n@param\ spObject\ Spatial\ object\ to\ save.\n@param\ outFile\ File\ name\ to\ save.\n@return\ true\ if\ saved\ correctly.\n\n
comment5.params=inFile
comment5.target=SpatialObject\ readXMLVect(File)
comment5.text=Attempts\ to\ read\ the\ given\ file\ representing\ an\ XML\ vector\ map.\n@param\ inFile\ File\ to\ read.\n@return\ SpatialObject\ containing\ read\ file\ or\ null\ if\ not\ read.\n\n
comment6.target=XML_VECTOR
comment6.text=XML\ Vector\ format.\ \n
comment7.params=inFile
comment7.target=SpatialObject\ readVectText(File)
comment7.text=Attempts\ to\ read\ the\ given\ file\ representing\ an\ ascii\ vector\ map.\n@param\ inFile\ File\ to\ read.\n@return\ SpatialObject\ containing\ read\ file\ or\ null\ if\ not\ read.\n\n
comment8.target=INTERNAL
comment8.text=Internal\ file\ format.\ \n
comment9.params=spObject\ outFile
comment9.target=boolean\ writeInternal(SpatialObject,File)
comment9.text=Attempts\ to\ save\ the\ given\ spatial\ object\ as\ the\ given\ file.\n@param\ spObject\ Spatial\ object\ to\ save.\n@param\ outFile\ File\ name\ to\ save.\n@return\ true\ if\ saved\ correctly.\n\n
numComments=17
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -