Package gaiasky.util
Class CatalogManager
java.lang.Object
gaiasky.util.CatalogManager
- All Implemented Interfaces:
IObserver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the CatalogInfo with the given name, if anygetByObject
(FadeNode node) void
Event notification call.
-
Constructor Details
-
CatalogManager
public CatalogManager()
-
-
Method Details
-
getCatalogInfos
-
contains
-
get
Gets the CatalogInfo with the given name, if any- Parameters:
dsName
- The name of the dataset- Returns:
- The CatalogInfo object, null if it does not exist
-
getDatasetNames
-
getByObject
-
notify
Description copied from interface:IObserver
Event notification call.
-