Package de.narimo.georepo.server.layer
Class DiffFeatureLayer
- java.lang.Object
-
- de.narimo.georepo.server.layer.DiffFeatureLayer
-
public class DiffFeatureLayer extends Object
-
-
Constructor Summary
Constructors Constructor Description DiffFeatureLayer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidacceptFeatureChange(int grpfid, String dataWorkspace, String dataFeatureType)static voidaddDeletedFeatures(int userId, String dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features)static voidaddModifiedFeatures(int userId, String dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features)static voidaddNewFeatures(long userId, String dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features)static voiddeclineFeatureChange(int grpfid, String dataWorkspace, String featureType)static StringgetModifiedFeatures(int userId, String dataWorkspace, String featureType, boolean asAdmin)
-
-
-
Method Detail
-
getModifiedFeatures
public static String getModifiedFeatures(int userId, String dataWorkspace, String featureType, boolean asAdmin) throws IOException
- Throws:
IOException
-
addNewFeatures
public static void addNewFeatures(long userId, String dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features) throws IOException- Throws:
IOException
-
addModifiedFeatures
public static void addModifiedFeatures(int userId, String dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features) throws IOException- Throws:
IOException
-
addDeletedFeatures
public static void addDeletedFeatures(int userId, String dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features) throws IOException- Throws:
IOException
-
acceptFeatureChange
public static void acceptFeatureChange(int grpfid, String dataWorkspace, String dataFeatureType) throws IOException- Throws:
IOException
-
declineFeatureChange
public static void declineFeatureChange(int grpfid, String dataWorkspace, String featureType) throws IOException- Throws:
IOException
-
-