public interface IUnrealMapInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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) |
int getHeight()
byte[] getImgRGBData()
String getName()
int getWidth()
void setImage(String path) throws IOException
IOExceptionvoid 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)
cz.cuni.amis.pogamut.base3d.worldview.object.Location[] getImagePoints()
cz.cuni.amis.pogamut.base3d.worldview.object.Location[] getWorldPoints()
Copyright © 2021 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.