Class TopologyAnalysis
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.graph.base.TopologyAnalysis
-
public class TopologyAnalysis extends Object
- Author:
- julien Gaffuri
-
-
Constructor Summary
Constructors Constructor Description TopologyAnalysis()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getCoastalType(Edge e)
static String
getTopologicalType(Edge e)
static String
getTopologicalType(Face f)
static String
getTopologicalType(Node n)
static boolean
isClosed(Edge e)
static boolean
isCoastal(Edge e)
static boolean
isCoastal(Face f)
static boolean
isCoastal(Node n)
static boolean
isDangle(Edge e)
static boolean
isDangle(Node n)
static boolean
isEnclave(Face f)
static boolean
isIsland(Face f)
static boolean
isIsolated(Edge e)
static boolean
isIsthmus(Edge e)
static boolean
isSingle(Node n)
-
-
-
Method Detail
-
isSingle
public static boolean isSingle(Node n)
-
isDangle
public static boolean isDangle(Node n)
-
isCoastal
public static boolean isCoastal(Node n)
-
isIsthmus
public static boolean isIsthmus(Edge e)
-
isCoastal
public static boolean isCoastal(Edge e)
-
isClosed
public static boolean isClosed(Edge e)
-
isIsolated
public static boolean isIsolated(Edge e)
-
isDangle
public static boolean isDangle(Edge e)
-
isCoastal
public static boolean isCoastal(Face f)
-
isEnclave
public static boolean isEnclave(Face f)
-
isIsland
public static boolean isIsland(Face f)
-
-