cleder / czml

Read and write CZML in Python
90 stars 27 forks source link

Working Cone, Orientation, Ellipsoid, Radii, and Path #2

Closed Carl4 closed 11 years ago

Carl4 commented 11 years ago

I've implemented working versions of the classes in the subject. Also implemented a little helper function, class_property to handle when an object property should be a specific instance of a class. It codifies repeated getter and setter codes as something like a decorator.

cleder commented 11 years ago

I am not happy with the change:

in class _CZMLBaseObject(object):

it breaks existing test.

also I would appreciate if you could add some tests for the new functionality