|
| | PatchHandlesProvider () |
| | Creates a new handles provider that can provide handles a Patch geometry. More...
|
| |
| bool | CanProvide (Luciad.Utils.Observable< Luciad.Geometries.Geometry > geometry, Luciad.Edit.Features.FeatureEditContext context) |
| | Indicates if this handles provider can create handles for the given geometry. More...
|
| |
| void | Dispose () |
| |
| override bool | Equals (object obj) |
| |
| override int | GetHashCode () |
| |
| Luciad.Edit.Handles.IEditHandles | Provide (Luciad.Utils.Observable< Luciad.Geometries.Geometry > geometry, Luciad.Edit.Features.FeatureEditContext context, Luciad.Edit.Geometries.IGeometryEditCallback geometryEditCallback) |
| | Returns the handles for the given feature. More...
|
| |
| Luciad.Edit.Handles.ITranslateEditAction | ProvideTranslateAction (Luciad.Utils.Observable< Luciad.Geometries.Geometry > geometry, Luciad.Edit.Features.FeatureEditContext context, Luciad.Edit.Geometries.IGeometryEditCallback geometryEditCallback) |
| | Provides a translate action that can be used by the caller to add translation behavior. More...
|
| |
| bool | CanProvide (Luciad.Utils.Observable< Luciad.Geometries.Geometry > geometry, Luciad.Edit.Features.FeatureEditContext context) |
| | Indicates if this handles provider can create handles for the given geometry. More...
|
| |
| Luciad.Edit.Handles.IEditHandles | Provide (Luciad.Utils.Observable< Luciad.Geometries.Geometry > geometry, Luciad.Edit.Features.FeatureEditContext context, Luciad.Edit.Geometries.IGeometryEditCallback geometryEditCallback) |
| | Returns the handles for the given feature. More...
|
| |
| Luciad.Edit.Handles.ITranslateEditAction | ProvideTranslateAction (Luciad.Utils.Observable< Luciad.Geometries.Geometry > geometry, Luciad.Edit.Features.FeatureEditContext context, Luciad.Edit.Geometries.IGeometryEditCallback geometryEditCallback) |
| | Provides a translate action that can be used by the caller to add translation behavior. More...
|
| |
This handles provider can be used to provider edit handles for a Patch geometry.
It delegates handle creation to a handles provider for the base geometry.
Note: the handle to translate the entire feature is typically created by the IFeatureHandlesProvider. FeatureHandlesProvider does this by default.
- Since
- 2020.1