Uses of Interface
org.goplanit.utils.function.PlanitExceptionConsumer
-
Packages that use PlanitExceptionConsumer Package Description org.goplanit.osm.util -
-
Uses of PlanitExceptionConsumer in org.goplanit.osm.util
Methods in org.goplanit.osm.util with parameters of type PlanitExceptionConsumer Modifier and Type Method Description static org.locationtech.jts.geom.Coordinate[]
OsmWayUtils. createCoordinateArray(de.topobyte.osm4j.core.model.iface.OsmWay osmWay, Map<Long,de.topobyte.osm4j.core.model.iface.OsmNode> osmNodes, int startNodeIndex, int endNodeIndex, PlanitExceptionConsumer<Set<Long>> missingNodeConsumer)
Based on the passed in osmWay collect the coordinates on that way as a coordinate array.
-