![]() |
LuciadCPillar C# 2024.1.02
|
Editing geometries. More...
Classes | |
class | CompositeGeometryHandlesProvider |
A composite implementation of IGeometryHandlesProvider . More... | |
interface | IGeometryEditCallback |
A callback interface that can signal that a geometry was edited. More... | |
interface | IGeometryHandlesProvider |
This class can provide edit handles for a given Geometry . More... | |
class | PatchHandlesProvider |
This handles provider can be used to provider edit handles for a Patch geometry. More... | |
class | PointHandlesProvider |
This handles provider can create handles to edit Point geometries. More... | |
class | PolygonHandlesProvider |
This handles provider can create handles to edit Polygon geometries. More... | |
class | PolylineHandlesProvider |
This provider can create handles to edit Polyline geometries. More... | |
class | PolylineRingHandlesProvider |
This handles provider can create handles to edit PolylineRing geometries. More... | |
Editing geometries.
Geometry handles providers
define which handles are used for a certain geometry. It has a default implementation
that supports many geometries.
IGeometryHandlesProvider is typically used in the context of feature editing
, when a feature is edited by modifying its geometry.
See the related guide for an overview of the editing API.