The IProjectionContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddChangeListener |
Add a ChangeListener to a projected feature.
| |
CreateFeature | Overloaded. | |
GetParent |
The parent of this content.
| |
GetSequence |
Get the sequence for a feature.
| |
ProjectChildFeatures |
Project all features that are children of feature so that they become
children of parent.
| |
ProjectFeature |
Project a single feature.
| |
ProjectFeatures |
Project all of the features in a FeatureHolder.
| |
ProjectFilter |
Transform a filter on unprojected features so that it applies to projected
features.
| |
RemoveChangeListener |
Remove a ChangeListener from a projected feature.
| |
RemoveFeature | Overloaded. | |
RevertFeature |
Unproject a feature.
| |
RevertFilter |
Transform a filter on projected features so that it applies to unprojected
features.
|
Properties
Name | Description | |
---|---|---|
UnprojectedFeatures |
Get the features before projection.
|