MCPcopy Create free account

hub / github.com/cassova/satellite-czml / types & classes

Types & classes38 in github.com/cassova/satellite-czml

↓ 6 callersClass_Coordinate
[Longitude, Latitude, Height] or [X, Y, Z] or [Time, Longitude, Latitude, Height] or [Time, X, Y, Z]
satellite_czml/czml.py:246
↓ 4 callersClass_Color
satellite_czml/czml.py:464
↓ 4 callersClass_Coordinates
satellite_czml/czml.py:272
↓ 3 callersClassCZMLPacket
A CZML packet describes the graphical properties for a single object in the scene, such as a single aircraft.
satellite_czml/czml.py:1305
↓ 3 callersClass_Positions
The list of positions [X, Y, Z, X, Y, Z, ...]
satellite_czml/czml.py:681
↓ 2 callersClassBillboard
A billboard, or viewport-aligned image. The billboard is positioned in the scene by the position property. A billboard is sometimes called a m
satellite_czml/czml.py:644
↓ 2 callersClassColor
satellite_czml/czml.py:536
↓ 2 callersClassDescription
satellite_czml/czml.py:1284
↓ 2 callersClassLabel
A string of text. The label is positioned in the scene by the position property.
satellite_czml/czml.py:927
↓ 2 callersClassPoint
A point, or viewport-aligned circle. The point is positioned in the scene by the position property.
satellite_czml/czml.py:837
↓ 2 callersClassPosition
The position of the object in the world. The position has no direct visual representation, but it is used to locate billboards, labels, and o
satellite_czml/czml.py:335
↓ 2 callersClass_Colors
The color specified as an array of color components [Red, Green, Blue, Alpha]. If the array has four elements, the color is constant. If
satellite_czml/czml.py:489
↓ 1 callersClassCZML
CZML is a subset of JSON, meaning that a valid CZML document is also a valid JSON document. Specifically, a CZML document contains a single J
satellite_czml/czml.py:185
↓ 1 callersClassClock
The clock settings for the entire data set. Only valid on the document object.
satellite_czml/czml.py:668
↓ 1 callersClassCone
A cone starts at a point or apex and extends in a circle of directions which all have the same angular separation from the Z-axis of the obje
satellite_czml/czml.py:1210
↓ 1 callersClassOrientation
The orientation of the object in the world. The orientation has no direct visual representation, but it is used to orient models, cones, and p
satellite_czml/czml.py:815
↓ 1 callersClassPath
A path, which is a polyline defined by the motion of an object over time. The possible vertices of the path are specified by the position prop
satellite_czml/czml.py:1060
↓ 1 callersClassPolygon
A polygon, which is a closed figure on the surface of the Earth.
satellite_czml/czml.py:1106
↓ 1 callersClassPolyline
A polyline, which is a line in the scene composed of multiple segments.
satellite_czml/czml.py:1088
↓ 1 callersClassPositions
The world-space positions of vertices. The vertex positions have no direct visual representation, but they are used to define polygons, polyli
satellite_czml/czml.py:714
↓ 1 callersClasssatellite
Creates an instance of a satellite to be included in the CZML document based on a TLE
satellite_czml/satellite_czml.py:15
ClassCamera
A camera.
satellite_czml/czml.py:1280
ClassEllipse
An ellipse, which is a closed curve on the surface of the Earth. The ellipse is positioned using the position property.
satellite_czml/czml.py:1140
ClassEllipsoid
satellite_czml/czml.py:1186
ClassGrid
Fills the surface with a grid.
satellite_czml/czml.py:981
ClassImage
Fills the surface with an image.
satellite_czml/czml.py:991
ClassMaterial
The material to use to fill the polygon.
satellite_czml/czml.py:1029
ClassNumber
Represents numbers
satellite_czml/czml.py:318
ClassPolylineGlow
Colors the line with a glowing color.
satellite_czml/czml.py:1014
ClassPolylineOutline
Colors the line with a color and outline.
satellite_czml/czml.py:1021
ClassPyramid
A pyramid starts at a point or apex and extends in a specified list of directions from the apex. Each pair of directions forms a face of the p
satellite_czml/czml.py:1272
ClassRadii
Radii is in support of ellipsoids. This class is nearly an identical copy of the Position class since its behavior is almost the same.
satellite_czml/czml.py:421
ClassScale
The scale of the billboard. The scale is multiplied with the pixel size of the billboard's image. For example, if the scale is 2.0, the billb
satellite_czml/czml.py:584
ClassSolidColor
Fills the surface with a solid color, which may be translucent.
satellite_czml/czml.py:1008
ClassStripe
Fills the surface with alternating colors.
satellite_czml/czml.py:998
Class_CZMLBaseObject
satellite_czml/czml.py:135
Class_DateTimeAware
A baseclass for Date time aware objects
satellite_czml/czml.py:223
Classsatellite_czml
Generates the CZML document used by Cesium for plotting Satellites using TLE entries
satellite_czml/satellite_czml.py:362