public abstract class Region extends ElementBDCarto
| Modifier and Type | Field and Description |
|---|---|
protected GM_Point |
centroideRegion |
protected String |
inseeRegion |
protected String |
nomRegion |
id_bdcartofeatureType, geom, id, logger, population, topo| Constructor and Description |
|---|
Region() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDepartement(Departement O)
Ajoute un objet a la liste des objets en relation, et met a jour la relation inverse.
|
void |
emptyDepartements()
Vide la liste des objets en relation, et met a jour la relation inverse.
|
GM_Point |
getCentroideRegion() |
Departement |
getDepartement(int i)
Recupere le ieme element de la liste des objets en relation.
|
List<Departement> |
getDepartements()
Recupere la liste des objets en relation.
|
GM_Polygon |
getGeometrie()
Renvoie le GM_Polygon qui definit la geometrie de self
|
String |
getInseeRegion() |
String |
getNomRegion() |
void |
removeDepartement(Departement O)
Enleve un element de la liste des objets en relation, et met a jour la relation inverse.
|
void |
setCentroideRegion(GM_Point CentroideRegion) |
void |
setDepartements(List<Departement> L)
Definit la liste des objets en relation, et met a jour la relation inverse.
|
void |
setGeometrie(GM_Polygon geometrie)
Definit le GM_Polygon qui definit la geometrie de self
|
void |
setInseeRegion(String InseeRegion) |
void |
setNomRegion(String NomRegion) |
getId_bdcarto, recherche_element_avec_idbdc, recherche_element_avec_idbdc, search_list_idBDCarto, search_list_idBDCarto, setId_bdcartocloneGeomaddAllCorrespondants, 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, toStringprotected String nomRegion
protected String inseeRegion
protected GM_Point centroideRegion
public GM_Polygon getGeometrie()
public void setGeometrie(GM_Polygon geometrie)
public String getNomRegion()
public void setNomRegion(String NomRegion)
public String getInseeRegion()
public void setInseeRegion(String InseeRegion)
public GM_Point getCentroideRegion()
public void setCentroideRegion(GM_Point CentroideRegion)
public List<Departement> getDepartements()
public void setDepartements(List<Departement> L)
public Departement getDepartement(int i)
public void addDepartement(Departement O)
public void removeDepartement(Departement O)
public void emptyDepartements()
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.