Class Face
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.graph.base.structure.GraphElement
-
- eu.europa.ec.eurostat.jgiscotools.graph.base.structure.Face
-
public class Face extends GraphElement
A graph face. It is defined by a set of graph edges. Its geometry is a Polygon, possibly with holes.- Author:
- julien Gaffuri
-
-
Field Summary
-
Fields inherited from class eu.europa.ec.eurostat.jgiscotools.graph.base.structure.GraphElement
obj, value
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Faceclear()Set<Edge>getEdges()org.locationtech.jts.geom.PolygongetGeom()EdgegetLongestEdge()Set<Node>getNodes()Set<Face>getTouchingFaces()voidupdateGeometry()-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.graph.base.structure.GraphElement
getGraph, getId, toString
-
-