public interface IExtraction
Modifier and Type | Method and Description |
---|---|
int |
getDataSetID()
Ne pas utiliser, necessaire au mapping OJB
|
IPolygon |
getGeom()
Renvoie une geometrie.
|
int |
getId()
Renvoie l'identifiant.
|
String |
getNom() |
void |
setDataSetID(int I)
Ne pas utiliser, necessaire au mapping OJB
|
void |
setGeom(IPolygon g)
Affecte une geometrie.
|
void |
setId(int Id)
Affecte un identifiant (ne pas utiliser si l'objet est persistant car cela
est automatique)
|
void |
setNom(String S) |
int getId()
void setId(int Id)
IPolygon getGeom()
void setGeom(IPolygon g)
String getNom()
void setNom(String S)
void setDataSetID(int I)
int getDataSetID()
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.