Package | Description |
---|---|
org.cesiumjs.cs.core | |
org.cesiumjs.cs.datasources.graphics.options | |
org.cesiumjs.cs.scene | |
org.cesiumjs.cs.scene.options |
Modifier and Type | Method and Description |
---|---|
NearFarScalar |
NearFarScalar.clone()
Duplicates this instance.
|
NearFarScalar |
NearFarScalar.clone(NearFarScalar result)
Duplicates this instance.
|
static NearFarScalar |
NearFarScalar.clone(NearFarScalar nearFarScalar,
NearFarScalar result)
Duplicates a NearFarScalar instance.
|
static NearFarScalar |
NearFarScalar.unpack(double[] array)
Retrieves an instance from a packed array.
|
static NearFarScalar |
NearFarScalar.unpack(double[] array,
int startingIndex)
Retrieves an instance from a packed array.
|
static NearFarScalar |
NearFarScalar.unpack(double[] array,
int startingIndex,
NearFarScalar result)
Retrieves an instance from a packed array.
|
Modifier and Type | Method and Description |
---|---|
NearFarScalar |
NearFarScalar.clone(NearFarScalar result)
Duplicates this instance.
|
static NearFarScalar |
NearFarScalar.clone(NearFarScalar nearFarScalar,
NearFarScalar result)
Duplicates a NearFarScalar instance.
|
boolean |
NearFarScalar.equals(NearFarScalar right)
Compares this instance to the provided NearFarScalar and returns true if they are equal, false otherwise.
|
static boolean |
NearFarScalar.equals(NearFarScalar left,
NearFarScalar right)
Compares the provided NearFarScalar and returns true if they are equal, false otherwise.
|
double[] |
NearFarScalar.pack(NearFarScalar value,
double[] array)
Stores the provided instance into the provided array.
|
double[] |
NearFarScalar.pack(NearFarScalar value,
double[] array,
int startingIndex)
Stores the provided instance into the provided array.
|
static NearFarScalar |
NearFarScalar.unpack(double[] array,
int startingIndex,
NearFarScalar result)
Retrieves an instance from a packed array.
|
Modifier and Type | Field and Description |
---|---|
NearFarScalar |
LabelGraphicsOptions.scaleByDistance
Gets or sets near and far scaling properties of a Label based on the label's distance from the camera.
|
Modifier and Type | Field and Description |
---|---|
NearFarScalar |
Label.pixelOffsetScaleByDistance
Gets or sets near and far pixel offset scaling properties of a Label based on the Label's distance from the camera.
|
NearFarScalar |
Billboard.pixelOffsetScaleByDistance
Gets or sets near and far pixel offset scaling properties of a Billboard based on the billboard's distance from the camera.
|
NearFarScalar |
Cesium3DTilePointFeature.scaleByDistance
Gets or sets the near and far scaling properties for this feature.
|
NearFarScalar |
PointPrimitive.scaleByDistance
Gets or sets near and far scaling properties of a point based on the point's distance from the camera.
|
NearFarScalar |
Label.scaleByDistance
Gets or sets near and far scaling properties of a Label based on the label's distance from the camera.
|
NearFarScalar |
Billboard.scaleByDistance
Gets or sets near and far scaling properties of a Billboard based on the billboard's distance from the camera.
|
NearFarScalar |
Cesium3DTilePointFeature.translucencyByDistance
Gets or sets the near and far translucency properties for this feature.
|
NearFarScalar |
PointPrimitive.translucencyByDistance
Gets or sets near and far translucency properties of a point based on the point's distance from the camera.
|
NearFarScalar |
Label.translucencyByDistance
Gets or sets near and far translucency properties of a Label based on the Label's distance from the camera.
|
NearFarScalar |
Billboard.translucencyByDistance
Gets or sets near and far translucency properties of a Billboard based on the billboard's distance from the camera.
|
Modifier and Type | Field and Description |
---|---|
NearFarScalar |
BillboardOptions.pixelOffsetScaleByDistance
Gets or sets near and far pixel offset scaling properties of a Billboard based on the billboard's distance from the camera.
|
NearFarScalar |
LabelOptions.pixelOffsetScaleByDistance
Gets or sets near and far pixel offset scaling properties of a Label based on the Label's distance from the camera.
|
NearFarScalar |
BillboardOptions.scaleByDistance
Gets or sets near and far scaling properties of a Billboard based on the billboard's distance from the camera.
|
NearFarScalar |
LabelOptions.scaleByDistance
Gets or sets near and far scaling properties of a Label based on the label's distance from the camera.
|
NearFarScalar |
PointPrimitiveOptions.scaleByDistance
Gets or sets near and far scaling properties of a point based on the point's distance from the camera.
|
NearFarScalar |
BillboardOptions.translucencyByDistance
Gets or sets near and far translucency properties of a Billboard based on the billboard's distance from the camera.
|
NearFarScalar |
LabelOptions.translucencyByDistance
Gets or sets near and far translucency properties of a Label based on the Label's distance from the camera.
|
NearFarScalar |
PointPrimitiveOptions.translucencyByDistance
Gets or sets near and far translucency properties of a point based on the point's distance from the camera.
|
Copyright © 2019. All rights reserved.