ee.Feature.get
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wyodrębnij właściwość z obiektu.
Wykorzystanie | Zwroty |
---|
Feature.get(property) | |
Argument | Typ | Szczegóły |
---|
to: object | Element | Obiekt, z którego ma zostać wyodrębniona właściwość. |
property | Ciąg znaków | Właściwość do wyodrębnienia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eget\u003c/code\u003e method is used to extract a specified property from a feature.\u003c/p\u003e\n"],["\u003cp\u003eIt takes the feature object and the property name as input.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the value of the requested property.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.get\n\nExtract a property from a feature.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------|---------|\n| Feature.get`(property)` | |\n\n| Argument | Type | Details |\n|----------------|---------|-------------------------------------------|\n| this: `object` | Element | The feature to extract the property from. |\n| `property` | String | The property to extract. |"]]