public abstract class Commune extends ElementBDTopo
Modifier and Type | Field and Description |
---|---|
protected String |
arrond |
protected String |
canton |
protected String |
code_insee |
protected String |
depart |
protected String |
multi_cant |
protected String |
nom |
protected double |
population_ |
protected String |
region |
protected String |
statut |
source
featureType, geom, id, logger, population, topo
Constructor and Description |
---|
Commune() |
Modifier and Type | Method and Description |
---|---|
String |
getArrond() |
String |
getCanton() |
String |
getCode_insee() |
String |
getDepart() |
GM_Polygon |
getGeometrie()
Renvoie la géométrie de l'objet, castée plus précisément qu'avec la méthode getGeom()
|
String |
getMulti_cant() |
String |
getNom() |
double |
getPopulation_() |
String |
getRegion() |
String |
getStatut() |
void |
setArrond(String Arrond) |
void |
setCanton(String Canton) |
void |
setCode_insee(String Code_insee) |
void |
setDepart(String Depart) |
void |
setGeometrie(GM_Polygon G)
Définit la géométrie de l'objet, castée plus précisément qu'avec la méthode setGeom()
|
void |
setMulti_cant(String Multi_cant) |
void |
setNom(String Nom) |
void |
setPopulation_(double Population_) |
void |
setRegion(String Region) |
void |
setStatut(String Statut) |
getSource, setSource
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 nom
protected String code_insee
protected String statut
protected String canton
protected String arrond
protected String depart
protected String region
protected double population_
protected String multi_cant
public GM_Polygon getGeometrie()
public void setGeometrie(GM_Polygon G)
public String getNom()
public void setNom(String Nom)
public String getCode_insee()
public void setCode_insee(String Code_insee)
public String getStatut()
public void setStatut(String Statut)
public String getCanton()
public void setCanton(String Canton)
public String getArrond()
public void setArrond(String Arrond)
public String getDepart()
public void setDepart(String Depart)
public String getRegion()
public void setRegion(String Region)
public double getPopulation_()
public void setPopulation_(double Population_)
public String getMulti_cant()
public void setMulti_cant(String Multi_cant)
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.