Package com.microstrategy.web.app.maps
Class EnumMapFeatures
- java.lang.Object
-
- com.microstrategy.web.app.maps.EnumMapFeatures
-
public class EnumMapFeatures extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAP_3DMODEL
static int
MAP_COMBOGEOMETRY
static int
MAP_MARKER
Map object typestatic int
MAP_MULTIMARKERS
static int
MAP_MULTIPATHS
static int
MAP_MULTIPOLYGONS
static int
MAP_PATH
static int
MAP_POLYGON
static int
SOURCE_FDB
Map file sourcestatic int
SOURCE_KML
static int
SOURCE_SHP
-
Constructor Summary
Constructors Constructor Description EnumMapFeatures()
-
-
-
Field Detail
-
MAP_MARKER
public static final int MAP_MARKER
Map object type- See Also:
- Constant Field Values
-
MAP_MULTIMARKERS
public static final int MAP_MULTIMARKERS
- See Also:
- Constant Field Values
-
MAP_PATH
public static final int MAP_PATH
- See Also:
- Constant Field Values
-
MAP_MULTIPATHS
public static final int MAP_MULTIPATHS
- See Also:
- Constant Field Values
-
MAP_POLYGON
public static final int MAP_POLYGON
- See Also:
- Constant Field Values
-
MAP_MULTIPOLYGONS
public static final int MAP_MULTIPOLYGONS
- See Also:
- Constant Field Values
-
MAP_3DMODEL
public static final int MAP_3DMODEL
- See Also:
- Constant Field Values
-
MAP_COMBOGEOMETRY
public static final int MAP_COMBOGEOMETRY
- See Also:
- Constant Field Values
-
SOURCE_FDB
public static final int SOURCE_FDB
Map file source- See Also:
- Constant Field Values
-
SOURCE_KML
public static final int SOURCE_KML
- See Also:
- Constant Field Values
-
SOURCE_SHP
public static final int SOURCE_SHP
- See Also:
- Constant Field Values
-
-