Uses of Interface
org.eclipse.mosaic.lib.geo.GeoPoint
Packages that use GeoPoint
Package
Description
-
Uses of GeoPoint in org.eclipse.mosaic.app.tutorial.message
Methods in org.eclipse.mosaic.app.tutorial.message that return GeoPointConstructors in org.eclipse.mosaic.app.tutorial.message with parameters of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.fed.application.ambassador.simulation
Methods in org.eclipse.mosaic.fed.application.ambassador.simulation that return GeoPointModifier and TypeMethodDescriptionAgentUnit.getDestinationPosition()
AbstractSimulationUnit.getInitialPosition()
TrafficLightGroupUnit.getInitialPosition()
AgentUnit.getOriginPosition()
AgentUnit.getPosition()
ChargingStationUnit.getPosition()
RoadSideUnit.getPosition()
TrafficLightGroupUnit.getPosition()
final GeoPoint
VehicleUnit.getPosition()
Constructors in org.eclipse.mosaic.fed.application.ambassador.simulation with parameters of type GeoPointModifierConstructorDescriptionAgentUnit
(AgentMapping agentMapping, GeoPoint originPosition, GeoPoint destinationPosition) ChargingStationUnit
(String chargingStationName, GeoPoint chargingStationPosition) Creates a new charging station simulation unit.ElectricVehicleUnit
(String vehicleName, VehicleType vehicleType, GeoPoint initialPosition) Creates a new ElectricVehicle.RoadSideUnit
(String rsuName, GeoPoint rsuPosition) Creates a new Road Side simulation Unit.TrafficLightGroupUnit
(String simulationUnitId, GeoPoint trafficLightPosition, TrafficLightGroup trafficLightGroup) Creates a new traffic light group simulation unit.VehicleUnit
(String vehicleName, VehicleType vehicleType, GeoPoint initialPosition) Creates a vehicle simulation unit. -
Uses of GeoPoint in org.eclipse.mosaic.fed.application.ambassador.simulation.communication
Methods in org.eclipse.mosaic.fed.application.ambassador.simulation.communication with parameters of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.fed.application.ambassador.simulation.electric.providers
Methods in org.eclipse.mosaic.fed.application.ambassador.simulation.electric.providers with parameters of type GeoPointModifier and TypeMethodDescriptionvoid
ChargingStationIndex.addChargingStation
(String id, GeoPoint position) Adds a Charging Station to the tree. -
Uses of GeoPoint in org.eclipse.mosaic.fed.application.app.api.os
Methods in org.eclipse.mosaic.fed.application.app.api.os that return GeoPointModifier and TypeMethodDescriptionAgentOperatingSystem.getDestinationPosition()
Provides the destination position of the agent as defined in the mapping configuration.AgentOperatingSystem.getOriginPosition()
Provides the origin position of the agent as defined in the mapping configuration. -
Uses of GeoPoint in org.eclipse.mosaic.fed.application.app.api.os.modules
Methods in org.eclipse.mosaic.fed.application.app.api.os.modules that return GeoPointModifier and TypeMethodDescriptionLocatable.getInitialPosition()
This data element provides an absolute geographical longitude and latitude in a WGS84 coordinate system.Locatable.getPosition()
This data element provides an absolute geographical longitude and latitude in a WGS84 coordinate system. -
Uses of GeoPoint in org.eclipse.mosaic.fed.application.app.etsi
Fields in org.eclipse.mosaic.fed.application.app.etsi declared as GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.fed.mapping.config.units
Fields in org.eclipse.mosaic.fed.mapping.config.units declared as GeoPointModifier and TypeFieldDescriptionCAgent.destination
Point to which the vehicles will travel.CAgent.origin
Point from which the vehicles will be spawned.CChargingStation.position
The geographic position at which the EV charging station will be created (mandatory).CRoadSideUnit.position
The position at which the RSU will be created. -
Uses of GeoPoint in org.eclipse.mosaic.interactions.communication
Methods in org.eclipse.mosaic.interactions.communication that return GeoPointModifier and TypeMethodDescriptionV2xMessageTransmission.getSourcePosition()
Short method to get the source node position for convenience. -
Uses of GeoPoint in org.eclipse.mosaic.interactions.mapping
Methods in org.eclipse.mosaic.interactions.mapping that return GeoPointModifier and TypeMethodDescriptionAgentRegistration.getDestination()
AgentRegistration.getOrigin()
Constructors in org.eclipse.mosaic.interactions.mapping with parameters of type GeoPointModifierConstructorDescriptionAgentRegistration
(long time, String name, String group, GeoPoint origin, GeoPoint destination, List<String> applications, double walkingSpeed) A new agent registration.ChargingStationRegistration
(long time, String name, String group, List<String> applications, GeoPoint position, List<ChargingSpot> chargingSpots) Creates a newChargingStationRegistration
interaction.Constructor. -
Uses of GeoPoint in org.eclipse.mosaic.lib.database
Methods in org.eclipse.mosaic.lib.database with parameters of type GeoPointModifier and TypeMethodDescriptionDatabase.Builder.addBuilding
(String id, String name, double height, GeoPoint[] corners) Adds a new building by a given list of corners defining the corners of the building.Adds a newNode
to the database using an id and a position.Adds a newNode
to the database using an id and a position. -
Uses of GeoPoint in org.eclipse.mosaic.lib.database.building
Fields in org.eclipse.mosaic.lib.database.building declared as GeoPointModifier and TypeFieldDescriptionfinal GeoPoint
Corner.position
The geographical position this point is located at.Methods in org.eclipse.mosaic.lib.database.building that return GeoPointConstructors in org.eclipse.mosaic.lib.database.building with parameters of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.database.road
Methods in org.eclipse.mosaic.lib.database.road that return GeoPointMethods in org.eclipse.mosaic.lib.database.road with parameters of type GeoPointConstructors in org.eclipse.mosaic.lib.database.road with parameters of type GeoPointModifierConstructorDescriptionDefault constructor.TrafficLightNode
(String id, GeoPoint position) Creates a newTrafficLightNode
object. -
Uses of GeoPoint in org.eclipse.mosaic.lib.database.spatial
Methods in org.eclipse.mosaic.lib.database.spatial with parameters of type GeoPointModifier and TypeMethodDescriptionEdgeFinder.findClosestEdge
(GeoPoint location, double heading) Searches for the closest edge given a location and a heading.EdgeFinder.findClosestEdges
(GeoPoint location) Searches for the two closest edges to the geo location.NodeFinder.findClosestNode
(GeoPoint location) Searches for the closestNode
to the geo location. -
Uses of GeoPoint in org.eclipse.mosaic.lib.geo
Classes in org.eclipse.mosaic.lib.geo that implement GeoPointFields in org.eclipse.mosaic.lib.geo declared as GeoPointMethods in org.eclipse.mosaic.lib.geo that return GeoPointModifier and TypeMethodDescriptionstatic GeoPoint
GeoUtils.closestPointOnLine
(GeoPoint point, GeoPoint linePointA, GeoPoint linePointB) Searches for theMutableGeoPoint
on a line between two given pointslinePointA
andlinePointB
which is closest to the given pointpoint
.GeoRectangle.getA()
GeoRectangle.getB()
GeoCircle.getCenter()
GeoRectangle.getCenter()
Calculates the center of gravity of this rectangle.static GeoPoint
GeoUtils.getGeoPointFromDirection
(GeoPoint origin, double azimuth, double distance) Calculates a geographic coordinate based on an origin point and a direction with length.static GeoPoint
GeoUtils.getGeoPointFromDirection
(GeoPoint origin, Vector3d direction) static GeoPoint
GeoUtils.getPointBetween
(GeoPoint pointA, GeoPoint pointB) Returns the exact point which between the two given points.static GeoPoint
GeoUtils.getRandomGeoPoint
(RandomNumberGenerator random, GeoPoint origin, double radius) Returns a randomMutableGeoPoint
within the radius of the given point.static GeoPoint
GeoPoint.latLon
(double latitude, double longitude) Creates aMutableGeoPoint
from latitude and longitude.static GeoPoint
GeoPoint.latLon
(double latitude, double longitude, double altitude) Creates aMutableGeoPoint
from latitude and longitude.static GeoPoint
GeoPoint.lonLat
(double longitude, double latitude) Creates aMutableGeoPoint
from latitude and longitude.static GeoPoint
GeoPoint.lonLat
(double longitude, double latitude, double altitude) Creates aMutableGeoPoint
from latitude and longitude.CartesianPoint.toGeo()
MutableCartesianPoint.toGeo()
MutableUtmPoint.toGeo()
UtmPoint.toGeo()
Methods in org.eclipse.mosaic.lib.geo that return types with arguments of type GeoPointModifier and TypeMethodDescriptionGeoCircle.getBounds()
GeoPolygon.getBounds()
GeoRectangle.getBounds()
GeoPolygon.getVertices()
Methods in org.eclipse.mosaic.lib.geo with parameters of type GeoPointModifier and TypeMethodDescriptionstatic double
Calculates and returns the angle (azimuth) between two points as seen frompointA
.static GeoPoint
GeoUtils.closestPointOnLine
(GeoPoint point, GeoPoint linePointA, GeoPoint linePointB) Searches for theMutableGeoPoint
on a line between two given pointslinePointA
andlinePointB
which is closest to the given pointpoint
.boolean
boolean
Checks whether the point is located in the rectangle area.static double
GeoUtils.distanceBetween
(GeoPoint a, GeoPoint b) static Vector3d
GeoUtils.distanceBetween
(GeoPoint a, GeoPoint b, Vector3d result) double
MutableGeoPoint.distanceTo
(GeoPoint pointOnLine) static UtmZone
static GeoPoint
GeoUtils.getGeoPointFromDirection
(GeoPoint origin, double azimuth, double distance) Calculates a geographic coordinate based on an origin point and a direction with length.static GeoPoint
GeoUtils.getGeoPointFromDirection
(GeoPoint origin, Vector3d direction) static GeoPoint
GeoUtils.getPointBetween
(GeoPoint pointA, GeoPoint pointB) Returns the exact point which between the two given points.static long
GeoUtils.getQuadKey
(GeoPoint geoPoint, int zoom) Returns the Bing quad key tile with the specified zoom level that contains the givenGeoPoint
.static GeoPoint
GeoUtils.getRandomGeoPoint
(RandomNumberGenerator random, GeoPoint origin, double radius) Returns a randomMutableGeoPoint
within the radius of the given point.Constructors in org.eclipse.mosaic.lib.geo with parameters of type GeoPointModifierConstructorDescriptionConstruct a newGeoCircle
.GeoPolygon
(GeoPoint... coordinates) GeoRectangle
(GeoPoint pointA, GeoPoint pointB) Construct a newGeoRectangle
.MutableGeoPoint
(GeoPoint other) Constructor parameters in org.eclipse.mosaic.lib.geo with type arguments of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.gson
Methods in org.eclipse.mosaic.lib.gson that return GeoPointModifier and TypeMethodDescriptionGeoPointAdapter.deserialize
(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) Methods in org.eclipse.mosaic.lib.gson with parameters of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.math
Methods in org.eclipse.mosaic.lib.math that return GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects
Methods in org.eclipse.mosaic.lib.objects that return GeoPointModifier and TypeMethodDescriptionUnitData.getPosition()
Returns the current geographical position of the unit.Constructors in org.eclipse.mosaic.lib.objects with parameters of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.addressing
Methods in org.eclipse.mosaic.lib.objects.addressing that return GeoPointConstructors in org.eclipse.mosaic.lib.objects.addressing with parameters of type GeoPointModifierConstructorDescriptionAdHocMessageRoutingBuilder
(String hostName, GeoPoint sourcePosition) The constructor forAdHocMessageRoutingBuilder
.CellMessageRoutingBuilder
(String hostName, GeoPoint sourcePosition) Constructor forCellMessageRoutingBuilder
to set required fields.SourceAddressContainer
(NetworkAddress sourceAddress, String sourceName, GeoPoint sourcePosition) Creates a newSourceAddressContainer
. -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.agent
Methods in org.eclipse.mosaic.lib.objects.agent that return types with arguments of type GeoPointModifier and TypeMethodDescriptionAgentRoute.WalkLeg.getWaypoints()
Return all waypoints of this leg.Constructors in org.eclipse.mosaic.lib.objects.agent with parameters of type GeoPointModifierConstructorDescriptionAgentData
(long time, String name, GeoPoint position, String assignedVehicle, AgentRoute.Leg currentLeg, AgentData.TripStatus status) Creates a new agent data object.Constructor parameters in org.eclipse.mosaic.lib.objects.agent with type arguments of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.electricity
Constructors in org.eclipse.mosaic.lib.objects.electricity with parameters of type GeoPointModifierConstructorDescriptionChargingStationData
(long time, String name, GeoPoint position, List<ChargingSpot> chargingSpots) Creates a new charging station object. -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.mapping
Methods in org.eclipse.mosaic.lib.objects.mapping that return GeoPointModifier and TypeMethodDescriptionChargingStationMapping.getPosition()
RsuMapping.getPosition()
TrafficLightMapping.getPosition()
Constructors in org.eclipse.mosaic.lib.objects.mapping with parameters of type GeoPointModifierConstructorDescriptionCreates a new Charging Station that is equipped with applications.Creates a new RSU.Creates a new traffic light simulation unit. -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.pt
Methods in org.eclipse.mosaic.lib.objects.pt that return GeoPointModifier and TypeMethodDescriptionPtStop.location()
Returns the value of thelocation
record component.Constructors in org.eclipse.mosaic.lib.objects.pt with parameters of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.road
Methods in org.eclipse.mosaic.lib.objects.road that return GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.trafficlight
Methods in org.eclipse.mosaic.lib.objects.trafficlight that return GeoPointModifier and TypeMethodDescriptionTrafficLightGroup.getFirstPosition()
Returns geo position of the first traffic light in the traffic light group.TrafficLight.getPosition()
Constructors in org.eclipse.mosaic.lib.objects.trafficlight with parameters of type GeoPointModifierConstructorDescriptionTrafficLight
(int id, GeoPoint position, String incomingLane, String outgoingLane, TrafficLightState initialState) Constructor that initializes the main instance variables. -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.trafficsign
Methods in org.eclipse.mosaic.lib.objects.trafficsign that return GeoPointModifier and TypeMethodDescriptionTrafficSign.getGeoPosition()
Returns the geographic position of the traffic sign. -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.v2x.etsi
Methods in org.eclipse.mosaic.lib.objects.v2x.etsi that return GeoPointModifier and TypeMethodDescriptionDenm.getEventLocation()
Returns the location of the event.DenmContent.getEventLocation()
Cam.getPosition()
CamContent.getPosition()
Denm.getSenderPosition()
Returns the coordinates of the sending node.DenmContent.getSenderPosition()
Spatm.getSenderPosition()
SpatmContent.getSenderPosition()
Constructors in org.eclipse.mosaic.lib.objects.v2x.etsi with parameters of type GeoPointModifierConstructorDescriptionCamContent
(long generationTime, AwarenessData awarenessData, String unitID, GeoPoint position, byte[] userTaggedValue) Creates a newCamContent
object.DenmContent
(long time, GeoPoint senderPosition, String eventRoadId, SensorType warningType, int eventStrength, float causedSpeed, float senderDeceleration) DenmContent
(long time, GeoPoint senderPosition, String eventRoadId, SensorType warningType, int eventStrength, float causedSpeed, float senderDeceleration, GeoPoint eventLocation, GeoPolygon eventArea, String extendedContainer) SpatmContent
(long time, GeoPoint senderPosition, boolean phaseRed, boolean phaseYellow, boolean phaseGreen, long phaseDurationRed, long phaseDurationYellow, long phaseDurationGreen, long remainingPhaseTime) -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.v2x.etsi.ivim
Methods in org.eclipse.mosaic.lib.objects.v2x.etsi.ivim that return GeoPointMethods in org.eclipse.mosaic.lib.objects.v2x.etsi.ivim with parameters of type GeoPointModifier and TypeMethodDescriptionSegmentPosition.setGeoPosition
(GeoPoint position, double heading) -
Uses of GeoPoint in org.eclipse.mosaic.lib.objects.vehicle
Methods in org.eclipse.mosaic.lib.objects.vehicle that return GeoPointModifier and TypeMethodDescriptionSurroundingVehicle.getGeographicPosition()
Returns the geographical position of the surrounding vehicle.Methods in org.eclipse.mosaic.lib.objects.vehicle with parameters of type GeoPointModifier and TypeMethodDescriptionVehicleData.Builder.position
(GeoPoint position, CartesianPoint projectedPosition) Set position related values for the vehicle info. -
Uses of GeoPoint in org.eclipse.mosaic.lib.routing
Methods in org.eclipse.mosaic.lib.routing that return GeoPointMethods in org.eclipse.mosaic.lib.routing that return types with arguments of type GeoPointModifier and TypeMethodDescriptionEdgeProperties.getGeometry()
Returns the complete geometry of the edge as a list of geo points with elevation data.Methods in org.eclipse.mosaic.lib.routing with parameters of type GeoPointModifier and TypeMethodDescriptionVehicleRouting.findClosestNode
(GeoPoint point) Searches for the closest node to .VehicleRouting.findClosestRoadPosition
(GeoPoint point) Searches for the closest road position to a givenGeoPoint
.VehicleRouting.findClosestRoadPosition
(GeoPoint point, double heading) Searches for the closest road position to a givenGeoPoint
, If two adjacent edges overlap, the heading will be used as a similarity measure.Constructors in org.eclipse.mosaic.lib.routing with parameters of type GeoPointModifierConstructorDescriptionRoutingPosition
(GeoPoint position) RoutingPosition
(GeoPoint position, Double heading) RoutingPosition
(GeoPoint position, Double heading, String connectionId) -
Uses of GeoPoint in org.eclipse.mosaic.lib.routing.database
Methods in org.eclipse.mosaic.lib.routing.database that return GeoPointMethods in org.eclipse.mosaic.lib.routing.database with parameters of type GeoPointModifier and TypeMethodDescriptionDatabaseRouting.findClosestNode
(GeoPoint point) DatabaseRouting.findClosestRoadPosition
(GeoPoint location) Searches for the closestIRoadPosition
to a given geo location.DatabaseRouting.findClosestRoadPosition
(GeoPoint point, double heading) -
Uses of GeoPoint in org.eclipse.mosaic.lib.routing.graphhopper
Methods in org.eclipse.mosaic.lib.routing.graphhopper that return types with arguments of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.routing.norouting
Methods in org.eclipse.mosaic.lib.routing.norouting with parameters of type GeoPointModifier and TypeMethodDescriptionNoRouting.findClosestNode
(GeoPoint point) NoRouting.findClosestRoadPosition
(GeoPoint point) NoRouting.findClosestRoadPosition
(GeoPoint point, double heading) -
Uses of GeoPoint in org.eclipse.mosaic.lib.routing.pt
Methods in org.eclipse.mosaic.lib.routing.pt that return GeoPointMethods in org.eclipse.mosaic.lib.routing.pt that return types with arguments of type GeoPointModifier and TypeMethodDescriptionPtRoute.WalkLeg.getWaypoints()
Returns the list of geographical positions which form the walking route.Constructors in org.eclipse.mosaic.lib.routing.pt with parameters of type GeoPointModifierConstructorDescriptionPtRoutingRequest
(long requestTime, GeoPoint origin, GeoPoint destination) Constructs a request for calculating a public transport route.PtRoutingRequest
(long requestTime, GeoPoint origin, GeoPoint destination, PtRoutingParameters additionalParameters) Constructs a request for calculating a public transport route.Constructor parameters in org.eclipse.mosaic.lib.routing.pt with type arguments of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.lib.spatial
Methods in org.eclipse.mosaic.lib.spatial with parameters of type GeoPointModifier and TypeMethodDescriptionprotected Vector3d
SpatialTreeTraverser.InGeoPolygon.toVector3d
(GeoPoint point) -
Uses of GeoPoint in org.eclipse.mosaic.lib.transform
Methods in org.eclipse.mosaic.lib.transform that return GeoPointModifier and TypeMethodDescriptionGeoProjection.cartesianToGeographic
(CartesianPoint cartesian) Converts a local coordinate depicted by aCartesianPoint
to geographic WGS84 coordinates.GeoProjection.utmToGeographic
(UtmPoint utm) Converts a cartesian world coordinate depicted by aUtmPoint
to geographic WGS84 coordinates.GeoProjection.vectorToGeographic
(Vector3d vector) Converts a local coordinate depicted by aVector3d
to geographic WGS84 coordinates.Methods in org.eclipse.mosaic.lib.transform with parameters of type GeoPointModifier and TypeMethodDescriptionGeoCalculator.distanceBetween
(GeoPoint a, GeoPoint b, Vector3d result) HarvesineGeoCalculator.distanceBetween
(GeoPoint a, GeoPoint b, Vector3d result) SansonFlamsteedCalculator.distanceBetween
(GeoPoint a, GeoPoint b, Vector3d result) SimpleGeoCalculator.distanceBetween
(GeoPoint a, GeoPoint b, Vector3d result) UtmGeoCalculator.distanceBetween
(GeoPoint a, GeoPoint b, Vector3d result) GeoProjection.geographicToCartesian
(GeoPoint geographic) Converts a geographic WGS84 coordinate depicted by aGeoPoint
into local coordinates coordinates.abstract MutableCartesianPoint
GeoProjection.geographicToCartesian
(GeoPoint geographic, MutableCartesianPoint result) Converts a geographic WGS84 coordinate depicted by aGeoPoint
into local coordinates coordinates.LazyGeoProjection.geographicToCartesian
(GeoPoint geoPoint, MutableCartesianPoint mutableCartesianPoint) Wgs84Projection.geographicToCartesian
(GeoPoint geographic, MutableCartesianPoint result) GeoProjection.geographicToUtm
(GeoPoint geographic) Converts a geographic WGS84 coordinate depicted by aGeoPoint
into UTM coordinates.abstract MutableUtmPoint
GeoProjection.geographicToUtm
(GeoPoint geographic, MutableUtmPoint result) Converts a geographic WGS84 coordinate depicted by aGeoPoint
into UTM coordinates.LazyGeoProjection.geographicToUtm
(GeoPoint geoPoint, MutableUtmPoint mutableUtmPoint) Wgs84Projection.geographicToUtm
(GeoPoint geoPoint, MutableUtmPoint result) Converts lat/long to UTM coords.GeoProjection.geographicToVector
(GeoPoint geographic) Converts a geographic WGS84 coordinate depicted by aGeoPoint
into local coordinates coordinates.abstract Vector3d
GeoProjection.geographicToVector
(GeoPoint geographic, Vector3d result) Converts a geographic WGS84 coordinate depicted by aGeoPoint
into local coordinates coordinates.LazyGeoProjection.geographicToVector
(GeoPoint geoPoint, Vector3d vector3d) Wgs84Projection.geographicToVector
(GeoPoint geographic, Vector3d result) LazyGeoProjection.ProjectionFactory.initializeFromGeo
(GeoPoint origin) GeoCalculator.pointFromDirection
(GeoPoint origin, Vector3d direction, MutableGeoPoint result) HarvesineGeoCalculator.pointFromDirection
(GeoPoint origin, Vector3d direction, MutableGeoPoint result) SansonFlamsteedCalculator.pointFromDirection
(GeoPoint src, Vector3d direction, MutableGeoPoint result) SimpleGeoCalculator.pointFromDirection
(GeoPoint src, Vector3d direction, MutableGeoPoint result) UtmGeoCalculator.pointFromDirection
(GeoPoint origin, Vector3d direction, MutableGeoPoint result) Constructors in org.eclipse.mosaic.lib.transform with parameters of type GeoPointModifierConstructorDescriptionSansonFlamsteedCalculator
(GeoPoint origin) Wgs84Projection
(GeoPoint origin) Initializes the projection based on theGeoPoint
which is used as the playground center when converting to local coordinates.Wgs84Projection
(GeoPoint playgroundCenter, CartesianPoint cartesianOffset) Deprecated.Legacy constructor. -
Uses of GeoPoint in org.eclipse.mosaic.lib.util
Methods in org.eclipse.mosaic.lib.util that return GeoPointModifier and TypeMethodDescriptionstatic GeoPoint
SerializationUtils.decodeGeoPoint
(DataInput input) static GeoPoint
VehicleReferenceUtils.fromCenterToFrontBumper
(GeoPoint pos, double heading, double length) Moves the position reference of a vehicle from its center to the center of the front bumper.static GeoPoint
VehicleReferenceUtils.fromFrontBumperToCenter
(GeoPoint pos, double heading, double length) Moves the position reference of a vehicle from the center of the front bumper to its bounding box center.Methods in org.eclipse.mosaic.lib.util with parameters of type GeoPointModifier and TypeMethodDescriptionstatic void
SerializationUtils.encodeGeoPoint
(DataOutput output, GeoPoint geoPoint) static GeoPoint
VehicleReferenceUtils.fromCenterToFrontBumper
(GeoPoint pos, double heading, double length) Moves the position reference of a vehicle from its center to the center of the front bumper.static GeoPoint
VehicleReferenceUtils.fromFrontBumperToCenter
(GeoPoint pos, double heading, double length) Moves the position reference of a vehicle from the center of the front bumper to its bounding box center. -
Uses of GeoPoint in org.eclipse.mosaic.lib.util.objects
Methods in org.eclipse.mosaic.lib.util.objects that return GeoPointModifier and TypeMethodDescriptionPosition.getGeographicPosition()
Returns the geographic coordinate of this position.Constructors in org.eclipse.mosaic.lib.util.objects with parameters of type GeoPoint -
Uses of GeoPoint in org.eclipse.mosaic.rti.config
Fields in org.eclipse.mosaic.rti.config declared as GeoPointModifier and TypeFieldDescriptionCProjection.centerCoordinates
The geographic coordinates in the map from which the UTM zone is determined.