com.gisgraphy.street
Interface IStreetFactory

All Known Implementing Classes:
StreetFactory

public interface IStreetFactory

Factory to create a street from an openstreetMap entity

Author:
David Masclet

Method Summary
 Street create(OpenStreetMap openstreetmap)
           
 

Method Detail

create

Street create(OpenStreetMap openstreetmap)
Parameters:
openstreetmap - the openstreetmap entity
Returns:
a street object full filled with the openstreetmap attributes


Copyright © 2012. All Rights Reserved.