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