Uses of Interface
com.metsci.glimpse.util.geo.projection.GeoProjection

Packages that use GeoProjection
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.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.charts.shoreline Data structures and data IO utilities for display land polygon outlines. 
com.metsci.glimpse.charts.vector Data structures and data IO utilities for parsing ENC and DNC navigation charts and displaying them as vector data. 
com.metsci.glimpse.charts.vector.display   
com.metsci.glimpse.charts.vector.display.examplesupport   
com.metsci.glimpse.charts.vector.painter   
com.metsci.glimpse.examples.charts.dnc   
com.metsci.glimpse.examples.charts.enc   
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   
 

Uses of GeoProjection in com.metsci.glimpse.axis.painter.label
 

Constructors in com.metsci.glimpse.axis.painter.label with parameters of type GeoProjection
LatLonAxisLabelHandler(GeoProjection geoProjection, boolean longitude)
           
 

Uses of GeoProjection in com.metsci.glimpse.charts.bathy
 

Constructors in com.metsci.glimpse.charts.bathy with parameters of type GeoProjection
BathymetryData(java.io.InputStream in, GeoProjection projection)
           
ContourData(BathymetryData bathymetryData, GeoProjection tp, double[] levels)
           
RecordVertices(GeoProjection projection)
           
 

Uses of GeoProjection in com.metsci.glimpse.charts.raster
 

Methods in com.metsci.glimpse.charts.raster with parameters of type GeoProjection
 Projection BsbRasterData.getProjection(GeoProjection plane, MercatorProjection projection, int resolution)
           
 

Uses of GeoProjection in com.metsci.glimpse.charts.shoreline
 

Methods in com.metsci.glimpse.charts.shoreline with parameters of type GeoProjection
 void LandShapePainter.loadLandFile(java.io.File file, GeoProjection tangentPlane)
          Deprecated. 
 void LandShapePainter.loadLandFile(java.io.InputStream in, GeoProjection tangentPlane)
          Deprecated. 
 void LandShapePainter.loadLandFile(java.lang.String file, GeoProjection tangentPlane)
          Deprecated. 
 void LandShapePainter.loadLandFileAndCenterAxis(java.io.File file, GeoProjection tangentPlane, Axis2D axis)
          Deprecated. 
 void LandShapePainter.loadLandFileAndCenterAxis(LandShapeCapable landFile, GeoProjection projection, Axis2D axis)
           
 void LandShapePainter.loadLandFileAndCenterAxis(LandShape landShape, GeoProjection projection, Axis2D axis)
           
 void LandShapePainter.loadNdgcLandFile(java.io.InputStream in, GeoProjection tangentPlane)
           
 void LandShapePainter.loadNgdcLandFile(java.io.File file, GeoProjection tangentPlane)
           
 void LandShapePainter.loadNgdcLandFile(java.lang.String file, GeoProjection tangentPlane)
           
 void LandShapePainter.loadNgdcLandFileAndCenterAxis(java.io.File file, GeoProjection tangentPlane, Axis2D axis)
           
 

Uses of GeoProjection in com.metsci.glimpse.charts.vector
 

Classes in com.metsci.glimpse.charts.vector that implement GeoProjection
 class MercatorProjection
          Mercator cylindrical map projection.
 

Methods in com.metsci.glimpse.charts.vector with parameters of type GeoProjection
 Vector2d MercatorProjection.reprojectFrom(double x, double y, GeoProjection fromProjection)
           
 KinematicVector2d MercatorProjection.reprojectPosVelFrom(double x, double y, double vx, double vy, GeoProjection fromProjection)
           
 

Uses of GeoProjection in com.metsci.glimpse.charts.vector.display
 

Methods in com.metsci.glimpse.charts.vector.display that return GeoProjection
 GeoProjection GeoContext.getProjection()
           
 

Constructors in com.metsci.glimpse.charts.vector.display with parameters of type GeoProjection
GeoContext(GeoProjection projection, PolygonPainter polyPainter, TrackPainter trackPainter, AnnotationPainter annotationPainter)
           
 

Uses of GeoProjection in com.metsci.glimpse.charts.vector.display.examplesupport
 

Constructors in com.metsci.glimpse.charts.vector.display.examplesupport with parameters of type GeoProjection
ENCDisplayPanel(SwingGlimpseCanvas canvas, GeoProjection projection, GeoFilterableRecordList<V> sourceENCList, java.lang.String skinResource, BasicSkinHelper<V> skinHelper)
           
 

