Package org.fao.geonet.csw.common

Examples of org.fao.geonet.csw.common.ResultType


        int maxRecords = getMaxRecords(request);

        Element query = request.getChild("Query", Csw.NAMESPACE_CSW);

        // one of "hits", "results", "validate" or the GN-specific (invalid) "results_with_summary".
        ResultType resultType = ResultType.parse(request.getAttributeValue("resultType"));

        // either Record or IsoRecord
        OutputSchema outSchema = OutputSchema.parse(request.getAttributeValue("outputSchema"));

        // GeoNetwork-specific parameter defining how to deal with ElementNames. See documentation in
View Full Code Here

TOP

Related Classes of org.fao.geonet.csw.common.ResultType

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.