public interface FeatureCreator
| Modifier and Type | Field and Description |
|---|---|
static String |
SIMPLE_GEOMETRY_LISTENER_KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeatureCreatedListener(FeatureCreatedListener listener)
DOCUMENT ME!
|
void |
cancel()
the current creation should be cancelled.
|
void |
createFeature(MappingComponent mc,
FeatureServiceFeature feature)
DOCUMENT ME!
|
AbstractFeatureService |
getService()
the service that is used by this creator.
|
String |
getTypeName()
Provides the name of the geometry that will be created.
|
boolean |
isCreationAllowed(MappingComponent mc)
True, iff the creation of a new object is currently allowed.
|
void |
resume()
the current creation should be resumed.
|
static final String SIMPLE_GEOMETRY_LISTENER_KEY
void createFeature(MappingComponent mc, FeatureServiceFeature feature)
mc - DOCUMENT ME!feature - DOCUMENT ME!void addFeatureCreatedListener(FeatureCreatedListener listener)
listener - DOCUMENT ME!String getTypeName()
void cancel()
void resume()
AbstractFeatureService getService()
boolean isCreationAllowed(MappingComponent mc)
mc - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.