Revision 21425 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/NullGeometry.java

View differences:

NullGeometry.java
54 54

  
55 55
/**
56 56
 * DOCUMENT ME!
57
 * 
57
 *
58 58
 * @author Vicente Caballero Navarro
59 59
 */
60 60
public class NullGeometry extends AbstractPrimitive {
......
66 66

  
67 67
	public static int CODE = geomType.getType();
68 68

  
69
	
69

  
70 70
	public NullGeometry() {
71 71
		super(null);
72 72
	}
......
81 81

  
82 82
	/*
83 83
	 * (non-Javadoc)
84
	 * 
84
	 *
85 85
	 * @see com.iver.cit.gvsig.fmap.core.IGeometry#intersects(java.awt.geom.Rectangle2D)
86 86
	 */
87 87
	public boolean intersects(Rectangle2D r) {
......
90 90

  
91 91
	/*
92 92
	 * (non-Javadoc)
93
	 * 
93
	 *
94 94
	 * @see com.iver.cit.gvsig.fmap.core.IGeometry#getBounds2D()
95 95
	 */
96 96
	public Rectangle2D getBounds2D() {
......
99 99

  
100 100
	/*
101 101
	 * (non-Javadoc)
102
	 * 
102
	 *
103 103
	 * @see com.iver.cit.gvsig.fmap.core.IGeometry#cloneGeometry()
104 104
	 */
105 105
	public org.gvsig.fmap.geom.Geometry cloneGeometry() {
......
108 108

  
109 109
	/*
110 110
	 * (non-Javadoc)
111
	 * 
111
	 *
112 112
	 * @see com.iver.cit.gvsig.fmap.core.IGeometry#reProject(org.cresques.cts.ICoordTrans)
113 113
	 */
114 114
	public void reProject(ICoordTrans ct) {
......
124 124

  
125 125
	/*
126 126
	 * (non-Javadoc)
127
	 * 
127
	 *
128 128
	 * @see com.iver.cit.gvsig.fmap.core.IGeometry#fastIntersects(double,
129 129
	 *      double, double, double)
130 130
	 */
......
134 134

  
135 135
	/*
136 136
	 * (non-Javadoc)
137
	 * 
137
	 *
138 138
	 * @see com.iver.cit.gvsig.fmap.core.IGeometry#getHandlers(int)
139 139
	 */
140 140
	public Handler[] getHandlers(int type) {
......
176 176

  
177 177
	/*
178 178
	 * (non-Javadoc)
179
	 * 
179
	 *
180 180
	 * @see com.iver.cit.gvsig.fmap.core.IGeometry#isSimple()
181 181
	 */
182 182
	public boolean isSimple() {
......
185 185

  
186 186
	/*
187 187
	 * (non-Javadoc)
188
	 * 
188
	 *
189 189
	 * @see org.gvsig.geometries.iso.GM_Object#coordinateDimension()
190 190
	 */
191 191
	public int getCoordinateDimension() {
......
214 214
	public GeometryType getGeometryType() {
215 215
		return geomType;
216 216
	}
217
	
217

  
218 218
	public int getType() {
219 219
		return CODE;
220 220
	}
221 221

  
222
	public Envelope getEnvelope() {
223
		// TODO Auto-generated method stub
224
		return null;
225
	}
222 226
	public GeneralPathX getGeneralPath() {
223 227
		// TODO Auto-generated method stub
224 228
		return null;

Also available in: Unified diff