Python FME API
FME 2025.0 b25208
  • Introduction
  • Getting started
  • FME Objects API reference
    • Features
    • Geometries
    • 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
  • View page source

FME Objects API reference

This is the reference documentation for the FME Objects API for Python.

As the FME Objects Python API is a wrapper around the FME Objects C++ API, most classes and methods in the Python API directly correspond to a C++ equivalent.

All the classes and constants in the FME Objects Python API are in a single module: fmeobjects. This documentation groups these classes and constants into broad categories for easier discovery.

  • Features
    • fmeobjects.FMEFeature
    • fmeobjects.FMEPartIterator
    • Constants
  • Geometries
    • General
    • Points
    • Text
    • Curves
    • Areas
    • Solids
    • Surfaces
    • Appearances and Textures
    • Rasters
  • Coordinate system and reprojection tools
    • fmeobjects.FMECoordSysManager
    • fmeobjects.FMEReprojector
  • Geometry tools
    • fmeobjects.FMEGeometryTools
    • Constants
  • Raster tools
    • fmeobjects.FMERasterTools
    • fmeobjects.FMEBandTilePopulator
    • Constants
  • Licensing
    • fmeobjects.FMELicenseManager
    • Licensing status constants
  • Other utilities
    • fmeobjects.FMEDialog
    • fmeobjects.FMEFactoryPipeline
    • fmeobjects.FMERegex
    • fmeobjects.FMESession
    • fmeobjects.FMESpatialIndex
    • fmeobjects.FMETemporaryFileManager
    • fmeobjects.FMETransformer
    • fmeobjects.FMEUniversalReader
    • fmeobjects.FMEUniversalWriter
    • fmeobjects.FMEWorkspaceRunner
    • Constants
  • FME log and error messages
    • fmeobjects.FMELogFile
    • fmeobjects.FMEException
    • Message severity constants
  • Versioning and metadata constants
    • FME_ASSEMBLY_VERSION
    • FME_BUILD_DATE
    • FME_BUILD_NUM
    • FME_BUILD_STRING
    • FME_COMPANY
    • FME_COPYRIGHT
    • FME_DLL_VERSION
    • FME_MAJOR_PRODUCT_NAME
    • FME_PRODUCT_NAME
Previous Next

© Copyright 1994 - 2025, Safe Software Inc.

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