public abstract class Accede extends ElementBDCarto
Modifier and Type | Field and Description |
---|---|
protected String |
cote |
protected EquipementRoutier |
equipement
Ne pas utiliser.
|
protected int |
equipementID
Pour le mapping avec OJB, dans le cas d'une relation 1-n, du cote 1 de la relation
|
protected TronconRoute |
troncon
Troncon concerne par la relation.
|
protected int |
tronconID
Pour le mapping avec OJB, dans le cas d'une relation 1-n, du cote 1 de la relation
|
id_bdcarto
featureType, geom, id, logger, population, topo
Constructor and Description |
---|
Accede() |
Modifier and Type | Method and Description |
---|---|
String |
getCote() |
EquipementRoutier |
getEquipement()
Recupere le equipement en relation.
|
int |
getEquipementID()
Ne pas utiliser, necessaire au mapping OJB
|
TronconRoute |
getTroncon()
Recupere le troncon en relation.
|
int |
getTronconID()
Ne pas utiliser, necessaire au mapping OJB
|
void |
setCote(String S) |
void |
setEquipement(EquipementRoutier O)
Definit le equipement en relation, et met a jour la relation inverse.
|
void |
setEquipementID(int I)
Ne pas utiliser, necessaire au mapping OJB
|
void |
setTroncon(TronconRoute O)
Definit le troncon en relation, et met a jour la relation inverse.
|
void |
setTronconID(int I)
Ne pas utiliser, necessaire au mapping OJB
|
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 cote
protected TronconRoute troncon
protected int tronconID
protected EquipementRoutier equipement
protected int equipementID
public String getCote()
public void setCote(String S)
public TronconRoute getTroncon()
public void setTroncon(TronconRoute O)
public void setTronconID(int I)
public int getTronconID()
public EquipementRoutier getEquipement()
public void setEquipement(EquipementRoutier O)
public void setEquipementID(int I)
public int getEquipementID()
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.