Package de.narimo.georepo.server.api
Class TagService
- java.lang.Object
-
- de.narimo.georepo.server.api.TagService
-
public class TagService extends Object
-
-
Constructor Summary
Constructors Constructor Description TagService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTags(int layerId, int gfid, List<String> tags)List<String>getTags(int layerId)voidremoveTags(int layerId, int gfid, List<String> tags)
-
-
-
Method Detail
-
getTags
public List<String> getTags(int layerId) throws IOException, SQLException
- Throws:
IOExceptionSQLException
-
addTags
public void addTags(int layerId, int gfid, List<String> tags) throws IOException, SQLException- Throws:
IOExceptionSQLException
-
removeTags
public void removeTags(int layerId, int gfid, List<String> tags) throws IOException, SQLException- Throws:
IOExceptionSQLException
-
-