fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / Image / OSGGeoReferenceAttachment.fcd
blob879a9d06b326a1f6701a169a52d375d433c48623
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="GeoReferenceAttachment"
5 parent="Attachment"
6 library="System"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 docGroupBase="GrpSystemImage"
14 <Field
15 name="datum"
16 type="UInt32"
17 cardinality="single"
18 visibility="external"
19 defaultValue="GeoReferenceAttachment::WGS84"
20 access="public"
22 </Field>
23 <Field
24 name="ellipsoidAxis"
25 type="Vec2f"
26 cardinality="single"
27 visibility="external"
28 defaultValue=""
29 access="public"
31 </Field>
32 <Field
33 name="origin"
34 type="Vec2f"
35 cardinality="single"
36 visibility="external"
37 defaultValue=""
38 access="public"
40 </Field>
41 <Field
42 name="pixelSize"
43 type="Vec2f"
44 cardinality="single"
45 visibility="external"
46 defaultValue=""
47 access="public"
49 </Field>
50 <Field
51 name="noDataValue"
52 type="Real64"
53 cardinality="single"
54 visibility="external"
55 defaultValue=""
56 access="public"
58 </Field>
59 </FieldContainer>