public interface TraceGPS
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_LAST_POINT_ORDER |
static String |
PROPERTY_LISTE_POINTS |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllListePoints(List<PointGPS> listePoints) |
void |
addListePoints(PointGPS listePoints) |
void |
clearListePoints() |
int |
getLastPointOrder() |
List<PointGPS> |
getListePoints() |
PointGPS |
getListePointsByTopiaId(String topiaId) |
boolean |
isListePointsEmpty() |
void |
removeListePoints(PointGPS listePoints) |
void |
setLastPointOrder(int lastPointOrder) |
void |
setListePoints(List<PointGPS> listePoints) |
int |
sizeListePoints() |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_LAST_POINT_ORDER
static final String PROPERTY_LISTE_POINTS
void setLastPointOrder(int lastPointOrder)
int getLastPointOrder()
void addListePoints(PointGPS listePoints)
void removeListePoints(PointGPS listePoints)
void clearListePoints()
int sizeListePoints()
boolean isListePointsEmpty()
Copyright © 2008-2013 Cybelia. All Rights Reserved.