Uses of GeoProjection in com.metsci.glimpse.charts.vector.painter
 

Methods in com.metsci.glimpse.charts.vector.painter with parameters of type GeoProjection
static java.util.List<Point> EncPainterUtils.convertEncVertexesToPoints(GeoProjection projection, ENCShape shape, int trackId)
           
static Polygon EncPainterUtils.convertEncVertexesToPolgon(GeoProjection projection, ENCObject object)
          Given an enc object, will return a polygon containing the vertices in the enc object.
static double[] EncPainterUtils.convertEncVertexesToSingleXYArray(GeoProjection projection, ENCShape shape)
           
static float[][] EncPainterUtils.convertEncVertexesToXYVertexes(GeoProjection projection, ENCShape shape)
           
static java.util.List<Point> EncPainterUtils.convertGeoVertexesToPoints(GeoProjection projection, GeoShape shape, int trackId)
           
static Polygon EncPainterUtils.convertGeoVertexesToPolgon(GeoProjection projection, GeoObject object)
           
static double[] EncPainterUtils.convertGeoVertexesToSingleXYArray(GeoProjection projection, GeoShape shape)
           
 

Constructors in com.metsci.glimpse.charts.vector.painter with parameters of type GeoProjection
EncChartPainter(GeoProjection projection, double[] annotationZoomRangesInNM, java.util.List<Skin<V>> skins)
           
EncChartPainter(GeoProjection projection, java.util.List<Skin<V>> skins)
           
EncChartPainter(GeoProjection projection, Skin<V> skin)
           
EncChartPainter(GeoProjection projection, Skin<V> skin1, Skin<V> skin2)
           
 

Uses of GeoProjection in com.metsci.glimpse.examples.charts.dnc
 

Constructors in com.metsci.glimpse.examples.charts.dnc with parameters of type GeoProjection
DNCObjectViewerExample(SwingGlimpseCanvas canvas, GeoProjection GeoProjection, GeoFilterableRecordList<DNCObject> sourceENCList)
           
DNCObjectViewerExample(SwingGlimpseCanvas canvas, GeoProjection GeoProjection, java.lang.String encResource)
           
 

Uses of GeoProjection in com.metsci.glimpse.examples.charts.enc
 

Constructors in com.metsci.glimpse.examples.charts.enc with parameters of type GeoProjection
ENCObjectViewerExample(SwingGlimpseCanvas canvas, GeoProjection GeoProjection, GeoFilterableRecordList<ENCObject> sourceENCList)
           
ENCObjectViewerExample(SwingGlimpseCanvas canvas, GeoProjection GeoProjection, java.lang.String encResource)
           
 

Uses of GeoProjection in com.metsci.glimpse.painter.geo
 

Constructors in com.metsci.glimpse.painter.geo with parameters of type GeoProjection
LatLonTrackPainter(GeoProjection geoProjection)
           
LatLonTrackPainter(GeoProjection geoProjection, boolean enableSpatialIndex)
           
 

Uses of GeoProjection in com.metsci.glimpse.plot
 

Methods in com.metsci.glimpse.plot that return GeoProjection
 GeoProjection MapPlot2D.getGeoProjection()
           
 

Constructors in com.metsci.glimpse.plot with parameters of type GeoProjection
MapPlot2D(GeoProjection projection)
           
 

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

Constructors in com.metsci.glimpse.support.projection with parameters of type GeoProjection
TangentPlaneProjection(GeoProjection plane, double minLat, double maxLat, double minLon, double maxLon, boolean latIsX)
           
 

Uses of GeoProjection in com.metsci.glimpse.util.geo.projection
 

Classes in com.metsci.glimpse.util.geo.projection that implement GeoProjection
 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.
 

Methods in com.metsci.glimpse.util.geo.projection with parameters of type GeoProjection
 Vector2d TangentPlane.reprojectFrom(double x, double y, GeoProjection fromProjection)
           
 Vector2d GeoProjection.reprojectFrom(double x, double y, GeoProjection fromProjection)
          Reproject an x,y position from a previous projection to this projection.
 KinematicVector2d TangentPlane.reprojectPosVelFrom(double x, double y, double vx, double vy, 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.
 



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