java.lang.Object | |
↳ | com.microstrategy.web.app.maps.MultiGeoData<E extends com.microstrategy.web.app.maps.GeoData> |
![]() |
The abstract class of the list of same type of GeoData
object.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Class constructor.