118119120121122123124125
// the number of points on the map capacity = len; x = new ShortVector(len); y = new ShortVector(len); l = new ByteVector(len); }