Class FileSurfaceGiftiXML

Direct Known Subclasses:
FileSurfaceGiftiXML_WM

public abstract class FileSurfaceGiftiXML extends FileXML
Inherits from FileXML, reads SurfaceRef.XML files based on the "surfaceref.xsd" file. Defines specific variables for reading and writing surfaceref.xml files:
  • Field Details

    • CoordinateSystemTransformMatrixStr

      protected static final String[] CoordinateSystemTransformMatrixStr
      array of strings representing the tags under in the Gifti xml schema.
    • DataStr

      protected static final String[] DataStr
      array of strings representing the tags under in the Gifti xml schema.
    • DataArrayStr

      protected static final String[] DataArrayStr
      array of strings representing the tags under in the Gifti xml schema.
    • DataArrayAttributes

      protected static final String[] DataArrayAttributes
    • IntentValues

      protected static final String[] IntentValues
    • ArrayIndexingOrderValues

      protected static final String[] ArrayIndexingOrderValues
    • DataTypeValues

      protected static final String[] DataTypeValues
    • EndianValues

      protected static final String[] EndianValues
    • EncodingTypes

      protected static final String[] EncodingTypes
    • DataSpaceValues

      protected static final String[] DataSpaceValues
    • GiftiStr

      protected static final String[] GiftiStr
      array of strings representing the tags under in the Gifti xml schema.
    • GiftiAttributes

      protected static final String[] GiftiAttributes
    • LabelStr

      protected static final String[] LabelStr
      array of strings representing the tags under
    • LabelTableStr

      protected static final String[] LabelTableStr
      array of strings representing the tags under in the Gifti xml schema.
    • MatrixDataStr

      protected static final String[] MatrixDataStr
      array of strings representing the tags under in the Gifti xml schema.
    • MDStr

      protected static final String[] MDStr
      array of strings representing the tags under in the Gifti xml schema.
    • MetaDataStr

      protected static final String[] MetaDataStr
      array of strings representing the tags under in the Gifti xml schema.
    • NameStr

      protected static final String[] NameStr
      array of strings representing the tags under in the Gifti xml schema.
    • TransformedSpaceStr

      protected static final String[] TransformedSpaceStr
      array of strings representing the tags under in the Gifti xml schema.
    • ValueStr

      protected static final String[] ValueStr
      array of strings representing the tags under in the Gifti xml schema.
  • Constructor Details

    • FileSurfaceGiftiXML

      public FileSurfaceGiftiXML(String fName, String fDir)
      Constructs new file object.
      Parameters:
      fName - File name.
      fDir - File directory.
  • Method Details

    • finalize

      public void finalize()
      Prepares class for cleanup.
      Overrides:
      finalize in class FileXML