Uses of Interface
ucar.nc2.ft.point.standard.Join

Packages that use Join
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
 

Uses of Join in ucar.nc2.ft.point.standard
 

Classes in ucar.nc2.ft.point.standard that implement Join
 class JoinArray
          Join data from an element of an Array, whose index is passed in as cursor.recnum[0].
 class JoinMuiltdimStructure
          Join data from a row of a Structure, whose index is passed in as recnum[0] / dimLen
 class JoinParentIndex
          Join data from a row of a Structure, whose index is passed in as the value of a member variable of the leaf StructureData (cursor.table[0]).
 

Fields in ucar.nc2.ft.point.standard with type parameters of type Join
 List<Join> TableConfig.extraJoin
           
 

Methods in ucar.nc2.ft.point.standard with parameters of type Join
 void TableConfig.addJoin(Join extra)
           
 



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