public abstract class AbstractFeatureCreator extends Object implements FeatureCreator
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
properties |
SIMPLE_GEOMETRY_LISTENER_KEY| Constructor and Description |
|---|
AbstractFeatureCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
the current creation should be cancelled.
|
protected static void |
fillFeatureWithDefaultValues(DefaultFeatureServiceFeature feature,
Map<String,Object> properties)
DOCUMENT ME!
|
protected static void |
fillFeatureWithDefaultValuesAfterSave(DefaultFeatureServiceFeature feature,
Map<String,Object> properties)
DOCUMENT ME!
|
Map<String,Object> |
getProperties()
DOCUMENT ME!
|
boolean |
isCreationAllowed(MappingComponent mc)
True, iff the creation of a new object is currently allowed.
|
void |
resume()
the current creation should be resumed.
|
void |
setProperties(Map<String,Object> properties)
DOCUMENT ME!
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFeatureCreatedListener, createFeature, getService, getTypeNamepublic void setProperties(Map<String,Object> properties)
properties - the properties to setprotected static void fillFeatureWithDefaultValues(DefaultFeatureServiceFeature feature, Map<String,Object> properties)
feature - DOCUMENT ME!properties - DOCUMENT ME!protected static void fillFeatureWithDefaultValuesAfterSave(DefaultFeatureServiceFeature feature, Map<String,Object> properties)
feature - DOCUMENT ME!properties - DOCUMENT ME!public void cancel()
FeatureCreatorcancel in interface FeatureCreatorpublic void resume()
FeatureCreatorresume in interface FeatureCreatorpublic boolean isCreationAllowed(MappingComponent mc)
FeatureCreatorisCreationAllowed in interface FeatureCreatormc - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.