congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ArraySequence.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
ucar.ma2.ArraySequence
constructor

Best Java code snippets using ucar.ma2.ArraySequence.<init> (Showing top 20 results out of 315)

origin: edu.ucar/cdm

 @Override
 // nested array sequence must be the stn_data
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  String svalue = matcher.group(stn_fldno).trim();
  Long stnId = Long.parseLong(svalue); // extract the station id
  StationIndex si = map.get(stnId); // find its index
  return new ArraySequence(dataVinfo.sm, new StnDataIter(dataVinfo.sm, si), -1);
 }
}
origin: Unidata/thredds

 @Override
 // nested array sequence must be the stn_data
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  String svalue = matcher.group(stn_fldno).trim();
  Long stnId = Long.parseLong(svalue); // extract the station id
  StationIndex si = map.get(stnId); // find its index
  return new ArraySequence(dataVinfo.sm, new StnDataIter(dataVinfo.sm, si), -1);
 }
}
origin: edu.ucar/netcdf

 @Override
 // nested array sequence must be the stn_data
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  String svalue = matcher.group(stn_fldno).trim();
  Long stnId = Long.parseLong(svalue); // extract the station id
  StationIndex si = map.get(stnId); // find its index
  return new ArraySequence(dataVinfo.sm, new StnDataIter(dataVinfo.sm, si), -1);
 }
}
origin: edu.ucar/netcdf

 @Override
 // nested array sequence must be the stn_data
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  String stnid = matcher.group(stn_fldno).trim();
  return new ArraySequence(seriesVinfo.sm, new TimeSeriesIter(stnid), -1);
 }
}
origin: edu.ucar/cdm

 @Override
 // nested array sequence must be the stn_data
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  String stnid = matcher.group(stn_fldno).trim();
  return new ArraySequence(seriesVinfo.sm, new TimeSeriesIter(stnid), -1);
 }
}
origin: Unidata/thredds

 @Override
 // nested array sequence must be the stn_data
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  String stnid = matcher.group(stn_fldno).trim();
  return new ArraySequence(seriesVinfo.sm, new TimeSeriesIter(stnid), -1);
 }
}
origin: edu.ucar/cdm

@Override
// nested array sequence must be the stn_data
public ArraySequence getArraySequence(StructureMembers.Member m) {
 return new ArraySequence(profileVinfo.sm, new ProfileIter(), -1);
}
origin: edu.ucar/netcdf

@Override
// nested array sequence must be the stn_data
public ArraySequence getArraySequence(StructureMembers.Member m) {
 return new ArraySequence(profileVinfo.sm, new ProfileIter(), -1);
}
origin: Unidata/thredds

@Override
// nested array sequence must be the stn_data
public ArraySequence getArraySequence(StructureMembers.Member m) {
 return new ArraySequence(profileVinfo.sm, new ProfileIter(), -1);
}
origin: Unidata/thredds

 @Override
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  Long stnId = (Long) stnIdFromData.parse(line); // extract the station id
  StationIndex si = map.get(stnId); // find its index
  return new ArraySequence(stnDataMembers, new StnDataIter(stnDataMembers, si), -1);
 }
}
origin: edu.ucar/cdm

 @Override
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  Long stnId = (Long) stnIdFromData.parse(line); // extract the station id
  StationIndex si = map.get(stnId); // find its index
  return new ArraySequence(stnDataMembers, new StnDataIter(stnDataMembers, si), -1);
 }
}
origin: edu.ucar/netcdf

 @Override
 public ArraySequence getArraySequence(StructureMembers.Member m) {
  Long stnId = (Long) stnIdFromData.parse(line); // extract the station id
  StationIndex si = map.get(stnId); // find its index
  return new ArraySequence(stnDataMembers, new StnDataIter(stnDataMembers, si), -1);
 }
}
origin: edu.ucar/netcdf

@Override
public Array readData(Variable v2, Section section) throws IOException, InvalidRangeException {
 StructureDataRegexp.Vinfo vinfo = (StructureDataRegexp.Vinfo) v2.getSPobject();
 if (stationId != null)
  return new ArraySequence(vinfo.sm, new SingleStationSeqIter(vinfo), vinfo.nelems);
 else
  return new ArraySequence(vinfo.sm, new StationSeqIter(vinfo), vinfo.nelems);
}
origin: edu.ucar/cdm

@Override
public Array readData(Variable v2, Section section) throws IOException, InvalidRangeException {
 StructureDataRegexp.Vinfo vinfo = (StructureDataRegexp.Vinfo) v2.getSPobject();
 if (stationId != null)
  return new ArraySequence(vinfo.sm, new SingleStationSeqIter(vinfo), vinfo.nelems);
 else
  return new ArraySequence(vinfo.sm, new StationSeqIter(vinfo), vinfo.nelems);
}
origin: Unidata/thredds

@Override
public Array readData(Variable v2, Section section) throws IOException, InvalidRangeException {
 StructureDataRegexp.Vinfo vinfo = (StructureDataRegexp.Vinfo) v2.getSPobject();
 if (stationId != null)
  return new ArraySequence(vinfo.sm, new SingleStationSeqIter(vinfo), vinfo.nelems);
 else
  return new ArraySequence(vinfo.sm, new StationSeqIter(vinfo), vinfo.nelems);
}
origin: edu.ucar/netcdf

@Override
public Array readData(Variable v2, Section section) throws IOException, InvalidRangeException {
 StructureDataRegexp.Vinfo vinfo = (StructureDataRegexp.Vinfo) v2.getSPobject();
 return new ArraySequence( vinfo.sm, new SeqIter(vinfo), vinfo.nelems);
}
origin: edu.ucar/cdm

@Override
public Array readData(Variable v2, Section section) throws IOException, InvalidRangeException {
 StructureDataRegexp.Vinfo vinfo = (StructureDataRegexp.Vinfo) v2.getSPobject();
 return new ArraySequence( vinfo.sm, new SeqIter(vinfo), vinfo.nelems);
}
origin: Unidata/thredds

@Override
public Array readData(Variable v2, Section section) throws IOException, InvalidRangeException {
 //return new ArraySequence(obsStructure.makeStructureMembers(), getStructureIterator(null, -1), nelems);
 return new ArraySequence(obsStructure.makeStructureMembers(), new SeqIter(), nelems);
}
origin: Unidata/thredds

@Override
public Array readData(Variable v2, Section section) throws IOException, InvalidRangeException {
 StructureDataRegexp.Vinfo vinfo = (StructureDataRegexp.Vinfo) v2.getSPobject();
 return new ArraySequence( vinfo.sm, new SeqIter(vinfo), vinfo.nelems);
}
origin: edu.ucar/bufr

public Array readData(Variable v2, Section section) throws IOException, InvalidRangeException {
 Structure s = construct.recordStructure;
 return new ArraySequence(s.makeStructureMembers(), new SeqIter(), nelems);
}
ucar.ma2ArraySequence<init>

Javadoc

Constructor

Popular methods of ArraySequence

  • getStructureDataIterator
  • getStructureDataCount
  • getStructureMembers
  • extractMemberArrayFromIteration
  • findMember
  • getShape
  • getMembers
  • getStructureMemberNames

Popular in Java

  • Finding current android device location
  • compareTo (BigDecimal)
  • notifyDataSetChanged (ArrayAdapter)
  • setScale (BigDecimal)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • CodeWhisperer alternatives
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