public class DiffFeatureLayer extends Object
| Constructor and Description |
|---|
DiffFeatureLayer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
acceptFeatureChange(int grpfid,
String dataWorkspace,
String dataFeatureType) |
static void |
addDeletedFeatures(int userId,
String dataWorkspace,
String featureType,
List<org.opengis.feature.simple.SimpleFeature> features) |
static void |
addModifiedFeatures(int userId,
String dataWorkspace,
String featureType,
List<org.opengis.feature.simple.SimpleFeature> features) |
static void |
addNewFeatures(long userId,
String dataWorkspace,
String featureType,
List<org.opengis.feature.simple.SimpleFeature> features) |
static void |
declineFeatureChange(int grpfid,
String dataWorkspace,
String featureType) |
static String |
getModifiedFeatures(int userId,
String dataWorkspace,
String featureType,
boolean asAdmin) |
public static String getModifiedFeatures(int userId, String dataWorkspace, String featureType, boolean asAdmin) throws IOException
IOExceptionpublic static void addNewFeatures(long userId,
String dataWorkspace,
String featureType,
List<org.opengis.feature.simple.SimpleFeature> features)
throws IOException
IOExceptionpublic static void addModifiedFeatures(int userId,
String dataWorkspace,
String featureType,
List<org.opengis.feature.simple.SimpleFeature> features)
throws IOException
IOExceptionpublic static void addDeletedFeatures(int userId,
String dataWorkspace,
String featureType,
List<org.opengis.feature.simple.SimpleFeature> features)
throws IOException
IOExceptionpublic static void acceptFeatureChange(int grpfid,
String dataWorkspace,
String dataFeatureType)
throws IOException
IOExceptionpublic static void declineFeatureChange(int grpfid,
String dataWorkspace,
String featureType)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.