public class TransformFactory extends Object
SimpleFeatureStore
or SimpleFeatureSource
based on the
definitions providedConstructor 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
- IOException
public static SimpleFeatureSource transform(SimpleFeatureSource source, Name name, List<Definition> definitions) throws IOException
source
- name
- definitions
- IOException
Copyright © 1996–2019 Geotools. All rights reserved.