org.cybertory.MSS
Interface IntensitiesReader

All Known Implementing Classes:
IntensitiesFileReader

public interface IntensitiesReader

An interface for reading RawIntensitiesRecord objects from a data source.


Method Summary
 RawIntensitiesRecord[] getData()
           
 boolean includesMetaCoords()
           
 boolean includesZoneIndex()
           
 

Method Detail

getData

public RawIntensitiesRecord[] getData()
                               throws DatException
Throws:
DatException

includesMetaCoords

public boolean includesMetaCoords()

includesZoneIndex

public boolean includesZoneIndex()