Python FME API
FME 2025.0 b25208
  • Introduction
  • Getting started
  • FME Objects API reference
    • Features
    • Geometries
      • General
      • Points
      • Text
      • Curves
      • Areas
      • Solids
      • Surfaces
      • Appearances and Textures
      • Rasters
        • fmeobjects.FMERaster
        • fmeobjects.FMERasterProperties
        • fmeobjects.FMEBand
        • fmeobjects.FMEBandProperties
        • fmeobjects.FMEPalette
        • fmeobjects.FMETile
        • fmeobjects.FMEAlpha8Tile
        • fmeobjects.FMEAlpha16Tile
        • fmeobjects.FMEBlue8Tile
        • fmeobjects.FMEBlue16Tile
        • fmeobjects.FMEGray8Tile
        • fmeobjects.FMEGray16Tile
        • fmeobjects.FMEGreen8Tile
        • fmeobjects.FMEGreen16Tile
        • fmeobjects.FMEInt8Tile
        • fmeobjects.FMEInt16Tile
        • fmeobjects.FMEInt32Tile
        • fmeobjects.FMEInt64Tile
        • fmeobjects.FMERGB24Tile
        • fmeobjects.FMERGB48Tile
        • fmeobjects.FMERGBA32Tile
        • fmeobjects.FMERGBA64Tile
        • fmeobjects.FMEReal32Tile
        • fmeobjects.FMEReal64Tile
        • fmeobjects.FMERed8Tile
        • fmeobjects.FMERed16Tile
        • fmeobjects.FMEUInt8Tile
        • fmeobjects.FMEUInt16Tile
        • fmeobjects.FMEUInt32Tile
        • fmeobjects.FMEUInt64Tile
        • fmeobjects.FMEStringTile
        • Constants
    • Coordinate system and reprojection tools
    • Geometry tools
    • Raster tools
    • Licensing
    • Other utilities
    • FME log and error messages
    • Versioning and metadata constants
  • FME Web Services API reference
  • FME Pluginbuilder API reference
  • FME Python module reference
Python FME API
  • FME Objects API reference
  • Geometries
  • Rasters
  • fmeobjects.FMEBlue16Tile
  • fmeobjects.FMEBlue16Tile.getInterpretation
  • View page source

fmeobjects.FMEBlue16Tile.getInterpretation

FMEBlue16Tile.getInterpretation()

Get the interpretation of a raster tile. Returns one of:

  • FME_INTERPRETATION_NULL

  • FME_INTERPRETATION_REAL64

  • FME_INTERPRETATION_REAL32

  • FME_INTERPRETATION_UINT64

  • FME_INTERPRETATION_INT64

  • FME_INTERPRETATION_UINT32

  • FME_INTERPRETATION_INT32

  • FME_INTERPRETATION_UINT16

  • FME_INTERPRETATION_INT16

  • FME_INTERPRETATION_UINT8

  • FME_INTERPRETATION_INT8

  • FME_INTERPRETATION_GRAY8

  • FME_INTERPRETATION_GRAY16

  • FME_INTERPRETATION_RED8

  • FME_INTERPRETATION_RED16

  • FME_INTERPRETATION_GREEN8

  • FME_INTERPRETATION_GREEN16

  • FME_INTERPRETATION_BLUE8

  • FME_INTERPRETATION_BLUE16

  • FME_INTERPRETATION_ALPHA8

  • FME_INTERPRETATION_ALPHA16

  • FME_INTERPRETATION_NULL

  • FME_INTERPRETATION_RGB24

  • FME_INTERPRETATION_RGBA32

  • FME_INTERPRETATION_RGB48

  • FME_INTERPRETATION_RGBA64

  • FME_INTERPRETATION_STRING

Return type:

int

Returns:

Interpretation of a raster tile. For example: An FMERGBA64Tile would return FME_INTERPRETATION_RGBA64. An FMERGBA64Tile would return FME_INTERPRETATION_RGBA64. An FMEStringTile would return FME_INTERPRETATION_STRING.

Previous Next

© Copyright 1994 - 2025, Safe Software Inc.

Built with Sphinx using a theme provided by Read the Docs.