For a list of all members of this type, see RasterTagMetadata members.
Name | Description | |
---|---|---|
![]() | Clone | Makes an exact copy of this RasterTagMetadata object. |
![]() | FromAscii | Sets the tag data to the specified string. |
![]() | FromByte | Sets the tag data to the specified array of bytes. |
![]() | FromDouble | Sets the tag data to the specified double precision values. |
![]() | FromInt16 | Sets the tag data to the specified integer values. |
![]() | FromInt32 | Sets the tag data to the specified unsigned integer values. |
![]() | FromRational | Sets the tag data to the specified RasterMetadataRational values. |
![]() | FromSByte | Sets the tag data to the specified array of signed bytes. |
![]() | FromSingle | Sets the tag data to the specified single precision values. |
![]() | FromUInt16 | Sets the tag data to the specified unsigned integer values. |
![]() | FromUInt32 | Sets the tag data to the specified unsigned integer values. |
![]() | FromURational | Sets the tag data to the specified RasterMetadataURational values. |
![]() | GetData | Gets the tag data. |
![]() ![]() | GetDataTypeSize | Gets the size of the specified RasterTagMetadataDataType. |
![]() | SetData | Sets the tag data. |
![]() | ToAscii | Converts the tag data to a string. |
![]() | ToByte | Converts the tag data to an array of bytes. |
![]() | ToDouble | Converts the tag data to an array of double precision values. |
![]() | ToInt16 | Converts the tag data to an array of integer values. |
![]() | ToInt32 | Converts the tag data to an array of integer values. |
![]() | ToRational | Converts the tag data to an array of RasterMetadataRational values. |
![]() | ToSByte | Converts the tag data to an array of signed bytes. |
![]() | ToSingle | Converts the tag data to an array of single precision values. |
![]() | ToUInt16 | Converts the tag data to an array of unsigned integer values. |
![]() | ToUInt32 | Converts the tag data to an array of unsigned integer values. |
![]() | ToURational | Converts the tag data to an array of RasterMetadataURational values. |