public class

EnumMapFeatures

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.maps.EnumMapFeatures

Summary

Constants
int MAP_3DMODEL
int MAP_COMBOGEOMETRY
int MAP_MARKER Map object type
int MAP_MULTIMARKERS
int MAP_MULTIPATHS
int MAP_MULTIPOLYGONS
int MAP_PATH
int MAP_POLYGON
int SOURCE_FDB Map file source
int SOURCE_KML
int SOURCE_SHP
Public Constructors
EnumMapFeatures()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int MAP_3DMODEL

Constant Value: 7 (0x00000007)

public static final int MAP_COMBOGEOMETRY

Constant Value: 8 (0x00000008)

public static final int MAP_MARKER

Map object type

Constant Value: 1 (0x00000001)

public static final int MAP_MULTIMARKERS

Constant Value: 2 (0x00000002)

public static final int MAP_MULTIPATHS

Constant Value: 4 (0x00000004)

public static final int MAP_MULTIPOLYGONS

Constant Value: 6 (0x00000006)

public static final int MAP_PATH

Constant Value: 3 (0x00000003)

public static final int MAP_POLYGON

Constant Value: 5 (0x00000005)

public static final int SOURCE_FDB

Map file source

Constant Value: 1001 (0x000003e9)

public static final int SOURCE_KML

Constant Value: 1002 (0x000003ea)

public static final int SOURCE_SHP

Constant Value: 1003 (0x000003eb)

Public Constructors

public EnumMapFeatures ()