cz.cuni.amis.pogamut.unreal.communication.worldview.map
Interface IUnrealMapInfo
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- MapInfo
public interface IUnrealMapInfo
- extends Serializable
- Author:
- ik
getHeight
int getHeight()
getImgRGBData
byte[] getImgRGBData()
getName
String getName()
getWidth
int getWidth()
setImage
void setImage(String path)
throws IOException
- Throws:
IOException
setImagePoint
void setImagePoint(int i,
Location l)
setName
void setName(String name)
setWorldPos
void setWorldPos(int i,
Location l)
getImagePoints
Location[] getImagePoints()
getWorldPoints
Location[] getWorldPoints()
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.