Uses of Class
sidnet.core.misc.Location2D

Packages that use Location2D
shaohua_project.sweep.routing   
sidnet.core.gui   
sidnet.core.interfaces   
sidnet.core.misc   
sidnet.models.senseable.mob   
sidnet.models.senseable.phenomena   
sidnet.stack.users.alternating_tree.routing   
sidnet.stack.users.Bezier.routing   
sidnet.stack.users.demo_multi_tree.routing   
sidnet.stack.users.EECS510.routing   
sidnet.stack.users.geographical_tree_aggregation.routing   
sidnet.stack.users.k_shortest_path.routing   
sidnet.stack.users.marco_project.image_charges.routing   
sidnet.stack.users.marco_project.node_centric.routing   
sidnet.stack.users.marco_project.packet_centric.routing   
sidnet.stack.users.sample_p2p.routing   
sidnet.stack.users.SenSys08.routing   
sidnet.stack.users.topological_tree_aggregation.routing   
sidnet.stack.users.triggers_project.app   
sidnet.stack.users.triggers_project.routing   
 

Uses of Location2D in shaohua_project.sweep.routing
 

Fields in shaohua_project.sweep.routing declared as Location2D
 Location2D MessageSourceDiscovery.bestVertex
           
 

Methods in shaohua_project.sweep.routing that return Location2D
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 Location2D SweepRouting.getVertex(Region region, boolean closest)
           
 

Methods in shaohua_project.sweep.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 NetAddress SweepRouting.getThroughShortestPath(Location2D destLocation, Region region)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Uses of Location2D in sidnet.core.gui
 

Fields in sidnet.core.gui declared as Location2D
 Location2D NodeGUIimpl.panelLocation
           
 

Methods in sidnet.core.gui that return Location2D
 Location2D Bezier.getCP(int index)
           
 Location2D Arrow.getFromPoint()
           
 Location2D NodeGUIimpl.getPanelLocation2D()
           
 Location2D Arrow.getToPoint()
           
 

Methods in sidnet.core.gui with parameters of type Location2D
static void ArrowDrawingTool.drawArrow(java.awt.Graphics g, Location2D fromPoint, Location2D toPoint)
           
static void ArrowDrawingTool.drawArrow(java.awt.Graphics g, Location2D fromPoint, Location2D toPoint, java.awt.Color color, int arrowHead)
           
 void NodeGUIimpl.setPanelLocation2D(Location2D panelLocation)
           
 void NodeGUIimpl.updateLocation2D(Location2D panelLocation)
           
 

Constructors in sidnet.core.gui with parameters of type Location2D
Arrow(Location2D fromPoint, Location2D toPoint)
          Creates a new instance of Arrow
Arrow(Location2D fromPoint, Location2D toPoint, java.awt.Color color)
          Creates a new instance of Arrow
Arrow(Location2D fromPoint, Location2D toPoint, java.awt.Color color, int headType)
          Creates a new instance of Arrow with custom arrow head
PacketFX(Location2D fromLocation, Location2D toLocation, int type, java.awt.Graphics2D g2d)
           
PacketFX(Location2D fromLocation, Location2D toLocation, int type, java.awt.Graphics2D g2d, int userValue)
           
PacketFX(Location2D fromLocation, Location2D toLocation, int type, java.awt.Graphics2D g2d, int userValue, long delay)
           
PacketFX(Location2D fromLocation, Location2D toLocation, int type, java.awt.Graphics2D g2d, long delay)
           
 

Uses of Location2D in sidnet.core.interfaces
 

Methods in sidnet.core.interfaces that return Location2D
 Location2D NodeAPI.getLocation2D()
          Get the geographical location of the sensor node in real metric units, not in screen coordinates
 Location2D NodeGUI.getPanelLocation2D()
          Get the location of the sensor node on the screen/panel display, in pixels
 

Methods in sidnet.core.interfaces with parameters of type Location2D
 double DataExchangeInterface.readDataAt(Location2D physicalLocation, LocationContext physicalLocationContext)
           
 double DataExchangeReadableOnly.readDataAt(Location2D physicalLocation, LocationContext physicalLocationContext)
           
 void DataExchangeInterface.writeDataAt(double data, Location2D physicalLocation, LocationContext physicalLocationContext)
           
 void DataExchangeWritableOnly.writeDataAt(double data, Location2D physicalLocation, LocationContext physicalLocationContext)
           
 

Uses of Location2D in sidnet.core.misc
 

