JSLineString
지도 내 선 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createLineString("ID");Function
createbyJson(option) → string
Name
Type
Description
getBoundary() → JSAABBox3D
var boundary = object.getBoundary();
var boundary_min = boundary.min;
var boundary_max = boundary.max;getCenter() → JSVector3D
getExtent() → number
getId() → string
getLength(terrain) → number
Name
Type
Description
SetDashType(dash) → boolean
Name
Type
Description
setPartCoordinates(coordinates, parts)
Name
Type
Description
setUnionMode(type), getUnionMode() → boolean
Name
Type
Description
setLineType(type)
Name
Type
Description
setDepthBufferTest(type)
Name
Type
Description
Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
getCoordinates(), setCoordinates(coordinates) → Collection
Name
Type
Description
getStyle(), setStyle(style) → JSPolyLineStyle
Name
Type
Description
Type Definitions
JSLineString.CreateOptions
Name
Type
Attributes
Default
Description
Last updated