cz.cuni.amis.pogamut.unreal.communication.worldview.map
Interface IUnrealMapInfo

Package class diagram package IUnrealMapInfo
All Superinterfaces:
Serializable
All Known Implementing Classes:
MapInfo

public interface IUnrealMapInfo
extends Serializable

Author:
ik

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)
           
 

Method Detail

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,
                   cz.cuni.amis.pogamut.base3d.worldview.object.Location l)

setName

void setName(String name)

setWorldPos

void setWorldPos(int i,
                 cz.cuni.amis.pogamut.base3d.worldview.object.Location l)

getImagePoints

cz.cuni.amis.pogamut.base3d.worldview.object.Location[] getImagePoints()

getWorldPoints

cz.cuni.amis.pogamut.base3d.worldview.object.Location[] getWorldPoints()


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