public interface

GeoData

com.microstrategy.web.app.maps.GeoData
Known Indirect Subclasses

Class Overview

GeoData interface. The interface is designed to interact with GeoDataSerializer to get formatted geo data string.

Summary

Public Methods
abstract int getGeoType()
Returns the map object type.
abstract GeoDataOutput serialize(GeoDataSerializer serializer)
Use GeoDataSerializer visitor to parse and serialize the data content.

Public Methods

public abstract int getGeoType ()

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

Returns

public abstract 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.