public class Face extends Object implements IFace
| Constructor and Description |
|---|
Face() |
Face(IGraph graph,
IPolygon geom) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IPolygon |
getGeom()
The geometry of the face
|
IGraph |
getGraph()
The graph the face is part of
|
int |
getId()
The universal id of the face
|
int |
hashCode() |
void |
setGeom(IPolygon geom) |
void |
setGraph(IGraph graph) |
void |
setId(int id) |
String |
toString() |
public int getId()
IFacepublic IGraph getGraph()
IFaceCopyright © 2016 Laboratoire COGIT, IGN. All rights reserved.