Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/MolesManager/trunk/src/ea_model/iso_19123_2005_coverages/coverages/coverage_core/cv_interpolationmethod.py@8091
Revision 8091,
715 bytes
checked in by mnagni, 9 years ago
(diff) |
The migration process now includes
1) deployment_data files
2) XML document hash
3) full Dojo support
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | |
---|
20 | |
---|
21 | from ascore.ascodelist import ASCodeList |
---|
22 | from ascore.utils import has_value |
---|
23 | |
---|
24 | ''' |
---|
25 | Created on 16-Feb-2012 16:18:00 |
---|
26 | |
---|
27 | @author: mnagni |
---|
28 | ''' |
---|
29 | |
---|
30 | class CV_InterpolationMethod(ASCodeList): |
---|
31 | ''' |
---|
32 | Represents a data entity defined in a UML diagram and supposed to |
---|
33 | be persisted in a relational database. |
---|
34 | |
---|
35 | This class has been genererated automatically using the Apache Velocity project. |
---|
36 | ''' |
---|
37 | cl_cubic = "cubic" |
---|
38 | cl_nearestneighbor = "nearestneighbor" |
---|
39 | cl_barycentric = "barycentric" |
---|
40 | cl_biquadratic = "biquadratic" |
---|
41 | cl_quadratic = "quadratic" |
---|
42 | cl_linear = "linear" |
---|
43 | cl_lostarea = "lostarea" |
---|
44 | cl_bicubic = "bicubic" |
---|
45 | cl_bilinear = "bilinear" |
---|
Note: See
TracBrowser
for help on using the repository browser.