
org.opentripplanner.transit.model.site.GroupOfStationsPurpose Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
The newest version!
package org.opentripplanner.transit.model.site;
/**
* Categorization for the grouping
*/
public enum GroupOfStationsPurpose {
/**
* Group of prominent stop places within a town or city(centre)
*/
GENERALIZATION,
/**
* Stop places in proximity to each other which have a natural geospatial- or public transport
* related relationship.
*/
CLUSTER,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy