public abstract class

MultiGeoData

extends Object
implements GeoData
java.lang.Object
   ↳ com.microstrategy.web.app.maps.MultiGeoData<E extends com.microstrategy.web.app.maps.GeoData>
Known Direct Subclasses

Class Overview

The abstract class of the list of same type of GeoData object.

Summary

Fields
protected List<E extends GeoData> objectList
Public Constructors
MultiGeoData()
Class constructor.
Public Methods
void add(E geoData)
Add instances of GeoData object into the object list.
List<E> getGeoData()
Get the list of GeoData.
int size()
The size of the list of GeoData objects.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.web.app.maps.GeoData

Fields

protected List<E extends GeoData> objectList

Public Constructors

public MultiGeoData ()

Class constructor.

Public Methods

public void add (E geoData)

Add instances of GeoData object into the object list.

Parameters
geoData The instance of GeoData object.

public List<E> getGeoData ()

Get the list of GeoData.

Returns

public int size ()

The size of the list of GeoData objects.

Returns
  • The size of the list of GeoData objects.