Class Chem3D_Cartesian_2Format

    • Constructor Detail

      • Chem3D_Cartesian_2Format

        public Chem3D_Cartesian_2Format()
    • Method Detail

      • getMIMEType

        public String getMIMEType()
        Description copied from interface: IResourceFormat
        Returns the accepted MIME type for this format.
        Specified by:
        getMIMEType in interface IResourceFormat
        Returns:
        null if no MIME type has been accepted on
      • getReaderClassName

        public String getReaderClassName()
        Description copied from interface: IChemFormat
        Returns the class name of the CDK Reader for this format.
        Specified by:
        getReaderClassName in interface IChemFormat
        Returns:
        null if no CDK Reader is available.
      • getWriterClassName

        public String getWriterClassName()
        Description copied from interface: IChemFormat
        Returns the class name of the CDK Writer for this format.
        Specified by:
        getWriterClassName in interface IChemFormat
        Returns:
        null if no CDK Writer is available.
      • isXMLBased

        public boolean isXMLBased()
        Description copied from interface: IResourceFormat
        Indicates if the format is an XML-based language.
        Specified by:
        isXMLBased in interface IResourceFormat
        Returns:
        if the format is XML-based.
      • getSupportedDataFeatures

        public int getSupportedDataFeatures()
        Description copied from interface: IChemFormat
        Returns an integer indicating the data features that this format supports. The integer is composed as explained in DataFeatures. May be set to DataFeatures.NONE as default.
        Specified by:
        getSupportedDataFeatures in interface IChemFormat
        See Also:
        DataFeatures
      • getRequiredDataFeatures

        public int getRequiredDataFeatures()
        Description copied from interface: IChemFormat
        Returns an integer indicating the data features that this format requires. For example, the XYZ format requires 3D coordinates.
        Specified by:
        getRequiredDataFeatures in interface IChemFormat
        See Also:
        DataFeatures