Skip to content

Commit 5f3a704

Browse files
committed
Adds top level JavaDoc to GroupStopLayerBuilder.
1 parent a550a8a commit 5f3a704

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/opentripplanner/inspector/vector/stop/GroupStopLayerBuilder.java

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
import org.opentripplanner.transit.model.site.GroupStop;
1111
import org.opentripplanner.transit.model.site.StopLocation;
1212

13+
/**
14+
* A vector tile layer for {@link GroupStop}s inside the vector tile bounds. The builder does not
15+
* query for the GroupStops to draw, but instead uses the geometries of the GroupStops that are
16+
* passed to the constructor.
17+
*/
1318
public class GroupStopLayerBuilder extends LayerBuilder<StopLocation> {
1419

1520
private final List<Geometry> geometries;

0 commit comments

Comments
 (0)