Revision 42775 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/project/documents/view/ViewDocument.java

View differences:

ViewDocument.java
31 31
import org.gvsig.app.project.Project;
32 32
import org.gvsig.app.project.documents.Document;
33 33
import org.gvsig.fmap.dal.DataStore;
34
import org.gvsig.fmap.geom.primitive.Envelope;
34 35
import org.gvsig.fmap.mapcontext.MapContext;
35 36
import org.gvsig.fmap.mapcontext.layers.ExtendedPropertiesSupport;
36 37
import org.gvsig.fmap.mapcontext.layers.FLayer;
......
110 111
         * @return 
111 112
         */
112 113
        public boolean contains(DataStore store);
114
        
115
        /**
116
         * Center view in the envelope.
117
         * 
118
         * @param envelope 
119
         */
120
        public void center(Envelope envelope);
113 121
}

Also available in: Unified diff