org.apache.lucene.spatial.tier.projections
Interface IProjector

All Known Implementing Classes:
SinusoidalProjector

public interface IProjector

NOTE: This API is still in flux and might change in incompatible ways in the next release.


Method Summary
 double[] coords(double latitude, double longitude)
           
 String coordsAsString(double latitude, double longitude)
           
 

Method Detail

coordsAsString

String coordsAsString(double latitude,
                      double longitude)

coords

double[] coords(double latitude,
                double longitude)


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.