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 ExportServiceManager
public ExportService createService(ExportParameters parameters)
createService
in interface ExportServiceManager
public ExportParameters createServiceParameters(java.lang.String name)
createServiceParameters
in interface ExportServiceManager
public void register(ExportServiceFactory factory)
register
in interface ExportServiceManager
public java.util.List<ExportServiceFactory> getAllServiceFactories()
getAllServiceFactories
in interface ExportServiceManager
public java.util.List<ExportServiceFactory> getServiceFactories(Filter<ExportServiceFactory> filter)
getServiceFactories
in interface ExportServiceManager
public ExportServiceManager.FixGeometryStatus fixGeometry(ExportParametersGeometry parmeters, ICoordTrans coord_trans, Geometry geometry)
fixGeometry
in interface ExportServiceManager
public ExportGeometryHelper createGeometryHelper(ExportParametersGeometry parameters, FeatureType theTargetFeatureType, FeatureType theSourceFeatureType)
createGeometryHelper
in interface ExportServiceManager
public ExportAttributes createExportAttributes()
createExportAttributes
in interface ExportServiceManager