Methods in sidnet.core.misc that return Location2D
 Location2D LocationContext.adapt(Location2D thisLocation, LocationContext thisLocationContext)
          Converts a Location2D information represented relative to one locationContext to a new Location2D represented relative to "thisLocationContext" without having to convert it to NCS first
static Location2D Location2D.convertTo(Location2D loc, LocationContext sourceLocationContext, LocationContext targetLocationContext)
          Converts the indicated location according to the target locationContext
 Location2D Location2D.convertTo(LocationContext sourceLocationContext, LocationContext targetLocationContext)
          Converts the current location according to the target locationContext
 Location2D NCS_Location2D.fromNCS(LocationContext locationContext)
          Converts the current NCS-represented locations to a real location given the LocationContext (contains the dimensions in which the location will be converted to)
 Location2D DataGrid.getCellCoords(int rowIndex, int colIndex)
           
 Location2D Grid.getCellCoords(int rowID, int colID)
           
 Location2D Node.getLocation2D()
           
 Location2D Region.getNext()
           
 Location2D Region.getOrigin()
           
 Location2D Region.getVertex(int vertexIndex)
           
 

Methods in sidnet.core.misc with parameters of type Location2D
 Location2D LocationContext.adapt(Location2D thisLocation, LocationContext thisLocationContext)
          Converts a Location2D information represented relative to one locationContext to a new Location2D represented relative to "thisLocationContext" without having to convert it to NCS first
 void Region.add(Location2D vertex)
           
static double Location2D.angleDeg(Location2D p1, Location2D p2, Location2D p3)
          Returns the angle [in degrees -180 : + 180] made in between [p1-p2] & [p2-p3] segments
static double Location2D.angleRad(Location2D p1, Location2D p2, Location2D p3)
          Returns the angle [in radians] made in between [p1-p2] & [p2-p3] segments
static Location2D Location2D.convertTo(Location2D loc, LocationContext sourceLocationContext, LocationContext targetLocationContext)
          Converts the indicated location according to the target locationContext
 double Location2D.distanceTo(Location2D toLocation)
          Calculates the distance between the current Location2D and the specified Location2D
static Region Region.getConvexHullRegion(int regionID, LocationContext locationContext, Location2D[] P)
           
static Region Region.getConvexHullRegion(Region region, Location2D point)
           
 double NodesList.maxCoverage(Location2D referenceLocation, LocationContext referenceLocationContext)
           
 double DataGrid.readDataAt(Location2D location, LocationContext locationContext)
           
 double TransientDataGrid.readDataAt(Location2D location, LocationContext locationContext)
           
 void Node.setLocation2D(Location2D fieldLocation)
           
static double Location2D.slope(Location2D p1, Location2D p2)
          Returns the slope of the line segment [p1-p2]
 void Node.updateLocation2D(Location2D fieldLocation)
          Should be called at runtime if node placement changes programmatically Will not work if the node relocation is not enabled (aka, the nodeGUI.field is null
 

Constructors in sidnet.core.misc with parameters of type Location2D
GPSimpl(Location2D staticLocation2d)
          Creates a new instance of GPSimpl
Location2D(Location2D fromLocation, LocationContext fromLocationContext, LocationContext toLocationContext)
           
 

Uses of Location2D in sidnet.models.senseable.mob
 

Methods in sidnet.models.senseable.mob with parameters of type Location2D
 double MovingObjectsField.readDataAt(Location2D location, LocationContext locationContext)
           
 

Uses of Location2D in sidnet.models.senseable.phenomena
 

Methods in sidnet.models.senseable.phenomena with parameters of type Location2D
 double DummyPhenomenon.readDataAt(Location2D location, LocationContext locationContext)
           
 double GenericDynamicPhenomenon.readDataAt(Location2D location, LocationContext locationContext)
           
 

Uses of Location2D in sidnet.stack.users.alternating_tree.routing
 

Fields in sidnet.stack.users.alternating_tree.routing declared as Location2D
 Location2D Message_AggregationTreeConstructor.parentLocation
           
 

Methods in sidnet.stack.users.alternating_tree.routing that return Location2D
 Location2D[][] KShortestPathRouting5.buildLengthRestrictedTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double maximumLength)
           
 Location2D[][] KShortestPathRouting5.buildLengthRestrictedTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio, double maximumLength)
           
 Location2D[][] KShortestPathRouting5.buildTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing)
           
 Location2D[][] KShortestPathRouting5.buildTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio)
           
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.alternating_tree.routing with parameters of type Location2D
 NetAddress KShortestPathRouting5.bestNextHopNeighbor(int queryId, long s_seq, Location2D srcLoc, Location2D sinkLoc, long messageSequenceNumber, NetAddress sinkIPAddress, boolean allowBackwards)
           
 Location2D[][] KShortestPathRouting5.buildLengthRestrictedTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double maximumLength)
           
 Location2D[][] KShortestPathRouting5.buildLengthRestrictedTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio, double maximumLength)
           
 Location2D[][] KShortestPathRouting5.buildTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing)
           
 Location2D[][] KShortestPathRouting5.buildTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio)
           
 boolean KShortestPathRouting5.closerToStraightLine(Location2D neiLoc, Location2D loc1, Location2D endPoint0, Location2D endPoint1)
           
 void RouteBezier.createBezierCurves(Location2D srcLoc, Location2D sinkLoc, int index, int NN, double Theta, int backLength, boolean leftHanded, boolean draw)
           
 double KShortestPathRouting5.distToStraightLine(Location2D loc1, Location2D endPoint0, Location2D endPoint1)
           
 NetAddress RouteBezier.getThroughShortestPath(Location2D destLocation)
           
 NetAddress KShortestPathRouting5.getThroughShortestPath(Location2D destLocation, long messageSequenceNumber, NetAddress sinkIPAddress)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Constructors in sidnet.stack.users.alternating_tree.routing with parameters of type Location2D
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress)
           
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress, NCS_Location2D rootNCSLocation)
           
 

