Revision 21927 branches/Mobile_Compatible_Hito_1/libFMap_mobile_shp_driver/src-file/org/gvsig/data/datastores/vectorial/file/shp/utils/SHPNull.java

View differences:

SHPNull.java
1 1
package org.gvsig.data.datastores.vectorial.file.shp.utils;
2 2

  
3
import java.nio.ByteBuffer;
4 3
import java.nio.MappedByteBuffer;
4

  
5 5
import org.gvsig.datasources.common.IByteBuffer;
6 6
import org.gvsig.fmap.geom.Geometry;
7 7

  
......
10 10
		return Geometry.TYPES.NULL;
11 11
	}
12 12

  
13
	public SHPNull(int type)  {
13
	public SHPNull(int type) {
14 14
	}
15

  
15 16
	public SHPNull() {
16 17
	}
18

  
17 19
	public Geometry read(MappedByteBuffer buffer, int type) {
18 20
		return null;
19 21
	}

Also available in: Unified diff