Package com.k_int.IR

Examples of com.k_int.IR.InformationFragment


        GeoSearchTask task = (GeoSearchTask) geoSource.createTask(testQuery,
                null);
        task.evaluate(2000);
        spec = new RecordFormatSpecification("sutrs", null, "B");

        InformationFragment frag = task.getFragment(1, spec);
        String result = frag.getOriginalObject().toString();
        LOGGER.fine("the result is " + result);
        assertTrue(result.equals("Water Supply Watersheds"));

        spec = new RecordFormatSpecification("html", null, "S");
View Full Code Here

TOP

Related Classes of com.k_int.IR.InformationFragment

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.