Appearance
KBE3D / KBCore / Cesium / EllipseGraphics
类: EllipseGraphics
Describes an ellipse defined by a center point and semi-major and semi-minor axes. The ellipse conforms to the curvature of the globe and can be placed on the surface or at altitude and can optionally be extruded into a volume. The center point is determined by the containing Entity.
参数
Object describing initialization options
属性
definitionChanged
readonlydefinitionChanged:Event
Gets the event that is raised whenever a property or sub-property is changed or modified.
show
show:
Property|undefined
Gets or sets the boolean Property specifying the visibility of the ellipse.
semiMajorAxis
semiMajorAxis:
Property|undefined
Gets or sets the numeric Property specifying the semi-major axis.
semiMinorAxis
semiMinorAxis:
Property|undefined
Gets or sets the numeric Property specifying the semi-minor axis.
height
height:
Property|undefined
Gets or sets the numeric Property specifying the altitude of the ellipse.
heightReference
heightReference:
Property|undefined
Gets or sets the Property specifying the HeightReference.
extrudedHeight
extrudedHeight:
Property|undefined
Gets or sets the numeric Property specifying the altitude of the ellipse extrusion. Setting this property creates volume starting at height and ending at this altitude.
extrudedHeightReference
extrudedHeightReference:
Property|undefined
Gets or sets the Property specifying the extruded HeightReference.
rotation
rotation:
Property|undefined
Gets or sets the numeric property specifying the rotation of the ellipse counter-clockwise from north.
stRotation
stRotation:
Property|undefined
Gets or sets the numeric property specifying the rotation of the ellipse texture counter-clockwise from north.
granularity
granularity:
Property|undefined
Gets or sets the numeric Property specifying the angular distance between points on the ellipse.
fill
fill:
Property|undefined
Gets or sets the boolean Property specifying whether the ellipse is filled with the provided material.
material
material:
MaterialProperty|undefined
Gets or sets the Property specifying the material used to fill the ellipse.
outline
outline:
Property|undefined
Gets or sets the Property specifying whether the ellipse is outlined.
outlineColor
outlineColor:
Property|undefined
Gets or sets the Property specifying the Color of the outline.
outlineWidth
outlineWidth:
Property|undefined
Gets or sets the numeric Property specifying the width of the outline. <p> Note: This property will be ignored on all major browsers on Windows platforms. For details, see (@link https://github.com/CesiumGS/cesium/issues/40\}. </p>
numberOfVerticalLines
numberOfVerticalLines:
Property|undefined
Gets or sets the numeric Property specifying the number of vertical lines to draw along the perimeter for the outline.
shadows
shadows:
Property|undefined
Get or sets the enum Property specifying whether the ellipse casts or receives shadows from light sources.
distanceDisplayCondition
distanceDisplayCondition:
Property|undefined
Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this ellipse will be displayed.
classificationType
classificationType:
Property|undefined
Gets or sets the ClassificationType Property specifying whether this ellipse will classify terrain, 3D Tiles, or both when on the ground.
zIndex
zIndex:
ConstantProperty|undefined
Gets or sets the zIndex Property specifying the ellipse ordering. Only has an effect if the ellipse is constant and neither height or extrudedHeight are specified
方法
clone()
clone(
result?:EllipseGraphics):EllipseGraphics
Duplicates this instance.
参数
result?
EllipseGraphics
The object onto which to store the result.
返回
EllipseGraphics
The modified result parameter or a new instance if one was not provided.
merge()
merge(
source:EllipseGraphics):void
Assigns each unassigned property on this object to the value of the same property on the provided source object.
参数
source
EllipseGraphics
The object to be merged into this object.
返回
void
构造函数
构造函数
new EllipseGraphics(
options?:ConstructorOptions):EllipseGraphics
参数
options?
返回
EllipseGraphics
