public class TrimLineEditingProviderFactory extends AbstractEditingProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROVIDER_NAME |
FEATURE_STORE_FIELD, LEGEND_FIELD, MAPCONTEXT_FIELD, PROVIDER_NAME_FIELD| Constructor and Description |
|---|
TrimLineEditingProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Provider |
doCreate(DynObject parameters,
ProviderServices services)
Creates a new
Provider with the given parameters and
ProviderServices. |
EditingServiceInfo |
getServiceInfo()
Gets read only information about a service such as if creates new
geometries, name, description, supported types, mouse icon, parameters
and information about its parameters.
|
createParameters, createParametersDynClass, initializecreate, getName, setParametersDynClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getNamepublic static final java.lang.String PROVIDER_NAME
public EditingServiceInfo getServiceInfo()
EditingProviderFactoryEditingServiceInfo object that contains the
information. EditingServiceInfo.protected Provider doCreate(DynObject parameters, ProviderServices services)
AbstractProviderFactoryProvider with the given parameters and
ProviderServices.doCreate in class AbstractProviderFactoryparameters - to create the Providerservices - to be used by the Provider