Package com.luciad.edit.features
package com.luciad.edit.features
Editing features.
Feature handles providers
define which handles are used for a certain feature. It has a default implementation
that supports most kinds of features.
See the related guide for an overview of the editing API.
-
ClassDescriptionA composite implementation of
IFeatureHandlesProvider
.This event provides information about the addition or removal of edit candidates.This builder can be used to configure editing for a layer.FeatureEditContext
provides context information for the feature that is being edited.Default handles provider for features.Allows you to specify the translate handle that is used by this handles provider.ThisIFeatureEditCandidateProvider
uses enabled FeatureStates to determine editing candidates.A callback interface that can signal that aFeature
was edited.Observer that notifies of edit candidate changes.An edit candidate provider determines which Features are considered for editing.Allows you to configure the editing behavior for a feature layer.This class can provideedit handles
for a givenFeature
.