Search in sources :

Example 1 with CSWService

use of gov.usgs.cida.coastalhazards.util.ogc.CSWService in project coastal-hazards by USGS-CIDA.

the class Item method fetchCswService.

public CSWService fetchCswService() {
    CSWService cswService = null;
    OGCService ogc = fetchOgcService(ServiceType.csw);
    if (ogc instanceof CSWService) {
        cswService = (CSWService) ogc;
    }
    return cswService;
}
Also used : CSWService(gov.usgs.cida.coastalhazards.util.ogc.CSWService) OGCService(gov.usgs.cida.coastalhazards.util.ogc.OGCService)

Aggregations

CSWService (gov.usgs.cida.coastalhazards.util.ogc.CSWService)1 OGCService (gov.usgs.cida.coastalhazards.util.ogc.OGCService)1