public class LinkGraphics extends Object
ILinkService.
This will produce the polyline property in CZML.| Constructor and Description |
|---|
LinkGraphics()
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CesiumProperty<CesiumArcType> |
getArcType()
Gets the type of arc that should connect the positions of the line.
|
CesiumProperty<Double> |
getGranularity()
Gets the granularity, in radians, used to compute the line.
|
CesiumProperty<IPolylineMaterialGraphics> |
getMaterial()
Gets the material used to draw the line.
|
CesiumProperty<CesiumShadowMode> |
getShadows()
Gets whether or not the line casts or receives shadows.
|
CesiumProperty<Boolean> |
getShow()
Gets whether or not the line is shown.
|
CesiumProperty<Double> |
getWidth()
Gets the width of the line.
|
void |
setArcType(CesiumProperty<CesiumArcType> value)
Sets the type of arc that should connect the positions of the line.
|
void |
setGranularity(CesiumProperty<Double> value)
Sets the granularity, in radians, used to compute the line.
|
void |
setMaterial(CesiumProperty<IPolylineMaterialGraphics> value)
Sets the material used to draw the line.
|
void |
setShadows(CesiumProperty<CesiumShadowMode> value)
Sets whether or not the line casts or receives shadows.
|
void |
setShow(CesiumProperty<Boolean> value)
Sets whether or not the line is shown.
|
void |
setWidth(CesiumProperty<Double> value)
Sets the width of the line.
|
public final CesiumProperty<Boolean> getShow()
true.public final void setShow(CesiumProperty<Boolean> value)
true.public final CesiumProperty<Double> getWidth()
public final void setWidth(CesiumProperty<Double> value)
public final CesiumProperty<Double> getGranularity()
Constants.RadiansPerDegree.public final void setGranularity(CesiumProperty<Double> value)
Constants.RadiansPerDegree.public final CesiumProperty<IPolylineMaterialGraphics> getMaterial()
SolidColorMaterialGraphics with
Color (get / set) set to White (get).public final void setMaterial(CesiumProperty<IPolylineMaterialGraphics> value)
SolidColorMaterialGraphics with
Color (get / set) set to White (get).public final CesiumProperty<CesiumArcType> getArcType()
CesiumArcType.NONE.public final void setArcType(CesiumProperty<CesiumArcType> value)
CesiumArcType.NONE.public final CesiumProperty<CesiumShadowMode> getShadows()
CesiumShadowMode.DISABLED.public final void setShadows(CesiumProperty<CesiumShadowMode> value)
CesiumShadowMode.DISABLED.