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

Packages that use InvertibleProjection
com.metsci.glimpse.support.projection Provides projections which deform rectangular data blocks stored as textures into data coordinates. 
 

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

Classes in com.metsci.glimpse.support.projection that implement InvertibleProjection
 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 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.
 



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