Uses of Interface
com.metsci.glimpse.core.support.projection.Projection
-
Packages that use Projection Package Description 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. -
-
Uses of Projection in com.metsci.glimpse.charts.raster
Methods in com.metsci.glimpse.charts.raster that return Projection Modifier and Type Method Description ProjectionBsbRasterData. getProjection(GeoProjection plane, MercatorProjection projection, int resolution) -
Uses of Projection in com.metsci.glimpse.core.examples.projection
Methods in com.metsci.glimpse.core.examples.projection with parameters of type Projection Modifier and Type Method Description static GlimpsePainterReprojectionExample. createReprojectingPainter(com.jogamp.opengl.GLContext glContext, GlimpseLayout origLayout, Projection proj) -
Uses of Projection in com.metsci.glimpse.core.painter.texture
Methods in com.metsci.glimpse.core.painter.texture that return Projection Modifier and Type Method Description ProjectionHeatMapPainter. getProjection() -
Uses of Projection in com.metsci.glimpse.core.support.projection
Subinterfaces of Projection in com.metsci.glimpse.core.support.projection Modifier and Type Interface Description interfaceInvertibleProjectionA complement interfaceProjectionwhich provides the inverse transform for invertible projections.Classes in com.metsci.glimpse.core.support.projection that implement Projection Modifier and Type Class Description classFlatProjectionA 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).classGenericProjectionAn alternative means of specifying a general projection.classGeoReprojectionclassLatLonProjectionA projection which maps a texture with data values spaced uniformly in lat/lon space onto a flat plane defined by the provided GeoProjection.classPolarProjectionA projection which maps a texture into a circle or annulus (or an angular wedge of the above).Constructors in com.metsci.glimpse.core.support.projection with parameters of type Projection Constructor Description GeoReprojection(Projection flat, GeoProjection from, GeoProjection to, double sizeDownsample)Builds a projection which maps a texture which was rendered in one GeoProjection space into another GeoProjection space. -
Uses of Projection in com.metsci.glimpse.core.support.texture
Methods in com.metsci.glimpse.core.support.texture that return Projection Modifier and Type Method Description ProjectionTextureProjected2D. getProjection()Methods in com.metsci.glimpse.core.support.texture with parameters of type Projection Modifier and Type Method Description voidTextureProjected2D. setProjection(Projection projection)
-