public class DefaultExportServiceManager extends java.lang.Object implements ExportServiceManager
ExportServiceManager.FixGeometryStatus| Constructor and Description |
|---|
DefaultExportServiceManager() |
| Modifier and Type | Method and Description |
|---|---|
ExportAttributes |
createExportAttributes() |
ExportGeometryHelper |
createGeometryHelper(ExportParametersGeometry parameters,
FeatureType theTargetFeatureType,
FeatureType theSourceFeatureType) |
ExportService |
createService(ExportParameters parameters) |
ExportParameters |
createServiceParameters(java.lang.String name) |
ExportServiceManager.FixGeometryStatus |
fixGeometry(ExportParametersGeometry parmeters,
ICoordTrans coord_trans,
Geometry geometry) |
java.util.List<ExportServiceFactory> |
getAllServiceFactories() |
java.util.List<ExportServiceFactory> |
getServiceFactories(Filter<ExportServiceFactory> filter) |
ExportServiceFactory |
getServiceFactory(java.lang.String name) |
void |
register(ExportServiceFactory factory) |
public ExportServiceFactory getServiceFactory(java.lang.String name)
getServiceFactory in interface ExportServiceManagerpublic ExportService createService(ExportParameters parameters)
createService in interface ExportServiceManagerpublic ExportParameters createServiceParameters(java.lang.String name)
createServiceParameters in interface ExportServiceManagerpublic void register(ExportServiceFactory factory)
register in interface ExportServiceManagerpublic java.util.List<ExportServiceFactory> getAllServiceFactories()
getAllServiceFactories in interface ExportServiceManagerpublic java.util.List<ExportServiceFactory> getServiceFactories(Filter<ExportServiceFactory> filter)
getServiceFactories in interface ExportServiceManagerpublic ExportServiceManager.FixGeometryStatus fixGeometry(ExportParametersGeometry parmeters, ICoordTrans coord_trans, Geometry geometry)
fixGeometry in interface ExportServiceManagerpublic ExportGeometryHelper createGeometryHelper(ExportParametersGeometry parameters, FeatureType theTargetFeatureType, FeatureType theSourceFeatureType)
createGeometryHelper in interface ExportServiceManagerpublic ExportAttributes createExportAttributes()
createExportAttributes in interface ExportServiceManager