Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Projection |
IntensityMapPainter.getProjection() |
Projection |
HeatMapPainter.getProjection() |
Modifier and Type | Interface and Description |
---|---|
interface |
InvertibleProjection
A complement interface
Projection which
provides the inverse transform for invertible projections. |
Modifier and Type | Class and Description |
---|---|
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 |
GeoReprojection |
class |
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.
|
class |
PolarProjection
A projection which maps a texture into a circle or annulus (or an angular wedge of the above).
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Projection |
TextureProjected2D.getProjection() |
Modifier and Type | Method and Description |
---|---|
void |
TextureProjected2D.setProjection(Projection projection) |
Copyright © 2016 Metron, Inc.. All rights reserved.