Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to get Junction type
  • From: Matheus Saueressig <matsaueressig@xxxxxxxxxxx>
  • Date: Wed, 23 Nov 2022 21:02:38 +0000
  • Accept-language: pt-BR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=vatcEAK8rUCxNy96Pwbcg79+he94WQX3UkCiQy97c78=; b=Opj4y6kFFifFlEzqxIaXp17ht8i3Wmc4VfcW4vThSQrGjNSDra45G4/9YfZ/NSsn4Te+ryNMjNarLgb09iKPW65BePKgbGJu7bS4cE9LJf4n5W80fVVwtyqTH/yUF+4ok0/AqBWRAzB5yVC5qh4JHSUKQOpZn3hfSn1DokLCVlSqt7GfAwVb4xaAosas9OZhgrP2qTR8ZEYr1jjjJAHkUkq0M+W0M/TSd5BhoZmvjWJUwI2oqGOP89oBdm+sEqgdlXaS0LzashU3gtPWT+C0f44WAqWoVPOpkn6VKjkz83nXb/ecfaqOuECNuoy47uUfEVEcJSCW/TqbhO3vorh7yA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Wx/3mRtNODC25DX5ec/T3rV8yy4a4vMi7gtgnKrHM98cQ0XfXlvr9f6D9CDRWf1Z8UvVwxM8GlJ+ZrdEdyJpJTiQkXRu1mhCFk4r6YvcjWJiqDUklJPf7xW1+HFgb6VGIWKc04j2El0tIrpmKAWbEZM4bZPnJ+vUC8s8BelP8sva0wYQbDoiHpPJLgjv7c9KurcWZbj4xdB3h/mXCUN8obh6LoiERucpf5Tj6XGO829BF4ObsWXMLLDgK9eOLvHLuJfkUS0tVwKDtzDy4AigOsSpi2EmSeNEQatcQhEp5UCZv8KotqhMG3DXYU/JBNZY+ji6+DgIsXZfOsdA1cBJMA==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHY/2sF7NghebjtWECI/IWZvRtJdK5M8nsAgAAK/1iAAAB8gIAAAE2s
  • Thread-topic: [sumo-user] How to get Junction type

Okay,

If I want the Type of a Destination Node, the code should be net.getEdge(edgeID).getToNode().getID(), right?

De: sumo-user <sumo-user-bounces@xxxxxxxxxxx> em nome de Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Enviado: quarta-feira, 23 de novembro de 2022 17:58
Para: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Assunto: Re: [sumo-user] How to get Junction type
 
yes

Am Mi., 23. Nov. 2022 um 21:57 Uhr schrieb Matheus Saueressig <matsaueressig@xxxxxxxxxxx>:
This returns a string, correct?

De: sumo-user <sumo-user-bounces@xxxxxxxxxxx> em nome de Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Enviado: quarta-feira, 23 de novembro de 2022 17:17
Para: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Assunto: Re: [sumo-user] How to get Junction type
 
net.getNode(nodeID).getType()

Am Mi., 23. Nov. 2022 um 19:40 Uhr schrieb Matheus Saueressig <matsaueressig@xxxxxxxxxxx>:
Hello,

I'm trying to figure out how to get what type the junction/node is. I tried to find it in sumolib pydoc documentation, but didn't find it.
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top