Class SimpleTopologyPartitionOperations
java.lang.Object
com.here.platform.location.compilation.heremapcontent.SimpleTopologyPartitionOperations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.collection.immutable.Seq<SegmentReference>adjacentSegments(com.here.schema.rib.v2.topology_geometry.Node n) static scala.Option<Object>static NodeIdnodeId(com.here.schema.rib.v2.topology_geometry.Node n) static scala.collection.immutable.Seq<com.here.schema.rib.v2.topology_geometry.Node>nodes(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition) static PartitionIdpartitionId(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition) static scala.Option<Object>segmentById(Partition partition, SegmentId id) static SegmentIdsegmentId(com.here.schema.rib.v2.topology_geometry.Segment segment) static scala.collection.immutable.Seq<com.here.schema.rib.v2.topology_geometry.Segment>segments(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition) static NodeReferencesource(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition, com.here.schema.rib.v2.topology_geometry.Segment segment) static NodeReferencetarget(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition, com.here.schema.rib.v2.topology_geometry.Segment segment)
-
Constructor Details
-
SimpleTopologyPartitionOperations
public SimpleTopologyPartitionOperations()
-
-
Method Details
-
partitionId
public static PartitionId partitionId(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition) -
nodes
public static scala.collection.immutable.Seq<com.here.schema.rib.v2.topology_geometry.Node> nodes(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition) -
segments
public static scala.collection.immutable.Seq<com.here.schema.rib.v2.topology_geometry.Segment> segments(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition) -
source
public static NodeReference source(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition, com.here.schema.rib.v2.topology_geometry.Segment segment) -
target
public static NodeReference target(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition, com.here.schema.rib.v2.topology_geometry.Segment segment) -
nodeId
-
adjacentSegments
public static scala.collection.immutable.Seq<SegmentReference> adjacentSegments(com.here.schema.rib.v2.topology_geometry.Node n) -
segmentId
-
nodeById
-
segmentById
-