com.supermap.services.components.spi

Interface BatchEditCapability

  • All Known Implementing Classes:
    UGCDataProvider


    public interface BatchEditCapability
    
    Batch editing ability
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void batchAddFeatures(java.lang.String datasourceName, java.lang.String datasetName, java.util.List<Feature> targetFeatures)
      Add a set of features in bulk
    • Method Detail

      • batchAddFeatures

        void batchAddFeatures(java.lang.String datasourceName,
                            java.lang.String datasetName,
                            java.util.List<Feature> targetFeatures)
        
        Add a set of features in bulk