public class TransformFactory extends Object
SimpleFeatureStore or SimpleFeatureSource based on the
definitions provided| Constructor and Description |
|---|
TransformFactory() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static SimpleFeatureSource transform(SimpleFeatureSource source, String name, List<Definition> definitions) throws IOException
source - name - definitions - IOExceptionpublic static SimpleFeatureSource transform(SimpleFeatureSource source, Name name, List<Definition> definitions) throws IOException
source - name - definitions - IOExceptionCopyright © 1996–2019 Geotools. All rights reserved.