Class DiffFeatureLayer


  • public class DiffFeatureLayer
    extends Object
    • Constructor Detail

      • DiffFeatureLayer

        public DiffFeatureLayer()
    • Method Detail

      • 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