LuciadCPillar C# 2024.0.02
|
Editing features. More...
Classes | |
class | CompositeFeatureHandlesProvider |
A composite implementation of IFeatureHandlesProvider . More... | |
class | FeatureEditCandidateEvent |
This event provides information about the addition or removal of edit candidates. More... | |
class | FeatureEditConfigurationBuilder |
This builder can be used to configure editing for a layer. More... | |
class | FeatureEditContext |
FeatureEditContext provides context information for the feature that is being edited. More... | |
class | FeatureHandlesProvider |
Default handles provider for features. More... | |
class | FeatureStateEditCandidateProvider |
This IFeatureEditCandidateProvider uses enabled FeatureStates to determine editing candidates. More... | |
interface | IFeatureEditCallback |
A callback interface that can signal that a Feature was edited. More... | |
interface | IFeatureEditCandidateObserver |
Observer that notifies of edit candidate changes. More... | |
interface | IFeatureEditCandidateProvider |
An edit candidate provider determines which Features are considered for editing. More... | |
interface | IFeatureEditConfiguration |
Allows you to configure the editing behavior for a feature layer. More... | |
interface | IFeatureHandlesProvider |
This class can provide edit handles for a given Feature . More... | |
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.