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