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.
-
ClassDescriptionA composite implementation of
IGeometryHandlesProvider
.A callback interface that can signal that a geometry was edited.This class can provideedit handles
for a givenGeometry
.This handles provider can be used to provideredit handles
for aPatch
geometry.This handles provider can create handles to editPoint
geometries.Allows you to specify which handles are created by this handles provider.This handles provider can create handles to editPolygon
geometries.This provider can create handles to editPolyline
geometries.Allows you to specify which handles are used by this handles provider.This handles provider can create handles to editPolylineRing
geometries.Allows you to specify which handles are used by this handles provider.