public class

MapObject

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.maps.MapObject
Known Direct Subclasses

Class Overview

The base class for map objects such as markers, line objects, shapes etc.

Summary

Fields
protected GeoData data
protected String name
protected int type The object type, for example: point, line, or polygons.
Public Constructors
MapObject()
Public Methods
GeoData getGeoData()
String getName()
int getType()
void setGeoData(GeoData data)
void setName(String name)
void setType(int type)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GeoData data

protected String name

protected int type

The object type, for example: point, line, or polygons.

See Also

Public Constructors

public MapObject ()

Public Methods

public GeoData getGeoData ()

public String getName ()

public int getType ()

public void setGeoData (GeoData data)

public void setName (String name)

public void setType (int type)