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 intMAP_3DMODELstatic intMAP_COMBOGEOMETRYstatic intMAP_MARKERMap object typestatic intMAP_MULTIMARKERSstatic intMAP_MULTIPATHSstatic intMAP_MULTIPOLYGONSstatic intMAP_PATHstatic intMAP_POLYGONstatic intSOURCE_FDBMap file sourcestatic intSOURCE_KMLstatic intSOURCE_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
-
-