Uses of Class
nl.b3p.csw.util.OnlineResource
-
Packages that use OnlineResource Package Description nl.b3p.csw.client nl.b3p.csw.util -
-
Uses of OnlineResource in nl.b3p.csw.client
Methods in nl.b3p.csw.client that return types with arguments of type OnlineResource Modifier and Type Method Description List<OnlineResource>Output. getResourcesFlattened()List of OnlineResource's.List<OnlineResource>Output. getResourcesFlattened(List<Protocol> allowedProtocols)List of OnlineResource's.Map<URI,List<OnlineResource>>Output. getResourcesMap()List of OnlineResource's grouped by URI.Map<URI,List<OnlineResource>>Output. getResourcesMap(List<Protocol> allowedProtocols)List of OnlineResource's grouped by URI.Map<URI,List<OnlineResource>>Output. getResourcesMap(org.jdom2.Element resultElem, List<Protocol> allowedProtocols) -
Uses of OnlineResource in nl.b3p.csw.util
Methods in nl.b3p.csw.util that return types with arguments of type OnlineResource Modifier and Type Method Description static Map<URI,List<OnlineResource>>CswClientFactory. searchAsWmsResourcesMap(String queryString, CswServable server)
-