Uses of Class
org.planit.geo.PlanitJtsUtils
-
Packages that use PlanitJtsUtils Package Description org.planit.algorithms.shortestpath Shortest Path algorithms for PlanItorg.planit.io.xml.network PLANit IO XML parsing for network -
-
Uses of PlanitJtsUtils in org.planit.algorithms.shortestpath
Fields in org.planit.algorithms.shortestpath declared as PlanitJtsUtils Modifier and Type Field Description protected PlanitJtsUtils
AStarShortestPathAlgorithm. geoUtils
CRS based utility class to interpret the position information of vertices -
Uses of PlanitJtsUtils in org.planit.io.xml.network
Methods in org.planit.io.xml.network with parameters of type PlanitJtsUtils Modifier and Type Method Description protected static double
XmlMacroscopicNetworkLayerHelper. parseLength(org.planit.xml.generated.XMLElementLinks.Link xmlLink, PlanitJtsUtils jtsUtils)
parse the length of an xmlLink based on geometry or length attributeprotected static Double
XmlMacroscopicNetworkLayerHelper. parseLengthFromLineString(org.planit.xml.generated.XMLElementLinks.Link generatedLink, PlanitJtsUtils jtsUtils)
Get the link length from the gml:LineString element in the XML file, if this has been setstatic void
XmlMacroscopicNetworkLayerHelper. parseLinkAndLinkSegments(org.planit.xml.generated.XMLElementInfrastructureLayer xmlLayer, MacroscopicPhysicalNetwork networkLayer, PlanitNetworkReaderSettings settings, Map<String,Node> nodesByXmlId, Map<String,MacroscopicLinkSegmentType> linkSegmentTypesByXmlId, PlanitJtsUtils jtsUtils)
parse link and link segments
-