public interface IFace
Modifier and Type | Method and Description |
---|---|
IPolygon |
getGeom()
The geometry of the face
|
IGraph |
getGraph()
The graph the face is part of
|
int |
getId()
The universal id of the face
|
void |
setGeom(IPolygon geom) |
void |
setGraph(IGraph graph) |
void |
setId(int id) |
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.