Interface Vertex

    • Method Detail

      • getId

        long getId()
        Return id of this instance. This id is expected to be generated using the org.planit.utils.misc.IdGenerator
        Returns:
        the id
      • getEntryEdgeSegments

        Vertex.EdgeSegments getEntryEdgeSegments()
        Collect the entry edge segments of this vertex
        Returns:
        edgeSegments
      • getExitEdgeSegments

        Vertex.EdgeSegments getExitEdgeSegments()
        Collect the exit edge segments of this vertex
        Returns:
        edgeSegments
      • getEdges

        Vertex.Edges getEdges()
        Collect the edges of this vertex
        Returns:
        edges
      • setCentrePointGeometry

        void setCentrePointGeometry​(org.opengis.geometry.DirectPosition centrePointGeometry)
        Set the center point geometry for a vertex
        Parameters:
        centrePointGeometry - the center point for a vertex
      • getCentrePointGeometry

        org.opengis.geometry.DirectPosition getCentrePointGeometry()
        Collect the geometry of the point location of this vertex
        Returns:
        direct position reflecting point location