Class DiffFeatureLayer
- java.lang.Object
-
- de.narimo.georepo.server.api.layers.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(javax.servlet.ServletContext ctx, de.narimo.commons.dto.User user, Workspace dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features)static voidaddModifiedFeatures(javax.servlet.ServletContext ctx, de.narimo.commons.dto.User user, Workspace dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features)static voidaddNewFeatures(javax.servlet.ServletContext ctx, de.narimo.commons.dto.User user, Workspace 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, SQLException
- Throws:
IOExceptionSQLException
-
addNewFeatures
public static void addNewFeatures(javax.servlet.ServletContext ctx, de.narimo.commons.dto.User user, Workspace dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features) throws IOException, SQLException- Throws:
IOExceptionSQLException
-
addModifiedFeatures
public static void addModifiedFeatures(javax.servlet.ServletContext ctx, de.narimo.commons.dto.User user, Workspace dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features) throws IOException, SQLException- Throws:
IOExceptionSQLException
-
addDeletedFeatures
public static void addDeletedFeatures(javax.servlet.ServletContext ctx, de.narimo.commons.dto.User user, Workspace dataWorkspace, String featureType, List<org.opengis.feature.simple.SimpleFeature> features) throws IOException, SQLException- Throws:
IOExceptionSQLException
-
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
-
-