Uses of Class
SphericalProjection

Uses of SphericalProjection in <Unnamed>
 

Subclasses of SphericalProjection in <Unnamed>
 class Gnomonic
           
 class HammerAitoff
           
 class Mercator
           
 class PlateCarree
           
 class SansonFlamsteed
           
 class SlantOrthographic
           
 class ZenithalEqualArea
           
 class ZenithalProjection
           
 

Methods in <Unnamed> that return SphericalProjection
static SphericalProjection SphericalProjection.forName(java.lang.String name)
           
 

Methods in <Unnamed> with parameters of type SphericalProjection
 void SphericalProjection.copy(SphericalProjection projection)
           
static ReducedData ReducedCoadder.createCoadded(ReducedData[] component, SphericalProjection projection)
           
 java.lang.String[] SphericalCoordinates.getFitsAxisNames(SphericalProjection projection)
           
 CoordinatePair SphericalCoordinates.getProjected(SphericalProjection projection)
           
 void SphericalCoordinates.project(SphericalProjection projection, CoordinatePair toOffset)
           
static void SphericalProjection.register(SphericalProjection projection)
           
 void SphericalCoordinates.setProjected(SphericalProjection projection, CoordinatePair fromOffset)