Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/MolesManager/trunk/src/ea_model/iso_19129_2009_igcd/igcd_framework/if_tincoverage.py@8074
Revision 8074,
947 bytes
checked in by mnagni, 9 years ago
(diff) |
Last Working version for DB library and ingester. Verified that can correctly ingest CI_PArty (that is, CI_Individual or CI_Organization) objects.
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | from ea_model.iso_19129_2009_igcd.igcd_framework.if_coveragedata import IF_CoverageData |
---|
18 | |
---|
19 | ''' |
---|
20 | Created on 26-Jan-2012 16:07:35 |
---|
21 | |
---|
22 | @author: mnagni |
---|
23 | ''' |
---|
24 | |
---|
25 | class IF_TINCoverage(IF_CoverageData): |
---|
26 | ''' |
---|
27 | Represents a data entity defined in a UML diagram and supposed to |
---|
28 | be persisted in a relational database. |
---|
29 | |
---|
30 | This class has been genererated automatically using the Apache Velocity project. |
---|
31 | ''' |
---|
32 | ''' |
---|
33 | Please note that any access to the inner attributes should be done using |
---|
34 | the given get/set methods and NOT accessing them directly. |
---|
35 | ''' |
---|
36 | def __init__(self): |
---|
37 | self._if_coveragedata = IF_CoverageData() |
---|
38 | |
---|
39 | self.domainExtent = [] |
---|
40 | self.interpolationType = None |
---|
41 | self.commonPointRule = None |
---|
42 | self.geometry = None |
---|
43 | self.rangeType = None |
---|
44 | self.interpolationParametersType = None |
---|
45 | super(IF_TINCoverage, self).__init__() |
---|
46 | |
---|
47 | |
---|
48 | |
---|
49 | |
---|
50 | |
---|
51 | |
---|
52 | |
---|
53 | |
---|
54 | |
---|
55 | |
---|
56 | |
---|
57 | |
---|
Note: See
TracBrowser
for help on using the repository browser.