Uses of Class
zext.plantuml.com.ctreber.acearth.util.Coordinate
Packages that use Coordinate
Package
Description
Internal copy of
AC.earth - XEarth
for Java (code of Christian Treber).-
Uses of Coordinate in zext.plantuml.com.ctreber.acearth
Methods in zext.plantuml.com.ctreber.acearth that return CoordinateModifier and TypeMethodDescriptionConfigurationACearth.getSunPos()ConfigurationACearth.getSunPosRel()ConfigurationACearth.getViewPos()Methods in zext.plantuml.com.ctreber.acearth with parameters of type CoordinateModifier and TypeMethodDescriptionvoidConfigurationACearth.setSunPos(Coordinate pSunPos) voidConfigurationACearth.setSunPosRel(Coordinate pSunPosRel) voidConfigurationACearth.setViewPos(Coordinate pViewPos) -
Uses of Coordinate in zext.plantuml.com.ctreber.acearth.projection
Methods in zext.plantuml.com.ctreber.acearth.projection that return CoordinateModifier and TypeMethodDescriptionabstract CoordinateProjection.getLocation(int pX, int pY) Translate screen point into coordinate on Earth.ProjectionCyl.getLocation(int pX, int pY) ProjectionMerc.getLocation(int pX, int pY) ProjectionOrtho.getLocation(int pX, int pY) Projection.getViewPos()Methods in zext.plantuml.com.ctreber.acearth.projection with parameters of type Coordinate -
Uses of Coordinate in zext.plantuml.com.ctreber.acearth.shader
Methods in zext.plantuml.com.ctreber.acearth.shader with parameters of type Coordinate -
Uses of Coordinate in zext.plantuml.com.ctreber.acearth.util
Methods in zext.plantuml.com.ctreber.acearth.util that return CoordinateModifier and TypeMethodDescriptionCoordinate.eclipticToEquatorial()Convert from ecliptic to equatorial coordinates (after duffett-smith, section 27)Point3D.getCoordinate()static CoordinateSunPositionCalculator.getMoonPositionOnEarth(long pMillis) Given a particular time (expressed in milliseconds since the unix epoch), compute position on the earth (lat, lon) such that the moon is directly overhead.static CoordinateSunPositionCalculator.getSunPositionOnEarth(long pMillis) Given a particular time (expressed in milliseconds since the unix epoch), compute position on the earth (lat, lon) such that sun is directly overhead.Methods in zext.plantuml.com.ctreber.acearth.util with parameters of type CoordinateModifier and TypeMethodDescriptionvoidCoordinate.add(Coordinate lOther) Add position to this position, make sure coordinates are valid.