Revision 2956

View differences:

trunk/libraries/libWMSv0/jar to gvsig.xml
1
<project name="MyProject" default="jar-fuentes" basedir=".">
1
<project name="MyProject" default="jar" basedir=".">
2 2
  <!-- set global properties for this build -->
3 3
  <property name="bin"  location="bin"/>
4 4
  <property name="src"  location="src"/>
......
9 9
  </target>
10 10

  
11 11
  <target name="jar">
12
  	<jar jarfile="wmsclient.jar" basedir="${bin}"/>
12
  	<jar jarfile="../FMap 03/lib/wmsclient.jar" basedir="${bin}"/>
13 13
  </target>
14 14

  
15 15
  <target name="jar-fuentes">
16 16
    <copy todir="${bin}">
17 17
    	<fileset dir="${src}" includes="**"/>
18 18
    </copy>
19
  	<jar jarfile="../FMAP/lib/wmsclient.jar" basedir="${bin}"/>
19
  	<jar jarfile="wmsclient.jar" basedir="${bin}"/>
20 20
  </target>
21 21
</project>
trunk/libraries/libWMSv0/create source.xml
9 9
    <tstamp/>
10 10
  </target>
11 11

  
12
  <target name="capabilities-1-0-0">
12
  <target name="clean">
13 13
  	<delete>
