Statistics
| Revision:

root / org.gvsig.projection.jcrs / trunk / org.gvsig.projection.jcrs / org.gvsig.projection.app.jcrs / org.gvsig.projection.app.jcrs.common / src / main / resources-plugin / plugin-persistence.def @ 249

History | View | Annotate | Download (1.06 KB)

1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.geodb.  
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.projection.app.jcrs">
9
      <description>plugin persistence org.gvsig.projection.app.jcrs</description>
10
      <fields>
11
        <field name="recentCRSs" type="List" classOfItems="org.gvsig.crs.persistence.RecentCRSsPersistence" mandatory="false">
12
          <description>List of recents CRSs</description>
13
        </field>
14
        <field name="recentTransformations" type="List" classOfItems="org.gvsig.crs.persistence.RecentTrsPersistence" mandatory="false">
15
          <description>List of recents recentTransformations</description>
16
        </field>
17
        <field name="epsgDatabase" type="String" defaultValue="EPSG/EPSG_v6/EPSG.sql" mandatory="false">
18
          <description></description>
19
        </field>
20
        <field name="useMemoryCacheForCRSs" type="Boolean" defaultValue="true" mandatory="false">
21
          <description></description>
22
        </field>
23
      </fields>
24
    </class>
25
  </classes>
26
</definitions>