Uses of Package
com.metsci.glimpse.util.geo.projection
-
Packages that use com.metsci.glimpse.util.geo.projection 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 -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.bathy Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.raster Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y).MercatorProjection Mercator cylindrical map projection. -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.shoreline Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.slippy Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y).KinematicVector2d Represents kinematic state (position and velocity) within a two coordinate projection of the surface of the Earth (GeoProjection). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.core.axis.painter.label Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.core.painter.geo Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.core.plot Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.core.support.projection Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.extras.examples.charts.bathy Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.topo Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y). -
Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.util.geo.projection Class Description GeoProjection Interface for projections from LatLonGeo to two coordinates (x, y).KinematicVector2d Represents kinematic state (position and velocity) within a two coordinate projection of the surface of the Earth (GeoProjection).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.