org.geotools.data.transform
Class TransformFactory

Object
  extended by TransformFactory

public class TransformFactory
extends Object

Builds a transformed SimpleFeatureStore or SimpleFeatureSource based on the definitions provided

Author:
Andrea Aime - GeoSolutions

Constructor Summary
TransformFactory()
           
 
Method Summary
static 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
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 properties
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformFactory

public TransformFactory()
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

Parameters:
source -
name -
definitions -
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

Parameters:
source -
name -
definitions -
Throws:
IOException


Copyright © 1996-2014 Geotools. All Rights Reserved.