Uses of Interface
com.metsci.glimpse.util.geo.projection.GeoProjection
-
Packages that use GeoProjection 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.charts.shoreline Data structures and data IO utilities for display land polygon outlines.com.metsci.glimpse.charts.slippy com.metsci.glimpse.core.axis.painter.label Helper classes used by axis painters to arrange tick marks and format tick and axis labels.com.metsci.glimpse.core.painter.geo Painters which draw plot elements for creating geographic display.com.metsci.glimpse.core.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks.com.metsci.glimpse.core.support.projection Provides projections which deform rectangular data blocks stored as textures into data coordinates.com.metsci.glimpse.extras.examples.charts.bathy com.metsci.glimpse.topo com.metsci.glimpse.util.geo.projection -
-
Uses of GeoProjection in com.metsci.glimpse.charts.bathy
Methods in com.metsci.glimpse.charts.bathy with parameters of type GeoProjection Modifier and Type Method Description LatLonProjectionTopographyData. getProjection(GeoProjection projection)FloatTextureProjected2DTopographyData. getTexture(GeoProjection projection)voidTopographyData. setAxisBounds(Axis2D axis, GeoProjection projection)Constructors in com.metsci.glimpse.charts.bathy with parameters of type GeoProjection Constructor Description ContourData(TopographyData bathymetryData, GeoProjection tp, double[] levels) -
Uses of GeoProjection in com.metsci.glimpse.charts.raster
Methods in com.metsci.glimpse.charts.raster with parameters of type GeoProjection Modifier and Type Method Description ProjectionBsbRasterData. 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 Modifier and Type Method Description ShapeLandShapePainter. loadNgdcLandFile(URL url, GeoProjection geoProjection)voidLandShapePainter. loadNgdcLandFileAndCenterAxis(URL url, GeoProjection geoProjection, Axis2D axis)Constructors in com.metsci.glimpse.charts.shoreline with parameters of type GeoProjection Constructor Description ShorelineTilePainter(GeoProjection projection, File file) -
Uses of GeoProjection in com.metsci.glimpse.charts.slippy
Classes in com.metsci.glimpse.charts.slippy that implement GeoProjection Modifier and Type Class Description classSlippyProjectionSee http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#JavaMethods in com.metsci.glimpse.charts.slippy with parameters of type GeoProjection Modifier and Type Method Description static SlippyMapPainterSlippyPainterFactory. getCartoMap(GeoProjection geoProj, boolean light, boolean labels)static SlippyMapPainterSlippyPainterFactory. getCartoMap(GeoProjection geoProj, Path cacheDir, boolean light, boolean labels)static SlippyMapPainterSlippyPainterFactory. getOpenStreetMaps(GeoProjection geoProj)static SlippyMapPainterSlippyPainterFactory. getOpenStreetMaps(GeoProjection geoProj, Path cacheDir)Vector2dSlippyProjection. reprojectFrom(double x, double y, GeoProjection fromProjection)KinematicVector2dSlippyProjection. reprojectPosVelFrom(double x, double y, double vx, double vy, GeoProjection fromProjection)Constructors in com.metsci.glimpse.charts.slippy with parameters of type GeoProjection Constructor Description SlippyAxisListener2D(GeoProjection geoProj)SlippyAxisMouseListener2D(GeoProjection geoProj)SlippyCache(GeoProjection geoProj, String urlPrefix)SlippyCache(GeoProjection geoProj, String urlPrefix, Path cacheDir)SlippyCache(GeoProjection geoProj, List<String> urlPrefixes)SlippyCache(GeoProjection geoProj, List<String> urlPrefixes, Path cacheDir)SlippyMapTilePainter(GeoProjection geoProj, List<String> prefixes, ExecutorService exec, Path cacheDir, int maxZoom) -
Uses of GeoProjection in com.metsci.glimpse.core.axis.painter.label
Constructors in com.metsci.glimpse.core.axis.painter.label with parameters of type GeoProjection Constructor Description LatLonAxisLabelHandler(GeoProjection geoProjection, boolean longitude) -
Uses of GeoProjection in com.metsci.glimpse.core.painter.geo
Constructors in com.metsci.glimpse.core.painter.geo with parameters of type GeoProjection Constructor Description LatLonTrackPainter(GeoProjection geoProjection)LatLonTrackPainter(GeoProjection geoProjection, boolean enableSpatialIndex)TilePainter(GeoProjection projection) -
Uses of GeoProjection in com.metsci.glimpse.core.plot
Methods in com.metsci.glimpse.core.plot that return GeoProjection Modifier and Type Method Description GeoProjectionMapPlot2D. getGeoProjection()Constructors in com.metsci.glimpse.core.plot with parameters of type GeoProjection Constructor Description MapPlot2D(GeoProjection projection) -
Uses of GeoProjection in com.metsci.glimpse.core.support.projection
Constructors in com.metsci.glimpse.core.support.projection with parameters of type GeoProjection 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.LatLonProjection(GeoProjection projection, double minLat, double maxLat, double minLon, double maxLon)LatLonProjection(GeoProjection projection, double minLat, double maxLat, double minLon, double maxLon, boolean latIsX)LatLonProjection(GeoProjection projection, double minLat, double maxLat, double minLon, double maxLon, boolean latIsX, double sizeDownsample) -
Uses of GeoProjection in com.metsci.glimpse.extras.examples.charts.bathy
Constructors in com.metsci.glimpse.extras.examples.charts.bathy with parameters of type GeoProjection Constructor Description BathymetryExample(GeoProjection projection) -
Uses of GeoProjection in com.metsci.glimpse.topo
Constructors in com.metsci.glimpse.topo with parameters of type GeoProjection Constructor Description ShadedReliefTiledPainter(GeoProjection projection, TopoDataset topoDataset)ShadedReliefTiledPainter(GeoProjection projection, TopoDataset topoDataset, String attributionText) -
Uses of GeoProjection in com.metsci.glimpse.util.geo.projection
Classes in com.metsci.glimpse.util.geo.projection that implement GeoProjection Modifier and Type Class Description classAzimuthalEquidistantImplementation of GeoProjection that preserves distance and azimuth from the center point.classMercatorProjectionMercator cylindrical map projection.classPolynomialTangentPlaneImplementation of GeoProjection via a plane which is tangent to the Earth and maps x, y coordinates on the plane to/from lat/lon pairs.classTangentPlaneImplementation 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 Modifier and Type Method Description Vector2dAzimuthalEquidistant. reprojectFrom(double x, double y, GeoProjection fromProjection)Vector2dGeoProjection. reprojectFrom(double x, double y, GeoProjection fromProjection)Reproject an x,y position from a previous projection to this projection.Vector2dMercatorProjection. reprojectFrom(double x, double y, GeoProjection fromProjection)Vector2dTangentPlane. reprojectFrom(double x, double y, GeoProjection fromProjection)KinematicVector2dAzimuthalEquidistant. reprojectPosVelFrom(double x, double y, double vx, double vy, GeoProjection fromProjection)KinematicVector2dGeoProjection. 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.KinematicVector2dMercatorProjection. reprojectPosVelFrom(double x, double y, double vx, double vy, GeoProjection fromProjection)KinematicVector2dTangentPlane. reprojectPosVelFrom(double x, double y, double vx, double vy, GeoProjection fromProjection)
-