TiffData¶
Bases: NBOBaseClass
Represents the XML element TiffData.
This field describes the location of the pixel data in a tiff file.
Bases: NBOBaseClass
Represents the XML element TiffData.
This field describes the location of the pixel data in a tiff file.
fromBase(base)
staticmethod
¶getTypeName()
¶getXMLName()
¶getNBOType()
¶getChildren()
¶getSubElements()
¶fromJsonFile(path, validate=True)
¶fromJsonString(json_string, validate=True)
¶fromXmlFile(path, validate=True)
¶fromXmlString(xml_string, validate=True)
¶toXmlFile(filename, validate=True)
¶toXmlString(validate=True)
¶setIFD(value, validate=True)
¶getIFD()
¶resetIFD()
¶hasIFD()
¶setFirstZ(value, validate=True)
¶getFirstZ()
¶resetFirstZ()
¶hasFirstZ()
¶setFirstT(value, validate=True)
¶getFirstT()
¶resetFirstT()
¶hasFirstT()
¶setFirstC(value, validate=True)
¶getFirstC()
¶resetFirstC()
¶hasFirstC()
¶setPlaneCount(value, validate=True)
¶getPlaneCount()
¶resetPlaneCount()
¶hasPlaneCount()
¶setUUID(value, validate=True)
¶getUUID()
¶resetUUID()
¶hasUUID()
¶