public class

ComboGeoData

extends Object
implements GeoData
java.lang.Object
   ↳ com.microstrategy.web.app.maps.ComboGeoData

Class Overview

The ComboGeoData contains a heterogeneous GeoData objects. It normally represents a collection of different types of geo objects inside the map.

Summary

Fields
protected List<GeoData> objectList
Public Constructors
ComboGeoData()
Public Methods
void addGeoData(GeoData obj)
List<GeoData> getAll()
GeoData getGeoDataAt(int index)
int getGeoType()
Returns the map object type.
GeoDataOutput serialize(GeoDataSerializer serializer)
Use GeoDataSerializer visitor to parse and serialize the data content.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.app.maps.GeoData

Fields

protected List<GeoData> objectList

Public Constructors

public ComboGeoData ()

Public Methods

public void addGeoData (GeoData obj)

public List<GeoData> getAll ()

public GeoData getGeoDataAt (int index)

public int getGeoType ()

Returns the map object type. The value of the object type is from EnumMapFeatures map object types.

Returns

public GeoDataOutput serialize (GeoDataSerializer serializer)

Use GeoDataSerializer visitor to parse and serialize the data content.

Parameters
serializer a GeoDataSerializer object.
Returns
  • a formatted string represents the geo data content.