Revision 40596 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.impl/src/main/java/org/gvsig/fmap/geom/primitive/impl/DefaultEnvelope.java

View differences:

DefaultEnvelope.java
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24 24

  
25
/* gvSIG. Geographic Information System of the Valencian Government
26
 *
27
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
28
 * of the Valencian Government (CIT)
29
 *
30
 * This program is free software; you can redistribute it and/or
31
 * modify it under the terms of the GNU General Public License
32
 * as published by the Free Software Foundation; either version 2
33
 * of the License, or (at your option) any later version.
34
 *
35
 * This program is distributed in the hope that it will be useful,
36
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
37
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38
 * GNU General Public License for more details.
39
 *
40
 * You should have received a copy of the GNU General Public License
41
 * along with this program; if not, write to the Free Software
42
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
43
 * MA  02110-1301, USA.
44
 *
45
 */
46

  
47
/*
48
 * AUTHORS (In addition to CIT):
49
 * ${year} IVER T.I. S.A.   {{Task}}
50
 */
51

  
52
/* gvSIG. Geographic Information System of the Valencian Government
53
 *
54
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
55
 * of the Valencian Government (CIT)
56
 *
57
 * This program is free software; you can redistribute it and/or
58
 * modify it under the terms of the GNU General Public License
59
 * as published by the Free Software Foundation; either version 2
60
 * of the License, or (at your option) any later version.
61
 *
62
 * This program is distributed in the hope that it will be useful,
63
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
64
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65
 * GNU General Public License for more details.
66
 *
67
 * You should have received a copy of the GNU General Public License
68
 * along with this program; if not, write to the Free Software
69
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
70
 * MA  02110-1301, USA.
71
 *
72
 */
73
/*
74
 * AUTHORS (In addition to CIT):
75
 * ${year} IVER T.I. S.A.   {{Task}}
76
 */
77
/* gvSIG. Geographic Information System of the Valencian Government
78
 *
79
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
80
 * of the Valencian Government (CIT)
81
 *
82
 * This program is free software; you can redistribute it and/or
83
 * modify it under the terms of the GNU General Public License
84
 * as published by the Free Software Foundation; either version 2
85
 * of the License, or (at your option) any later version.
86
 *
87
 * This program is distributed in the hope that it will be useful,
88
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
89
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
90
 * GNU General Public License for more details.
91
 *
92
 * You should have received a copy of the GNU General Public License
93
 * along with this program; if not, write to the Free Software
94
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
95
 * MA  02110-1301, USA.
96
 *
97
 */
98
/*
99
 * AUTHORS (In addition to CIT):
100
 * ${year} IVER T.I. S.A.   {{Task}}
101
 */
102 25
package org.gvsig.fmap.geom.primitive.impl;
103 26

  
104 27
import java.text.MessageFormat;

Also available in: Unified diff