congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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

  • Making http post requests using okhttp
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (Timer)
  • requestLocationUpdates (LocationManager)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • JButton (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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