public class MapInfo extends Object implements IUnrealMapInfo
| Modifier and Type | Field and Description |
|---|---|
int |
height |
Location[] |
imagePoints |
byte[] |
imgData |
int |
width |
Location[] |
worldPoints |
| Constructor and Description |
|---|
MapInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
Location[] |
getImagePoints() |
byte[] |
getImgRGBData() |
String |
getName() |
int |
getWidth() |
Location[] |
getWorldPoints() |
void |
setImage(String path) |
void |
setImagePoint(int i,
Location l) |
void |
setName(String name) |
void |
setWorldPos(int i,
Location l) |
public Location[] imagePoints
public Location[] worldPoints
public int width
public int height
public byte[] imgData
public int getHeight()
getHeight in interface IUnrealMapInfopublic String getName()
getName in interface IUnrealMapInfopublic int getWidth()
getWidth in interface IUnrealMapInfopublic byte[] getImgRGBData()
getImgRGBData in interface IUnrealMapInfopublic void setImage(String path) throws IOException
setImage in interface IUnrealMapInfoIOExceptionpublic void setImagePoint(int i,
Location l)
setImagePoint in interface IUnrealMapInfopublic void setName(String name)
setName in interface IUnrealMapInfopublic void setWorldPos(int i,
Location l)
setWorldPos in interface IUnrealMapInfopublic Location[] getImagePoints()
getImagePoints in interface IUnrealMapInfopublic Location[] getWorldPoints()
getWorldPoints in interface IUnrealMapInfoCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.