Package com.luciad.create.geometries
package com.luciad.create.geometries
Creating geometries for features.
Geometry creators
define how a geometry is created. There are default implementations for many types of geometries. A geometry creator can be set on the default feature creator
to configure the geometry that is used to create a feature.
See the related guide for an overview of the creation API.
-
ClassDescriptionA callback interface that can signal that a geometry was changed in the context of creation.A geometry creator can create geometry instances, based on input events.This class can create patch instances, based on other created geometries.This class can create point instances.This class can create polyline instances.This class can create (2D) polyline ring instances.