Skip to content

com.inscoper.nbo.TiffData

Represents the XML element TiffData. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
TiffData()
String getTypeName()
Returns the class type name.
String getXMLName()
Returns the XML element name corresponding to this class.
ENBOType getNBOType()
Returns the NBO Type corresponding to this class.
NBOBaseClassVector getChildren()
Returns a list of all classes derived from this class.
NBOBaseClassVector getSubElements()
Returns a list of all child elements contained in this class.
void fromJsonFile(String path, boolean validate)
Populates this object from a JSON file.
void fromJsonFile(String path)
Populates this object from a JSON file.
void fromJsonString(String json_string, boolean validate)
Populates this object from a JSON string.
void fromJsonString(String json_string)
Populates this object from a JSON string.
void fromXmlFile(String path, boolean validate)
Populates this object from a XML file.
void fromXmlFile(String path)
Populates this object from a XML file.
void fromXmlString(String xml_string, boolean validate)
Populates this object from a XML string.
void fromXmlString(String xml_string)
Populates this object from a XML string.
void toXmlFile(String filename, boolean validate)
Serializes this object to an XML file.
void toXmlFile(String filename)
Serializes this object to an XML file.
String toXmlString(boolean validate)
Serializes this object to an XML string.
String toXmlString()
Serializes this object to an XML string.
void setIFD(NonNegativeInt_Type value, boolean validate)
Sets the value of the IFD attribute.
void setIFD(NonNegativeInt_Type value)
Sets the value of the IFD attribute.
NonNegativeInt_Type getIFD()
Returns the value of the IFD attribute.
void resetIFD()
Resets the IFD attribute to an unset state.
boolean hasIFD()
Checks whether the optional IFD attribute is present.
void setFirstZ(NonNegativeInt_Type value, boolean validate)
Sets the value of the FirstZ attribute.
void setFirstZ(NonNegativeInt_Type value)
Sets the value of the FirstZ attribute.
NonNegativeInt_Type getFirstZ()
Returns the value of the FirstZ attribute.
void resetFirstZ()
Resets the FirstZ attribute to an unset state.
boolean hasFirstZ()
Checks whether the optional FirstZ attribute is present.
void setFirstT(NonNegativeInt_Type value, boolean validate)
Sets the value of the FirstT attribute.
void setFirstT(NonNegativeInt_Type value)
Sets the value of the FirstT attribute.
NonNegativeInt_Type getFirstT()
Returns the value of the FirstT attribute.
void resetFirstT()
Resets the FirstT attribute to an unset state.
boolean hasFirstT()
Checks whether the optional FirstT attribute is present.
void setFirstC(NonNegativeInt_Type value, boolean validate)
Sets the value of the FirstC attribute.
void setFirstC(NonNegativeInt_Type value)
Sets the value of the FirstC attribute.
NonNegativeInt_Type getFirstC()
Returns the value of the FirstC attribute.
void resetFirstC()
Resets the FirstC attribute to an unset state.
boolean hasFirstC()
Checks whether the optional FirstC attribute is present.
void setPlaneCount(NonNegativeInt_Type value, boolean validate)
Sets the value of the PlaneCount attribute.
void setPlaneCount(NonNegativeInt_Type value)
Sets the value of the PlaneCount attribute.
NonNegativeInt_Type getPlaneCount()
Returns the value of the PlaneCount attribute.
void resetPlaneCount()
Resets the PlaneCount attribute to an unset state.
boolean hasPlaneCount()
Checks whether the optional PlaneCount attribute is present.
void setUUID(TiffData_InlineUUID value, boolean validate)
Sets the value of the UUID element.
void setUUID(TiffData_InlineUUID value)
Sets the value of the UUID element.
TiffData_InlineUUID getUUID()
Returns the value of the UUID element.
void resetUUID()
Resets the UUID element to an unset state.
boolean hasUUID()
Checks whether the optional UUID element is present.
TiffData __internal_create(long cPtr, boolean own)
TiffData fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a TiffData.

Protected Functions

Name
TiffData(long cPtr, boolean cMemoryOwn)
void swigSetCMemOwn(boolean own)
void finalize()
long getCPtr(TiffData obj)

Additional inherited members

Protected Functions inherited from com.inscoper.nbo.NBOBaseClass

Name
NBOBaseClass(long cPtr, boolean cMemoryOwn)

Detailed Description

public class com.inscoper.nbo.TiffData;

Represents the XML element TiffData.

This field describes the location of the pixel data in a tiff file.

Public Functions Documentation

function delete

function TiffData

function getTypeName

function getXMLName

function getNBOType

function getChildren

function getSubElements

function fromJsonFile

function fromJsonFile

function fromJsonString

function fromJsonString

function fromXmlFile

function fromXmlFile

function fromXmlString

function fromXmlString

function toXmlFile

function toXmlFile

function toXmlString

function toXmlString

function setIFD

function setIFD

function getIFD

function resetIFD

function hasIFD

function setFirstZ

function setFirstZ

function getFirstZ

function resetFirstZ

function hasFirstZ

function setFirstT

function setFirstT

function getFirstT

function resetFirstT

function hasFirstT

function setFirstC

function setFirstC

function getFirstC

function resetFirstC

function hasFirstC

function setPlaneCount

function setPlaneCount

function getPlaneCount

function resetPlaneCount

function hasPlaneCount

function setUUID

function setUUID

function getUUID

function resetUUID

function hasUUID

function __internal_create

function fromBase

Protected Functions Documentation

function TiffData

function swigSetCMemOwn

function finalize

function getCPtr