Revision 5389 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/shp/write/SHPPoint.java

View differences:

SHPPoint.java
130 130
		           (m_type == FConstant.SHAPE_TYPE_POINTM)) {
131 131
		       buffer.putDouble(-10E40); //M
132 132
		   }
133
		 
133

  
134 134
	}
135 135

  
136 136
	/**
......
172 172
			theIterator.next();
173 173
		} //end while loop
174 174
	}
175
	public void setFlatness(double flatness) {
176
	//	this.flatness=flatness;
177
	}
175 178
}

Also available in: Unified diff