Package | Description |
---|---|
agi.foundation.cesium |
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
|
Modifier and Type | Method and Description |
---|---|
static CesiumArcType |
CesiumArcType.getDefault()
Get the enum constant that is considered to be the default.
|
static CesiumArcType |
CesiumArcType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CesiumArcType |
CesiumArcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CesiumArcType[] |
CesiumArcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CesiumProperty<CesiumArcType> |
LinkGraphics.getArcType()
Gets the type of arc that should connect the positions of the line.
|
CesiumProperty<CesiumArcType> |
CentralBodySurfaceRegionGraphics.getArcType()
Gets the type of arc that should connect the positions of the polygon.
|
CesiumProperty<CesiumArcType> |
CentralBodySurfaceCurveGraphics.getArcType()
Gets the type of arc that should connect the positions of the line.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkGraphics.setArcType(CesiumProperty<CesiumArcType> value)
Sets the type of arc that should connect the positions of the line.
|
void |
CentralBodySurfaceRegionGraphics.setArcType(CesiumProperty<CesiumArcType> value)
Sets the type of arc that should connect the positions of the polygon.
|
void |
CentralBodySurfaceCurveGraphics.setArcType(CesiumProperty<CesiumArcType> value)
Sets the type of arc that should connect the positions of the line.
|