Package org.gvsig.export.spi
Interface ExportServiceManager
public interface ExportServiceManager
- Author:
- jjdelcerro
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreateGeometryHelper(ExportParametersGeometry parameters, org.gvsig.fmap.dal.feature.FeatureType theTargetFeatureType, org.gvsig.fmap.dal.feature.FeatureType theSourceFeatureType) createService(ExportParameters paramaters) fixGeometry(ExportParametersGeometry parameters, org.gvsig.crs.projection.lib.CoordinateTransformation coord_trans, org.gvsig.fmap.geom.Geometry geometry) getServiceFactory(String name) voidregister(ExportServiceFactory factory)
-
Method Details
-
getAllServiceFactories
List<ExportServiceFactory> getAllServiceFactories() -
getServiceFactories
-
getServiceFactory
-
createService
-
createServiceParameters
-
register
-
fixGeometry
ExportServiceManager.FixGeometryStatus fixGeometry(ExportParametersGeometry parameters, org.gvsig.crs.projection.lib.CoordinateTransformation coord_trans, org.gvsig.fmap.geom.Geometry geometry) -
createGeometryHelper
ExportGeometryHelper createGeometryHelper(ExportParametersGeometry parameters, org.gvsig.fmap.dal.feature.FeatureType theTargetFeatureType, org.gvsig.fmap.dal.feature.FeatureType theSourceFeatureType) -
createExportAttributes
ExportAttributes createExportAttributes()
-