Uses of Class
org.goplanit.osm.defaults.OsmInfrastructureConfigurationImpl
-
Packages that use OsmInfrastructureConfigurationImpl Package Description org.goplanit.osm.defaults -
-
Uses of OsmInfrastructureConfigurationImpl in org.goplanit.osm.defaults
Subclasses of OsmInfrastructureConfigurationImpl in org.goplanit.osm.defaults Modifier and Type Class Description class
OsmHighwayTypeConfiguration
Configuration options regarding the activation/deactivation of specific OSM highway types in the parserclass
OsmRailwayTypeConfiguration
Configuration options regarding the activation/deactivation of specific OSM railway types in the parserMethods in org.goplanit.osm.defaults that return OsmInfrastructureConfigurationImpl Modifier and Type Method Description OsmInfrastructureConfigurationImpl
OsmInfrastructureConfigurationImpl. deepClone()
Deep clone instanceConstructors in org.goplanit.osm.defaults with parameters of type OsmInfrastructureConfigurationImpl Constructor Description OsmInfrastructureConfigurationImpl(OsmInfrastructureConfigurationImpl toCopy)
Copy Constructor (deep copy)
-