public abstract class Commune extends ElementBDCarto
Modifier and Type | Field and Description |
---|---|
protected GM_Point |
centroideCom |
protected String |
inseeCommune |
protected double |
nbHabitant |
protected String |
nomCommune |
protected String |
statut |
protected double |
superficie |
id_bdcarto
featureType, geom, id, logger, population, topo
Constructor and Description |
---|
Commune() |
Modifier and Type | Method and Description |
---|---|
Canton |
getCanton()
Recupere l'objet en relation.
|
GM_Point |
getCentroideCom() |
GM_Polygon |
getGeometrie()
Renvoie le GM_Polygon qui definit la geometrie de self
|
String |
getInseeCommune() |
double |
getNbHabitant() |
String |
getNomCommune() |
String |
getStatut() |
double |
getSuperficie() |
void |
setCanton(Canton O)
Definit l'objet en relation, et met a jour la relation inverse.
|
void |
setCentroideCom(GM_Point CentroideCom) |
void |
setGeometrie(GM_Polygon geometrie)
Definit le GM_Polygon qui definit la geometrie de self
|
void |
setInseeCommune(String InseeCommune) |
void |
setNbHabitant(double NbHabitant) |
void |
setNomCommune(String NomCommune) |
void |
setStatut(String Statut) |
void |
setSuperficie(double Superficie) |
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 nomCommune
protected String inseeCommune
protected String statut
protected GM_Point centroideCom
protected double superficie
protected double nbHabitant
public GM_Polygon getGeometrie()
public void setGeometrie(GM_Polygon geometrie)
public String getNomCommune()
public void setNomCommune(String NomCommune)
public String getInseeCommune()
public void setInseeCommune(String InseeCommune)
public String getStatut()
public void setStatut(String Statut)
public GM_Point getCentroideCom()
public void setCentroideCom(GM_Point CentroideCom)
public double getSuperficie()
public void setSuperficie(double Superficie)
public double getNbHabitant()
public void setNbHabitant(double NbHabitant)
public Canton getCanton()
public void setCanton(Canton O)
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.