Package org.geotools.data.transform
Class TransformFactory
Object
TransformFactory
Builds a transformed 
SimpleFeatureStore or SimpleFeatureSource based on the definitions provided- Author:
 - Andrea Aime - GeoSolutions
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic 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 
- 
Constructor Details
- 
TransformFactory
public TransformFactory() 
 - 
 - 
Method Details
- 
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
 
 -