Package org.mediameter.cliff.places

Examples of org.mediameter.cliff.places.Adm1GeoNameLookup


        assertEquals(usa.getGeonameID(),6252001);
    }

    @Test
    public void testAdm1Lookup() throws Exception {
        Adm1GeoNameLookup lookup = new Adm1GeoNameLookup();
        assertEquals(lookup.size(),3895);
        GeoName newYorkState = lookup.get("US","NY");
        assertEquals(newYorkState.getGeonameID(),5128638);
    }
View Full Code Here

TOP

Related Classes of org.mediameter.cliff.places.Adm1GeoNameLookup

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.