Class MDLV3000Reader

  • All Implemented Interfaces:
    Closeable, AutoCloseable, IChemObjectIO, IChemObjectReader, ISimpleChemObjectReader

    public class MDLV3000Reader
    extends DefaultChemObjectReader
    Class that implements the MDL mol V3000 format. This reader reads the element symbol and 2D or 3D coordinates from the ATOM block.
    Author:
    Egon Willighagen <egonw@users.sf.net>
    Source code:
    main
    IO options:
    NameQuestionDefault
    AddStereo0dAllow stereo created from parity value when no coordinatestrue
    AddStereoElementsDetect and create IStereoElements for the input.true
    InterpretHydrogenIsotopesShould D and T be interpreted as hydrogen isotopes?true
    ForceReadAs3DCoordinatesShould coordinates always be read as 3D?false
    Belongs to CDK module:
    io
    Keywords:
    MDL molfile V3000
    Created on:
    2006
    Requires:
    java1.4+