public abstract class NonCommunication extends ElementGeoroute
Modifier and Type | Field and Description |
---|---|
protected NoeudRoutier |
noeud
Un noeud concerne une non communication.
1 objet NonCommunication est en relation avec 1 Noeud.
1 objet Noeud est en relation avec 0 ou 1 objet NonCommunication.
|
protected int |
noeudID |
TronconRoute |
tronconEntrant
Un troncon entrant concerne une non communication.
1 objet NonCommunication est en relation avec 1 troncon entrant.
1 objet Troncon entrant est en relation avec 0 ou 1 objet NonCommunication.
|
protected int |
tronconEntrantID |
TronconRoute |
tronconSortant
Un troncon sortant concerne une non communication.
1 objet NonCommunication est en relation avec 1 troncon sortant.
1 objet Troncon sortant est en relation avec 0 ou 1 objet NonCommunication.
|
protected int |
tronconSortantID |
id_georoute, type
featureType, geom, id, logger, population, topo
Constructor and Description |
---|
NonCommunication() |
Modifier and Type | Method and Description |
---|---|
GM_Point |
getGeometrie()
Renvoie la geometrie de self
|
NoeudRoutier |
getNoeud()
Recupere le noeud routier en relation
|
int |
getNoeudID()
Ne pas utiliser, necessaire au mapping OJB dans le cas d'un lien 1-1
|
TronconRoute |
getTronconEntrant() |
int |
getTronconEntrantID() |
TronconRoute |
getTronconSortant() |
int |
getTronconSortantID() |
void |
setGeometrie(GM_Point geometrie)
Definit la geometrie de self
|
void |
setNoeud(NoeudRoutier O)
Definit le noeud routier en relation, et met a jour la relation inverse.
|
void |
setNoeudID(int I)
Ne pas utiliser, necessaire au mapping OJB dans le cas d'un lien 1-1
|
void |
setTronconEntrant(TronconRoute O) |
void |
setTronconEntrantID(int I) |
void |
setTronconSortant(TronconRoute O) |
void |
setTronconSortantID(int I) |
getId_georoute, getType, recherche_element_avec_idgeoroute, setId_georoute, setType
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 TronconRoute tronconEntrant
protected int tronconEntrantID
public TronconRoute tronconSortant
protected int tronconSortantID
protected NoeudRoutier noeud
protected int noeudID
public GM_Point getGeometrie()
public void setGeometrie(GM_Point geometrie)
public TronconRoute getTronconEntrant()
public void setTronconEntrant(TronconRoute O)
public int getTronconEntrantID()
public void setTronconEntrantID(int I)
public TronconRoute getTronconSortant()
public void setTronconSortant(TronconRoute O)
public int getTronconSortantID()
public void setTronconSortantID(int I)
public NoeudRoutier getNoeud()
public void setNoeud(NoeudRoutier O)
public int getNoeudID()
public void setNoeudID(int I)
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.