public interface NewLayerProviderFactory extends ProviderFactory
Modifier and Type | Method and Description |
---|---|
NewLayerProvider |
create(NewLayerService service) |
String |
getDescription()
Returns a description of the provider.
|
String |
getLabel()
Returns a label or short description for the provider.
|
boolean |
isEnabled()
If the provider this factory creates is enabled.
|
boolean |
isSpatial() |
void |
setEnabled(boolean value)
Enable or disable this provider factory.
|
create, createParameters, getName, initialize
boolean isSpatial()
NewLayerProvider create(NewLayerService service)
boolean isEnabled()
void setEnabled(boolean value)
value
- if to enable or disable the factoryString getDescription()
String getLabel()