One important point to remember is that a layer can be associated with many resources and therefore may have to store the parameters for many services
The {@link #marshalConnectionParameters()} method is used to persist the connection parametersand the {@link #parseResourceParameters(String)} is used to provide the CatalogRef with theconnection parameters again. However, they services are not loaded until load is called. This is so that uDig doesn't block until it is a good time to block. (IE when getGeoResources is called).
@author Jesse @since 1.0.0
|
|
|
|