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()
IFace
public IGraph getGraph()
IFace
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.