Class GraphToFeature
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.graph.base.GraphToFeature
-
public class GraphToFeature extends Object
Transform graph elements in features. Convenient to export them and show them in a software.- Author:
- julien Gaffuri
-
-
Constructor Summary
Constructors Constructor Description GraphToFeature()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Feature
asFeature(Edge e)
static Feature
asFeature(Face face)
static Feature
asFeature(GraphElement ge)
static Feature
asFeature(Node n)
static <T extends GraphElement>
Collection<Feature>asFeature(Collection<T> ges)
static <T extends GraphElement>
Set<Feature>getAttachedFeatures(Collection<T> ges)
static void
updateEdgeLinearFeatureGeometry(Collection<Edge> es)
-
-
-
Method Detail
-
asFeature
public static Feature asFeature(GraphElement ge)
-
asFeature
public static <T extends GraphElement> Collection<Feature> asFeature(Collection<T> ges)
-
getAttachedFeatures
public static <T extends GraphElement> Set<Feature> getAttachedFeatures(Collection<T> ges)
-
updateEdgeLinearFeatureGeometry
public static void updateEdgeLinearFeatureGeometry(Collection<Edge> es)
-
-