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

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

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

origin: Unidata/thredds

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

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

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

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

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

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

CoordinateAxis taxis = from.getTimeAxis();
CoordinateAxis1DTime taxis1D = null;
if (taxis != null) {
origin: edu.ucar/netcdf

CoordinateAxis taxis = from.getTimeAxis();
CoordinateAxis1DTime taxis1D = null;
if (taxis != null) {
origin: Unidata/thredds

CoordinateAxis taxis = from.getTimeAxis();
CoordinateAxis1DTime taxis1D = null;
if (taxis != null) {
ucar.nc2.dt.gridGridCoordSysgetTimeAxis

Javadoc

get the Time axis

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,
  • getTimeAxis1D

Popular in Java

  • Creating JSON documents from java classes using gson
  • setContentView (Activity)
  • getExternalFilesDir (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Socket (java.net)
    Provides a client-side TCP socket.
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • 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