protected static class NodeAttributes.Methods extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
NodeAttributes.Methods() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Double> |
edgeAngles(Node<?> node) |
static Map<String,Set<Double>> |
edgeAnglesByType(Node<?> node) |
static Set<RecordDefinition> |
edgeRecordDefinitions(Node<?> node) |
static <T> Map<LineString,Map<String,Set<Edge<T>>>> |
edgesByLineAndTypeName(Node<T> node) |
static <T> Map<String,List<Edge<T>>> |
edgesByType(Node<T> node) |
static <T> Map<String,Map<LineString,Set<Edge<T>>>> |
edgesByTypeNameAndLine(Node<T> node) |
static Set<String> |
edgeTypeNames(Node<?> node) |
static Set<Double> |
getAnglesForType(Map<String,Set<Double>> anglesByType,
String typePath) |
public static Set<RecordDefinition> edgeRecordDefinitions(Node<?> node)
public static <T> Map<LineString,Map<String,Set<Edge<T>>>> edgesByLineAndTypeName(Node<T> node)
public static <T> Map<String,Map<LineString,Set<Edge<T>>>> edgesByTypeNameAndLine(Node<T> node)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.