Revision 40596 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/project/documents/view/toc/actions/ZoomAlTemaTocMenuEntry.java

View differences:

ZoomAlTemaTocMenuEntry.java
39 39
import org.slf4j.LoggerFactory;
40 40

  
41 41

  
42
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
43
 *
44
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
45
 *
46
 * This program is free software; you can redistribute it and/or
47
 * modify it under the terms of the GNU General Public License
48
 * as published by the Free Software Foundation; either version 2
49
 * of the License, or (at your option) any later version.
50
 *
51
 * This program is distributed in the hope that it will be useful,
52
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
53
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54
 * GNU General Public License for more details.
55
 *
56
 * You should have received a copy of the GNU General Public License
57
 * along with this program; if not, write to the Free Software
58
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
59
 *
60
 * For more information, contact:
61
 *
62
 *  Generalitat Valenciana
63
 *   Conselleria d'Infraestructures i Transport
64
 *   Av. Blasco Ib??ez, 50
65
 *   46010 VALENCIA
66
 *   SPAIN
67
 *
68
 *      +34 963862235
69
 *   gvsig@gva.es
70
 *      www.gvsig.gva.es
71
 *
72
 *    or
73
 *
74
 *   IVER T.I. S.A
75
 *   Salamanca 50
76
 *   46005 Valencia
77
 *   Spain
78
 *
79
 *   +34 963163400
80
 *   dac@iver.es
81
 */
82
/* CVS MESSAGES:
83
 *
84
 * $Id: ZoomAlTemaTocMenuEntry.java 31496 2009-11-04 12:53:20Z jjdelcerro $
85
 * $Log$
86
 * Revision 1.6  2007-09-19 15:52:16  jaume
87
 * ReadExpansionFileException removed from this context
88
 *
89
 * Revision 1.5  2007/03/06 16:37:08  caballero
90
 * Exceptions
91
 *
92
 * Revision 1.4  2007/01/04 07:24:31  caballero
93
 * isModified
94
 *
95
 * Revision 1.3  2006/10/18 16:01:13  sbayarri
96
 * Added zoomToExtent method to MapContext.
97
 *
98
 * Revision 1.2  2006/10/02 13:52:34  jaume
99
 * organize impots
100
 *
101
 * Revision 1.1  2006/09/15 10:41:30  caballero
102
 * extensibilidad de documentos
103
 *
104
 * Revision 1.1  2006/09/12 15:58:14  jorpiell
105
 * "Sacadas" las opcines del men? de FPopupMenu
106
 *
107
 *
108
 */
109 42
public class ZoomAlTemaTocMenuEntry extends AbstractTocContextMenuAction {
110 43
	private static final GeometryManager geomManager = GeometryLocator.getGeometryManager();
111 44
	private static final Logger logger = LoggerFactory.getLogger(ZoomAlTemaTocMenuEntry.class);

Also available in: Unified diff