Uses of Location2D in sidnet.stack.users.Bezier.routing
 

Methods in sidnet.stack.users.Bezier.routing that return Location2D
 Location2D MessageBezier.getDestLocation()
           
 Location2D MessageBezier.getSrcLocation()
           
 

Methods in sidnet.stack.users.Bezier.routing with parameters of type Location2D
 void RouteBezier.createBezierCurves(Location2D srcLoc, Location2D sinkLoc, int index, int NN, double Theta, int backLength, boolean leftHanded, boolean draw)
           
 NetAddress RouteBezier.getThroughShortestPath(Location2D destLocation)
           
 void MessageBezier.setDestLocation(Location2D loc)
           
 void MessageBezier.setSrcLocation(Location2D loc)
           
 

Uses of Location2D in sidnet.stack.users.demo_multi_tree.routing
 

Fields in sidnet.stack.users.demo_multi_tree.routing declared as Location2D
 Location2D Message_MultiTree.location1
           
 Location2D Message_MultiTree.location2
           
 Location2D[] Message_MultiTree.rootLocationArray
           
 

Methods in sidnet.stack.users.demo_multi_tree.routing that return Location2D
 Location2D Message_MultiTree.getLocation1()
           
 Location2D Message_MultiTree.getLocation2()
           
 

Constructors in sidnet.stack.users.demo_multi_tree.routing with parameters of type Location2D
Message_MultiTree(int s_seq, int type, Location2D[] rootLocationArray, int[] rootIDArray, int rootsCount, Region region, Query query, int dataValue1)
          Creates a new instance of Message_MultiTree
Message_MultiTree(int s_seq, int type, Location2D[] rootLocationArray, int[] rootIDArray, int rootsCount, Region region, Query query, int dataValue1, int dataValue2)
           
Message_MultiTree(int s_seq, int type, Location2D[] rootLocationArray, int[] rootIDArray, int rootsCount, Region region, Query query, int dataValue1, int dataValue2, int dataValue3, int dataValue4)
           
Message_MultiTree(int s_seq, int type, Location2D[] rootLocationArray, int[] rootIDArray, int rootsCount, Region region, Query query, int dataValue1, Location2D location1, int dataValue2, Location2D location2, int dataValue3, int dataValue4)
           
Message_MultiTree(int s_seq, int type, Location2D[] rootLocationArray, int[] rootIDArray, int rootsCount, Region region, Query query, int dataValue1, Location2D location1, int dataValue2, Location2D location2, int dataValue3, int dataValue4)
           
 

Uses of Location2D in sidnet.stack.users.EECS510.routing
 

Methods in sidnet.stack.users.EECS510.routing that return Location2D
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.EECS510.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Uses of Location2D in sidnet.stack.users.geographical_tree_aggregation.routing
 

Fields in sidnet.stack.users.geographical_tree_aggregation.routing declared as Location2D
 Location2D Message_AggregationTreeConstructor.parentLocation
           
 

