cz.cuni.amis.pogamut.unreal.communication.worldview.map
Class MapInfo

Package class diagram package MapInfo
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.communication.worldview.map.MapInfo
All Implemented Interfaces:
IUnrealMapInfo, Serializable

public class MapInfo
extends Object
implements IUnrealMapInfo

Info for visualization of maps background

Author:
Honza
See Also:
Serialized Form

Field Summary
 int height
           
 cz.cuni.amis.pogamut.base3d.worldview.object.Location[] imagePoints
           
 byte[] imgData
           
 int width
           
 cz.cuni.amis.pogamut.base3d.worldview.object.Location[] worldPoints
           
 
Constructor Summary
MapInfo()
           
 
Method Summary
 int getHeight()
           
 cz.cuni.amis.pogamut.base3d.worldview.object.Location[] getImagePoints()
           
 byte[] getImgRGBData()
           
 String getName()
           
 int getWidth()
           
 cz.cuni.amis.pogamut.base3d.worldview.object.Location[] getWorldPoints()
           
 void setImage(String path)
           
 void setImagePoint(int i, cz.cuni.amis.pogamut.base3d.worldview.object.Location l)
           
 void setName(String name)
           
 void setWorldPos(int i, cz.cuni.amis.pogamut.base3d.worldview.object.Location l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imagePoints

public cz.cuni.amis.pogamut.base3d.worldview.object.Location[] imagePoints

worldPoints

public cz.cuni.amis.pogamut.base3d.worldview.object.Location[] worldPoints

width

public int width

height

public int height

imgData

public byte[] imgData
Constructor Detail

MapInfo

public MapInfo()
Method Detail

getHeight

public int getHeight()
Specified by:
getHeight in interface IUnrealMapInfo

getName

public String getName()
Specified by:
getName in interface IUnrealMapInfo

getWidth

public int getWidth()
Specified by:
getWidth in interface IUnrealMapInfo

getImgRGBData

public byte[] getImgRGBData()
Specified by:
getImgRGBData in interface IUnrealMapInfo

setImage

public void setImage(String path)
              throws IOException
Specified by:
setImage in interface IUnrealMapInfo
Throws:
IOException

setImagePoint

public void setImagePoint(int i,
                          cz.cuni.amis.pogamut.base3d.worldview.object.Location l)
Specified by:
setImagePoint in interface IUnrealMapInfo

setName

public void setName(String name)
Specified by:
setName in interface IUnrealMapInfo

setWorldPos

public void setWorldPos(int i,
                        cz.cuni.amis.pogamut.base3d.worldview.object.Location l)
Specified by:
setWorldPos in interface IUnrealMapInfo

getImagePoints

public cz.cuni.amis.pogamut.base3d.worldview.object.Location[] getImagePoints()
Specified by:
getImagePoints in interface IUnrealMapInfo

getWorldPoints

public cz.cuni.amis.pogamut.base3d.worldview.object.Location[] getWorldPoints()
Specified by:
getWorldPoints in interface IUnrealMapInfo


Copyright © 2016 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.