public class

MapObjectFactory

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.maps.MapObjectFactory

Summary

Public Constructors
MapObjectFactory()
Public Methods
LookupRequest createLookupRequest(String repositoryKey, String shapeType, String searchTypes, String lookupTypes)
Create a LookupRequest object from the input parameter for MapObjectRepository to fetch the lookup data.
QueryRequest createQueryRequest(String lookupKey, String shapeType, String searchTypes, String objString, String boundingBoxString)
MapObjectRepository<?> getMapObjectRepository(int featureType, int source)
Create an object repository object from the given path based on the map feature type (marker, path, or shape) , source type (file data base, kml, or shape file).
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MapObjectFactory ()

Public Methods

public LookupRequest createLookupRequest (String repositoryKey, String shapeType, String searchTypes, String lookupTypes)

Create a LookupRequest object from the input parameter for MapObjectRepository to fetch the lookup data.

public QueryRequest createQueryRequest (String lookupKey, String shapeType, String searchTypes, String objString, String boundingBoxString)

public MapObjectRepository<?> getMapObjectRepository (int featureType, int source)

Create an object repository object from the given path based on the map feature type (marker, path, or shape) , source type (file data base, kml, or shape file).

Parameters
featureType The map feature type @see EnumMapFeatures.
source The source type @see EnumMapFeatures.
Returns
  • a MapObjectRepository object