public abstract class CommunicationRestreinte extends ElementBDCarto
Modifier and Type | Field and Description |
---|---|
String |
interdiction |
protected NoeudRoutier |
noeud
Une communication restreinte concerne un noeud.
1 objet CommunicationRoutiere est en relation avec 1 Noeud.
1 objet Noeud est en relation avec 0 ou 1 objet CommunicationRoutiere.
|
protected int |
noeudID |
double |
restrictionHauteur |
double |
restrictionPoids |
id_bdcarto
featureType, geom, id, logger, population, topo
Constructor and Description |
---|
CommunicationRestreinte() |
Modifier and Type | Method and Description |
---|---|
String |
getInterdiction() |
NoeudRoutier |
getNoeud()
Recupere le noeud routier concerne
|
int |
getNoeudID()
Ne pas utiliser, necessaire au mapping OJB dans le cas d'un lien 1-1
|
double |
getRestrictionHauteur() |
double |
getRestrictionPoids() |
void |
setInterdiction(String S) |
void |
setNoeud(NoeudRoutier O)
Definit le noeud routier concerne, 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 |
setRestrictionHauteur(double S) |
void |
setRestrictionPoids(double S) |
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 interdiction
public double restrictionPoids
public double restrictionHauteur
protected NoeudRoutier noeud
protected int noeudID
public void setInterdiction(String S)
public String getInterdiction()
public double getRestrictionPoids()
public void setRestrictionPoids(double S)
public double getRestrictionHauteur()
public void setRestrictionHauteur(double S)
public NoeudRoutier getNoeud()
public void setNoeud(NoeudRoutier O)
public int getNoeudID()
public void setNoeudID(int I)
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.