fmeobjects.FMEUniversalReader.getProperties

FMEUniversalReader.getProperties(propertyCategory)

Return property values for the given property category.

This method handles the following property categories:

  • 'fme_prop_spatial_index': The return value will contain the key ‘fme_prop_spatial_index’ with either True or ‘False’ indicating if the reader being used is spatially enabled or not. None is returned if the reader does not know the correct value.
  • 'fme_prop_persistent_cache_loaded': The return value will contain the key ‘fme_prop_persistent_cache_loaded’ with either True or ‘False’ indicating if the reader persistent cache is loaded or not. None is returned if the reader does not know the correct value.
  • 'fme_prop_coord_sys_aware': The return value will contain the key ‘fme_prop_coord_sys_aware’ with either True or ‘False’ indicating if the reader is coordinate system aware or not. None is returned if the reader does not know the correct value.
  • '*': Returns all properties for all known property categories.

Refer to IFMEReader setConstraints() Documentation for more additional information.

Return type:dict or None
Returns:None is returned if the property category was not recognized.