Examples of GeostringConv


Examples of edu.caltech.csn.geocell.converter.GeostringConv

    expected.add("RTN-");
    expected.add("RTaE");
    expected.add("RTPW");
    expected.add("RTaC");
    expected.add("RTaA");
    final Converter<String> converter = new GeostringConv();
    final Point pasadena = new Point(34.156098d, -118.131808d);
    final Bounds bnds = Bounds.fromPointAndRadius(pasadena, 100);
    final Set<String> cells = GeocellLibrary.fixedGrid(bnds,  17, converter);
    assertEquals(expected, cells);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.