.. index:: pair: class; P1::ImageSdk::MetaObject .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object: class P1::ImageSdk::MetaObject ============================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class MetaObject: public :ref:`P1::ImageSdkC::P1MetaObject` { public: // construction :target:`MetaObject`(); :target:`MetaObject`(:ref:`P1::ImageSdkC::P1MetaObject`& o); // methods bool :ref:`IsValid`(); uint32_t :ref:`GetType`() const; uint32_t :ref:`GetCount`() const; uint8_t :ref:`GetUByte`(bool& error); uint16_t :ref:`GetUWord`(bool& error); uint32_t :ref:`GetULong`(bool& error); uint8_t :ref:`GetSByte`(bool& error); uint16_t :ref:`GetSWord`(bool& error); uint32_t :ref:`GetSLong`(bool& error); float :ref:`GetFloat`(bool& error); double :ref:`GetDouble`(bool& error); :ref:`P1::ImageSdkC::CURational` :ref:`GetURational`(bool& error); :ref:`P1::ImageSdkC::CSRational` :ref:`GetSRational`(bool& error); std::string :ref:`GetRawString`(bool& error); std::string :ref:`GetString`(bool& error); std::vector :ref:`GetUBytes`(bool& error); std::vector :ref:`GetUWords`(bool& error); std::vector :ref:`GetULongs`(bool& error); std::vector :ref:`GetSBytes`(bool& error); std::vector :ref:`GetSWords`(bool& error); std::vector :ref:`GetSLongs`(bool& error); std::vector :ref:`GetFloats`(bool& error); std::vector :ref:`GetDoubles`(bool& error); bool :ref:`SetUByte`(uint8_t value); bool :ref:`SetUWord`(uint16_t value); bool :ref:`SetULong`(uint32_t value); bool :ref:`SetSByte`(uint8_t value); bool :ref:`SetSWord`(uint16_t value); bool :ref:`SetSLong`(uint32_t value); bool :ref:`SetFloat`(float value); bool :ref:`SetDouble`(double value); bool :ref:`SetURational`(:ref:`P1::ImageSdkC::CURational` value); bool :ref:`SetSRational`(:ref:`P1::ImageSdkC::CSRational` value); bool :ref:`SetString`(std::string buffer); bool :ref:`SetUBytes`(uint8_t* values, uint32_t count); bool :ref:`SetUWords`(uint16_t* values, uint32_t count); bool :ref:`SetULongs`(uint32_t* values, uint32_t count); bool :ref:`SetSBytes`(int8_t* values, uint32_t count); bool :ref:`SetSWords`(int16_t* values, uint32_t count); bool :ref:`SetSLongs`(int32_t* values, uint32_t count); bool :ref:`SetFloats`(float* values, uint32_t count); bool :ref:`SetDoubles`(double* values, uint32_t count); bool :ref:`IsReadOnly`(); bool :ref:`IsWritable`(); void :ref:`SetWritable`(bool state); bool :ref:`IsDisabled`(); void :ref:`SetDisabled`(bool state); bool :ref:`IsModifiable`(); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods bool :ref:`IsValid`(); uint32_t :ref:`GetType`() const; uint32_t :ref:`GetCount`() const; uint8_t :ref:`GetUByte`(bool& error); uint16_t :ref:`GetUWord`(bool& error); uint32_t :ref:`GetULong`(bool& error); uint8_t :ref:`GetSByte`(bool& error); uint16_t :ref:`GetSWord`(bool& error); uint32_t :ref:`GetSLong`(bool& error); float :ref:`GetFloat`(bool& error); double :ref:`GetDouble`(bool& error); :ref:`CURational` :ref:`GetURational`(bool& error); :ref:`CSRational` :ref:`GetSRational`(bool& error); std::string :ref:`GetRawString`(bool& error); std::string :ref:`GetString`(bool& error); std::vector :ref:`GetUBytes`(bool& error); std::vector :ref:`GetUWords`(bool& error); std::vector :ref:`GetULongs`(bool& error); std::vector :ref:`GetSBytes`(bool& error); std::vector :ref:`GetSWords`(bool& error); std::vector :ref:`GetSLongs`(bool& error); std::vector :ref:`GetFloats`(bool& error); std::vector :ref:`GetDoubles`(bool& error); bool :ref:`SetUByte`(uint8_t value); bool :ref:`SetUWord`(uint16_t value); bool :ref:`SetULong`(uint32_t value); bool :ref:`SetSByte`(uint8_t value); bool :ref:`SetSWord`(uint16_t value); bool :ref:`SetSLong`(uint32_t value); bool :ref:`SetFloat`(float value); bool :ref:`SetDouble`(double value); bool :ref:`SetURational`(:ref:`CURational` value); bool :ref:`SetSRational`(:ref:`CSRational` value); bool :ref:`SetString`(std::string buffer); bool :ref:`SetUBytes`(uint8_t* values, uint32_t count); bool :ref:`SetUWords`(uint16_t* values, uint32_t count); bool :ref:`SetULongs`(uint32_t* values, uint32_t count); bool :ref:`SetSBytes`(int8_t* values, uint32_t count); bool :ref:`SetSWords`(int16_t* values, uint32_t count); bool :ref:`SetSLongs`(int32_t* values, uint32_t count); bool :ref:`SetFloats`(float* values, uint32_t count); bool :ref:`SetDoubles`(double* values, uint32_t count); bool :ref:`IsReadOnly`(); bool :ref:`IsWritable`(); void :ref:`SetWritable`(bool state); bool :ref:`IsDisabled`(); void :ref:`SetDisabled`(bool state); bool :ref:`IsModifiable`(); :ref:`P1MetaData`* :ref:`GetPtr`(); .. _details-class_p1_1_1_image_sdk_1_1_meta_object: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Methods ------- .. index:: pair: function; IsValid .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1ae156dedd3de52edb8e205af8d19bf96f: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool IsValid() Is meta object valid. .. rubric:: Returns: A boolean flag that indicates if object is valid. True means it is valid .. index:: pair: function; GetType .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1ada8e4d7c640856db695d01719c73dd6e: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t GetType() const Return the type of the object. where to find the types. .. rubric:: Returns: The type of the object is returned. .. index:: pair: function; GetCount .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a212f85f63f19b04a4329d29422c13f04: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t GetCount() const Return the number of elements in the object. Use this function to get the number of elements in an array type metaobject. An object that contains a string will return the value 1. .. rubric:: Returns: Return the number of elements of the object. .. index:: pair: function; GetUByte .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1ada87a546bfc7131918371ef993dee3ae: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t GetUByte(bool& error) Get scalar unsigned byte from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0 is returned. .. index:: pair: function; GetUWord .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a0b040627132f1a2f5b578eb5571bc8fd: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t GetUWord(bool& error) Get scalar unsigned word from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0 is returned. .. index:: pair: function; GetULong .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a050e947108e0695bcc38386b1f8110c6: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t GetULong(bool& error) Get scalar unsigned long from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0 is returned. .. index:: pair: function; GetSByte .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a170e3f77cb358ae6d88658ca6c05d360: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t GetSByte(bool& error) Get scalar signed byte from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0 is returned. .. index:: pair: function; GetSWord .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a0e175fd4739fa733935f758430493f78: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t GetSWord(bool& error) Get scalar signed word from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0 is returned. .. index:: pair: function; GetSLong .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a78aacaba64dab9074ecf9c0586c7b9d3: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t GetSLong(bool& error) Get scalar signed long from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0 is returned. .. index:: pair: function; GetFloat .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a92f3db09ae20c6a2eea8d7758b5dbfa1: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetFloat(bool& error) Get scalar float from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0 is returned. .. index:: pair: function; GetDouble .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a0371c50102c57ec01da55b666d2c92e1: .. ref-code-block:: cpp :class: doxyrest-title-code-block double GetDouble(bool& error) Get scalar double from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0 is returned. .. index:: pair: function; GetURational .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a1b4def94737b4fad911136c209aac66b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`P1::ImageSdkC::CURational` GetURational(bool& error) Get scalar unsigned rational from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. A rational is value represented as a fraction (nom/denom) instead of a float or double. nom and denon is of type unsigned long .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0/0 is returned. .. index:: pair: function; GetSRational .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1acdd2c9b885d8aeb751a5b3aefda54d91: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`P1::ImageSdkC::CSRational` GetSRational(bool& error) Get scalar unsigned rational from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. A rational is value represented as a fraction (nom/denom) instead of a float or double. nom and denon is of type signed long .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and 0/0 is returned. .. index:: pair: function; GetRawString .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1af849a2cc5a511de1a865d493f3b38d21: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::string GetRawString(bool& error) Get Raw string from object (including zero padding). Can be used on both binary and textual metaobjects. textual metaobject is e.g. an xmp value. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and "" is returned. .. index:: pair: function; GetString .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a1ce37956777c9e520c5ed3162210be3d: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::string GetString(bool& error) Get string from object (removes padding). Can be used on both binary and textual metaobjects. textual metaobject is e.g. an xmp value. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not successfull the error flag will be set and "" is returned. .. index:: pair: function; GetUBytes .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a38aa5a230c88cba5541fed86f6bfa25b: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector GetUBytes(bool& error) Get array of unsigned bytes from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. The :ref:`GetCount() ` method returns the number of array elements, but is not needed, since function itself returns all elements If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: A vector with values of the object. If it was not successfull the error flag will be set and empty vector is returned. .. index:: pair: function; GetUWords .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1ae8ff07921862539c7c0fc1bb44ee7074: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector GetUWords(bool& error) Get array of unsigned words from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. The :ref:`GetCount() ` method returns the number of array elements, but is not needed, since function itself returns all elements If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: A vector with values of the object. If it was not successfull the error flag will be set and empty vector is returned. .. index:: pair: function; GetULongs .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1ac36735d422abe3a870af793df848ef42: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector GetULongs(bool& error) Get array of unsigned longs from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. The :ref:`GetCount() ` method returns the number of array elements, but is not needed, since function itself returns all elements If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: A vector with values of the object. If it was not successfull the error flag will be set and empty vector is returned. .. index:: pair: function; GetSBytes .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a39b32c795c80e9f7356498c296210160: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector GetSBytes(bool& error) Get array of signed bytes from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. The :ref:`GetCount() ` method returns the number of array elements, but is not needed, since function itself returns all elements If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: A vector with values of the object. If it was not successfull the error flag will be set and empty vector is returned. .. index:: pair: function; GetSWords .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1abcdb693e8ca434e8d9f95ac2f9b0c557: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector GetSWords(bool& error) Get array of signed words from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. The :ref:`GetCount() ` method returns the number of array elements, but is not needed, since function itself returns all elements If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: A vector with values of the object. If it was not successfull the error flag will be set and empty vector is returned. .. index:: pair: function; GetSLongs .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a5d891b92511286146d5c46593a050452: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector GetSLongs(bool& error) Get array of signed longs from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. The :ref:`GetCount() ` method returns the number of array elements, but is not needed, since function itself returns all elements If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: A vector with values of the object. If it was not successfull the error flag will be set and empty vector is returned. .. index:: pair: function; GetFloats .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1aad93a3837c869196dcb930999b268c2d: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector GetFloats(bool& error) Get array of floats from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. The :ref:`GetCount() ` method returns the number of array elements, but is not needed, since function itself returns all elements If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: A vector with values of the object. If it was not successfull the error flag will be set and empty vector is returned. .. index:: pair: function; GetDoubles .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a834f7cd01adc9128c8fc662e22a85d91: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::vector GetDoubles(bool& error) Get array of doubles from object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. The :ref:`GetCount() ` method returns the number of array elements, but is not needed, since function itself returns all elements If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: A vector with values of the object. If it was not successfull the error flag will be set and empty vector is returned. .. index:: pair: function; SetUByte .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a41b07cebb1224413e56f9993924044b3: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetUByte(uint8_t value) Set scalar unsigned byte value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetUWord .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a1d86cd3f3e828c572941e06c059e918d: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetUWord(uint16_t value) Set scalar unsigned word value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetULong .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a2ef51f7f768e5462876ab33e0277ddff: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetULong(uint32_t value) Set scalar unsigned long value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetSByte .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1abcd02ecdb4e1a0a3b21ff6fd46cf8397: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetSByte(uint8_t value) Set scalar signed byte value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetSWord .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a1e4daad9bfe1f80e4b4ffce74a81768e: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetSWord(uint16_t value) Set scalar signed word value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetSLong .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a415d9469e31012be43b3b78ea639e808: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetSLong(uint32_t value) Set scalar signed long value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetFloat .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1af4b818eb6472bcffae3015f4b1c458d1: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetFloat(float value) Set scalar float value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetDouble .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a611137eb4cb18ab5417eaa90e94764bf: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetDouble(double value) Set scalar double value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetURational .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a91b87a167efeeb3f7ecad6d1ce3917b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetURational(:ref:`P1::ImageSdkC::CURational` value) Set scalar unsigned rational value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. A rational is value represented as a fraction (nom/denom) instead of a float or double. nom and denon is of type unsigned long .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetSRational .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a1ef99d027316f032ba6361f0f4c074d5: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetSRational(:ref:`P1::ImageSdkC::CSRational` value) Set scalar signed rational value of object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. A rational is value represented as a fraction (nom/denom) instead of a float or double. nom and denon is of type signed long .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetString .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1aec7d671608d1b746a2768dab685c04ac: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetString(std::string buffer) Set string value of object. Can be used on both binary and textual metaobjects. textual metaobject is e.g. an xmp value. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - value - This parameter is the value to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetUBytes .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a7076f55296e817b85de32ea713544c7c: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetUBytes(uint8_t* values, uint32_t count) Set array of unsigned bytes to object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Points to array of values to be set. * - count - The number of values in the array to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetUWords .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a9d619005caca122888ffdde5e993dc88: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetUWords(uint16_t* values, uint32_t count) Set array of unsigned words to object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Points to array of values to be set. * - count - The number of values in the array to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetULongs .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a1f343b91bd81128efc4a86664fc6731c: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetULongs(uint32_t* values, uint32_t count) Set array of unsigned longs to object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Points to array of values to be set. * - count - The number of values in the array to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetSBytes .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1ab6298863a94631c069d42984ccb55940: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetSBytes(int8_t* values, uint32_t count) Set array of signed bytes to object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Points to array of values to be set. * - count - The number of values in the array to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetSWords .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a04d8bf1c39ee55e26383ea47c512c317: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetSWords(int16_t* values, uint32_t count) Set array of signed words to object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Points to array of values to be set. * - count - The number of values in the array to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetSLongs .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a950c9af1a2716d4d4854abc04354f5d7: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetSLongs(int32_t* values, uint32_t count) Set array of signed longs to object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Points to array of values to be set. * - count - The number of values in the array to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetFloats .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a19235c0683afd292dd1bebabe012476b: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetFloats(float* values, uint32_t count) Set array of floats to object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Points to array of values to be set. * - count - The number of values in the array to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; SetDoubles .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1ab2d4afbd8cfdbf1e3282ac9d4ae7bc07: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool SetDoubles(double* values, uint32_t count) Set array of doubles to object. Can only be used on binary metaobjects with the correct type. It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Points to array of values to be set. * - count - The number of values in the array to be set .. rubric:: Returns: true is returned it setting the value was successfull, on error false is returned. .. index:: pair: function; IsReadOnly .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a3a8aa7d2d309ba1dbc8c22c5d71f5d52: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool IsReadOnly() Get state of readonly atttribute. If metaobject is readonly then it can only be read (using a getter function) Its the underlying system that determines if a value is readonly. The user cannot set this. The corresponding user functions is :ref:`SetDisabled(bool state) ` .. rubric:: Returns: true is returned if it is readonly. otherwise false is returned. .. index:: pair: function; IsWritable .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1abb8a3c6998fd5bd86757153fde17f198: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool IsWritable() Get state of writable atttribute. If metaobject writable then it will be written to output files, otherwise it will not. This is a way to control if a metaobject should be written to an output image file. .. rubric:: Returns: true is returned if it is writable. otherwise false is returned. .. index:: pair: function; SetWritable .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1af9cc1475bde019e3ea6fdb2f1658be8e: .. ref-code-block:: cpp :class: doxyrest-title-code-block void SetWritable(bool state) Set state of writable atttribute. With this method the user can decide if a metaobject is allowed to be written to an output image file. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - state - Set the writable state of the metaobject. True means it is writable. .. index:: pair: function; IsDisabled .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1aee1249a5335c4781dc8643112138743a: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool IsDisabled() Get state of disabled atttribute. If metaobject disabled then it cannot be changed. This is a user way of controlling access to the metaobject. it cannot overrule the readonly attribute. .. rubric:: Returns: true is returned if it is writable. otherwise false is returned. .. index:: pair: function; SetDisabled .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a137a7c958563133757b7bd8d07774f04: .. ref-code-block:: cpp :class: doxyrest-title-code-block void SetDisabled(bool state) Set state of disabled atttribute. With this method the user can protect the value in an object from being changed. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - state - Set the disabled state of the metaobject. True means it is disabled. .. index:: pair: function; IsModifiable .. _doxid-class_p1_1_1_image_sdk_1_1_meta_object_1a8d8013791e037d1aa57ce599babede35: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool IsModifiable() Is the metaobject modifiable. Use this function to check if its possible to modify the value of the metaobject. It is just a convinience function to check if the readonly or disabled attribute has been set .. rubric:: Returns: true is returned if the value of the metaobject can be changed. otherwise false is returned.