|
| | PointHandlesProvider () |
| | Creates a new PointHandlesProvider that can create handles to modify Point geometries. 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 create handles to edit Point geometries.
The handles provider offers the following handles:
Note: the handle to translate the entire feature is typically created by the IFeatureHandlesProvider. FeatureHandlesProvider does this by default.
- Since
- 2020.1