Package thredds.featurecollection
Class FeatureCollectionConfigBuilder
- java.lang.Object
-
- thredds.featurecollection.FeatureCollectionConfigBuilder
-
public class FeatureCollectionConfigBuilder extends Object
Read theelement. create a FeatureCollectionConfig - Since:
- 1/17/2015
-
-
Field Summary
Fields Modifier and Type Field Description boolean
fatalError
-
Constructor Summary
Constructors Constructor Description FeatureCollectionConfigBuilder(Formatter errlog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollectionConfig
readConfig(org.jdom2.Element featureCollectionElement)
FeatureCollectionConfig
readConfigFromCatalog(String catalogAndPath)
Read a catalog and extract a FeatureCollectionConfig from itFeatureCollectionConfig
readConfigFromFile(String filename)
-
-
-
Constructor Detail
-
FeatureCollectionConfigBuilder
public FeatureCollectionConfigBuilder(Formatter errlog)
-
-
Method Detail
-
readConfigFromFile
public FeatureCollectionConfig readConfigFromFile(String filename) throws IOException
- Throws:
IOException
-
readConfigFromCatalog
public FeatureCollectionConfig readConfigFromCatalog(String catalogAndPath)
Read a catalog and extract a FeatureCollectionConfig from it- Parameters:
catalogAndPath
- catalog filename, or catalog#featureName- Returns:
- FeatureCollectionConfig or null
-
readConfig
public FeatureCollectionConfig readConfig(org.jdom2.Element featureCollectionElement)
-
-