public class FeatureLayer extends Object
| Constructor and Description |
|---|
FeatureLayer() |
| 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 |
getAuthTableName(int layerId) |
static String |
getDataTableName(int layerId) |
static String |
getDiffTableName(int layerId) |
static String |
getFeatures(int userId,
String dataWorkspace,
String featureType) |
static String |
getModifiedFeatures(int userId,
String dataWorkspace,
String featureType,
boolean asAdmin) |
public static String getFeatures(int userId, String dataWorkspace, String featureType) 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
IOExceptionpublic static String getModifiedFeatures(int userId, String dataWorkspace, 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.