📄 gisvector.ctxt
字号:
#BlueJ class context
comment0.target=class\ GISVector
comment0.text=Models\ a\ GIS\ vector\ object.\n@author\ Jo\ Wood\n@version\ 2.4,\ 21st\ October,\ 2001\n\n
comment1.target=serializedCoords
comment10.target=type
comment11.params=
comment11.target=float\ getAttribute()
comment11.text=Reports\ the\ attribute\ associated\ with\ the\ GIS\ vector.\n@return\ Attribute\ associated\ with\ the\ GIS\ vector.\n\n
comment12.params=fp
comment12.target=float\ getAttribute(Footprint)
comment12.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\ OUT_OF_BOUNDS.\n\n
comment13.target=coords
comment14.params=s
comment14.target=void\ readObject(ObjectInputStream)
comment14.text=Deserializes\ the\ GISVector.\ Converts\ the\ coordinate\ array\ into\na\ general\ path.\n@param\ s\ Stream\ from\ which\ to\ read\ serialization.\n\n
comment15.params=
comment15.target=GISVector()
comment15.text=Creates\ an\ empty\ GIS\ vector\ object.\n\n
comment16.params=xCoords\ yCoords\ type\ attrib
comment16.target=GISVector(float[],float[],int,float)
comment16.text=Creates\ the\ GIS\ vector\ object\ with\ the\ given\ x\ and\ y\ coords.\n@param\ xCoords\ Array\ holding\ x-coordinates\ of\ object.\n@param\ yCoords\ Array\ holding\ y-coordinates\ of\ object.\n@param\ type\ Type\ of\ vector\ object\ (POINT,\ LINE,\ AREA,\ VOLUME).\n@param\ attrib\ Attribute\ associated\ with\ this\ GIS\ vector.\n\n
comment2.params=fp
comment2.target=void\ addCoords(Footprint)
comment2.text=Adds\ the\ given\ footprint\ to\ the\ vector's\ coordinates\ and\nupdates\ the\ bounding\ area.\n@param\ footprint\ Coordinates\ to\ add.\n\n
comment3.target=attribute
comment4.params=type
comment4.target=void\ setType(int)
comment4.text=Sets\ the\ type\ of\ vector.\n@param\ Type\ of\ vector\ (POINT,\ LINE,\ AREA\ or\ VOLUME).\n\n
comment5.params=attrib
comment5.target=void\ setType(float)
comment5.text=Sets\ the\ attribute\ of\ the\ GIS\ vector.\n@param\ Attribute\ of\ the\ GIS\ vector.\n\n
comment6.params=
comment6.target=GeneralPath\ getCoords()
comment6.text=Returns\ a\ drawable\ set\ of\ coordinates\ representing\ vector\ object.\n@return\ coordinates\ of\ the\ vector.\n\n
comment7.params=s
comment7.target=void\ writeObject(ObjectOutputStream)
comment7.text=Serializes\ the\ GISVector.\ Converts\ the\ general\ path\ into\ a\ \ncoordinate\ array.\n@param\ s\ Stream\ to\ place\ serialization.\n\n
comment8.target=numCoords
comment9.params=
comment9.target=int\ getType()
comment9.text=Reports\ the\ type\ of\ vector.\n@return\ Type\ of\ vector\ (POINT,\ LINE,\ AREA\ or\ VOLUME).\n\n
numComments=17
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -