편의를 위해 모든 인수가 숫자인 경우 varargs를 사용할 수 있습니다. 이를 통해 짝수 개의 인수가 주어지면 단일 LineString으로 측지 EPSG:4326 MultiLineString을 만들 수 있습니다(예: ee.Geometry.MultiLineString(aLng, aLat, bLng, bLat, ...)).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[[["Creates a MultiLineString geometry, representing a collection of linestrings."],["Accepts linestrings defined by coordinates, ee.Geometry objects, or even numbers for a single geodesic EPSG:4326 linestring."],["Allows customization of projection, geodesic behavior, and error margin for reprojection."],["Defaults to EPSG:4326 projection and geodesic edges if unspecified but infers from inputs when possible."]]],[]]