uk.me.parabola.imgfmt.app.mdr
Class Mdr10Record

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.mdr.ConfigBase
      extended by uk.me.parabola.imgfmt.app.mdr.RecordBase
          extended by uk.me.parabola.imgfmt.app.mdr.Mdr10Record
All Implemented Interfaces:
java.lang.Comparable<Mdr10Record>

public class Mdr10Record
extends RecordBase
implements java.lang.Comparable<Mdr10Record>

An index into mdr11. There is a primary ordering on the type and a secondary ordering on the record number of the mdr11 record. The type is not actually stored in this section, you use mdr9 to divide up this section into groups of types. This section contains the subtype of each point.

Author:
Steve Ratcliffe

Constructor Summary
Mdr10Record()
           
 
Method Summary
 int compareTo(Mdr10Record o)
           
 Mdr11Record getMdr11ref()
           
 int getSubtype()
           
 void setFullType(int fullType)
           
 void setMdr11ref(Mdr11Record mdr11ref)
           
 void setSubtype(int subtype)
           
 
Methods inherited from class uk.me.parabola.imgfmt.app.mdr.RecordBase
getMapIndex, setMapIndex
 
Methods inherited from class uk.me.parabola.imgfmt.app.mdr.ConfigBase
getConfig, isForDevice, setConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mdr10Record

public Mdr10Record()
Method Detail

compareTo

public int compareTo(Mdr10Record o)
Specified by:
compareTo in interface java.lang.Comparable<Mdr10Record>

getMdr11ref

public Mdr11Record getMdr11ref()

setMdr11ref

public void setMdr11ref(Mdr11Record mdr11ref)

getSubtype

public int getSubtype()

setSubtype

public void setSubtype(int subtype)

setFullType

public void setFullType(int fullType)