Methapolis  0.27
 All Classes Namespaces Files Functions Variables Enumerator
MapState.java
Go to the documentation of this file.
1 // This file is part of MicropolisJ.
2 // Copyright (C) 2013 Jason Long
3 // Portions Copyright (C) 1989-2007 Electronic Arts Inc.
4 //
5 // MicropolisJ is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU GPLv3, with additional terms.
7 // See the README file, included in this distribution, for details.
8 
9 package micropolisj.engine;
10 
14 public enum MapState
15 {
16  ALL, //ALMAP
17  RESIDENTIAL, //REMAP
18  COMMERCIAL, //COMAP
19  INDUSTRIAL, //INMAP
20  TRANSPORT, //RDMAP
21  POPDEN_OVERLAY, //PDMAP
24  CRIME_OVERLAY, //CRMAP
25  POLLUTE_OVERLAY, //PLMAP
26  TRAFFIC_OVERLAY, //TDMAP
27  POWER_OVERLAY, //PRMAP
28  FIRE_OVERLAY, //FIMAP
29  POLICE_OVERLAY; //POMAP
30 }