org.geotools.data.transform
Class TransformFactory
Object
TransformFactory
public class TransformFactory
- extends Object
Builds a transformed SimpleFeatureStore
or SimpleFeatureSource
based on the
definitions provided
- Author:
- Andrea Aime - GeoSolutions
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformFactory
public TransformFactory()
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.