Methods in sidnet.stack.users.geographical_tree_aggregation.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 

Constructors in sidnet.stack.users.geographical_tree_aggregation.routing with parameters of type Location2D
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress)
           
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress, NCS_Location2D rootNCSLocation)
           
 

Uses of Location2D in sidnet.stack.users.k_shortest_path.routing
 

Methods in sidnet.stack.users.k_shortest_path.routing that return Location2D
 Location2D[][] KShortestPathRouting.buildLengthRestrictedTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double maximumLength)
           
 Location2D[][] KShortestPathRouting5.buildLengthRestrictedTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double maximumLength)
           
 Location2D[][] KShortestPathRouting.buildLengthRestrictedTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio, double maximumLength)
           
 Location2D[][] KShortestPathRouting5.buildLengthRestrictedTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio, double maximumLength)
           
 Location2D[][] KShortestPathRouting.buildTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing)
           
 Location2D[][] KShortestPathRouting5.buildTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing)
           
 Location2D[][] KShortestPathRouting.buildTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio)
           
 Location2D[][] KShortestPathRouting5.buildTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio)
           
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.k_shortest_path.routing with parameters of type Location2D
 NetAddress KShortestPathRouting.bestNextHopNeighbor(int queryId, long s_seq, Location2D srcLoc, Location2D sinkLoc, long messageSequenceNumber, NetAddress sinkIPAddress, boolean allowBackwards)
           
 NetAddress KShortestPathRouting5.bestNextHopNeighbor(int queryId, long s_seq, Location2D srcLoc, Location2D sinkLoc, long messageSequenceNumber, NetAddress sinkIPAddress, boolean allowBackwards)
           
 Location2D[][] KShortestPathRouting.buildLengthRestrictedTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double maximumLength)
           
 Location2D[][] KShortestPathRouting5.buildLengthRestrictedTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double maximumLength)
           
 Location2D[][] KShortestPathRouting.buildLengthRestrictedTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio, double maximumLength)
           
 Location2D[][] KShortestPathRouting5.buildLengthRestrictedTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio, double maximumLength)
           
 Location2D[][] KShortestPathRouting.buildTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing)
           
 Location2D[][] KShortestPathRouting5.buildTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing)
           
 Location2D[][] KShortestPathRouting.buildTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio)
           
 Location2D[][] KShortestPathRouting5.buildTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio)
           
 boolean KShortestPathRouting.closerToStraightLine(Location2D neiLoc, Location2D loc1, Location2D endPoint0, Location2D endPoint1)
           
 boolean KShortestPathRouting5.closerToStraightLine(Location2D neiLoc, Location2D loc1, Location2D endPoint0, Location2D endPoint1)
           
 double KShortestPathRouting.distToStraightLine(Location2D loc1, Location2D endPoint0, Location2D endPoint1)
           
 double KShortestPathRouting5.distToStraightLine(Location2D loc1, Location2D endPoint0, Location2D endPoint1)
           
 NetAddress KShortestPathRouting.getThroughShortestPath(Location2D destLocation, long messageSequenceNumber, NetAddress sinkIPAddress)
           
 NetAddress KShortestPathRouting5.getThroughShortestPath(Location2D destLocation, long messageSequenceNumber, NetAddress sinkIPAddress)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Uses of Location2D in sidnet.stack.users.marco_project.image_charges.routing
 

Fields in sidnet.stack.users.marco_project.image_charges.routing declared as Location2D
protected  Location2D Coordinate.pos
           
 

Methods in sidnet.stack.users.marco_project.image_charges.routing that return Location2D
 Location2D Coordinate.getAsLocation2D()
           
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.marco_project.image_charges.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Uses of Location2D in sidnet.stack.users.marco_project.node_centric.routing
 

Fields in sidnet.stack.users.marco_project.node_centric.routing declared as Location2D
protected  Location2D Coordinate.pos
           
 

Methods in sidnet.stack.users.marco_project.node_centric.routing that return Location2D
 Location2D Coordinate.getAsLocation2D()
           
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.marco_project.node_centric.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Uses of Location2D in sidnet.stack.users.marco_project.packet_centric.routing
 

Fields in sidnet.stack.users.marco_project.packet_centric.routing declared as Location2D
protected  Location2D Coordinate.pos
           
 

