Interface SimpleFeatureStore

    • Method Detail

      • modifyFeatures

        void modifyFeatures​(String name,
                            Object attributeValue,
                            Filter filter)
                     throws IOException
        Throws:
        IOException
      • modifyFeatures

        void modifyFeatures​(String[] names,
                            Object[] attributeValues,
                            Filter filter)
                     throws IOException
        Throws:
        IOException