Class FeatureModelUpdate

java.lang.Object
com.luciad.models.features.FeatureModelUpdate
All Implemented Interfaces:
AutoCloseable

public final class FeatureModelUpdate extends Object implements AutoCloseable
This class represents a single update to the model.

It consists of one or more changes to one or more features.

This class can be used to make changes to a model by passing it as parameter to IFeatureModelUpdater#update.