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) |
public FeatureCollectionConfigBuilder(java.util.Formatter errlog)
public FeatureCollectionConfig readConfigFromFile(java.lang.String filename) throws java.io.IOException
java.io.IOException
public FeatureCollectionConfig readConfigFromCatalog(java.lang.String catalogAndPath)
catalogAndPath
- catalog filename, or catalog#featureNamepublic FeatureCollectionConfig readConfig(org.jdom2.Element featureCollectionElement)