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

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

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

origin: edu.ucar/cdm

if (gcs.getTimeAxis1D() != null)
 tDimOrgIndex = findDimension(gcs.getTimeAxis1D().getDimension(0));
else
 tDimOrgIndex = findDimension(gcs.getTimeAxis().getDimension(1));
origin: Unidata/thredds

if (gcs.getTimeAxis1D() != null)
 tDimOrgIndex = findDimension(gcs.getTimeAxis1D().getDimension(0));
else
 tDimOrgIndex = findDimension(gcs.getTimeAxis().getDimension(1));
origin: edu.ucar/netcdf

if (gcs.getTimeAxis1D() != null)
 tDimOrgIndex = findDimension(gcs.getTimeAxis1D().getDimension(0));
else
 tDimOrgIndex = findDimension(gcs.getTimeAxis().getDimension(1));
ucar.nc2.dt.gridGridCoordSysgetTimeAxis1D

Javadoc

get the Time axis, if its 1-dimensional

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • getSharedPreferences (Context)
  • getSupportFragmentManager (FragmentActivity)
  • getApplicationContext (Context)
  • Path (java.nio.file)
  • Permission (java.security)
    Legacy security code; do not use.
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Best plugins for Eclipse
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