public class

MultiGeoPolyline

extends MultiGeoData<E extends GeoData>
java.lang.Object
   ↳ com.microstrategy.web.app.maps.MultiGeoData<E extends com.microstrategy.web.app.maps.GeoData>
     ↳ com.microstrategy.web.app.maps.MultiGeoPolyline

Class Overview

A MultiGeoPolyline can contain multiple paths. Each path is a GeoPath object.

Summary

[Expand]
Inherited Fields
From class com.microstrategy.web.app.maps.MultiGeoData
Public Constructors
MultiGeoPolyline()
Public Methods
void addGeoPolyline(GeoPath path)
Add GeoPath object into list.
int getGeoType()
List<GeoPath> getPolylines()
Return all the path objects.
GeoDataOutput serialize(GeoDataSerializer serializer)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.maps.MultiGeoData
From class java.lang.Object
From interface com.microstrategy.web.app.maps.GeoData

Public Constructors

public MultiGeoPolyline ()

Public Methods

public void addGeoPolyline (GeoPath path)

Add GeoPath object into list.

Parameters
path a GeoPath object

public int getGeoType ()

public List<GeoPath> getPolylines ()

Return all the path objects.

Returns

public GeoDataOutput serialize (GeoDataSerializer serializer)