Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.ProfileBuilder.IntersectionType
-
Packages that use ProfileBuilder.IntersectionType Package Description org.noise_planet.noisemodelling.pathfinder.path org.noise_planet.noisemodelling.pathfinder.profilebuilder -
-
Uses of ProfileBuilder.IntersectionType in org.noise_planet.noisemodelling.pathfinder.path
Methods in org.noise_planet.noisemodelling.pathfinder.path that return ProfileBuilder.IntersectionType Modifier and Type Method Description ProfileBuilder.IntersectionTypeMirrorReceiver. getType() -
Uses of ProfileBuilder.IntersectionType in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Fields in org.noise_planet.noisemodelling.pathfinder.profilebuilder declared as ProfileBuilder.IntersectionType Modifier and Type Field Description ProfileBuilder.IntersectionTypeWall. typeType of the wallMethods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return ProfileBuilder.IntersectionType Modifier and Type Method Description ProfileBuilder.IntersectionTypeWall. getType()static ProfileBuilder.IntersectionTypeProfileBuilder.IntersectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileBuilder.IntersectionType[]ProfileBuilder.IntersectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type ProfileBuilder.IntersectionType Constructor Description Wall(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1, int originId, ProfileBuilder.IntersectionType type)Constructor using start/end point and id.Wall(org.locationtech.jts.geom.LineSegment line, int originId, ProfileBuilder.IntersectionType type)Constructor using segment and id.
-