Package org.geotools.data.transform
Class TransformFactory
- Object
- 
- TransformFactory
 
- 
 public class TransformFactory extends Object Builds a transformedSimpleFeatureStoreorSimpleFeatureSourcebased on the definitions provided- Author:
- Andrea Aime - GeoSolutions
 
- 
- 
Constructor SummaryConstructors Constructor Description TransformFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleFeatureSourcetransform(SimpleFeatureSource source, String name, List<Definition> definitions)Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed propertiesstatic SimpleFeatureSourcetransform(SimpleFeatureSource source, Name name, List<Definition> definitions)Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed properties
 
- 
- 
- 
Method Detail- 
transformpublic static SimpleFeatureSource transform(SimpleFeatureSource source, String name, List<Definition> definitions) throws IOException Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed properties- Throws:
- IOException
 
 - 
transformpublic static SimpleFeatureSource transform(SimpleFeatureSource source, Name name, List<Definition> definitions) throws IOException Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed properties- Throws:
- IOException
 
 
- 
 
-