Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.snapping.app / org.gvsig.snapping.app.mainplugin / src / main / resources-plugin / plugin-persistence.def @ 47355

History | View | Annotate | Download (4.88 KB)

1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.geometry.
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.snapping.app.mainplugin">
9
      <description>Persistence for the snapping plugin</description>
10
      <fields>
11

    
12
        <!-- Snapping -->
13
        <field name="snapTolerance" type="Integer" defaultValue="4" classOfValue="" mandatory="false">
14
          <description></description>
15
        </field>
16

    
17
        <field name="applySnappers" type="Boolean" defaultValue="true" classOfValue="" mandatory="false">
18
          <description></description>
19
        </field>
20

    
21
        <field name="snapperActivatedFinalPointSnapper" type="Boolean" defaultValue="true" classOfValue="" mandatory="false">
22
          <description></description>
23
        </field>
24

    
25
        <field name="snapperPriorityFinalPointSnapper" type="Integer" defaultValue="1" classOfValue="" mandatory="false">
26
          <description></description>
27
        </field>
28

    
29
        <field name="snapperActivatedNearestPointSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
30
          <description></description>
31
        </field>
32

    
33
        <field name="snapperPriorityNearestPointSnapper" type="Integer" defaultValue="2" classOfValue="" mandatory="false">
34
          <description></description>
35
        </field>
36

    
37
        <field name="snapperActivatedPixelSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
38
          <description></description>
39
        </field>
40

    
41
        <field name="snapperPriorityPixelSnapper" type="Integer" defaultValue="3" classOfValue="" mandatory="false">
42
          <description></description>
43
        </field>
44

    
45
        <field name="snapperActivatedCentralPointSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
46
          <description></description>
47
        </field>
48

    
49
        <field name="snapperPriorityCentralPointSnapper" type="Integer" defaultValue="3" classOfValue="" mandatory="false">
50
          <description></description>
51
        </field>
52

    
53
        <field name="snapperActivatedQuadrantPointSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
54
          <description></description>
55
        </field>
56

    
57
        <field name="snapperPriorityQuadrantPointSnapper" type="Integer" defaultValue="3" classOfValue="" mandatory="false">
58
          <description></description>
59
        </field>
60

    
61
        <field name="snapperActivatedIntersectionPointSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
62
          <description></description>
63
        </field>
64

    
65
        <field name="snapperPriorityIntersectionPointSnapper" type="Integer" defaultValue="3" classOfValue="" mandatory="false">
66
          <description></description>
67
        </field>
68

    
69
        <field name="snapperActivatedMediumPointSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
70
          <description></description>
71
        </field>
72

    
73
        <field name="snapperPriorityMediumPointSnapper" type="Integer" defaultValue="3" classOfValue="" mandatory="false">
74
          <description></description>
75
        </field>
76

    
77
        <field name="snapperActivatedPerpendicularPointSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
78
          <description></description>
79
        </field>
80

    
81
        <field name="snapperPriorityPerpendicularPointSnapper" type="Integer" defaultValue="3" classOfValue="" mandatory="false">
82
          <description></description>
83
        </field>
84

    
85
        <field name="snapperActivatedTangentPointSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
86
          <description></description>
87
        </field>
88

    
89
        <field name="snapperPriorityTangentPointSnapper" type="Integer" defaultValue="3" classOfValue="" mandatory="false">
90
          <description></description>
91
        </field>
92

    
93
        <field name="snapperActivatedCentroidPointSnapper" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
94
          <description></description>
95
        </field>
96

    
97
        <field name="snapperPriorityCentroidPointSnapper" type="Integer" defaultValue="3" classOfValue="" mandatory="false">
98
          <description></description>
99
        </field>
100

    
101
        <!--Grid-->
102
        <field name="adjustgrid" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
103
          <description></description>
104
        </field>
105

    
106
        <field name="showgrid" type="Boolean" defaultValue="false" classOfValue="" mandatory="false">
107
          <description></description>
108
        </field>
109

    
110
        <field name="griddistancex" type="Double" defaultValue="1000" classOfValue="" mandatory="false">
111
          <description></description>
112
        </field>
113

    
114
        <field name="griddistancey" type="Double" defaultValue="1000" classOfValue="" mandatory="false">
115
          <description></description>
116
        </field>
117

    
118
      </fields>
119
    </class>
120
  </classes>
121
</definitions>