getLayers(List selection) Creates a list of
objects from the provided selection.
Parameters: selection - A selection of CatalogEntries obtained from a object.
Creates a layer from a service and a resource. The layer is represented the data in resource.
May return null if it cannot resolve the service.
Parameters: service - Parameters: resource - throws: IOException -
Creates a list of
objects from the provided selection.
Parameters: selection - A selection of CatalogEntries obtained from a object. a list of objects from the provided selection. throws: IOException -
Creates a list of layers from a service. Each GeoResource in the service will have a
corresponding layer created for it. Becareful this can result in a large number of layers.
Parameters: service - a service that will be used to created layers a list of layers throws: IOException -