# from page 26 of the Building and using Queries tutorial # limits the labels to polygons based on polygon area and shape if (POLYSTATS.Area > 50000 and POLYSTATS.CompactRatio < 1.5) print(CLASS.Class);