Revision 40368

View differences:

branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/shp/utils/SHPPolygon.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
2 2
 *
3 3
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
4 4
 *
......
20 20
 *
21 21
 *  Generalitat Valenciana
22 22
 *   Conselleria d'Infraestructures i Transport
23
 *   Av. Blasco Ib??ez, 50
23
 *   Av. Blasco Ib��ez, 50
24 24
 *   46010 VALENCIA
25 25
 *   SPAIN
26 26
 *
......
40 40
 */
41 41
package org.gvsig.fmap.dal.store.shp.utils;
42 42

  
43
import java.awt.geom.Point2D;
44 43
import java.awt.geom.Rectangle2D;
45 44
import java.nio.ByteBuffer;
46 45
import java.nio.MappedByteBuffer;
......
52 51
import org.gvsig.fmap.geom.exception.CreateGeometryException;
53 52
import org.gvsig.fmap.geom.primitive.Envelope;
54 53
import org.gvsig.fmap.geom.primitive.Point;
55
import org.gvsig.fmap.geom.util.UtilFunctions;
56 54
import org.slf4j.Logger;
57 55
import org.slf4j.LoggerFactory;
58 56

  
59 57
/**
60
 * Elemento shape de tipo Pol?gono.
58
 * Elemento shape de tipo Polgono.
61 59
 *
62 60
 * @author Vicente Caballero Navarro
63 61
 */
......
160 158
	 * Lee los puntos del buffer.
161 159
	 *
162 160
	 * @param buffer
163
	 * @param numPoints N?mero de puntos.
161
	 * @param numPoints Nmero de puntos.
164 162
	 *
165 163
	 * @return Vector de Puntos.
166 164
	 */
branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/shp/utils/SHPPoint.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
2 2
 *
3 3
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
4 4
 *
......
20 20
 *
21 21
 *  Generalitat Valenciana
22 22
 *   Conselleria d'Infraestructures i Transport
23
 *   Av. Blasco Ib??ez, 50
23
 *   Av. Blasco Ib��ez, 50
24 24
 *   46010 VALENCIA
25 25
 *   SPAIN
26 26
 *
......
50 50
import org.gvsig.fmap.geom.Geometry.SUBTYPES;
51 51
import org.gvsig.fmap.geom.exception.CreateGeometryException;
52 52
import org.gvsig.fmap.geom.primitive.Point;
53
import org.gvsig.fmap.geom.util.UtilFunctions;
54 53
import org.slf4j.Logger;
55 54
import org.slf4j.LoggerFactory;
56 55

  
branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/shp/utils/SHPMultiPoint.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
2 2
 *
3 3
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
4 4
 *
......
20 20
 *
21 21
 *  Generalitat Valenciana
22 22
 *   Conselleria d'Infraestructures i Transport
23
 *   Av. Blasco Ib??ez, 50
23
 *   Av. Blasco Ib��ez, 50
24 24
 *   46010 VALENCIA
25 25
 *   SPAIN
26 26
 *
......
55 55
import org.gvsig.fmap.geom.aggregate.MultiPoint;
56 56
import org.gvsig.fmap.geom.exception.CreateGeometryException;
57 57
import org.gvsig.fmap.geom.primitive.Envelope;
58
import org.gvsig.fmap.geom.util.UtilFunctions;
59 58
import org.slf4j.Logger;
60 59
import org.slf4j.LoggerFactory;
61 60

  

Also available in: Unified diff