Uses of Record Class
org.episteme.social.architecture.SolarPathAnalyzer.SolarPosition
Packages that use SolarPathAnalyzer.SolarPosition
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of SolarPathAnalyzer.SolarPosition in org.episteme.social.architecture
Methods in org.episteme.social.architecture that return SolarPathAnalyzer.SolarPositionModifier and TypeMethodDescriptionSolarPathAnalyzer.calculateSunPosition(double latitude, double longitude, int year, int month, int day, double hour, double timezone) Calculates the sun position (altitude and azimuth) for a given location, date, and time.Methods in org.episteme.social.architecture that return types with arguments of type SolarPathAnalyzer.SolarPositionModifier and TypeMethodDescriptionstatic List<List<SolarPathAnalyzer.SolarPosition>> SolarPathAnalyzer.generateSunPathDiagram(double latitude) Generates Sun Path diagram data points for various seasons.Methods in org.episteme.social.architecture with parameters of type SolarPathAnalyzer.SolarPositionModifier and TypeMethodDescriptionstatic doubleSolarPathAnalyzer.shadingFactor(SolarPathAnalyzer.SolarPosition sun, double obstructionHeight, double obstructionDistance, double obstructionAzimuth) Calculates a shading factor (0 to 1) based on an external obstruction.