All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.osmtools.pbf.OsmObjectFactory Maven / Gradle / Ivy

The newest version!
package org.osmtools.pbf;

import org.osm.schema.OsmUser;

public interface OsmObjectFactory {

	OsmUser createOsmUser(Long userId, String userName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy