Feature Representation
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).
GeoTIFF features specify a matrix of x, y, and z coordinates. For each raster, there will only be a single feature returned.
Attribute Name |
Contents |
---|---|
geotiff_type |
This will always be |
You can use the filter to search attribute names in the table below.
Attribute Name |
Contents |
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
geotiff_area_or_point |
Indicates whether each raster pixel represents an area or point. The value can be Area or Point. |
||||||||||||||||||
geotiff_byte_order |
The byte order of the file. When reading, values will be either MSB or LSB. When writing, valid values are MSB, LSB, and machine (meaning the native byte order of the machine running FME). The default value when writing is |
||||||||||||||||||
geotiff_calculate_minmax_tifftags |
Specifies whether the writer should calculate the MinSampleValue and MaxSampleValue TIFF tags values from the input raster. Calculating the min/max values may increase translation time. Note If set to Yes, the calculated values will override any explicit values specified for geotiff_tifftag_minsamplevalue and geotiff_tifftag_maxsamplevalue.
This is a writer attribute. |
||||||||||||||||||
geotiff_compression_ |
The compression used in the file. The available options are:
If not specified, the default value is |
||||||||||||||||||
geotiff_create_tiled_ |
Enables or disables the creations of tiled GeoTIFF images. The value can be yes or no (case-sensitive). By default, it is disabled (the value no), and stripped GeoTIFF images are created. This is a writer attribute. |
||||||||||||||||||
geotiff_enable_bigtiff |
Allows the writer to produce a file larger than 4GB when the value is set to yes. If the value is set to no or left empty, the BigTIFF support is not enabled. |
||||||||||||||||||
geotiff_exif_aperturevalue |
Represents the lens aperture. The unit is the APEX value. |
||||||||||||||||||
geotiff_exif_cfapattern |
The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods. |
||||||||||||||||||
geotiff_exif_colorspace |
Represents the color space information tag is always recorded as the color space specifier. sRGB (=1) is usually used to define the color space based on the PC monitor conditions and environment. If a color space other than sRGB is used, uncalibrated (=FFFF) is set. Image data recorded as uncalibrated can be treated as sRGB when it is converted to Flashpix. Value:
|
||||||||||||||||||
geotiff_exif_componentsconfiguration |
Represents information specific to compressed data. The channels of each component are arranged in order from the 1st component to the 4th. For uncompressed data the data arrangement is given in the photometric interpretation tag. However, since photometric interpretation can only express the order of Y, Cb, and Cr, this tag is provided for cases when compressed data uses components other than Y, Cb, and Cr and to enable support of other sequences. Value:
The default is 4 5 6 0 (if RGB uncompressed) or 1 2 3 0 (other cases). |
||||||||||||||||||
geotiff_exif_compressedbitsperpixel |
Represents information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel. |
||||||||||||||||||
geotiff_exif_contrast |
Indicates the direction of contrast processing applied by the camera when the image was shot. Value:
|
||||||||||||||||||
geotiff_exif_customrendered |
Represents the use of special processing on image data, such as rendering geared to output. When special processing is performed, the reader is expected to disable or minimize any further processing. Value:
Default: 0 |
||||||||||||||||||
geotiff_exif_datetime |
Represents the date and time of image creation. In this standard, it is the date and time the file was changed. The format is YYYY:MM:DD HH:MM:SS with time shown in 24-hour format, and the date and time separated by one blank character. When the date and time are unknown, all the character spaces except colons (“:”) may be filled with blank characters, or else the interoperability field may be filled with blank characters. The character's string length is 20 bytes including a null character for termination. When the field is left blank, it is treated as unknown. |
||||||||||||||||||
geotiff_exif_datetimedigitized |
Represents the date and time when the image was stored as digital data. If, for example, an image was captured by DSC and at the same time the file was recorded, then the geotiff_exif_datetimeoriginal and geotiff_exif_datetimedigitized will have the same contents. The format is YYYY:MM:DD HH:MM:SS with time shown in 24-hour format, and the date and time separated by one blank character. When the date and time are unknown, all the character spaces except colons (“:”) may be filled with blank characters, or else the interoperability field may be filled with blank characters. The characters string length is 20 bytes including a null character for termination. When the field is left blank, it is treated as unknown. |
||||||||||||||||||
geotiff_exif_datetimeoriginal |
Represents the date and time when the original image data was generated. For a DSC the date and time the picture was taken are recorded. The format YYYY:MM:DD HH:MM:SS with time shown in 24-hour format, and the date and time separated by one blank character. When the date and time are unknown, all the character spaces except colons (“:”) may be filled with blank characters. The character string length is 20 bytes including a null character for termination. When the field is left blank, it is treated as unknown. |
||||||||||||||||||
geotiff_exif_digitalzoomratio |
Represents the digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used. |
||||||||||||||||||
geotiff_exif_exifversion |
Represents the version of this standard supported. Non-existence of this field is taken to mean non-conformance to the standard. Conformance to this standard is indicated by recording 0220 as 4-byte ASCII. Since the type is UNDEFINED, there is no null character for termination. |
||||||||||||||||||
geotiff_exif_exposurebiasvalue |
Represents the exposure bias. Unit: APEX value (usually in the range of -99.99 to 99.99) |
||||||||||||||||||
geotiff_exif_exposuremode |
Represents the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings. Value:
|
||||||||||||||||||
geotiff_exif_exposureprogram |
The class of the program used by the camera to set exposure when the picture is taken. Value:
|
||||||||||||||||||
geotiff_exif_exposuretime |
Represents the exposure time of the image. |
||||||||||||||||||
geotiff_exif_filesource |
Represents the image source. If a DSC recorded the image, this attribute value of this tag always be set to 3, indicating that the image was recorded on a DSC. Value:
Default: 3 |
||||||||||||||||||
geotiff_exif_flash |
Represents the status of flash when the images was shot. Bit 0 indicates the flash firing status; bits 1 and 2 indicate the flash return status; bits 3 and 4 indicate the flash mode; bit 5 indicates whether the flash function is present; and bit 6 indicates “red eye” mode. Value:
|
||||||||||||||||||
geotiff_exif_flashpixversion |
Represents the Flashpix format version supported by a FPXR file. If the FPXR function supports Flashpix format ver. 1.0, this is indicated similarly to geotiff_exif_exifversion by recording 0100 as 4-byte ASCII. Value:
Default: 0100 |
||||||||||||||||||
geotiff_exif_fnumber |
Represents the f number of the recording equipment. |
||||||||||||||||||
geotiff_exif_focallength |
Represents the actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera. |
||||||||||||||||||
geotiff_exif_focallengthin35mmfilm |
This indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. |
||||||||||||||||||
geotiff_exif_focalplaneresolutionunit |
Represents the unit for measuring geotiff_exif_focalplanexresolution and geotiff_exif_focalplaneyresolution. This value is the same as the geotiff_exif_resolutionunit. |
||||||||||||||||||
geotiff_exif_focalplanexresolution |
Represents the number of pixels in the image width (x) direction per geotiff_exif_focalplaneresolutionunit on the camera focal plane. |
||||||||||||||||||
geotiff_exif_focalplaneyresolution |
Represents the number of pixels in the image height (y) direction per geotiff_exif_focalplaneresolutionunit on the camera focal plane. |
||||||||||||||||||
geotiff_exif_gaincontrol |
The degree of overall image gain adjustment. |
||||||||||||||||||
geotiff_exif_gpsaltitude |
Represents the altitude, based on the reference. Unit: meters |
||||||||||||||||||
geotiff_exif_gpsaltituderef |
This indicates the altitude used as the reference altitude. Value:
|
||||||||||||||||||
geotiff_exif_gpsareainformation |
Represents the name of the GPS area. |
||||||||||||||||||
geotiff_exif_gpsdatestamp |
Represents the date relative to UTC (Coordinated Universal Time). Format: YYYY:MM:DD |
||||||||||||||||||
geotiff_exif_gpsdestbearing |
Represents the bearing to the destination point. Value: Range from 0.00 to 359.99 |
||||||||||||||||||
geotiff_exif_gpsdestbearingref |
Represents the reference used for giving the bearing to the destination point. Value:
|
||||||||||||||||||
geotiff_exif_gpsdestdistance |
Represents the distance to the destination point. |
||||||||||||||||||
geotiff_exif_gpsdestdistanceref |
Represents the unit used to express the distance to the destination point. Value:
|
||||||||||||||||||
geotiff_exif_gpsdestlatitude |
Represents the latitude of the destination point. It is expressed as three numbers giving the degrees, minutes, and seconds, respectively. |
||||||||||||||||||
geotiff_exif_gpsdestlatituderef |
This indicates whether the latitude of the destination point is north or south. Value:
|
||||||||||||||||||
geotiff_exif_gpsdestlongitude |
Represents the longitude of the destination point. It is expressed as three numbers giving the degrees, minutes, and seconds, respectively. |
||||||||||||||||||
geotiff_exif_gpsdestlongituderef |
This indicates whether the longitude of the destination point is east or west. Value:
|
||||||||||||||||||
geotiff_exif_gpsdifferential |
Represents whether differential correction is applied to the GPS receiver. Value:
|
||||||||||||||||||
geotiff_exif_gpsdop |
Represents the GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement. |
||||||||||||||||||
geotiff_exif_gpsimgdirection |
Represents the direction of the image when it was captured. Value: Range from 0.00 to 359.99 |
||||||||||||||||||
geotiff_exif_gpsimgdirectionref |
Represents the reference for giving the direction of the image when it is captured. Value:
|
||||||||||||||||||
geotiff_exif_gpslatitude |
Represents the latitude. Used when geotagging photos. Values: This attribute is expressed as three numbers in the following order: degrees, minutes, and seconds (DMS). For example: 122 50 32.36280000000261 indicates 122°, 50', 32.36280000000261" Note Values can be separated by spaces or semicolons (;).
|
||||||||||||||||||
geotiff_exif_gpslatituderef |
This indicates whether the latitude is north or south. Used when geotagging photos. Value:
|
||||||||||||||||||
geotiff_exif_gpslongitude |
Represents the longitude. Used when geotagging photos. Values: This attribute is expressed as three numbers in the following order: degrees, minutes, and seconds (DMS). For example: 122 50 32.36280000000261 indicates 122°, 50', 32.36280000000261" Note Values can be separated by spaces or semicolons (;).
|
||||||||||||||||||
geotiff_exif_gpslongituderef |
This indicates whether the longitude is east or west. Used when geotagging photos. Value:
|
||||||||||||||||||
geotiff_exif_gpsmapdatum |
Represents the geodetic survey data used by the GPS receiver. |
||||||||||||||||||
geotiff_exif_gpsmeasuremode |
Represents the GPS measurement mode. Value:
|
||||||||||||||||||
geotiff_exif_gpsprocessingmethod |
Represents the name of the method used for location finding. |
||||||||||||||||||
geotiff_exif_gpssatellites |
Represents the satellites used for measurements. This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation. The format is not specified. |
||||||||||||||||||
geotiff_exif_gpsspeed |
Represents the speed of GPS receiver movement. |
||||||||||||||||||
geotiff_exif_gpsspeedref |
Represents the unit used to express the GPS receiver speed of movement. Value:
|
||||||||||||||||||
geotiff_exif_gpsstatus |
Represents the status of the GPS receiver when the image is recorded. Value:
|
||||||||||||||||||
geotiff_exif_gpstimestamp |
Represents the time as UTC (Coordinated Universal Time). It is expressed as three numbers giving the hour, minute, and second. |
||||||||||||||||||
geotiff_exif_gpstrack |
Represents the direction of GPS receiver movement. Value: Range from 0.00 to 359.99. |
||||||||||||||||||
geotiff_exif_gpstrackref |
Represents the reference for giving the direction of GPS receiver movement. Value:
|
||||||||||||||||||
geotiff_exif_gpsversionid |
Represents the version of the GPS Image File Folder. The version is given as byte sequence 2, 2, 0, 0 to indicate version 2.2. |
||||||||||||||||||
geotiff_exif_lightsource |
The kind of light source.
|
||||||||||||||||||
geotiff_exif_make |
Represents the manufacturer of the recording equipment. This is the manufacturer of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown. |
||||||||||||||||||
geotiff_exif_makernote |
Represents a tag for manufacturers of Exif writers to record any desired information. The contents are up to the manufacturer, but this tag should not be used for any other than its intended purpose. |
||||||||||||||||||
geotiff_exif_maxaperturevalue |
Represents the smallest F number of the lens. Units: APEX value (usually in the range of 00.00 to 99.99, but it is not limited to this range) |
||||||||||||||||||
geotiff_exif_meteringmode |
Represents the metering mode. The value can be:
|
||||||||||||||||||
geotiff_exif_model |
Represents the model or model number of the equipment. This is the model name of number of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown. |
||||||||||||||||||
geotiff_exif_orientation |
Represents the image orientation viewed in terms of rows and columns.
|
||||||||||||||||||
geotiff_exif_pixelxdimension |
Represents information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image shall be recorded in this attribute, whether or not there is padding data or a restart marker. This attribute should not exist in an uncompressed file. |
||||||||||||||||||
geotiff_exif_pixelydimension |
Represents information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image shall be recorded in this attribute, whether or not there is padding data or restart marker. This attribute should not exist in an uncompressed file. |
||||||||||||||||||
geotiff_exif_primarychromaticities |
The chromaticity of the three primary colors of the image. This tag is not usually necessary, since color space is specified in the color space information tag. |
||||||||||||||||||
geotiff_exif_resolutionunit |
Represents the unit of x and y resolution. |
||||||||||||||||||
geotiff_exif_saturation |
This indicates the direction of saturation processing applied by the camera when the image was shot. Value:
|
||||||||||||||||||
geotiff_exif_scenecapturetype |
Represents the type of scene that was shot. It can also be used to record the mode in which the image was shot. Note that this differs from the scene type attribute. Value:
|
||||||||||||||||||
geotiff_exif_sensingmethod |
Represents the image sensor type on the camera or input device. Value:
|
||||||||||||||||||
geotiff_exif_sharpness |
Indicates the direction of sharpness processing applied by the camera when the image was shot. Value:
|
||||||||||||||||||
geotiff_exif_shutterspeedvalue |
Represents the shutter speed. Unit: APEX (Additive System of Photographic Exposure) setting |
||||||||||||||||||
geotiff_exif_software |
Records the name and version of the software or firmware of the camera or image input device used to generate the image. |
||||||||||||||||||
geotiff_exif_subjectdistancerange |
The distance to the subject, such as Macro, Close View, or Distant View. |
||||||||||||||||||
geotiff_exif_subsectime |
Used to record fractions of seconds for the DateTime tag. |
||||||||||||||||||
geotiff_exif_subsectime_digitized |
Used to record fractions of seconds for the DateTimeDigitized tag. |
||||||||||||||||||
geotiff_exif_subsectime_original |
Used to record fractions of seconds for the DateTimeOriginal tag. |
||||||||||||||||||
geotiff_exif_usercomment |
Represents a tag for Exif users to write keywords or comments on the image. |
||||||||||||||||||
geotiff_exif_whitebalance |
Represents the white balance mode set when the image was shot. Value:
|
||||||||||||||||||
geotiff_exif_whitepoint |
The chromaticity of the white point of the image. This tag is not usually necessary, since color space is specified in the color space information tag. |
||||||||||||||||||
geotiff_exif_xpauthor |
Author tag used by Windows. |
||||||||||||||||||
geotiff_exif_xpcomment |
Comment tag used by Windows. |
||||||||||||||||||
geotiff_exif_xpkeywords |
Keywords tag used by Windows. |
||||||||||||||||||
geotiff_exif_xpsubject |
Subject tag used by Windows. |
||||||||||||||||||
geotiff_exif_xptitle |
Title tag used by Windows. |
||||||||||||||||||
geotiff_exif_xresolution |
Represents the number of pixels per geotiff_exif_resolutionunit in the geotiff_exif_imagewidth direction. When the image resolution is unknown, 72 dpi is designated. |
||||||||||||||||||
geotiff_exif_ycbcrcoefficients |
The matrix coefficients for transformation from RGB to YCbCr image data. |
||||||||||||||||||
geotiff_exif_ycbcrpositioning |
Represents the position of chrominance components in relation to the luminance component. This field is designated only for JPEG-compressed data or uncompressed YCbCr data. The default is 1 (centered); but when Y:Cb:Cr = 4:2:2 it is recommended in this standard that 2 (co-sited) be used to record data, in order to improve the image quality when viewed on TV systems. When this field does not exist, the default is used. |
||||||||||||||||||
geotiff_exif_yresolution |
Represents the number of pixels per geotiff_exif_resolutionunit in the geotiff_exif_imagelength direction. The same value as geotiff_exif_xresolution is designated. |
||||||||||||||||||
geotiff_interleaving_type |
The organization of the bands in the file. Acceptable values are BIP, which is band interleaved by pixel, and BSQ, which is band sequential. BIP may be less efficient for reading and writing by FME, but is more widely supported by other applications. If not specified, the default interleaving is BSQ. This option corresponds to the PlanarConfiguration TIFF tag. BIP corresponds to a value of 1 (Chunky), and BSQ corresponds to a value of 2 (Planar). |
||||||||||||||||||
geotiff_jpeg_compression_ |
Sets the quality of the compression if jpeg is the value for Range:
Default:
This is a writer attribute. |
||||||||||||||||||
geotiff_number_of_bits_ |
The number of bits per cell in the file, if it is not a power of 2 (i.e. 8, 16, or 32). Valid values are 1 - 32. If the bit depth is a power of 2, this value does not need to be specified. Previously the string "8-or-above" was equivalent to leaving this value blank. When this value is specified, the interpretation of the input raster bands must be the minimum power of 2 above the requested bit depth. For example, to write 7-bit data, the interpretation must be one of UINT8, GRAY8, RED8, GREEN8, BLUE8, or ALPHA8. Please see the writer overview above for more details on the use of this parameter when writing. |
||||||||||||||||||
geotiff_photometric_interpretation |
The color space of the image data. The available options are:
|
||||||||||||||||||
geotiff_pyramid_level{}.num_rows geotiff_pyramid_level{}.num_columns |
The number of rows and columns in each pyramid level. Note that pyramid level 0 indicates the original raster data, whereas level 1 indicates the first reduced-resolution pyramid level. |
||||||||||||||||||
geotiff_pyramid_num_levels |
The number of generated pyramid levels. Note that this does not include the original raster data. |
||||||||||||||||||
geotiff_subdataset_description |
When this is present on a feature, the feature is a subdataset. This attribute gives a description of the subdataset. |
||||||||||||||||||
geotiff_subdataset_name |
When this is present on a feature, the feature is a subdataset. This attribute shows the name of the subdataset. |
||||||||||||||||||
geotiff_tab_file_ |
Enables or disables the generation of a TAB file along with the output image. Value:
This is a writer attribute. |
||||||||||||||||||
geotiff_tifftag_artist |
Represents the person who created the image. Some older Tiff files used this tag for storing Copyright information. |
||||||||||||||||||
geotiff_tifftag_classification |
Security Classification. This is a private TIFF tag used by the National Geospatial-Intelligence Agency (NGA). |
||||||||||||||||||
geotiff_tifftag_commercialimageid |
Commercial Image ID. This is a private TIFF tag used by the NGA. |
||||||||||||||||||
geotiff_tifftag_copyright |
Represents the copyright notice of the person or organization that claims the copyright to the image. The complete copyright statement should be listed in this field including any dates and statements of claims. For example, “Copyright, John Smith, 19xx. All rights reserved.” |
||||||||||||||||||
geotiff_tifftag_countrycode |
Country Code. This is a private TIFF tag used by the NGA. |
||||||||||||||||||
geotiff_tifftag_datetime |
Represents a date and time of image creation. When writing, the string must have the following format to be accepted: “YYYYMMDDHHMMSS”, without any separator or delimiter. Hours range from 0 to 23. |
||||||||||||||||||
geotiff_tifftag_ |
Represents the name of the document from which this image was scanned. |
||||||||||||||||||
geotiff_tifftag_hostcomputer |
Represents the computer and/or operating system in use at the time of image creation. |
||||||||||||||||||
geotiff_tifftag_ |
Represents a string that describes the subject of the image. |
||||||||||||||||||
geotiff_tifftag_maxsamplevalue |
The maximum data value used. |
||||||||||||||||||
geotiff_tifftag_minsamplevalue |
The minimum data value used. |
||||||||||||||||||
geotiff_tifftag_productcreationdate |
Source image creation date. This is a private TIFF tag used by the NGA. |
||||||||||||||||||
geotiff_tifftag_productcreationtime |
Source image creation time. This is a private TIFF tag used by the NGA. |
||||||||||||||||||
geotiff_tifftag_ |
The unit of measurement for The possible values are:
|
||||||||||||||||||
geotiff_tifftag_sic |
Security Indicator Code. This is a private TIFF tag used by the NGA. |
||||||||||||||||||
geotiff_tifftag_software |
Represents the name and version number of the software package(s) used to create the image. |
||||||||||||||||||
geotiff_tifftag_ |
Represents the number of pixels per |
||||||||||||||||||
geotiff_tifftag_ |
Represents the number of pixels per |
||||||||||||||||||
geotiff_tile_size_x |
Specifies the number of columns in a tile. This option only applies when creating a tiled file; strips are required to be the full width of the raster. This value is required to be a multiple of 16. If no value is specified, this parameter will be determined from the tile size of the input raster. This is a writer attribute. |
||||||||||||||||||
geotiff_tile_size_y |
Specifies the number of rows in a tile or strip. If no value is specified, this parameter will be determined from the tile size of the input raster. Note that other options may impact this value:
This is a writer attribute. |
||||||||||||||||||
geotiff_world_file_ |
Enables or disables the generation of an Esri world file along with the output image. Value (case-sensitive):
This is a writer attribute. |
||||||||||||||||||
geotiff_xmp_metadata |
XMP is an open metadata standard created by Adobe. This attribute represents all XMP metadata on the geotiff raster as raw XML data. |