Uses of Class
eu.europa.ec.eurostat.jgiscotools.graph.base.structure.Face
-
Packages that use Face Package Description eu.europa.ec.eurostat.jgiscotools.graph.algo Various algorithms on graphs.eu.europa.ec.eurostat.jgiscotools.graph.base Basic manipulation of graphs.eu.europa.ec.eurostat.jgiscotools.graph.base.structure Graph structure.eu.europa.ec.eurostat.jgiscotools.regionsimplify Generalisation for tesselation data (such as administrative regions) based on multi-agent simulation. -
-
Uses of Face in eu.europa.ec.eurostat.jgiscotools.graph.algo
Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo that return Face Modifier and Type Method Description static FaceFaceAggregation. getBestAggregationCandidate(Face f)Methods in eu.europa.ec.eurostat.jgiscotools.graph.algo with parameters of type Face Modifier and Type Method Description static Set<Edge>FaceAggregation. aggregate(Face targetFace, Face delFace)static booleanFaceValidity. get(Face f, boolean checkIsSimple, boolean checkFaceToFaceOverlap)static FaceFaceAggregation. getBestAggregationCandidate(Face f)static Set<Edge>GraphUtils. getEdgesInCommon(Face f1, Face f2)static doubleGraphUtils. getLength(Face f1, Face f2)static voidFaceScaling. scale(Face f, double factor) -
Uses of Face in eu.europa.ec.eurostat.jgiscotools.graph.base
Methods in eu.europa.ec.eurostat.jgiscotools.graph.base with parameters of type Face Modifier and Type Method Description static FeatureGraphToFeature. asFeature(Face face)static StringTopologyAnalysis. getTopologicalType(Face f)static booleanTopologyAnalysis. isCoastal(Face f)static booleanTopologyAnalysis. isEnclave(Face f)static booleanTopologyAnalysis. isIsland(Face f) -
Uses of Face in eu.europa.ec.eurostat.jgiscotools.graph.base.structure
Fields in eu.europa.ec.eurostat.jgiscotools.graph.base.structure declared as Face Modifier and Type Field Description FaceEdge. f1FaceEdge. f2Methods in eu.europa.ec.eurostat.jgiscotools.graph.base.structure that return Face Modifier and Type Method Description FaceGraph. buildFace(Set<Edge> edges)FaceFace. clear()FaceGraph. getFace(String id)Methods in eu.europa.ec.eurostat.jgiscotools.graph.base.structure that return types with arguments of type Face Modifier and Type Method Description Collection<Face>Edge. getFaces()Set<Face>Graph. getFaces()HashSet<Face>Node. getFaces()Collection<Face>Graph. getFacesAt(org.locationtech.jts.geom.Envelope env)Set<Face>Face. getTouchingFaces()Methods in eu.europa.ec.eurostat.jgiscotools.graph.base.structure with parameters of type Face Modifier and Type Method Description voidGraph. insertInSpatialIndex(Face f)voidGraph. remove(Face f)booleanGraph. removeFromSpatialIndex(Face f) -
Uses of Face in eu.europa.ec.eurostat.jgiscotools.regionsimplify
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify that return Face Modifier and Type Method Description FaceAFace. getObject()Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify with parameters of type Face Modifier and Type Method Description AFaceATesselation. getAFace(Face f)Constructors in eu.europa.ec.eurostat.jgiscotools.regionsimplify with parameters of type Face Constructor Description AFace(Face object, ATesselation aTess)
-