com.c5corp.c5dem
Class TypeB_profiles

java.lang.Object
  extended by com.c5corp.c5dem.TypeB_profiles

Deprecated. Replaced by TypeBprofiles.java

public class TypeB_profiles
extends java.lang.Object

Container and reader for multiple TypeB profile objects This is only called by the container class Dem. TypeA public short getColumns() returns the number of columns

Author:
Brett Stalbaum copyright 2002-2005

Method Summary
 Reader getReader()
          Deprecated. Method for the next TypeB_profiles objects and TypeC object to get the Reader object.
protected  TypeB getTypeB(int index)
          Deprecated. Returns a TypeB object at the specified index.
protected  short maxArraySizeForAllProfiles()
          Deprecated. Returns the maximum number of points (max array size) of all profiles.
protected  short maxElevationsForAllProfiles()
          Deprecated. replaced by maxArraySizeForAllProfiles()
 java.lang.String toString()
          Deprecated. overrides java.lang.Object.toString()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTypeB

protected TypeB getTypeB(int index)
Deprecated. 
Returns a TypeB object at the specified index.

Parameters:
index - the index
Returns:
the TypeB object at index

maxElevationsForAllProfiles

protected short maxElevationsForAllProfiles()
Deprecated. replaced by maxArraySizeForAllProfiles()

Returns the maximum elevation count for all profiles.

Returns:
the max elevation
See Also:
maxArraySizeForAllProfiles()

maxArraySizeForAllProfiles

protected short maxArraySizeForAllProfiles()
Deprecated. 
Returns the maximum number of points (max array size) of all profiles.

Returns:
the max array size

getReader

public Reader getReader()
Deprecated. 
Method for the next TypeB_profiles objects and TypeC object to get the Reader object.

Returns:
the Reader

toString

public java.lang.String toString()
Deprecated. 
overrides java.lang.Object.toString()

Overrides:
toString in class java.lang.Object