Package com.microstrategy.web.app.maps
Class MapObject
- java.lang.Object
-
- com.microstrategy.web.app.maps.MapObject
-
-
Constructor Summary
Constructors Constructor Description MapObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoData
getGeoData()
java.lang.String
getName()
int
getType()
void
setGeoData(GeoData data)
void
setName(java.lang.String name)
void
setType(int type)
-
-
-
Field Detail
-
type
protected int type
The object type, for example: point, line, or polygons.- See Also:
EnumMapFeatures
-
name
protected java.lang.String name
-
data
protected GeoData data
-
-