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

Packages that use IProjector
org.apache.lucene.spatial.tier.projections Spatial projections. 
 

Uses of IProjector in org.apache.lucene.spatial.tier.projections
 

Classes in org.apache.lucene.spatial.tier.projections that implement IProjector
 class SinusoidalProjector
          Deprecated. Until we can put in place proper tests and a proper fix.
 

Constructors in org.apache.lucene.spatial.tier.projections with parameters of type IProjector
CartesianTierPlotter(int tierLevel, IProjector projector, String fieldPrefix)
          Deprecated.