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 Face
FaceAggregation. 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 boolean
FaceValidity. get(Face f, boolean checkIsSimple, boolean checkFaceToFaceOverlap)
static Face
FaceAggregation. getBestAggregationCandidate(Face f)
static Set<Edge>
GraphUtils. getEdgesInCommon(Face f1, Face f2)
static double
GraphUtils. getLength(Face f1, Face f2)
static void
FaceScaling. 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 Feature
GraphToFeature. asFeature(Face face)
static String
TopologyAnalysis. getTopologicalType(Face f)
static boolean
TopologyAnalysis. isCoastal(Face f)
static boolean
TopologyAnalysis. isEnclave(Face f)
static boolean
TopologyAnalysis. 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 Face
Edge. f1
Face
Edge. f2
Methods in eu.europa.ec.eurostat.jgiscotools.graph.base.structure that return Face Modifier and Type Method Description Face
Graph. buildFace(Set<Edge> edges)
Face
Face. clear()
Face
Graph. 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 void
Graph. insertInSpatialIndex(Face f)
void
Graph. remove(Face f)
boolean
Graph. 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 Face
AFace. getObject()
Methods in eu.europa.ec.eurostat.jgiscotools.regionsimplify with parameters of type Face Modifier and Type Method Description AFace
ATesselation. getAFace(Face f)
Constructors in eu.europa.ec.eurostat.jgiscotools.regionsimplify with parameters of type Face Constructor Description AFace(Face object, ATesselation aTess)
-