Class TSSc

java.lang.Object
  extended by TSSc
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TSScL, TSSect

 class TSSc
extends java.lang.Object
implements java.io.Serializable

.

======================================================================
 Klasse TSSc -- Basisklasse fuer globale und lokale Sections
 ##TSSc (Eyecatcher)
======================================================================
 


Field Summary
private  int CntS
           
private  int CntW
           
protected static java.lang.String IdStr
           
 
Constructor Summary
protected TSSc()
          Used options (stored within mask of 'TSOpt'): 12 - ====================================================================== Constructor: (1) Create default-entry =====================================================================
 
Method Summary
protected  double getAng()
          .
protected  double getLR()
          .
protected  int getNr(boolean b)
          .
protected  int incCntS(int inc)
          .
protected  int incCntW(int inc)
          .
protected  java.lang.String toStr()
          .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IdStr

protected static final java.lang.String IdStr
See Also:
Constant Field Values

CntS

private int CntS

CntW

private int CntW
Constructor Detail

TSSc

protected TSSc()
Used options (stored within mask of 'TSOpt'): 12 - ====================================================================== Constructor: (1) Create default-entry =====================================================================

Method Detail

getAng

protected double getAng()
.
=====================================================================
 Method "getAng" (This dummy-method is normally overlayed)
 Methode liefert immer 'NaN' wenn sie benutzt wird
 ##getAng.TSSc (Eyecatcher)
=====================================================================
  


getLR

protected double getLR()
.
=====================================================================
 Method "getLR" (This dummy-method is normally overlayed)
 ##getLR.TSSc (Eyecatcher)
=====================================================================
  


getNr

protected int getNr(boolean b)
.
=====================================================================
 Method "getNr" (This dummy-method is normally overlayed)
 ##getNr.TSSc (Eyecatcher)
=====================================================================
  


incCntS

protected final int incCntS(int inc)
.
=====================================================================
 Method "incCntS"
 Increment reference-count of track-database for section-definitions
 (using argument'0', reference-counter may be returned only)
 ##incCntS.TSSc (Eyecatcher)
=====================================================================
  


incCntW

protected final int incCntW(int inc)
.
=====================================================================
 Method "incCntW"
 Increment reference-count of world-files for section-definitions
 (using argument'0', reference-counter may be returned only)
 ##incCntW.TSSc (Eyecatcher)
=====================================================================
  


toStr

protected java.lang.String toStr()
.
=====================================================================
 Method "toStr"
 Build a string-representation of all values of this class
 ##toStr.TSSc (Eyecatcher)
=====================================================================