Revision 28996 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/aggregate/impl/MultiSurface2D.java

View differences:

MultiSurface2D.java
104 104
		return auxSurface;
105 105
	}
106 106

  
107
	/*
108
	 * (non-Javadoc)
109
	 * 
110
	 * @see com.iver.cit.gvsig.fmap.core.FGeometryCollection#getGeometryType()
111
	 */
112
	public int getShapeType() {
113
		return FShape.MULTIPOLYGON;
114
	}
115

  
116 107
	/* (non-Javadoc)
117 108
	 * @see org.gvsig.fmap.geom.primitive.AbstractPrimitive#getGeometryType()
118 109
	 */
......
134 125
		addPrimitive(surface);		
135 126
	}
136 127

  
128
	/* (non-Javadoc)
129
	 * @see org.gvsig.fmap.geom.aggregate.MultiSurface#getSurfaceAt(int)
130
	 */
131
	public Surface getSurfaceAt(int index) {
132
		return (Surface)getPrimitiveAt(index);
133
	}
134

  
137 135
}

Also available in: Unified diff