Uses of Package
com.metsci.glimpse.core.support.projection
-
Packages that use com.metsci.glimpse.core.support.projection Package Description com.metsci.glimpse.charts.bathy The bathymetry package defines utility classes for reading bathymetric data in various formats.com.metsci.glimpse.charts.raster Data structures and data IO utilities for displaying ENC raster images.com.metsci.glimpse.core.examples.projection Examples demonstrating applying arbitrary deformations / projections to Glimpse heat map data.com.metsci.glimpse.core.painter.texture Painters which display data contained in OpenGL textures, including 2D heat maps and images.com.metsci.glimpse.core.support.projection Provides projections which deform rectangular data blocks stored as textures into data coordinates.com.metsci.glimpse.core.support.texture Extensions to the basicTexturesubclasses. -
Classes in com.metsci.glimpse.core.support.projection used by com.metsci.glimpse.charts.bathy Class Description LatLonProjection A projection which maps a texture with data values spaced uniformly in lat/lon space onto a flat plane defined by the provided GeoProjection. -
Classes in com.metsci.glimpse.core.support.projection used by com.metsci.glimpse.charts.raster Class Description 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).Projection Provides a mapping from a texture coordinate to the lower left corner of the polygon which it should be mapped onto. -
Classes in com.metsci.glimpse.core.support.projection used by com.metsci.glimpse.core.examples.projection Class Description Projection Provides a mapping from a texture coordinate to the lower left corner of the polygon which it should be mapped onto. -
Classes in com.metsci.glimpse.core.support.projection used by com.metsci.glimpse.core.painter.texture Class Description Projection Provides a mapping from a texture coordinate to the lower left corner of the polygon which it should be mapped onto. -
Classes in com.metsci.glimpse.core.support.projection used by com.metsci.glimpse.core.support.projection Class Description InvertibleProjection A complement interfaceProjectionwhich provides the inverse transform for invertible projections.Projection Provides a mapping from a texture coordinate to the lower left corner of the polygon which it should be mapped onto. -
Classes in com.metsci.glimpse.core.support.projection used by com.metsci.glimpse.core.support.texture Class Description Projection Provides a mapping from a texture coordinate to the lower left corner of the polygon which it should be mapped onto.