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