Class FeatureEvent

    • Constructor Detail

      • FeatureEvent

        public FeatureEvent​(Collection<Feature> features,
                            FeatureEventType type,
                            Layer layer,
                            Collection<Feature> oldFeatureClones)
        Parameters:
        features - a collection of features
        type - the type of event (one of ADDED, DELETED, GEOMETRY_MODIFIED, ATTRIBUTES_MODIFIED)
        layer - the target layer
        oldFeatureClones - for GEOMETRY_MODIFIED events, clones of the Features before they were modified; null for other events