comparison src/econnect/wp3_3/client/services/ExportWriterInterface.java @ 15:175c1eecaf84

added export kml feature (not finished)
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 26 Nov 2012 14:40:43 +0100
parents
children
comparison
equal deleted inserted replaced
14:fef6080e83ad 15:175c1eecaf84
1 package econnect.wp3_3.client.services;
2
3 import com.google.gwt.user.client.rpc.RemoteService;
4 import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
5
6 @RemoteServiceRelativePath("ExportWriterImpl")
7 public interface ExportWriterInterface extends RemoteService {
8
9 public String writeKMLFile(String kmlFileContent);
10
11 }