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

View differences:

Solid2DZ.java
166 166

  
167 167
	/*
168 168
	 * (non-Javadoc)
169
	 * 
169
	 *
170 170
	 * @see org.gvsig.geometries.iso.GM_Object#coordinateDimension()
171 171
	 */
172 172
	public int getCoordinateDimension() {
173 173
		return 3;
174 174
	}
175
	
175

  
176 176
	/*
177 177
	 * (non-Javadoc)
178 178
	 * @see org.gvsig.fmap.geom.primitive.AbstractPrimitive#getGeometryType()
......
180 180
	public GeometryType getGeometryType() {
181 181
		return geomType;
182 182
	}
183
	
183

  
184 184
	public int getType() {
185 185
		return CODE;
186 186
	}
187 187

  
188
	public Envelope getEnvelope() {
189
		// TODO Auto-generated method stub
190
		return null;
191
	}
192

  
188 193
	public GeneralPathX getGeneralPath() {
189 194
		// TODO Auto-generated method stub
190 195
		return null;

Also available in: Unified diff