Python FME API
FME 2018.0 b18311
  • 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 Pluginbuilder API reference
Python FME API
  • Docs »
  • FME Objects API reference »
  • Geometries »
  • Rasters »
  • fmeobjects.FMETile »
  • fmeobjects.FMETile.getInterpretation
  • View page source

fmeobjects.FMETile.getInterpretation¶

FMETile.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.
Next Previous

© Copyright 1994 - 2018, Safe Software Inc.

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