public class FeatureTemplate extends Object implements Serializable
Example for the BGT:
extractType = 'citygml'
partials = ['city-model-start.mustache', 'city-model-eind.mustache', ...]
features = ['buurt.mustache', 'functioneelgebied.mustache', ...]
| Constructor and Description |
|---|
FeatureTemplate(String extractType,
DeltaConfiguration deltaConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(Path featurePath) |
void |
addPartialFeature(Path partialFeaturePath) |
List<Path> |
getCollectionTemplates() |
DeltaConfiguration |
getDeltaConfiguration() |
String |
getExtractType() |
Set<String> |
getFeatureCollections() |
List<Path> |
getPartialTemplates() |
public FeatureTemplate(String extractType, DeltaConfiguration deltaConfiguration)
public String getExtractType()
public DeltaConfiguration getDeltaConfiguration()
public void addFeature(Path featurePath)
public void addPartialFeature(Path partialFeaturePath)
Copyright © 2017. All rights reserved.