public interface EditingManager extends Manager
| Modifier and Type | Method and Description |
|---|---|
EditingService |
getEditingService(String name,
FeatureStore featureStore,
MapContext mapContext)
Gets a new instance of service as of name and featureStore.
|
EditingServiceInfo |
getServiceInfo(String serviceName)
Gets read only information about a service such as if service creates new
geometries, name, description, supported types, mouse icon, parameters
and information about its parameters.
|
createServiceParameters, getServiceEditingServiceInfo getServiceInfo(String serviceName) throws ServiceInformationException
serviceName - service name to get the service informationEditingServiceInfo object that contains the
information. EditingServiceInfo.ServiceInformationException - if there is an error getting
information of service.EditingService getEditingService(String name, FeatureStore featureStore, MapContext mapContext)
name - Service name necessary to create an instance linked with the
appropriate provider.featureStore - FeatureStore associated with this service necessary to
create, update and remove geometries.mapContext - of layer in editing mode EditingService object. See
EditingService .