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 Face
clear()
Set<Edge>
getEdges()
org.locationtech.jts.geom.Polygon
getGeom()
Edge
getLongestEdge()
Set<Node>
getNodes()
Set<Face>
getTouchingFaces()
void
updateGeometry()
-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.graph.base.structure.GraphElement
getGraph, getId, toString
-
-