Statistics
| Revision:

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

History | View | Annotate | Download (3.09 KB)

1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.editing.  
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.app">
9
      <description>Persistence for the gvSIG plugin</description>
10
      <fields>
11
        <field name="defaultSymbolLibraryPath" type="String" classOfValue="" mandatory="false">
12
          <description>Default symbol library path</description>
13
        </field>
14
        <field name="defaultSymbolFillColorAleatory" type="Boolean" classOfValue="" mandatory="false">
15
          <description></description>
16
        </field>
17
        <field name="defaultSymbolFillColor" type="OBJECT" classOfValue="java.awt.Color" mandatory="false">
18
          <description></description>
19
        </field>
20
        <field name="defaultSymbolColor" type="OBJECT" classOfValue="java.awt.Color" mandatory="false">
21
          <description></description>
22
        </field>
23
        <field name="defaultSymbolFont" type="OBJECT" classOfValue="java.awt.Font" mandatory="false">
24
          <description></description>
25
        </field>
26
        <field name="symbolLibraryPath" type="String" classOfValue="" mandatory="false">
27
          <description></description>
28
        </field>
29

    
30
		<!-- cartographic support -->
31
        <field name="default_measure_units" type="integer" classOfValue="" mandatory="false">
32
          <description></description>
33
        </field>
34
        <field name="default_measure_units_reference_system" type="integer" mandatory="false">
35
          <description></description>
36
        </field>
37
        
38
        <!-- Layer order manager -->
39
        <field name="current_layer_order_manager" type="OBJECT"
40
        classOfValue="org.gvsig.fmap.mapcontext.layers.order.LayerOrderManager"
41
        mandatory="false">
42
          <description>Layer order manager currently active</description>
43
        </field>
44
        
45
        <field name="showAddOnmanagerOnStart" type="Map" classOfItems="java.lang.Boolean" mandatory="false">
46
          <description></description>
47
        </field>
48
        
49
        <!-- Preferencias de la vista -->
50
        <field name="KeepScaleOnResizing" type="Boolean" mandatory="false">
51
          <description></description>
52
        </field>           
53
        <field name="OpenWithANewMaximizedView" type="Boolean" mandatory="false">
54
          <description></description>
55
        </field>           
56
        <field name="NewLayersInInvisibleMode" type="Boolean" mandatory="false">
57
          <description></description>
58
        </field>    
59
        <field name="ZoomInFactor" type="Double" mandatory="false">
60
          <description></description>
61
        </field>    
62
        <field name="ZoomOutFactor" type="Double" mandatory="false">
63
          <description></description>
64
        </field>    
65
        <field name="hideLegendInToCOfNonVisibleLayers" type="Boolean" mandatory="false">
66
          <description></description>
67
        </field>    
68
        <field name="baseHelpURL" type="String" mandatory="false" defaultValue="http://downloads.gvsig.org/download/web/">
69
          <description></description>
70
        </field>            
71
      </fields>
72
    </class>
73
  </classes>
74
</definitions>