congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
MSGnavigation.addParameter
Code IndexAdd Tabnine to your IDE (free)

How to use
addParameter
method
in
ucar.unidata.geoloc.projection.sat.MSGnavigation

Best Java code snippets using ucar.unidata.geoloc.projection.sat.MSGnavigation.addParameter (Showing top 4 results out of 315)

origin: Unidata/thredds

maxR = .99 * this.major_axis * Math.sqrt((P - 1) / (P + 1));
addParameter(CF.GRID_MAPPING_NAME, "MSGnavigation");
addParameter(CF.LONGITUDE_OF_PROJECTION_ORIGIN, lon0);
addParameter(CF.LATITUDE_OF_PROJECTION_ORIGIN, lat0);
addParameter(CF.SEMI_MAJOR_AXIS, major_axis);
addParameter(CF.SEMI_MINOR_AXIS, minor_axis);
addParameter(HEIGHT_FROM_EARTH_CENTER, sat_height);
addParameter(SCALE_X, scale_x);
addParameter(SCALE_Y, scale_y);
origin: edu.ucar/cdm

maxR = .99 * this.major_axis * Math.sqrt((P - 1) / (P + 1));
addParameter(CF.GRID_MAPPING_NAME, "MSGnavigation");
addParameter(CF.LONGITUDE_OF_PROJECTION_ORIGIN, lon0);
addParameter(CF.LATITUDE_OF_PROJECTION_ORIGIN, lat0);
addParameter(CF.SEMI_MAJOR_AXIS, major_axis);
addParameter(CF.SEMI_MINOR_AXIS, minor_axis);
addParameter(HEIGHT_FROM_EARTH_CENTER, sat_height);
addParameter(SCALE_X, scale_x);
addParameter(SCALE_Y, scale_y);
origin: edu.ucar/netcdf

maxR2 = maxR * maxR;
addParameter(CF.GRID_MAPPING_NAME, "MSGnavigation");
addParameter(CF.LONGITUDE_OF_PROJECTION_ORIGIN, new Double(lon0));
addParameter(CF.LATITUDE_OF_PROJECTION_ORIGIN, new Double(lat0));
addParameter(CF.SEMI_MAJOR_AXIS, new Double(major_axis));
addParameter(CF.SEMI_MINOR_AXIS, new Double(minor_axis));
addParameter(HEIGHT_FROM_EARTH_CENTER, new Double(sat_height));
addParameter(SCALE_X, new Double(scale_x));
addParameter(SCALE_Y, new Double(scale_y));
origin: edu.ucar/unidataCommon

maxR2 = maxR * maxR;
addParameter("grid_mapping_name", "MSGnavigation");
addParameter("longitude_of_projection_origin", new Double(lon0));
addParameter("latitude_of_projection_origin", new Double(lat0));
addParameter("semi_major_axis", new Double(major_axis));
addParameter("semi_minor_axis", new Double(minor_axis));
addParameter("height_from_earth_center", new Double(sat_height));
addParameter("scale_x", new Double(scale_x));
addParameter("scale_y", new Double(scale_y));
ucar.unidata.geoloc.projection.satMSGnavigationaddParameter

Popular methods of MSGnavigation

  • <init>
    Constructor
  • geocoord2pixcoord
  • pixcoord2geocoord
  • addGoodPts
  • getLimitCoord
  • latLonToProj
  • makeRect
  • constructCopy
    copy constructor - avoid clone !!
  • getLon0

Popular in Java

  • Updating database using SQL prepared statement
  • compareTo (BigDecimal)
  • requestLocationUpdates (LocationManager)
  • getResourceAsStream (ClassLoader)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • JTable (javax.swing)
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now