Package thredds.tdm
Class CatalogConfigReader
- java.lang.Object
-
- thredds.tdm.CatalogConfigReader
-
public class CatalogConfigReader extends Object
TDM catalog reading. We use the jdom2 elements directly, dont use CatalogBuilder(s)- Since:
- 12/18/13
-
-
Constructor Summary
Constructors Constructor Description CatalogConfigReader(Path rootPath, org.springframework.core.io.Resource catR)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<thredds.featurecollection.FeatureCollectionConfig>getFcList()
-
-
-
Constructor Detail
-
CatalogConfigReader
public CatalogConfigReader(Path rootPath, org.springframework.core.io.Resource catR) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getFcList
public List<thredds.featurecollection.FeatureCollectionConfig> getFcList()
-
-