public class MarkerGroup extends Object
Constructor and Description |
---|
MarkerGroup(Scene scene,
DrawInteractionOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
add(Cartesian3 position) |
void |
add(Cartesian3[] positions) |
int |
count() |
Billboard |
createBillboard(Cartesian3 position) |
static BillboardOptions |
createBillboard(DrawInteractionOptions options) |
PointPrimitive |
createPoint(Cartesian3 position) |
static PointPrimitive |
createPoint(DrawInteractionOptions options) |
Billboard |
getBillboard(int index) |
PointPrimitive |
getPoint(int index) |
void |
insertPoint(int index,
Cartesian3 pos) |
void |
remove() |
void |
remove(int index) |
void |
update(Cartesian3[] positions) |
public MarkerGroup(Scene scene, DrawInteractionOptions options)
public static PointPrimitive createPoint(DrawInteractionOptions options)
public static BillboardOptions createBillboard(DrawInteractionOptions options)
public PointPrimitive createPoint(Cartesian3 position)
public Billboard createBillboard(Cartesian3 position)
public void add(Cartesian3 position)
public void add(Cartesian3[] positions)
public PointPrimitive getPoint(int index)
public Billboard getBillboard(int index)
public void insertPoint(int index, Cartesian3 pos)
public void update(Cartesian3[] positions)
public int count()
public void remove(int index)
public void remove()
Copyright © 2019. All rights reserved.