de.deepamehta.plugins.geomaps.service
Interface GeomapsService

Show UML class diagram
All Superinterfaces:
PluginService
All Known Implementing Classes:
GeomapsPlugin

public interface GeomapsService
extends PluginService


Method Summary
 void addTopicToGeomap(long geomapId, long topicId)
          Adds a Geo Coordinate topic to a geomap.
 Geomap getGeomap(long geomapId)
           
 ResultList<RelatedTopic> getGeomapTopics(long geomapId)
           
 Topic getGeoTopic(long topicId)
          Retrieves the domain topic that corresponds to a Geo Coordinate topic.
 void setGeomapState(long geomapId, double lon, double lat, int zoom)
           
 

Method Detail

getGeomap

Geomap getGeomap(long geomapId)

getGeoTopic

Topic getGeoTopic(long topicId)
Retrieves the domain topic that corresponds to a Geo Coordinate topic. ### TODO: rename method and argument


getGeomapTopics

ResultList<RelatedTopic> getGeomapTopics(long geomapId)

addTopicToGeomap

void addTopicToGeomap(long geomapId,
                      long topicId)
Adds a Geo Coordinate topic to a geomap. ### TODO: rename method and argument


setGeomapState

void setGeomapState(long geomapId,
                    double lon,
                    double lat,
                    int zoom)


Copyright © 2013. All Rights Reserved.