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