Revision 2183 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FMultiPoint2D.java

View differences:

FMultiPoint2D.java
52 52
import java.awt.Color;
53 53
import java.awt.Graphics2D;
54 54
import java.awt.geom.Rectangle2D;
55
import java.io.IOException;
55 56

  
56 57

  
57 58
/**
......
189 190
        // TODO Auto-generated method stub
190 191
        return false;
191 192
    }
193
    /**
194
     * @see com.iver.cit.gvsig.fmap.core.IGeometry#toWKB()
195
     */
196
    public byte[] toWKB() throws IOException {
197
        // TODO Auto-generated method stub
198
        return null;
199
    }
192 200
}

Also available in: Unified diff