public class SplineEditingProviderFactory extends AbstractEditingProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROVIDER_DESCRIPTION |
static java.lang.String |
PROVIDER_NAME |
FEATURE_STORE_FIELD, LEGEND_FIELD, MAPCONTEXT_FIELD, PROVIDER_NAME_FIELD| Constructor and Description |
|---|
SplineEditingProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Provider |
doCreate(DynObject parameters,
ProviderServices services)
Creates a new
Provider with the given parameters and
ProviderServices. |
java.lang.String |
getName()
Returns the name of the providers created by this factory.
|
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, setParametersDynClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic static final java.lang.String PROVIDER_NAME
public static final java.lang.String PROVIDER_DESCRIPTION
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 Providerpublic java.lang.String getName()
ProviderFactorygetName in interface ProviderFactorygetName in class AbstractProviderFactory