14 14
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_0_0/capabilities/**"/>
15 15
  	</delete>
16
  	<delete>
17
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_0_0/exception/**"/>
18
  	</delete>
19
  	<delete>
20
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_1_0/capabilities/**"/>
21
  	</delete>
22
  	<delete>
23
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_1_0/exception/**"/>
24
  	</delete>
25
  	<delete>
26
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_1_1/capabilities/**"/>
27
  	</delete>
28
  	<delete>
29
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_1_1/exception/**"/>
30
  	</delete>
31
  	<delete>
32
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_3_0/capabilities/**"/>
33
  	</delete>
34
  	<delete>
35
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_3_0/exception/**"/>
36
  	</delete>
37
  </target>
38

  
39
  <target name="create-code" depends="clean">
16 40
  	<java classname="org.exolab.castor.builder.SourceGenerator">    
17 41
  		<classpath>
18
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/castor-0.9.5.3-xml.jar"/>
19
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/xercesImpl.jar"/>
42
  			<pathelement path="../Andami/lib/castor-0.9.5.3-xml.jar"/>
43
  			<pathelement path="../Andami/lib/xercesImpl.jar"/>
20 44
  		</classpath>
21 45
  		<arg value="-i"/>
22 46
  		<arg value="${schemas}/capabilities_1_0_0.xsd"/>
......
25 49
  		<arg value="-dest"/>
26 50
  		<arg value="${src}"/>
27 51
  	</java>
28
  </target>
29

  
30
  <target name="exception-1-0-0">
31
  	<delete>
32
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_0_0/exception/**"/>
33
  	</delete>
34 52
  	<java classname="org.exolab.castor.builder.SourceGenerator">    
35 53
  		<classpath>
36
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/castor-0.9.5.3-xml.jar"/>
37
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/xercesImpl.jar"/>
54
  			<pathelement path="../Andami/lib/castor-0.9.5.3-xml.jar"/>
55
  			<pathelement path="../Andami/lib/xercesImpl.jar"/>
38 56
  		</classpath>
39 57
  		<arg value="-i"/>
40
  		<arg value="${schemas}/exceptions_1_1_0.xsd"/>
58
  		<arg value="${schemas}/capabilities_1_1_0.xsd"/>
41 59
  		<arg value="-package"/>
42
  		<arg value="com.iver.wmsclient.wms_1_0_0.exception"/>
60
  		<arg value="com.iver.wmsclient.wms_1_1_0.capabilities"/>
43 61
  		<arg value="-dest"/>
44 62
  		<arg value="${src}"/>
45 63
  	</java>
46
  </target>
47

  
48
  <target name="capabilities-1-1-0">
49
  	<delete>
50
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_1_0/capabilities/**"/>
51
  	</delete>
52 64
  	<java classname="org.exolab.castor.builder.SourceGenerator">    
53 65
  		<classpath>
54
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/castor-0.9.5.3-xml.jar"/>
55
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/xercesImpl.jar"/>
66
  			<pathelement path="../Andami/lib/castor-0.9.5.3-xml.jar"/>
67
  			<pathelement path="../Andami/lib/xercesImpl.jar"/>
56 68
  		</classpath>
57 69
  		<arg value="-i"/>
58
  		<arg value="${schemas}/capabilities_1_1_0.xsd"/>
70
  		<arg value="${schemas}/capabilities_1_1_1.xsd"/>
59 71
  		<arg value="-package"/>
60
  		<arg value="com.iver.wmsclient.wms_1_1_0.capabilities"/>
72
  		<arg value="com.iver.wmsclient.wms_1_1_1.capabilities"/>
61 73
  		<arg value="-dest"/>
62 74
  		<arg value="${src}"/>
63 75
  	</java>
64
  </target>
65
  
66
  <target name="exception-1-1-0">
67
  	<delete>
68
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_1_0/exception/**"/>
69
  	</delete>
70 76
  	<java classname="org.exolab.castor.builder.SourceGenerator">    
71 77
  		<classpath>
72
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/castor-0.9.5.3-xml.jar"/>
73
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/xercesImpl.jar"/>
78
  			<pathelement path="../Andami/lib/castor-0.9.5.3-xml.jar"/>
79
  			<pathelement path="../Andami/lib/xercesImpl.jar"/>
74 80
  		</classpath>
75 81
  		<arg value="-i"/>
76
  		<arg value="${schemas}/exceptions_1_1_0.xsd"/>
82
  		<arg value="${schemas}/capabilities_1_3_0.xsd"/>
77 83
  		<arg value="-package"/>
78
  		<arg value="com.iver.wmsclient.wms_1_1_0.exception"/>
84
  		<arg value="com.iver.wmsclient.wms_1_3_0.capabilities"/>
79 85
  		<arg value="-dest"/>
80 86
  		<arg value="${src}"/>
81 87
  	</java>
82
  </target>
83

  
84
  <target name="capabilities-1-1-1">
85
  	<delete>
86
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_1_1/capabilities/**"/>
87
  	</delete>
88 88
  	<java classname="org.exolab.castor.builder.SourceGenerator">    
89 89
  		<classpath>
90
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/castor-0.9.5.3-xml.jar"/>
91
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/xercesImpl.jar"/>
90
  			<pathelement path="../Andami/lib/castor-0.9.5.3-xml.jar"/>
91
  			<pathelement path="../Andami/lib/xercesImpl.jar"/>
92 92
  		</classpath>
93 93
  		<arg value="-i"/>
94
  		<arg value="${schemas}/capabilities_1_1_1.xsd"/>
94
  		<arg value="${schemas}/exceptions_1_1_0.xsd"/>
95 95
  		<arg value="-package"/>
96
  		<arg value="com.iver.wmsclient.wms_1_1_1.capabilities"/>
96
  		<arg value="com.iver.wmsclient.wms_1_0_0.exception"/>
97 97
  		<arg value="-dest"/>
98 98
  		<arg value="${src}"/>
99 99
  	</java>
100
  </target>
101

  
102
  <target name="exception-1-1-1">
103
  	<delete>
104
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_1_1/exception/**"/>
105
  	</delete>
106 100
  	<java classname="org.exolab.castor.builder.SourceGenerator">    
107 101
  		<classpath>
108
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/castor-0.9.5.3-xml.jar"/>
109
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/xercesImpl.jar"/>
102
  			<pathelement path="../Andami/lib/castor-0.9.5.3-xml.jar"/>
103
  			<pathelement path="../Andami/lib/xercesImpl.jar"/>
110 104
  		</classpath>
111 105
  		<arg value="-i"/>
112
  		<arg value="${schemas}/exceptions_1_1_1.xsd"/>
106
  		<arg value="${schemas}/exceptions_1_1_0.xsd"/>
113 107
  		<arg value="-package"/>
114
  		<arg value="com.iver.wmsclient.wms_1_1_1.exception"/>
108
  		<arg value="com.iver.wmsclient.wms_1_1_0.exception"/>
115 109
  		<arg value="-dest"/>
116 110
  		<arg value="${src}"/>
117 111
  	</java>
118
  </target>
119

  
120
  <target name="capabilities-1-3-0">
121
  	<delete>
122
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_3_0/capabilities/**"/>
123
  	</delete>
124 112
  	<java classname="org.exolab.castor.builder.SourceGenerator">    
125 113
  		<classpath>
126
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/castor-0.9.5.3-xml.jar"/>
127
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/xercesImpl.jar"/>
114
  			<pathelement path="../Andami/lib/castor-0.9.5.3-xml.jar"/>
115
  			<pathelement path="../Andami/lib/xercesImpl.jar"/>
128 116
  		</classpath>
129 117
  		<arg value="-i"/>
130
  		<arg value="${schemas}/capabilities_1_3_0.xsd"/>
118
  		<arg value="${schemas}/exceptions_1_1_1.xsd"/>
131 119
  		<arg value="-package"/>
132
  		<arg value="com.iver.wmsclient.wms_1_3_0.capabilities"/>
120
  		<arg value="com.iver.wmsclient.wms_1_1_1.exception"/>
133 121
  		<arg value="-dest"/>
134 122
  		<arg value="${src}"/>
135 123
  	</java>
136
  </target>
137

  
138
  <target name="exception-1-3-0">
139
  	<delete>
140
  		<fileset dir="${src}" includes="com/iver/wmsclient/wms_1_3_0/exception/**"/>
141
  	</delete>
142 124
  	<java classname="org.exolab.castor.builder.SourceGenerator">    
143 125
  		<classpath>
144
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/castor-0.9.5.3-xml.jar"/>
145
  			<pathelement path="../../../eclipse2.1.2/workspace/GVSIG/lib/xercesImpl.jar"/>
126
  			<pathelement path="../Andami/lib/castor-0.9.5.3-xml.jar"/>
127
  			<pathelement path="../Andami/lib/xercesImpl.jar"/>
146 128
  		</classpath>
147 129
  		<arg value="-i"/>
148 130
  		<arg value="${schemas}/exceptions_1_3_0.xsd"/>
......
152 134
  		<arg value="${src}"/>
153 135
  	</java>
154 136
  </target>
155

  
156
  <target name="create-code" depends="capabilities-1-0-0, exception-1-0-0, capabilities-1-1-0, exception-1-1-0, capabilities-1-1-1, exception-1-1-1, capabilities-1-3-0, exception-1-3-0">
157
  </target>
158 137
  
159 138
</project>
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/exception/ServiceException.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.exception;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import java.io.IOException;
15
import java.io.Reader;
16
import java.io.Serializable;
17
import java.io.Writer;
18
import org.exolab.castor.xml.MarshalException;
54 19
import org.exolab.castor.xml.Marshaller;
55 20
import org.exolab.castor.xml.Unmarshaller;
21
import org.exolab.castor.xml.ValidationException;
22
import org.xml.sax.ContentHandler;
56 23

  
57 24
/**
58 25
 * Class ServiceException.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/exception/ServiceExceptionReportDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.exception;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
54
import org.exolab.castor.xml.validators.StringValidator;
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
55 18

  
56 19
/**
57 20
 * Class ServiceExceptionReportDescriptor.
......
127 90
            }
128 91
        } );
129 92
        desc.setHandler(handler);
130
        desc.setRequired(true);
131 93
        addFieldDescriptor(desc);
132 94
        
133 95
        //-- validation code for: _version
134 96
        fieldValidator = new org.exolab.castor.xml.FieldValidator();
135
        fieldValidator.setMinOccurs(1);
136 97
        { //-- local scope
137 98
            StringValidator typeValidator = new StringValidator();
138 99
            typeValidator.setWhiteSpace("preserve");
139
            typeValidator.setFixed("1.1.0");
140 100
            fieldValidator.setValidator(typeValidator);
141 101
        }
142 102
        desc.setValidator(fieldValidator);
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/exception/ServiceExceptionReport.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.exception;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import java.io.IOException;
15
import java.io.Reader;
16
import java.io.Serializable;
17
import java.io.Writer;
18
import java.util.Enumeration;
54 19
import java.util.Vector;
55

  
20
import org.exolab.castor.xml.MarshalException;
56 21
import org.exolab.castor.xml.Marshaller;
57 22
import org.exolab.castor.xml.Unmarshaller;
23
import org.exolab.castor.xml.ValidationException;
24
import org.xml.sax.ContentHandler;
58 25

  
59 26
/**
60 27
 * Class ServiceExceptionReport.
......
71 38
    /**
72 39
     * Field _version
73 40
     */
