| java.lang.Object net.refractions.udig.project.internal.CatalogRef
CatalogRef | public class CatalogRef (Code) | | Persists the connection parameters of the services that the resource needs for its resources.
This is done so that if a map is sent to a friend the services can be created from the data provided by
the map alone.
author: Jesse since: 1.0.0 |
CatalogRef | public CatalogRef(Layer layer)(Code) | | Construct LayerRef .
Parameters: layer - |
CatalogRef | public CatalogRef()(Code) | | Construct LayerRef .
|
getLayer | public Layer getLayer()(Code) | | Returns the layer. |
isLoaded | public boolean isLoaded()(Code) | | Returns true if the required GeoResources have been added to the catalog.
|
load | public void load()(Code) | | Adds the required services into the catalog.
|
parseResourceParameters | public void parseResourceParameters(String string)(Code) | | Reaods the parameters for the resource's parameters from the string and stores them.
Services aren't created until load() is called.
Parameters: string - |
setLayer | public void setLayer(Layer layer)(Code) | | Parameters: layer - The layer to set. |
|
|