Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eee.Filter.hasType\u003c/code\u003e creates a filter that checks if data has a specified type or is a subtype of it.\u003c/p\u003e\n"],["\u003cp\u003eThis filter can be applied to properties or geometries within a FeatureCollection.\u003c/p\u003e\n"],["\u003cp\u003eThe filter is constructed by defining the operand (property or geometry) and the expected type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eleftField\u003c/code\u003e selects the property or geometry to check, while \u003ccode\u003erightValue\u003c/code\u003e defines the expected type.\u003c/p\u003e\n"]]],["`ee.Filter.hasType` creates a filter to check if a left operand's type matches or is a subtype of the type specified by the right operand. It accepts `leftField` or `leftValue` to select the left operand and `rightValue` or `rightField` for the right operand. The function returns a `Filter` object. Examples demonstrate filtering a feature collection based on the type of a geometry or the type of a property like Number or String.\n"],null,[]]