public class FeatureCollectionConfigBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
fatalError |
| Constructor and Description |
|---|
FeatureCollectionConfigBuilder(Formatter errlog) |
| Modifier and Type | Method and Description |
|---|---|
FeatureCollectionConfig |
readConfig(org.jdom2.Element featureCollectionElement) |
FeatureCollectionConfig |
readConfigFromCatalog(String catalogAndPath)
Read a catalog and extract a FeatureCollectionConfig from it
|
FeatureCollectionConfig |
readConfigFromFile(String filename) |
public FeatureCollectionConfigBuilder(Formatter errlog)
public FeatureCollectionConfig readConfigFromFile(String filename)
public FeatureCollectionConfig readConfigFromCatalog(String catalogAndPath)
catalogAndPath - catalog filename, or catalog#featureNamepublic FeatureCollectionConfig readConfig(org.jdom2.Element featureCollectionElement)