ucar.nc2.dataset.conv
Class Jason2Convention

java.lang.Object
  extended by ucar.nc2.dataset.CoordSysBuilder
      extended by ucar.nc2.dataset.conv.Jason2Convention
All Implemented Interfaces:
CoordSysBuilderIF

public class Jason2Convention
extends CoordSysBuilder

Created by IntelliJ IDEA. User: yuanho Date: Mar 17, 2010 Time: 2:27:03 PM To change this template use File | Settings | File Templates.


Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.nc2.dataset.CoordSysBuilder
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcess
 
Field Summary
 
Fields inherited from class ucar.nc2.dataset.CoordSysBuilder
conventionName, coordVarMap, debug, log, parseInfo, resourcesDir, showRejects, userAdvice, varList
 
Constructor Summary
Jason2Convention()
          _more_
 
Method Summary
protected  AxisType getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          _more_
static boolean isMine(NetcdfFile ncfile)
           
 
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder
addCoordinateVariable, addUserAdvice, assignCoordinateSystemsExplicit, assignCoordinateTransforms, augmentDataset, buildCoordinateSystems, factory, findCoordinateAxes, findCoordinateAxis, findCoordinateSystems, findCoordinateTransforms, findVarProcess, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, hasXY, isCoordinateAxisForVariable, makeCoordinateAxes, makeCoordinateSystems, makeCoordinateSystemsImplicit, makeCoordinateSystemsMaximal, makeCoordinateTransform, makeCoordinateTransforms, makeCoordinateTransformVariable, makeDummyTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jason2Convention

public Jason2Convention()
_more_

Method Detail

isMine

public static boolean isMine(NetcdfFile ncfile)
Parameters:
ncfile - the NetcdfFile to test
Returns:
true if we think this is a Zebra file.

getAxisType

protected AxisType getAxisType(NetcdfDataset ncDataset,
                               VariableEnhanced v)
_more_

Overrides:
getAxisType in class CoordSysBuilder
Parameters:
ncDataset - _more_
v - _more_
Returns:
_more_


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.