Package com.luciad.edit.geometries
package com.luciad.edit.geometries
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.
-
ClassDescriptionThis provider can create handles to edit
ArcBandgeometries.Allows you to specify which handles are used by this handles provider.This provider can create handles to editCircleByCenterPointgeometries.Allows you to specify which handles are used by this handles provider.A composite implementation ofIGeometryHandlesProvider.A callback interface that can signal that a geometry was edited.This class can provideedit handlesfor a givenGeometry.This handles provider can be used to provideredit handlesfor aPatchgeometry.This handles provider can create handles to editPointgeometries.Allows you to specify which handles are created by this handles provider.This handles provider can create handles to editPolygongeometries.This provider can create handles to editPolylinegeometries.Allows you to specify which handles are used by this handles provider.This handles provider can create handles to editPolylineRinggeometries.Allows you to specify which handles are used by this handles provider.