java.lang.Object | |
↳ | com.microstrategy.web.app.maps.MapObjectFactory |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create a LookupRequest
object from the input parameter for MapObjectRepository
to fetch the lookup data.
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).
featureType | The map feature type @see EnumMapFeatures. |
---|---|
source | The source type @see EnumMapFeatures. |