Tabnine Logo
ucar.nc2.dt.trajectory
Code IndexAdd Tabnine to your IDE (free)

How to use ucar.nc2.dt.trajectory

Best Java code snippets using ucar.nc2.dt.trajectory (Showing top 20 results out of 315)

origin: edu.ucar/netcdf

/**
 * _more_
 *
 * @param point _more_
 *
 * @throws IOException _more_
 */
private MyEarthLocation(int point) throws IOException {
  this.latitude  = Trajectory.this.getLatitude(point);
  this.longitude = Trajectory.this.getLongitude(point);
  this.elevation = Trajectory.this.getElevation(point);
}
origin: edu.ucar/netcdf

private MyPointObsDatatype( int point) throws IOException
{
 this.point = point;
 this.time = SingleTrajectory.this.getTimeValue( point);
 this.earthLoc = SingleTrajectory.this.getLocation( point);
}
origin: edu.ucar/cdm

public COSMICTrajectoryObsDataset( NetcdfDataset ncd ) throws IOException
{
 super( ncd);
 localNCD  = ncd;
 TrajectoryObsDatasetImpl.Config trajConfig = buildConfig( ncd);
 this.setTrajectoryInfo( trajConfig );
}
origin: edu.ucar/netcdf

private MyEarthLocation( int point) throws IOException
{
 this.latitude = SingleTrajectory.this.getLatitude( point);
 this.longitude = SingleTrajectory.this.getLongitude( point);
 this.elevation = SingleTrajectory.this.getElevation( point);
}
origin: Unidata/thredds

private MyEarthLocation( int point) throws IOException
{
 this.latitude = MultiTrajectory.this.getLatitude( point);
 this.longitude = MultiTrajectory.this.getLongitude( point);
 this.elevation = MultiTrajectory.this.getElevation( point);
}
origin: edu.ucar/cdm

 public ARMTrajectoryObsDataset( NetcdfDataset ncd ) throws IOException
 {
  super( ncd);

  Config trajConfig = buildConfig( ncd);
  this.setTrajectoryInfo( trajConfig );
 }
}
origin: edu.ucar/cdm

 public ZebraClassTrajectoryObsDataset( NetcdfDataset ncd ) throws IOException
 {
  super( ncd);

  Config trajConfig = buildConfig( ncd);
  this.setTrajectoryInfo( trajConfig );
 }
}
origin: edu.ucar/cdm

/**
 * _more_
 *
 * @param point _more_
 *
 * @throws IOException _more_
 */
private MyPointObsDatatype(int point) throws IOException {
  this.point    = point;
  this.time     = Trajectory.this.getTimeValue(point);
  this.earthLoc = Trajectory.this.getLocation(point);
}
origin: edu.ucar/cdm

private MyPointObsDatatype( int point) throws IOException
{
 this.point = point;
 this.time = MultiTrajectory.this.getTimeValue( point);
 this.earthLoc = MultiTrajectory.this.getLocation( point);
}
origin: edu.ucar/netcdf

public TypedDataset open( NetcdfDataset ncd, ucar.nc2.util.CancelTask task, StringBuilder errlog) throws IOException
{
 return new UnidataTrajectoryObsDataset( ncd);
}
public FeatureType getScientificDataType() { return FeatureType.TRAJECTORY; }
origin: Unidata/thredds

/**
 * _more_
 *
 * @param recnum _more_
 * @param sdata _more_
 *
 * @return _more_
 */
protected Object makeDatatypeWithData(int recnum,
    StructureData sdata) {
  return new MyPointObsDatatype(recnum, sdata);
}
origin: edu.ucar/cdm

private MyEarthLocation( int point) throws IOException
{
 this.latitude = SingleTrajectory.this.getLatitude( point);
 this.longitude = SingleTrajectory.this.getLongitude( point);
 this.elevation = SingleTrajectory.this.getElevation( point);
}
origin: edu.ucar/cdm

