public class FeatureEvent extends Object
Feature,
FeatureEventType| Constructor and Description |
|---|
FeatureEvent(Collection features,
FeatureEventType type,
Layer layer,
Collection oldFeatureClones) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getFeatures() |
Layer |
getLayer() |
Collection |
getOldFeatureClones() |
FeatureEventType |
getType() |
public FeatureEvent(Collection features, FeatureEventType type, Layer layer, Collection oldFeatureClones)
oldFeatureClones - for GEOMETRY_MODIFIED events, clones of the Features before
they were modified; null for other eventspublic Layer getLayer()
public FeatureEventType getType()
public Collection getFeatures()
public Collection getOldFeatureClones()
Copyright © 2015. All rights reserved.