Tabnine Logo
GridCoordSys.getVerticalAxis
Code IndexAdd Tabnine to your IDE (free)

How to use
getVerticalAxis
method
in
ucar.nc2.dt.grid.GridCoordSys

Best Java code snippets using ucar.nc2.dt.grid.GridCoordSys.getVerticalAxis (Showing top 12 results out of 315)

origin: Unidata/thredds

 f.format("%n");
if (getVerticalAxis() != null) {
 f.format(" z=%s (%s)", vertZaxis.getNameAndDimensions(), vertZaxis.getClass().getName());
 if (showCoords) showCoords(vertZaxis, f);
origin: edu.ucar/cdm

 f.format("%n");
if (getVerticalAxis() != null) {
 f.format("z=%s (%s)", vertZaxis.getFullName(), vertZaxis.getClass().getName());
 if (showCoords) showCoords(vertZaxis, f);
origin: edu.ucar/netcdf

 f.format("%n");
if (getVerticalAxis() != null) {
 f.format("z=%s (%s)", vertZaxis.getFullName(), vertZaxis.getClass().getName());
 if (showCoords) showCoords(vertZaxis, f);
origin: edu.ucar/cdm

CoordinateAxis1D zaxis = from.getVerticalAxis();
if (zaxis != null) {
 vertZaxis = (z_range == null) ? zaxis : zaxis.section(z_range);
origin: edu.ucar/netcdf

CoordinateAxis1D zaxis = from.getVerticalAxis();
if (zaxis != null) {
 vertZaxis = (z_range == null) ? zaxis : zaxis.section(z_range);
origin: Unidata/thredds

CoordinateAxis1D zaxis = from.getVerticalAxis();
if (zaxis != null) {
 vertZaxis = (z_range == null) ? zaxis : zaxis.section(z_range);
origin: edu.ucar/cdm

if (gcs.getVerticalAxis() != null) zDimOrgIndex = findDimension(gcs.getVerticalAxis().getDimension(0));
if (gcs.getTimeAxis() != null) {
 if (gcs.getTimeAxis1D() != null)
origin: edu.ucar/netcdf

if (gcs.getVerticalAxis() != null) zDimOrgIndex = findDimension(gcs.getVerticalAxis().getDimension(0));
if (gcs.getTimeAxis() != null) {
 if (gcs.getTimeAxis1D() != null)
origin: Unidata/thredds

if (gcs.getVerticalAxis() != null) zDimOrgIndex = findDimension(gcs.getVerticalAxis().getDimension(0));
if (gcs.getTimeAxis() != null) {
 if (gcs.getTimeAxis1D() != null)
origin: edu.ucar/cdm

csElem.setAttribute("horizY", gcs.getYHorizAxis().getFullName());
if (gcs.hasVerticalAxis())
 csElem.setAttribute("vertical", gcs.getVerticalAxis().getFullName());
if (gcs.hasTimeAxis())
 csElem.setAttribute("time", cs.getTaxis().getFullName());
origin: edu.ucar/netcdf

csElem.setAttribute("horizY", gcs.getYHorizAxis().getFullName());
if (gcs.hasVerticalAxis())
 csElem.setAttribute("vertical", gcs.getVerticalAxis().getFullName());
if (gcs.hasTimeAxis())
 csElem.setAttribute("time", cs.getTaxis().getFullName());
origin: Unidata/thredds

csElem.setAttribute("horizY", gcs.getYHorizAxis().getFullName());
if (gcs.hasVerticalAxis())
 csElem.setAttribute("vertical", gcs.getVerticalAxis().getFullName());
if (gcs.hasTimeAxis())
 csElem.setAttribute("time", cs.getTaxis().getFullName());
ucar.nc2.dt.gridGridCoordSysgetVerticalAxis

Javadoc

get the Vertical axis (either Geoz, Height, or Pressure)

Popular methods of GridCoordSys

  • hasVerticalAxis
  • <init>
    Create a GridCoordSys as a section of an existing GridCoordSys. This will create sections of the cor
  • convertUnits
  • findXYindexFromCoord
    Given a point in x,y coordinate space, find the x,y index in the coordinate system.
  • findXYindexFromCoordBounded
    Given a point in x,y coordinate space, find the x,y index in the coordinate system. If outside the r
  • getBoundingBox
    Get the x,y bounding box in projection coordinates.
  • getCalendarDates
  • getCoordinateTransforms
  • getEnsembleAxis
    get the Ensemble axis, else null
  • getHorizStaggerType
  • getLatLon
    Get the Lat/Lon coordinates of the midpoint of a grid cell, using the x,y indices
  • getLatLonBoundingBox
  • getLatLon,
  • getLatLonBoundingBox,
  • getLevels,
  • getMinOrMaxLon,
  • getName,
  • getProjection,
  • getRangesFromLatLonRect,
  • getRunTimeAxis,
  • getTimeAxis,
  • getTimeAxis1D

Popular in Java

  • Creating JSON documents from java classes using gson
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setRequestProperty (URLConnection)
  • getContentResolver (Context)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Kernel (java.awt.image)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Collectors (java.util.stream)
  • Top plugins for WebStorm
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