Methods in sidnet.stack.users.marco_project.packet_centric.routing that return Location2D
 Location2D Coordinate.getAsLocation2D()
           
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.marco_project.packet_centric.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Uses of Location2D in sidnet.stack.users.sample_p2p.routing
 

Methods in sidnet.stack.users.sample_p2p.routing that return Location2D
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.sample_p2p.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Uses of Location2D in sidnet.stack.users.SenSys08.routing
 

Fields in sidnet.stack.users.SenSys08.routing declared as Location2D
 Location2D Message_AggregationTreeConstructor.parentLocation
           
 

Methods in sidnet.stack.users.SenSys08.routing that return Location2D
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.SenSys08.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Constructors in sidnet.stack.users.SenSys08.routing with parameters of type Location2D
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress)
           
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress, NCS_Location2D rootNCSLocation)
           
 

Uses of Location2D in sidnet.stack.users.topological_tree_aggregation.routing
 

Fields in sidnet.stack.users.topological_tree_aggregation.routing declared as Location2D
 Location2D Message_AggregationTreeConstructor.parentLocation
           
 

Methods in sidnet.stack.users.topological_tree_aggregation.routing that return Location2D
 Location2D[][] KShortestPathRouting.buildLengthRestrictedTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double maximumLength)
           
 Location2D[][] KShortestPathRouting.buildLengthRestrictedTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio, double maximumLength)
           
 Location2D[][] KShortestPathRouting.buildTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing)
           
 Location2D[][] KShortestPathRouting.buildTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio)
           
 

Methods in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type Location2D
 NetAddress KShortestPathRouting.bestNextHopNeighbor(int queryId, long s_seq, Location2D srcLoc, Location2D sinkLoc, long messageSequenceNumber, NetAddress sinkIPAddress, boolean allowBackwards)
           
 Location2D[][] KShortestPathRouting.buildLengthRestrictedTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double maximumLength)
           
 Location2D[][] KShortestPathRouting.buildLengthRestrictedTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio, double maximumLength)
           
 Location2D[][] KShortestPathRouting.buildTargets1(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing)
           
 Location2D[][] KShortestPathRouting.buildTargets2(Location2D sourceLoc, Location2D sinkLoc, int numPaths, double ratio, double spacing, double threeSegmentRatio)
           
 boolean KShortestPathRouting.closerToStraightLine(Location2D neiLoc, Location2D loc1, Location2D endPoint0, Location2D endPoint1)
           
 void RouteBezier.createBezierCurves(Location2D srcLoc, Location2D sinkLoc, int index, int NN, double Theta, int backLength, boolean leftHanded, boolean draw)
           
 double KShortestPathRouting.distToStraightLine(Location2D loc1, Location2D endPoint0, Location2D endPoint1)
           
 NetAddress RouteBezier.getThroughShortestPath(Location2D destLocation)
           
 NetAddress KShortestPathRouting.getThroughShortestPath(Location2D destLocation, long messageSequenceNumber, NetAddress sinkIPAddress)
           
 

Constructors in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type Location2D
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress)
           
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress, NCS_Location2D rootNCSLocation)
           
 

Uses of Location2D in sidnet.stack.users.triggers_project.app
 

Fields in sidnet.stack.users.triggers_project.app declared as Location2D
static Location2D App_Triggers.R1Location
           
static Location2D App_Triggers.R2Location
           
static Location2D App_Triggers.sinkLocation
           
 

Uses of Location2D in sidnet.stack.users.triggers_project.routing
 

Fields in sidnet.stack.users.triggers_project.routing declared as Location2D
 Location2D MessageP2P.dstLocation
           
 Location2D Message_AggregationTreeConstructor.parentLocation
           
 

Methods in sidnet.stack.users.triggers_project.routing that return Location2D
 Location2D[] NZMessage.getPath()
           
 Location2D NZMessage.getSourceLocation()
           
 

Methods in sidnet.stack.users.triggers_project.routing with parameters of type Location2D
 NetAddress ShortestGeographicalPathRouting.getThroughShortestPath(Location2D destLocation)
           
 void NZMessage.setPath(Location2D[] path)
           
 void NZMessage.setSourceLocation(Location2D loc)
           
 

Constructors in sidnet.stack.users.triggers_project.routing with parameters of type Location2D
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress)
           
Message_AggregationTreeConstructor(Query query, int level, Location2D parentLocation, NetAddress rootAddress, NCS_Location2D rootNCSLocation)
           
MessageP2P(Location2D dstLocation, Payload payload)