ee.Feature.select
Selects properties from a feature by name or RE2-compatible regex and optionally renames them.
Usage | Returns | Feature.select(propertySelectors, newProperties, retainGeometry) | Element |
Argument | Type | Details | this: input | Element | The feature to select properties from. |
propertySelectors | List | A list of names or regexes specifying the properties to select. |
newProperties | List, default: null | Optional new names for the output properties. Must match the number of properties selected. |
retainGeometry | Boolean, default: true | When false, the result will have a NULL geometry. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Selects properties from a given feature based on provided names or regular expressions."],["Optionally allows renaming the selected properties using a separate list."],["By default, retains the original geometry of the feature, but this can be disabled to return only properties."],["Returns a new Element containing only the selected and potentially renamed properties."]]],[]]