private MyPointObsDatatype( int point) throws IOException
{
 this.point = point;
 this.time = SingleTrajectory.this.getTimeValue( point);
 this.earthLoc = SingleTrajectory.this.getLocation( point);
}
origin: edu.ucar/netcdf

public COSMICTrajectoryObsDataset( NetcdfDataset ncd ) throws IOException
{
 super( ncd);
 localNCD  = ncd;
 TrajectoryObsDatasetImpl.Config trajConfig = buildConfig( ncd);
 this.setTrajectoryInfo( trajConfig );
}
origin: Unidata/thredds

 public ARMTrajectoryObsDataset( NetcdfDataset ncd ) throws IOException
 {
  super( ncd);

  Config trajConfig = buildConfig( ncd);
  this.setTrajectoryInfo( trajConfig );
 }
}
origin: Unidata/thredds

 public ZebraClassTrajectoryObsDataset( NetcdfDataset ncd ) throws IOException
 {
  super( ncd);

  Config trajConfig = buildConfig( ncd);
  this.setTrajectoryInfo( trajConfig );
 }
}
origin: edu.ucar/netcdf

public TypedDataset open( NetcdfDataset ncd, ucar.nc2.util.CancelTask task, StringBuilder errlog) throws IOException
{
 return new UnidataTrajectoryObsDataset( ncd);
}
public FeatureType getScientificDataType() { return FeatureType.TRAJECTORY; }
origin: edu.ucar/netcdf

/**
 * _more_
 *
 * @param recnum _more_
 * @param sdata _more_
 *
 * @return _more_
 */
protected Object makeDatatypeWithData(int recnum,
    StructureData sdata) {
  return new MyPointObsDatatype(recnum, sdata);
}
origin: Unidata/thredds

private MyPointObsDatatype( int point) throws IOException
{
 this.point = point;
 this.time = SingleTrajectory.this.getTimeValue( point);
 this.earthLoc = SingleTrajectory.this.getLocation( point);
}
origin: edu.ucar/cdm

public TypedDataset open( NetcdfDataset ncd, ucar.nc2.util.CancelTask task, StringBuilder errlog) throws IOException
{
 return new UnidataTrajectoryObsDataset( ncd);
}
public FeatureType getScientificDataType() { return FeatureType.TRAJECTORY; }
ucar.nc2.dt.trajectory

Most used classes

  • ARMTrajectoryObsDataset
    Implements TrajectoryDataset for datasets with these characteristics: * it has only one dimensio
  • COSMICTrajectoryObsDataset
    Created by IntelliJ IDEA. User: yuanho Date: Jul 14, 2009 Time: 3:02:33 PM To change this template u
  • Float10TrajectoryObsDataset
    Implements TrajectoryDataset for datasets with these characteristics: * it has two dimensions, a
  • MultiTrajectoryObsDataset$MultiTrajectory$MyEarthLocation
  • MultiTrajectoryObsDataset$MultiTrajectory$MyPointObsDatatype
  • MultiTrajectoryObsDataset$MyTypedDataVariable,
  • MultiTrajectoryObsDataset,
  • RafTrajectoryObsDataset,
  • SimpleTrajectoryObsDataset,
  • SingleTrajectoryObsDataset$Config,
  • SingleTrajectoryObsDataset$MyTypedDataVariable,
  • SingleTrajectoryObsDataset$SingleTrajectory$MyEarthLocation,
  • SingleTrajectoryObsDataset$SingleTrajectory$MyPointObsDatatype,
  • SingleTrajectoryObsDataset$SingleTrajectory$PointDatatypeIterator,
  • SingleTrajectoryObsDataset$SingleTrajectory,
  • SingleTrajectoryObsDataset,
  • TrajectoryObsDatasetFactory,
  • TrajectoryObsDatasetImpl$Config,
  • TrajectoryObsDatasetImpl$MyTypedDataVariable
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