Package | Description |
---|---|
com.metsci.glimpse.axis.painter.label |
Helper classes used by axis painters to arrange tick marks and
format tick and axis labels.
|
com.metsci.glimpse.painter.geo |
Painters which draw plot elements for creating geographic display.
|
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
com.metsci.glimpse.support.projection |
Provides projections which deform rectangular data blocks
stored as textures into data coordinates.
|
com.metsci.glimpse.util.geo.projection |
Constructor and Description |
---|
LatLonAxisLabelHandler(GeoProjection geoProjection,
boolean longitude) |
Constructor and Description |
---|
LatLonTrackPainter(GeoProjection geoProjection) |
LatLonTrackPainter(GeoProjection geoProjection,
boolean enableSpatialIndex) |
Modifier and Type | Method and Description |
---|---|
GeoProjection |
MapPlot2D.getGeoProjection() |
Constructor and Description |
---|
MapPlot2D(GeoProjection projection) |
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.
|
LatLonProjection(GeoProjection projection,
double minLat,
double maxLat,
double minLon,
double maxLon) |
LatLonProjection(GeoProjection projection,
double minLat,
double maxLat,
double minLon,
double maxLon,
boolean latIsX) |
Modifier and Type | Class and Description |
---|---|
class |
MercatorProjection
Mercator cylindrical map projection.
|
class |
TangentPlane
Implementation of GeoProjection via a plane which is tangent to the Earth and maps x, y
coordinates on the plane to/from lat/lon pairs.
|
Modifier and Type | Method and Description |
---|---|
Vector2d |
GeoProjection.reprojectFrom(double x,
double y,
GeoProjection fromProjection)
Reproject an x,y position from a previous projection to this projection.
|
Vector2d |
MercatorProjection.reprojectFrom(double x,
double y,
GeoProjection fromProjection) |
Vector2d |
TangentPlane.reprojectFrom(double x,
double y,
GeoProjection fromProjection) |
KinematicVector2d |
GeoProjection.reprojectPosVelFrom(double x,
double y,
double vx,
double vy,
GeoProjection fromProjection)
Reproject x, y position and corresponding x, y velocity vector at that location from a
previous projection to this projection.
|
KinematicVector2d |
MercatorProjection.reprojectPosVelFrom(double x,
double y,
double vx,
double vy,
GeoProjection fromProjection) |
KinematicVector2d |
TangentPlane.reprojectPosVelFrom(double x,
double y,
double vx,
double vy,
GeoProjection fromProjection) |
Copyright © 2013 Metron, Inc.. All rights reserved.