public class Geomap extends Object implements Iterable<de.deepamehta.core.model.TopicModel>, de.deepamehta.core.JSONEnabled
Features: - load from DB (by constructor). - Serialization to JSON.
| Modifier and Type | Field and Description |
|---|---|
protected de.deepamehta.core.service.CoreService |
dm4 |
protected Map<Long,de.deepamehta.core.model.TopicModel> |
geoCoords |
protected de.deepamehta.core.Topic |
geomapTopic |
| Constructor and Description |
|---|
Geomap(long geomapId,
de.deepamehta.core.service.CoreService dm4)
Loads a topicmap from the DB.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTopic(long geoCoordId) |
long |
getId() |
Iterator<de.deepamehta.core.model.TopicModel> |
iterator() |
org.codehaus.jettison.json.JSONObject |
toJSON() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected de.deepamehta.core.Topic geomapTopic
protected de.deepamehta.core.service.CoreService dm4
public Geomap(long geomapId,
de.deepamehta.core.service.CoreService dm4)
public long getId()
public boolean containsTopic(long geoCoordId)
public org.codehaus.jettison.json.JSONObject toJSON()
toJSON in interface de.deepamehta.core.JSONEnabledpublic Iterator<de.deepamehta.core.model.TopicModel> iterator()
Copyright © 2017. All rights reserved.