74
    private java.lang.String _version = "1.1.0";
41
    private java.lang.String _version;
75 42

  
76 43
    /**
77 44
     * Field _serviceExceptionList
......
85 52

  
86 53
    public ServiceExceptionReport() {
87 54
        super();
88
        setVersion("1.1.0");
89 55
        _serviceExceptionList = new Vector();
90 56
    } //-- com.iver.wmsclient.wms_1_0_0.exception.ServiceExceptionReport()
91 57

  
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/exception/ServiceExceptionDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.exception;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
54
import org.exolab.castor.xml.validators.StringValidator;
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
55 18

  
56 19
/**
57 20
 * Class ServiceExceptionDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/KeywordsDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
54
import org.exolab.castor.xml.validators.StringValidator;
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
55 18

  
56 19
/**
57 20
 * Class KeywordsDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/FeatureInfoDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
54 18

  
55 19
/**
56 20
 * Class FeatureInfoDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/Keywords.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import java.io.IOException;
15
import java.io.Reader;
16
import java.io.Serializable;
17
import java.io.Writer;
18
import org.exolab.castor.xml.MarshalException;
54 19
import org.exolab.castor.xml.Marshaller;
55 20
import org.exolab.castor.xml.Unmarshaller;
21
import org.exolab.castor.xml.ValidationException;
22
import org.xml.sax.ContentHandler;
56 23

  
57 24
/**
58 25
 * Class Keywords.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/FeatureInfo.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import java.io.IOException;
15
import java.io.Reader;
16
import java.io.Serializable;
17
import java.io.Writer;
18
import java.util.Enumeration;
54 19
import java.util.Vector;
55

  
20
import org.exolab.castor.xml.MarshalException;
56 21
import org.exolab.castor.xml.Marshaller;
57 22
import org.exolab.castor.xml.Unmarshaller;
23
import org.exolab.castor.xml.ValidationException;
24
import org.xml.sax.ContentHandler;
58 25

  
59 26
/**
60 27
 * Class FeatureInfo.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/LayerDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
54 18

  
55 19
/**
56 20
 * Class LayerDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/Layer.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import com.iver.wmsclient.wms_1_0_0.capabilities.types.LayerQueryableType;
15
import java.io.IOException;
16
import java.io.Reader;
17
import java.io.Serializable;
18
import java.io.Writer;
19
import java.util.Enumeration;
54 20
import java.util.Vector;
55

  
21
import org.exolab.castor.xml.MarshalException;
56 22
import org.exolab.castor.xml.Marshaller;
57 23
import org.exolab.castor.xml.Unmarshaller;
24
import org.exolab.castor.xml.ValidationException;
25
import org.xml.sax.ContentHandler;
58 26

  
59 27
/**
60 28
 * Class Layer.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/VendorSpecificCapabilitiesDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
54 18

  
55 19
/**
56 20
 * Class VendorSpecificCapabilitiesDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/VendorSpecificCapabilities.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import java.io.IOException;
15
import java.io.Reader;
16
import java.io.Serializable;
17
import java.io.Writer;
18
import org.exolab.castor.xml.MarshalException;
54 19
import org.exolab.castor.xml.Marshaller;
55 20
import org.exolab.castor.xml.Unmarshaller;
21
import org.exolab.castor.xml.ValidationException;
22
import org.xml.sax.ContentHandler;
56 23

  
57 24
/**
58 25
 * Class VendorSpecificCapabilities.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/HTTPDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
54 18

  
55 19
/**
56 20
 * Class HTTPDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/HTTP.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import java.io.IOException;
15
import java.io.Reader;
16
import java.io.Serializable;
17
import java.io.Writer;
18
import org.exolab.castor.xml.MarshalException;
54 19
import org.exolab.castor.xml.Marshaller;
55 20
import org.exolab.castor.xml.Unmarshaller;
21
import org.exolab.castor.xml.ValidationException;
22
import org.xml.sax.ContentHandler;
56 23

  
57 24
/**
58 25
 * Class HTTP.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/NameDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
54
import org.exolab.castor.xml.validators.StringValidator;
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
55 18

  
56 19
/**
57 20
 * Class NameDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/Name.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import java.io.IOException;
15
import java.io.Reader;
16
import java.io.Serializable;
17
import java.io.Writer;
18
import org.exolab.castor.xml.MarshalException;
54 19
import org.exolab.castor.xml.Marshaller;
55 20
import org.exolab.castor.xml.Unmarshaller;
21
import org.exolab.castor.xml.ValidationException;
22
import org.xml.sax.ContentHandler;
56 23

  
57 24
/**
58 25
 * Class Name.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/TitleDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
54
import org.exolab.castor.xml.validators.StringValidator;
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
55 18

  
56 19
/**
57 20
 * Class TitleDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/Title.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
14
import java.io.IOException;
15
import java.io.Reader;
16
import java.io.Serializable;
17
import java.io.Writer;
18
import org.exolab.castor.xml.MarshalException;
54 19
import org.exolab.castor.xml.Marshaller;
55 20
import org.exolab.castor.xml.Unmarshaller;
21
import org.exolab.castor.xml.ValidationException;
22
import org.xml.sax.ContentHandler;
56 23

  
57 24
/**
58 25
 * Class Title.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/FeesDescriptor.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
15
 * of the License, or (at your option) any later version.
16
 *
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
 *
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
25
 *
26
 * For more information, contact:
27
 *
28
 *  Generalitat Valenciana
29
 *   Conselleria d'Infraestructures i Transport
30
 *   Av. Blasco Ib??ez, 50
31
 *   46010 VALENCIA
32
 *   SPAIN
33
 *
34
 *      +34 963862235
35
 *   gvsig@gva.es
36
 *      www.gvsig.gva.es
37
 *
38
 *    or
39
 *
40
 *   IVER T.I. S.A
41
 *   Salamanca 50
42
 *   46005 Valencia
43
 *   Spain
44
 *
45
 *   +34 963163400
46
 *   dac@iver.es
47
 */
48 8
package com.iver.wmsclient.wms_1_0_0.capabilities;
49 9

  
50 10
  //---------------------------------/
51 11
 //- Imported classes and packages -/
52 12
//---------------------------------/
53 13

  
54
import org.exolab.castor.xml.validators.StringValidator;
14
import org.exolab.castor.mapping.AccessMode;
15
import org.exolab.castor.xml.TypeValidator;
16
import org.exolab.castor.xml.XMLFieldDescriptor;
17
import org.exolab.castor.xml.validators.*;
55 18

  
56 19
/**
57 20
 * Class FeesDescriptor.
trunk/libraries/libWMSv0/src/com/iver/wmsclient/wms_1_0_0/capabilities/Fees.java
5 5
 * $Id$
6 6
 */
7 7

  
8
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
9
 *
10
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
11
 *
12
 * This program is free software; you can redistribute it and/or
13
 * modify it under the terms of the GNU General Public License
14
 * as published by the Free Software Foundation; either version 2
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff