Package org.fao.geonet.csw.common.requests

Examples of org.fao.geonet.csw.common.requests.GetRecordByIdRequest


    dataMan = gc.getBean(DataManager.class);
    result  = new HarvestResult();

    //--- setup get-record-by-id request

    request = new GetRecordByIdRequest(sc);
    request.setElementSetName(ElementSetName.FULL);

    CswOperation oper = server.getOperation(CswServer.GET_RECORD_BY_ID);

    // Use the preferred HTTP method and check one exist.
View Full Code Here

TOP

Related Classes of org.fao.geonet.csw.common.requests.GetRecordByIdRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.