Uses of Interface
com.metsci.glimpse.support.projection.Projection

Packages that use Projection
com.metsci.glimpse.charts.raster Data structures and data IO utilities for displaying ENC raster images. 
com.metsci.glimpse.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images. 
com.metsci.glimpse.support.projection Provides projections which deform rectangular data blocks stored as textures into data coordinates. 
com.metsci.glimpse.support.texture Extensions to the basic Texture subclasses. 
 

Uses of Projection in com.metsci.glimpse.charts.raster
 

Methods in com.metsci.glimpse.charts.raster that return Projection
 Projection BsbRasterData.getProjection(GeoProjection plane, MercatorProjection projection, int resolution)
           
 

Uses of Projection in com.metsci.glimpse.painter.texture
 

Methods in com.metsci.glimpse.painter.texture that return Projection
 Projection HeatMapPainter.getProjection()
           
 

Uses of Projection in com.metsci.glimpse.support.projection
 

Classes in com.metsci.glimpse.support.projection that implement Projection
 class FlatProjection
          A simple projection which maps a texture onto a rectangle in physical coordinates with bottom-left corner at (minX, minY) and upper-right corner at (maxX, maxY).
 class GenericProjection
          An alternative means of specifying a general projection.
 class PolarProjection
          A projection which maps a texture into a circle or annulus (or an angular wedge of the above).
 class TangentPlaneProjection
          A projection which maps a texture with data values spaced uniformly in lat/lon space onto a flat tangent plane defined by the provided TangentPlane object.
 

Uses of Projection in com.metsci.glimpse.support.texture
 

Methods in com.metsci.glimpse.support.texture that return Projection
 Projection TextureProjected2D.getProjection()
           
 

Methods in com.metsci.glimpse.support.texture with parameters of type Projection
 void TextureProjected2D.setProjection(Projection projection)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.