public class CswClientFactory extends Object
| Constructor and Description |
|---|
CswClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.jdom.Document |
searchAsTransformedXml(GetRecords request,
CswServable server,
String transformPath) |
static Map<URI,List<OnlineResource>> |
searchAsWmsResourcesMap(String queryString,
CswServable server) |
static org.jdom.Document |
searchAsXml(GetRecords request,
CswServable server) |
static org.jdom.Document |
searchSimpleAsTransformedXml(String queryString,
CswServable server,
String transformPath) |
static org.jdom.Document |
searchSimpleAsXml(String queryString,
CswServable server) |
public static org.jdom.Document searchSimpleAsXml(String queryString, CswServable server) throws IOException, org.jdom.JDOMException, JAXBException, OwsException
IOExceptionorg.jdom.JDOMExceptionJAXBExceptionOwsExceptionpublic static org.jdom.Document searchSimpleAsTransformedXml(String queryString, CswServable server, String transformPath) throws IOException, org.jdom.JDOMException, TransformerException, JAXBException, OwsException
IOExceptionorg.jdom.JDOMExceptionTransformerExceptionJAXBExceptionOwsExceptionpublic static org.jdom.Document searchAsXml(GetRecords request, CswServable server) throws IOException, org.jdom.JDOMException, JAXBException, OwsException
IOExceptionorg.jdom.JDOMExceptionJAXBExceptionOwsExceptionpublic static org.jdom.Document searchAsTransformedXml(GetRecords request, CswServable server, String transformPath) throws IOException, org.jdom.JDOMException, TransformerException, JAXBException, OwsException
IOExceptionorg.jdom.JDOMExceptionTransformerExceptionJAXBExceptionOwsExceptionpublic static Map<URI,List<OnlineResource>> searchAsWmsResourcesMap(String queryString, CswServable server) throws IOException, org.jdom.JDOMException, JAXBException, OwsException
IOExceptionorg.jdom.JDOMExceptionJAXBExceptionOwsExceptionCopyright © 2015. All rights reserved.