public interface DrawingStatus
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | DrawingStatus.Status | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | TYPE_BUILDING | 
| static int | TYPE_GEOMETRY | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Geometry> | getGeometries()Gets list of geometries to be drawn. | 
| Geometry | getGeometry()Gets the first geometry of type TYPE_GEOMETRY | 
| java.lang.String | getInfo()Gets information about position of geometries, angles, distances among
 geometries... | 
| java.util.List<DrawingStatus.Status> | getStatus()Gets list of status to be drawn. | 
static final int TYPE_GEOMETRY
static final int TYPE_BUILDING
java.util.List<Geometry> getGeometries()
Geometry getGeometry()
java.util.List<DrawingStatus.Status> getStatus()
java.lang.String getInfo()