Uses of Interface
org.apache.lucene.spatial.tier.projections.IProjector
-
Packages that use IProjector Package Description 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 Modifier and Type Class Description 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 Constructor Description CartesianTierPlotter(int tierLevel, IProjector projector, String fieldPrefix)
Deprecated.
-