Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / ProjectionVisitor.java @ 213

History | View | Annotate | Download (502 Bytes)

1
/* Generated by Together */
2

    
3
package com.iver.cit.gvsig.fmap;
4

    
5
import com.iver.cit.gvsig.fmap.fshape.FGeometry;
6

    
7
public class ProjectionVisitor implements FeatureVisitor {
8

    
9
        /**
10
         * @see com.iver.cit.gvsig.fmap.FeatureVisitor#visit(com.iver.cit.gvsig.fmap.fshape.FGeometry)
11
         */
12
        public void visit(FGeometry g) {
13
        }
14

    
15
        /**
16
         * @see com.iver.cit.gvsig.fmap.FeatureVisitor#stop()
17
         */
18
        public void stop() {
19
        }
20

    
21
        /**
22
         * @see com.iver.cit.gvsig.fmap.FeatureVisitor#start()
23
         */
24
        public void start() {
25
        }
26
}