public abstract class Route extends ElementBDCarto
Modifier and Type | Field and Description |
---|---|
String |
classement |
String |
gestionnaire |
String |
numero |
id_bdcarto
featureType, geom, id, logger, population, topo
Constructor and Description |
---|
Route() |
Modifier and Type | Method and Description |
---|---|
void |
addTroncon(TronconRoute O)
Ajoute un element a la liste des troncons routier en relation, et met a jour la relation inverse.
|
void |
emptyTroncons()
Vide la liste des troncons routier en relation, et met a jour la relation inverse.
|
String |
getClassement() |
String |
getGestionnaire() |
String |
getNumero() |
TronconRoute |
getTroncon(int i)
Recupere le ieme element de la liste des troncons routier en relation.
|
List<TronconRoute> |
getTroncons()
Recupere le troncon routier en relation
|
void |
removeTroncon(TronconRoute O)
Enleve un element de la liste des troncons routier en relation, et met a jour la relation inverse.
|
void |
setClassement(String S) |
void |
setGestionnaire(String S) |
void |
setNumero(String S) |
void |
setTroncons(List<TronconRoute> L)
Definit le troncon routier 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
public String numero
public String classement
public String gestionnaire
public String getNumero()
public void setNumero(String S)
public String getClassement()
public void setClassement(String S)
public String getGestionnaire()
public void setGestionnaire(String S)
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.