You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/czml3/properties.py
+14-74Lines changed: 14 additions & 74 deletions
Original file line number
Diff line number
Diff line change
@@ -75,14 +75,10 @@ class Material(BaseCZMLObject):
75
75
default=None
76
76
)
77
77
"""A material that fills the surface with a checkerboard pattern. See `here <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/CheckerboardMaterial>`__ for it's definition."""
"""The color of the surface. See `here <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Color>`__ for it's definition."""
152
116
153
117
154
-
classPolylineDash(BaseCZMLObject):
155
-
"""A definition of how a polyline should be dashed with two colors.
118
+
classPolylineDashMaterial(BaseCZMLObject):
119
+
"""A material that provides a how a polyline should be dashed.
156
120
157
121
See `here <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/PolylineDashMaterial>`__ for it's definition.
158
122
"""
@@ -167,16 +131,6 @@ class PolylineDash(BaseCZMLObject):
167
131
"""A 16-bit bitfield representing which portions along a single dashLength are the dash (1) and which are the gap (0). The default value, 255 (0000000011111111), indicates 50% gap followed by 50% dash."""
168
132
169
133
170
-
classPolylineDashMaterial(BaseCZMLObject):
171
-
"""A material that provides a how a polyline should be dashed.
172
-
173
-
See `here <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/PolylineDashMaterial>`__ for it's definition.
"""Whether or not the positions are connected as great arcs (the default) or as straight lines. This property has been superseded by `arcType`, which should be used instead."""
"""Whether or not the polyline casts or receives shadows. See `here <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/ShadowMode>`__ for it's definition."""
"""The material to use to draw the polyline when it is below the terrain. See `here <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Field>`__ for it's definition."""
0 commit comments