public class PointGraphics extends Object
point
property in CZML.Constructor and Description |
---|
PointGraphics()
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
CesiumProperty<Color> |
getColor()
Gets the color of the point.
|
CesiumProperty<Double> |
getDisableDepthTestDistance()
Gets the distance from the camera at which to disable the depth test.
|
CesiumProperty<Bounds> |
getDistanceDisplayCondition()
Gets the distances from the camera at which this point will be displayed.
|
CesiumProperty<CesiumHeightReference> |
getHeightReference()
Gets the height reference of the point.
|
CesiumProperty<Color> |
getOutlineColor()
Gets the outline color of the point.
|
CesiumProperty<Double> |
getOutlineWidth()
Gets the outline width of the point, in pixels.
|
CesiumProperty<Double> |
getPixelSize()
Gets the size of the point.
|
CesiumProperty<NearFarScalar> |
getScaleByDistance()
Gets how the point's scale should change based on the point's distance from the camera.
|
CesiumProperty<Boolean> |
getShow()
Gets whether or not the point is shown.
|
CesiumProperty<NearFarScalar> |
getTranslucencyByDistance()
Gets how the point's translucency should change based on the point's distance from the camera.
|
void |
setColor(CesiumProperty<Color> value)
Sets the color of the point.
|
void |
setDisableDepthTestDistance(CesiumProperty<Double> value)
Sets the distance from the camera at which to disable the depth test.
|
void |
setDistanceDisplayCondition(CesiumProperty<Bounds> value)
Sets the distances from the camera at which this point will be displayed.
|
void |
setHeightReference(CesiumProperty<CesiumHeightReference> value)
Sets the height reference of the point.
|
void |
setOutlineColor(CesiumProperty<Color> value)
Sets the outline color of the point.
|
void |
setOutlineWidth(CesiumProperty<Double> value)
Sets the outline width of the point, in pixels.
|
void |
setPixelSize(CesiumProperty<Double> value)
Sets the size of the point.
|
void |
setScaleByDistance(CesiumProperty<NearFarScalar> value)
Sets how the point's scale should change based on the point's distance from the camera.
|
void |
setShow(CesiumProperty<Boolean> value)
Sets whether or not the point is shown.
|
void |
setTranslucencyByDistance(CesiumProperty<NearFarScalar> value)
Sets how the point's translucency should change based on the point's distance from the camera.
|
public final CesiumProperty<Boolean> getShow()
true
.public final void setShow(CesiumProperty<Boolean> value)
true
.public final CesiumProperty<Double> getPixelSize()
public final void setPixelSize(CesiumProperty<Double> value)
public final CesiumProperty<CesiumHeightReference> getHeightReference()
CesiumHeightReference.NONE
.public final void setHeightReference(CesiumProperty<CesiumHeightReference> value)
CesiumHeightReference.NONE
.public final CesiumProperty<Color> getColor()
White
(get
).public final void setColor(CesiumProperty<Color> value)
White
(get
).public final CesiumProperty<Color> getOutlineColor()
Black
(get
).public final void setOutlineColor(CesiumProperty<Color> value)
Black
(get
).public final CesiumProperty<Double> getOutlineWidth()
public final void setOutlineWidth(CesiumProperty<Double> value)
public final CesiumProperty<NearFarScalar> getScaleByDistance()
public final void setScaleByDistance(CesiumProperty<NearFarScalar> value)
public final CesiumProperty<NearFarScalar> getTranslucencyByDistance()
public final void setTranslucencyByDistance(CesiumProperty<NearFarScalar> value)
public final CesiumProperty<Bounds> getDistanceDisplayCondition()
public final void setDistanceDisplayCondition(CesiumProperty<Bounds> value)
public final CesiumProperty<Double> getDisableDepthTestDistance()
Double.POSITIVE_INFINITY
, the depth test is never applied.
If not specified, the default is 0.0.public final void setDisableDepthTestDistance(CesiumProperty<Double> value)
Double.POSITIVE_INFINITY
, the depth test is never applied.
If not specified, the default is 0.0.