Uses of Class
org.noise_planet.noisemodelling.pathfinder.utils.geometry.Orientation
Packages that use Orientation
Package
Description
-
Uses of Orientation in org.noise_planet.noisemodelling.pathfinder
Fields in org.noise_planet.noisemodelling.pathfinder declared as OrientationMethods in org.noise_planet.noisemodelling.pathfinder that return OrientationConstructors in org.noise_planet.noisemodelling.pathfinder with parameters of type OrientationModifierConstructorDescriptionSourcePointInfo(int sourceIndex, long sourcePrimaryKey, org.locationtech.jts.geom.Coordinate position, double li, Orientation orientation) -
Uses of Orientation in org.noise_planet.noisemodelling.pathfinder.path
Fields in org.noise_planet.noisemodelling.pathfinder.path with type parameters of type OrientationModifier and TypeFieldDescriptionScene.sourceOrientationSource orientation for emission computationMethods in org.noise_planet.noisemodelling.pathfinder.path with parameters of type OrientationModifier and TypeMethodDescriptionvoidScene.addSource(Long pk, org.locationtech.jts.geom.Geometry geom, Orientation orientation) Add geometry with additional attributes -
Uses of Orientation in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Fields in org.noise_planet.noisemodelling.pathfinder.profilebuilder declared as OrientationModifier and TypeFieldDescriptionCutPointSource.orientationOrientation of the point (should be about the source or receiver point) The orientation is related to the directivity associated to the object -
Uses of Orientation in org.noise_planet.noisemodelling.pathfinder.utils.geometry
Methods in org.noise_planet.noisemodelling.pathfinder.utils.geometry that return OrientationModifier and TypeMethodDescriptionstatic OrientationOrientation.fromVector(org.locationtech.jts.math.Vector3D vector, double roll) Methods in org.noise_planet.noisemodelling.pathfinder.utils.geometry with parameters of type OrientationModifier and TypeMethodDescriptionstatic org.locationtech.jts.math.Vector3DOrientation.rotate(Orientation orientation, org.locationtech.jts.math.Vector3D vector) Rotate the vector by the provided orientation and return the result vector orientationstatic org.locationtech.jts.math.Vector3DOrientation.rotate(Orientation orientation, org.locationtech.jts.math.Vector3D vector, boolean inverse) Rotate the vector by the provided orientation and return the result vector orientationstatic org.locationtech.jts.math.Vector3DOrientation.toVector(Orientation orientation) -
Uses of Orientation in org.noise_planet.noisemodelling.propagation.cnossos
Fields in org.noise_planet.noisemodelling.propagation.cnossos declared as OrientationMethods in org.noise_planet.noisemodelling.propagation.cnossos that return OrientationMethods in org.noise_planet.noisemodelling.propagation.cnossos with parameters of type OrientationModifier and TypeMethodDescriptionvoidPath.setRaySourceReceiverDirectivity(Orientation raySourceReceiverDirectivity) voidPath.setSourceOrientation(Orientation sourceOrientation)