public abstract class ItineraireRoutier extends ElementBDCarto
Modifier and Type | Field and Description |
---|---|
protected String |
nature |
protected String |
numero |
protected String |
toponyme |
List<TronconRoute> |
troncons
Lien bidirectionnel persistant n-m vers troncon de route.
1 objet Itineraire est en relation avec 1 ou n objets troncons.
1 objet Troncon est en relation avec 0 ou n objets itineraires.
|
id_bdcarto
featureType, geom, id, logger, population, topo
Constructor and Description |
---|
ItineraireRoutier() |
Modifier and Type | Method and Description |
---|---|
void |
addTroncon(TronconRoute O)
Ajoute un element a la liste des troncons routiers en relation, et met a jour la relation inverse.
|
void |
emptyTroncons()
Vide la liste des troncons routiers en relation, et met a jour la relation inverse.
|
String |
getNature() |
String |
getNumero() |
String |
getToponyme() |
TronconRoute |
getTroncon(int i)
Recupere le ieme element de la liste des troncons routiers en relation.
|
List<TronconRoute> |
getTroncons()
Recupere les troncons routiers en relation
|
void |
removeTroncon(TronconRoute O)
Enleve un element de la liste des troncons routiers en relation, et met a jour la relation inverse.
|
void |
setNature(String Nature) |
void |
setNumero(String Numero) |
void |
setToponyme(String Toponyme) |
void |
setTroncons(List<TronconRoute> L)
Definit les troncons routiers en relation, et met a jour la relation inverse.
|
getId_bdcarto, recherche_element_avec_idbdc, recherche_element_avec_idbdc, search_list_idBDCarto, search_list_idBDCarto, setId_bdcarto
cloneGeom
addAllCorrespondants, addCorrespondant, class2PrimitiveClass, clearCorrespondants, createTypedFeature, equals, getAttribute, getAttribute, getCorrespondant, getCorrespondants, getCorrespondants, getCorrespondantsAsString, getFeatureCollection, getFeatureCollections, getFeatureType, getGeom, getId, getLogger, getPopulation, getRelatedFeatures, getRelatedFeatures, getRepresentation, getSizeCorrespondants, getTopo, hasGeom, hasTopo, intersecte, isDeleted, removeCorrespondant, setAttribute, setCorrespondants, setDeleted, setFeatureType, setGeom, setId, setPopulation, setRepresentation, setTopo, toString
protected String numero
protected String nature
protected String toponyme
public List<TronconRoute> troncons
public String getNumero()
public void setNumero(String Numero)
public String getNature()
public void setNature(String Nature)
public String getToponyme()
public void setToponyme(String Toponyme)
public List<TronconRoute> getTroncons()
public void setTroncons(List<TronconRoute> L)
public TronconRoute getTroncon(int i)
public void addTroncon(TronconRoute O)
public void removeTroncon(TronconRoute O)
public void emptyTroncons()
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.