JSReal3D
지도 내 시설물 객체를 생성 및 설정하기 위한 API 입니다.
var object = Module.createReal3D("ID");Function
getId() → string
var strKey = object.getId();setElevationSectionColor(elevation, color) → boolean
Name
Type
Description
var elevationList = new Module.Collection();
//.. add elevation values ..
var colorList = new Module.Collection();
//.. add color values ..
object.setElevationSectionColor(elevationList, colorList);setFillColor(type, color) → boolean
Name
Type
Description
setShaderType(type) → boolean
Name
Type
Description
setStyle(style) → boolean
Name
Type
Description
getFillColor() → JSColor
getPosition() → JSVector3D
getHeight() → number
Getter / Setter
getDescription(), setDescription(desc) → string
Name
Type
Description
getName(), setName(name) → string
Name
Type
Description
getVisible(), setVisible(visible) → boolean
Name
Type
Description
Last updated