Package org.geotools.data.transform
Class TransformFactory
- Object
-
- TransformFactory
-
public class TransformFactory extends Object
Builds a transformedSimpleFeatureStore
orSimpleFeatureSource
based on the definitions provided- Author:
- Andrea Aime - GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description TransformFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleFeatureSource
transform(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 SimpleFeatureSource
transform(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
-
transform
public 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
-
transform
public 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
-
-