Package org.goplanit.osm.util
Class PlanitZoningUtils
- java.lang.Object
-
- org.goplanit.osm.util.PlanitZoningUtils
-
public class PlanitZoningUtils extends Object
Helper class for the OSM handlers with respect to the PLANit zoning, providing static helper methods to aid when populating the zoning from an OSM data source- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description PlanitZoningUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
removeDanglingTransferZoneGroups(Zoning zoning)
remove any dangling transfer zone groupsstatic void
removeDanglingZones(Zoning zoning)
remove any dangling zones
-
-
-
Field Detail
-
LOGGER
public static final Logger LOGGER
the logger to use
-
-
Method Detail
-
removeDanglingZones
public static void removeDanglingZones(Zoning zoning)
remove any dangling zones- Parameters:
zoning
- to remove them from
-
removeDanglingTransferZoneGroups
public static void removeDanglingTransferZoneGroups(Zoning zoning)
remove any dangling transfer zone groups- Parameters:
zoning
- to remove them from
-
-