Uses of Interface
org.onebusaway.gtfs.model.ShapePointProxy
-
Packages that use ShapePointProxy Package Description org.onebusaway.gtfs.model -
-
Uses of ShapePointProxy in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return ShapePointProxy Modifier and Type Method Description ShapePointProxyShapePoint. getProxy()Methods in org.onebusaway.gtfs.model with parameters of type ShapePointProxy Modifier and Type Method Description voidShapePoint. setProxy(ShapePointProxy proxy)When set, all interactions with the shape point will be redirected through this proxy.
-