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 eitherTrueor ‘False’ indicating if the reader being used is spatially enabled or not.Noneis 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 eitherTrueor ‘False’ indicating if the reader persistent cache is loaded or not.Noneis 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 eitherTrueor ‘False’ indicating if the reader is coordinate system aware or not.Noneis 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.