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

org.opentripplanner.openstreetmap.services.RegionsSource Maven / Gradle / Ivy

package org.opentripplanner.openstreetmap.services;

import org.locationtech.jts.geom.Envelope;

/**
 * A RegionSource represents a set of rectangular regions. It's used by
 * OpenStreetMapGraphBuilderImpl to choose an area of the map to download
 * and build.
 * 
 * @author novalis
 * 
 */
public interface RegionsSource {
    public Iterable getRegions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy