Earth Engine은 공유 컴퓨팅 리소스를 보호하고 모든 사용자에게 안정적인 성능을 보장하기 위해
비상업적 할당량 등급을 도입했습니다. 비상업적 프로젝트는 기본적으로 커뮤니티 등급을 사용하지만 언제든지 프로젝트의 등급을 변경할 수 있습니다.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Feature
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
'type'이라는 필드에 'Feature'라는 문자열이 포함되고, 'geometry'라는 필드에 지오메트리가 포함되고, 'properties'라는 필드에 키/값 속성이 포함된 GeoJSON 지형지물 객체 (RFC 7946 참고)입니다.
| JSON 표현 |
{
"type": string,
"geometry": value,
"properties": value
} |
| 필드 |
type |
string
이 문자열은 항상 표시되며 '기능'과 같습니다.
|
geometry |
value (Value format)
지형지물의 지오메트리입니다. 이 기능에 지오메트리가 있는 경우 google.protobuf.Struct가 포함됩니다. 그렇지 않으면 google.protobuf.NullValue을 보유합니다.
|
properties |
value (Value format)
기능의 속성입니다. 이 기능에 속성이 있는 경우 google.protobuf.Struct가 포함됩니다. 그렇지 않으면 google.protobuf.NullValue을 보유합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],["The core content describes a GeoJSON feature object structured with three fields: `type`, `geometry`, and `properties`. The `type` field always contains the string \"Feature\". The `geometry` field holds the feature's geometry data as a `google.protobuf.Struct` or `google.protobuf.NullValue`. The `properties` field stores key/value pairs as a `google.protobuf.Struct` or `google.protobuf.NullValue`. Both `geometry` and `properties` use the [Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value) format.\n"]]