Class SimpleTopologyPartitionOperations

java.lang.Object
com.here.platform.location.compilation.heremapcontent.SimpleTopologyPartitionOperations

public class SimpleTopologyPartitionOperations extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static scala.collection.Seq<SegmentReference>
    adjacentSegments(com.here.schema.rib.v2.topology_geometry.Node n)
     
    static scala.Option<Object>
    nodeById(Partition partition, NodeId id)
     
    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)
     
    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)
     
    source(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition, com.here.schema.rib.v2.topology_geometry.Segment segment)
     
    target(com.here.schema.rib.v2.topology_geometry_partition.TopologyGeometryPartition partition, com.here.schema.rib.v2.topology_geometry.Segment segment)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static NodeId nodeId(com.here.schema.rib.v2.topology_geometry.Node n)
    • adjacentSegments

      public static scala.collection.Seq<SegmentReference> adjacentSegments(com.here.schema.rib.v2.topology_geometry.Node n)
    • segmentId

      public static SegmentId segmentId(com.here.schema.rib.v2.topology_geometry.Segment segment)
    • nodeById

      public static scala.Option<Object> nodeById(Partition partition, NodeId id)
    • segmentById

      public static scala.Option<Object> segmentById(Partition partition, SegmentId id)