Uses of Class
org.noise_planet.noisemodelling.pathfinder.utils.geometry.Orientation
-
-
Uses of Orientation in org.noise_planet.noisemodelling.pathfinder
Fields in org.noise_planet.noisemodelling.pathfinder declared as Orientation Modifier and Type Field Description Orientation
PathFinder.SourcePointInfo. orientation
Methods in org.noise_planet.noisemodelling.pathfinder that return Orientation Modifier and Type Method Description Orientation
PathFinder.SourcePointInfo. getOrientation()
Constructors in org.noise_planet.noisemodelling.pathfinder with parameters of type Orientation Constructor Description SourcePointInfo(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 Orientation Modifier and Type Field Description Map<Long,Orientation>
Scene. sourceOrientation
Source orientation for emission computationMethods in org.noise_planet.noisemodelling.pathfinder.path with parameters of type Orientation Modifier and Type Method Description void
Scene. 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 Orientation Modifier and Type Field Description Orientation
CutPointSource. orientation
Orientation 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 Orientation Modifier and Type Method Description static Orientation
Orientation. fromVector(org.locationtech.jts.math.Vector3D vector, double roll)
Methods in org.noise_planet.noisemodelling.pathfinder.utils.geometry with parameters of type Orientation Modifier and Type Method Description static org.locationtech.jts.math.Vector3D
Orientation. 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.Vector3D
Orientation. 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.Vector3D
Orientation. toVector(Orientation orientation)
-
Uses of Orientation in org.noise_planet.noisemodelling.propagation.cnossos
Fields in org.noise_planet.noisemodelling.propagation.cnossos declared as Orientation Modifier and Type Field Description Orientation
PointPath. orientation
Orientation
Path. raySourceReceiverDirectivity
Methods in org.noise_planet.noisemodelling.propagation.cnossos that return Orientation Modifier and Type Method Description Orientation
Path. getRaySourceReceiverDirectivity()
Orientation
Path. getSourceOrientation()
Methods in org.noise_planet.noisemodelling.propagation.cnossos with parameters of type Orientation Modifier and Type Method Description void
Path. setRaySourceReceiverDirectivity(Orientation raySourceReceiverDirectivity)
void
Path. setSourceOrientation(Orientation sourceOrientation)
-