| Package | Description |
|---|---|
| fr.ird.observe.dto |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashSet<TripMapPoint> |
TripMapDto.points |
| Modifier and Type | Method and Description |
|---|---|
TripMapPoint |
TripMapDto.getPoints(int index) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSet<TripMapPoint> |
TripMapDto.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
TripMapDto.addPoints(TripMapPoint points) |
boolean |
TripMapDto.containsPoints(TripMapPoint points) |
boolean |
TripMapDto.removePoints(TripMapPoint points) |
| Modifier and Type | Method and Description |
|---|---|
void |
TripMapDto.addAllPoints(Collection<TripMapPoint> points) |
boolean |
TripMapDto.containsAllPoints(Collection<TripMapPoint> points) |
boolean |
TripMapDto.removeAllPoints(Collection<TripMapPoint> points) |
void |
TripMapDto.setPoints(LinkedHashSet<TripMapPoint> points) |
Copyright © 2008–2017 IRD. All rights reserved.