Uses of Class
gov.nasa.worldwind.geom.Angle
-
-
Uses of Angle in gov.nasa.worldwind
Fields in gov.nasa.worldwind declared as Angle Modifier and Type Field Description protected AngleStereoOptionSceneController. focusAngleThe angle between eyes.Methods in gov.nasa.worldwind that return Angle Modifier and Type Method Description AngleView. getFieldOfView()Returns the horizontal field-of-view angle (the angle of visibility), or null if the implementation does not support a field-of-view.AngleStereoOptionSceneController. getFocusAngle()AngleStereoSceneController. getFocusAngle()Returns this controller's focus angle, the angle difference between the left and right eye direction.AngleView. getHeading()Returns the view's current heading.AngleView. getPitch()Returns the view's current pitch.AngleView. getRoll()Returns this View's current roll.Methods in gov.nasa.worldwind with parameters of type Angle Modifier and Type Method Description voidView. setFieldOfView(Angle fieldOfView)Sets the horizontal field-of-view angle (the angle of visibility) to the specifiedfieldOfView.voidStereoOptionSceneController. setFocusAngle(Angle a)Specifies the angle difference between the left and right eye direction.voidStereoSceneController. setFocusAngle(Angle a)Specifies the angle difference between the left and right eye direction.voidView. setHeading(Angle heading)Sets the heading of the view.voidView. setPitch(Angle pitch)Sets the pitch of the view.voidView. setRoll(Angle roll)Set the roll of the view. -
Uses of Angle in gov.nasa.worldwind.animation
Fields in gov.nasa.worldwind.animation declared as Angle Modifier and Type Field Description protected AngleAngleAnimator. beginThe angle the animation begins at.protected AngleAngleAnimator. endThe angle the animation ends at.Methods in gov.nasa.worldwind.animation that return Angle Modifier and Type Method Description AngleAngleAnimator. getBegin()Get the currentAngleAnimator.beginvalue.AngleAngleAnimator. getEnd()Get the currentAngleAnimator.endvalue.AngleRotateToAngleAnimator. nextAngle(double interpolant)Methods in gov.nasa.worldwind.animation with parameters of type Angle Modifier and Type Method Description static doubleAnimationSupport. angularRatio(Angle x, Angle y)Calculate the angular ratio between two anglesstatic longAnimationSupport. getScaledTimeMillisecs(Angle begin, Angle end, Angle max, long minTimeMillisecs, long maxTimeMillisecs)Calculate a scaled tiome based on the ratio of the angular distance between thebeginandendangles over the max value.voidAngleAnimator. setBegin(Angle begin)Set theAngleAnimator.beginvalue.voidAngleAnimator. setEnd(Angle end)Set theAngleAnimator.endvalue.Constructors in gov.nasa.worldwind.animation with parameters of type Angle Constructor Description AngleAnimator(Interpolator interpolator, Angle begin, Angle end, PropertyAccessor.AngleAccessor propertyAccessor)Construct an AngleAnimatorRotateToAngleAnimator(Angle begin, Angle end, double smoothing, PropertyAccessor.AngleAccessor propertyAccessor) -
Uses of Angle in gov.nasa.worldwind.geom
Fields in gov.nasa.worldwind.geom declared as Angle Modifier and Type Field Description AngleLatLon. latitudeAngleLatLon. longitudestatic AngleAngle. MINUTERepresents an angle of 1 minutestatic AngleAngle. NEG180Represents an angle of negative 180 degreesstatic AngleAngle. NEG360Represents an angle of negative 360 degreesstatic AngleAngle. NEG90Represents a right angle of negative 90 degreesstatic AngleAngle. POS180Represents an angle of positive 180 degreesstatic AngleAngle. POS360Represents an angle of positive 360 degreesstatic AngleAngle. POS90Represents a right angle of positive 90 degreesstatic AngleAngle. SECONDRepresents an angle of 1 secondstatic AngleAngle. ZERORepresents an angle of zero degreesMethods in gov.nasa.worldwind.geom that return Angle Modifier and Type Method Description static AngleAngle. acos(double cosine)AngleAngle. add(Angle angle)Obtains the sum of these two angles.AngleAngle. addDegrees(double degrees)AngleAngle. addRadians(double radians)AngleVec4. angleBetween3(Vec4 vec4)AngleAngle. angularDistanceTo(Angle angle)Computes the shortest distance between this and angle, as an angle.static AngleAngle. asin(double sine)static AngleAngle. atan(double tan)static AngleAngle. average(Angle a, Angle b)Obtains the average of three angles.static AngleAngle. average(Angle a, Angle b, Angle c)Obtains the average of three angles.static AngleVec4. axisAngle(Vec4 v1, Vec4 v2, Vec4[] result)Compute the angle and rotation axis required to rotate one vector to align with another.static AngleAngle. clamp(Angle value, Angle min, Angle max)Limits a specified angle to be within a specified minimum and maximum.AngleGeoQuad. distanceToEastEdge(LatLon p)AngleGeoQuad. distanceToNE(LatLon p)AngleGeoQuad. distanceToNorthEdge(LatLon p)AngleGeoQuad. distanceToNW(LatLon p)AngleGeoQuad. distanceToSE(LatLon p)AngleGeoQuad. distanceToSouthEdge(LatLon p)AngleGeoQuad. distanceToSW(LatLon p)AngleGeoQuad. distanceToWestEdge(LatLon p)AngleAngle. divide(double divisor)Divides this angle bydivisor.static AngleLatLon. ellipsoidalForwardAzimuth(LatLon p1, LatLon p2, double equatorialRadius, double polarRadius)Compute the forward azimuth between two positionsstatic AngleAngle. fromDegrees(double degrees)Obtains an angle from a specified number of degrees.static AngleAngle. fromDegreesLatitude(double degrees)static AngleAngle. fromDegreesLongitude(double degrees)static AngleAngle. fromDMdS(int degrees, double minutes)Obtain an angle from a given number of positive degrees and decimal minutes.static AngleAngle. fromDMS(int degrees, int minutes, int seconds)Obtain an angle from a given number of positive degrees, minutes and seconds.static AngleAngle. fromDMS(java.lang.String dmsString)Obtain an angle from a degrees, minute and seconds character string.static AngleAngle. fromRadians(double radians)Obtains an angle from a specified number of radians.static AngleAngle. fromRadiansLatitude(double radians)static AngleAngle. fromRadiansLongitude(double radians)static AngleAngle. fromXY(double x, double y)Obtains an angle from rectangular coordinates.AngleQuaternion. getAngle()static AngleLatLon. getAverageDistance(Globe globe, LatLon center, java.lang.Iterable<? extends LatLon> locations)Computes the average distance between a specified center point and a list of locations.static AngleLatLon. getAverageDistance(java.lang.Iterable<? extends LatLon> locations)Compute the average rhumb distance between locations.AngleSector. getDeltaLat()Returns the angular difference between the sector's minimum and maximum latitudes: max - minAngleSector. getDeltaLon()Returns the angular difference between the sector's minimum and maximum longitudes: max - min.AngleMatrix. getKMLRotationX()AngleMatrix. getKMLRotationY()AngleMatrix. getKMLRotationZ()AngleLatLon. getLatitude()Obtains the latitude of thisLatLon.AnglePolarPoint. getLatitude()Obtains the latitude of this polar pointAngleLatLon. getLongitude()Obtains the longitude of thisLatLon.AnglePolarPoint. getLongitude()Obtains the longitude of this polar pointAngleSector. getMaxLatitude()Returns the sector's maximum latitude.AngleSector. getMaxLongitude()Returns the sector's maximum longitude.AngleSector. getMinLatitude()Returns the sector's minimum latitude.AngleSector. getMinLongitude()Returns the sector's minimum longitude.AngleMatrix. getRotationX()AngleQuaternion. getRotationX()AngleMatrix. getRotationY()AngleQuaternion. getRotationY()AngleMatrix. getRotationZ()AngleQuaternion. getRotationZ()static AngleLatLon. greatCircleAzimuth(LatLon p1, LatLon p2)Computes the azimuth angle (clockwise from North) that points from the first location to the second location.static AngleLatLon. greatCircleDistance(LatLon p1, LatLon p2)Computes the great circle angular distance between two locations.static AngleLatLon. linearAzimuth(LatLon p1, LatLon p2)Computes the azimuth angle (clockwise from North) of a linear path two locations.static AngleLatLon. linearDistance(LatLon p1, LatLon p2)Computes the length of the linear path between two locations.static AngleAngle. max(Angle a, Angle b)static AngleAngle. midAngle(Angle a1, Angle a2)Obtains the average of two angles.static AngleAngle. min(Angle a, Angle b)static AngleAngle. mix(double amount, Angle value1, Angle value2)Linearly interpolates between two angles.AngleAngle. multiply(double multiplier)Multiplies this angle bymultiplier.AngleAngle. normalize()static AngleAngle. normalizedAngle(Angle unnormalizedAngle)AngleAngle. normalizedLatitude()static AngleAngle. normalizedLatitude(Angle unnormalizedAngle)AngleAngle. normalizedLongitude()static AngleAngle. normalizedLongitude(Angle unnormalizedAngle)static AngleLatLon. pathDistance(java.lang.String pathType, LatLon value1, LatLon value2)Returns the length of the path betweenvalue1andvalue2, according to the specified path type.static AngleLatLon. rhumbAzimuth(LatLon p1, LatLon p2)Computes the azimuth angle (clockwise from North) of a rhumb line (a line of constant heading) between two locations.static AngleLatLon. rhumbDistance(LatLon p1, LatLon p2)Computes the length of the rhumb line between two locations.AngleAngle. subtract(Angle angle)Obtains the difference of these two angles.AngleAngle. subtractDegrees(double degrees)AngleAngle. subtractRadians(double radians)Methods in gov.nasa.worldwind.geom with parameters of type Angle Modifier and Type Method Description AngleAngle. add(Angle angle)Obtains the sum of these two angles.AngleAngle. angularDistanceTo(Angle angle)Computes the shortest distance between this and angle, as an angle.static AngleAngle. average(Angle a, Angle b)Obtains the average of three angles.static AngleAngle. average(Angle a, Angle b, Angle c)Obtains the average of three angles.static AngleAngle. clamp(Angle value, Angle min, Angle max)Limits a specified angle to be within a specified minimum and maximum.intAngle. compareTo(Angle angle)Compares thisAnglewith another.booleanSector. contains(Angle latitude, Angle longitude)static booleanAngle. crossesLongitudeBoundary(Angle angleA, Angle angleB)doubleAngle. divide(Angle angle)Divides this angle by another angle.AVListMatrix. extractViewingParameters(Vec4 origin, Angle roll, Globe globe)Extracts this viewing matrix's parameters given a viewing origin and a globe.static MatrixMatrix. fromAxisAngle(Angle angle, double axisX, double axisY, double axisZ)static MatrixMatrix. fromAxisAngle(Angle angle, Vec4 axis)static QuaternionQuaternion. fromAxisAngle(Angle angle, double axisX, double axisY, double axisZ)static QuaternionQuaternion. fromAxisAngle(Angle angle, Vec4 axis)static QuaternionQuaternion. fromLatLon(Angle latitude, Angle longitude)Returns a Quaternion created from latitude and longitude rotations.static FrustumFrustum. fromPerspective(Angle horizontalFieldOfView, int viewportWidth, int viewportHeight, double near, double far)Creates aFrustumfrom a horizontal field-of-view, viewport aspect ratio and distance to near and far depth clipping planes.static MatrixMatrix. fromPerspective(Angle horizontalFieldOfView, double viewportWidth, double viewportHeight, double near, double far)static MatrixMatrix. fromRotationX(Angle angle)static MatrixMatrix. fromRotationXYZ(Angle xRotation, Angle yRotation, Angle zRotation)static QuaternionQuaternion. fromRotationXYZ(Angle x, Angle y, Angle z)Returns a Quaternion created from three Euler angle rotations.static MatrixMatrix. fromRotationY(Angle angle)static MatrixMatrix. fromRotationZ(Angle angle)static MatrixMatrix. fromSkew(Angle theta, Angle phi)static LatLonLatLon. greatCircleEndPosition(LatLon p, Angle greatCircleAzimuth, Angle pathLength)Computes the location on a great circle arc with the given starting location, azimuth, and arc distance.static LatLon[]LatLon. greatCircleExtremeLocations(LatLon location, Angle azimuth)Returns two locations with the most extreme latitudes on the great circle with the given starting location and azimuth.SectorSector. intersection(Angle latitude, Angle longitude)static LatLonLatLon. intersectionWithMeridian(LatLon p1, LatLon p2, Angle meridian)Determine where a line between two locations crosses a given meridian.static LatLonLatLon. intersectionWithMeridian(LatLon p1, LatLon p2, Angle meridian, Globe globe)Determine where a line between two locations crosses a given meridian.static LatLonLatLon. linearEndPosition(LatLon p, Angle linearAzimuth, Angle pathLength)Computes the location on a linear path given a starting location, azimuth, and arc distance along the line.static AngleAngle. max(Angle a, Angle b)static AngleAngle. midAngle(Angle a1, Angle a2)Obtains the average of two angles.static AngleAngle. min(Angle a, Angle b)static AngleAngle. mix(double amount, Angle value1, Angle value2)Linearly interpolates between two angles.static AngleAngle. normalizedAngle(Angle unnormalizedAngle)static AngleAngle. normalizedLatitude(Angle unnormalizedAngle)static AngleAngle. normalizedLongitude(Angle unnormalizedAngle)static LatLonLatLon. rhumbEndPosition(LatLon p, Angle rhumbAzimuth, Angle pathLength)Computes the location on a rhumb line with the given starting location, rhumb azimuth, and arc distance along the line.AngleAngle. subtract(Angle angle)Obtains the difference of these two angles.static Vec4PolarPoint. toCartesian(Angle latitude, Angle longitude, double radius)Obtains a cartesian point from a given latitude, longitude and distance from center.SectorSector. union(Angle latitude, Angle longitude)Constructors in gov.nasa.worldwind.geom with parameters of type Angle Constructor Description Angle(Angle angle)LatLon(Angle latitude, Angle longitude)Constructs a newLatLonfrom two angles.PolarPoint(Angle latitude, Angle longitude, double radius)Obtains aPolarPointfrom twoanglesand a radius.Position(Angle latitude, Angle longitude, double elevation)Sector(Angle minLatitude, Angle maxLatitude, Angle minLongitude, Angle maxLongitude)Creates a newSectorand initializes it to the specified angles. -
Uses of Angle in gov.nasa.worldwind.geom.coords
Methods in gov.nasa.worldwind.geom.coords that return Angle Modifier and Type Method Description AngleTMCoord. getCentralMeridian()AngleUTMCoord. getCentralMeridian()AngleMGRSCoord. getLatitude()AngleTMCoord. getLatitude()AngleUPSCoord. getLatitude()AngleUTMCoord. getLatitude()AngleMGRSCoord. getLongitude()AngleTMCoord. getLongitude()AngleUPSCoord. getLongitude()AngleUTMCoord. getLongitude()AngleTMCoord. getOriginLatitude()Methods in gov.nasa.worldwind.geom.coords with parameters of type Angle Modifier and Type Method Description static MGRSCoordMGRSCoord. fromLatLon(Angle latitude, Angle longitude)Create a WGS84 MGRS coordinate from a pair of latitude and longitudeAnglewith the maximum precision of five digits (one meter).static MGRSCoordMGRSCoord. fromLatLon(Angle latitude, Angle longitude, int precision)Create a WGS84 MGRS coordinate from a pair of latitude and longitudeAnglewith the given precision or number of digits.static MGRSCoordMGRSCoord. fromLatLon(Angle latitude, Angle longitude, Globe globe)Create a MGRS coordinate from a pair of latitude and longitudeAnglewith the maximum precision of five digits (one meter).static MGRSCoordMGRSCoord. fromLatLon(Angle latitude, Angle longitude, Globe globe, int precision)Create a MGRS coordinate from a pair of latitude and longitudeAnglewith the given precision or number of digits (1 to 5).static TMCoordTMCoord. fromLatLon(Angle latitude, Angle longitude, Globe globe, java.lang.Double a, java.lang.Double f, Angle originLatitude, Angle centralMeridian, double falseEasting, double falseNorthing, double scale)Create a set of Transverse Mercator coordinates from a pair of latitude and longitude, for the givenGlobeand projection parameters.static UPSCoordUPSCoord. fromLatLon(Angle latitude, Angle longitude)Create a set of UPS coordinates from a pair of latitude and longitude for a WGS84 globe.static UPSCoordUPSCoord. fromLatLon(Angle latitude, Angle longitude, Globe globe)Create a set of UPS coordinates from a pair of latitude and longitude for the givenGlobe.static UTMCoordUTMCoord. fromLatLon(Angle latitude, Angle longitude)Create a set of UTM coordinates from a pair of latitude and longitude for a WGS84 globe.static UTMCoordUTMCoord. fromLatLon(Angle latitude, Angle longitude, Globe globe)Create a set of UTM coordinates from a pair of latitude and longitude for the givenGlobe.static UTMCoordUTMCoord. fromLatLon(Angle latitude, Angle longitude, java.lang.String datum)static TMCoordTMCoord. fromTM(double easting, double northing, Globe globe, Angle originLatitude, Angle centralMeridian, double falseEasting, double falseNorthing, double scale)Create a set of Transverse Mercator coordinates for the givenGlobe, easting, northing and projection parameters.Constructors in gov.nasa.worldwind.geom.coords with parameters of type Angle Constructor Description MGRSCoord(Angle latitude, Angle longitude, java.lang.String MGRSString)Create an arbitrary MGRS coordinate from a pair of latitude-longitudeAngleand the corresponding MGRS coordinate string.TMCoord(Angle latitude, Angle longitude, double easting, double northing, Angle originLatitude, Angle centralMeridian, double falseEasting, double falseNorthing, double scale)Create an arbitrary set of Transverse Mercator coordinates with the given values.UPSCoord(Angle latitude, Angle longitude, java.lang.String hemisphere, double easting, double northing)Create an arbitrary set of UPS coordinates with the given values.UTMCoord(Angle latitude, Angle longitude, int zone, java.lang.String hemisphere, double easting, double northing)Create an arbitrary set of UTM coordinates with the given values.UTMCoord(Angle latitude, Angle longitude, int zone, java.lang.String hemisphere, double easting, double northing, Angle centralMeridian)Create an arbitrary set of UTM coordinates with the given values. -
Uses of Angle in gov.nasa.worldwind.globes
Methods in gov.nasa.worldwind.globes with parameters of type Angle Modifier and Type Method Description Vec4EllipsoidalGlobe. computeEllipsoidalNormalAtLocation(Angle latitude, Angle longitude)Computes a vector perpendicular to the surface of the ellipsoid specified by this globe, in cartesian coordinates.Vec4Globe. computeEllipsoidalNormalAtLocation(Angle latitude, Angle longitude)Computes a vector perpendicular to the surface of the ellipsoid specified by this globe, in cartesian coordinates.MatrixEllipsoidalGlobe. computeEllipsoidalOrientationAtPosition(Angle latitude, Angle longitude, double metersElevation)MatrixGlobe. computeEllipsoidalOrientationAtPosition(Angle latitude, Angle longitude, double metersElevation)Returns the cartesian transform matrix that maps local model coordinates to an ellipsoidal coordinate system at (latitude, longitude, metersElevation).Vec4EllipsoidalGlobe. computeEllipsoidalPointFromPosition(Angle latitude, Angle longitude, double metersElevation)Computes a ellipsoidal point from a latitude, longitude, and elevation.Vec4Globe. computeEllipsoidalPointFromPosition(Angle latitude, Angle longitude, double metersElevation)Computes a ellipsoidal point from a latitude, longitude, and elevation.MatrixEllipsoidalGlobe. computeModelCoordinateOriginTransform(Angle latitude, Angle longitude, double metersElevation)MatrixGlobe. computeModelCoordinateOriginTransform(Angle latitude, Angle longitude, double metersElevation)Vec4EllipsoidalGlobe. computeNorthPointingTangentAtLocation(Angle latitude, Angle longitude)Vec4FlatGlobe. computeNorthPointingTangentAtLocation(Angle latitude, Angle longitude)Vec4Globe. computeNorthPointingTangentAtLocation(Angle latitude, Angle longitude)Computes a vector tangent to this globe and pointing toward the north pole.Vec4EllipsoidalGlobe. computePointFromPosition(Angle latitude, Angle longitude, double metersElevation)Vec4Globe. computePointFromPosition(Angle latitude, Angle longitude, double metersElevation)Computes a cartesian point from a latitude, longitude, and elevation.Vec4EllipsoidalGlobe. computeSurfaceNormalAtLocation(Angle latitude, Angle longitude)Returns the normal to the Globe at the specified position.Vec4FlatGlobe. computeSurfaceNormalAtLocation(Angle latitude, Angle longitude)Vec4Globe. computeSurfaceNormalAtLocation(Angle latitude, Angle longitude)Computes a vector perpendicular to the surface of this globe in cartesian coordinates.MatrixEllipsoidalGlobe. computeSurfaceOrientationAtPosition(Angle latitude, Angle longitude, double metersElevation)Returns the cartesian transform matrix that maps model coordinates to a local coordinate system at (latitude, longitude, metersElevation).MatrixFlatGlobe. computeSurfaceOrientationAtPosition(Angle latitude, Angle longitude, double metersElevation)MatrixGlobe. computeSurfaceOrientationAtPosition(Angle latitude, Angle longitude, double metersElevation)Returns the cartesian transform matrix that maps model coordinates to a local coordinate system at (latitude, longitude, metersElevation).booleanElevationModel. contains(Angle latitude, Angle longitude)Indicates whether a specified location is within the elevation model's domain.protected Vec4EllipsoidalGlobe. geodeticToCartesian(Angle latitude, Angle longitude, double metersElevation)Maps a position to world Cartesian coordinates.protected Vec4FlatGlobe. geodeticToCartesian(Angle latitude, Angle longitude, double metersElevation)Maps a position to a flat world Cartesian coordinates.protected Vec4EllipsoidalGlobe. geodeticToEllipsoidal(Angle latitude, Angle longitude, double metersElevation)Maps a position to ellipsoidal coordinates.Vec4GeographicProjection. geographicToCartesian(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)Converts a geographic position to meters in Cartesian coordinates.doubleElevationModel. getElevation(Angle latitude, Angle longitude)Returns the elevation at a specified location.doubleEllipsoidalGlobe. getElevation(Angle latitude, Angle longitude)doubleFlatGlobe. getElevation(Angle latitude, Angle longitude)doubleGlobe. getElevation(Angle latitude, Angle longitude)Indicates the elevation at a specified location.double[]ElevationModel. getExtremeElevations(Angle latitude, Angle longitude)Returns the minimum and maximum elevations at a specified location.double[]EllipsoidalGlobe. getMinAndMaxElevations(Angle latitude, Angle longitude)double[]Globe. getMinAndMaxElevations(Angle latitude, Angle longitude)Returns the minimum and maximum elevations at a specified location on this Globe.doubleEllipsoidalGlobe. getRadiusAt(Angle latitude, Angle longitude)doubleGlobe. getRadiusAt(Angle latitude, Angle longitude)Indicates the radius in meters of the globe's ellipsoid at a location.doubleElevationModel. getUnmappedElevation(Angle latitude, Angle longitude)Returns the elevation at a specified location, but without replacing missing data with the elevation model's missing data replacement value.doubleElevationModel. getUnmappedLocalSourceElevation(Angle latitude, Angle longitude)Returns the elevation for this elevation model's highest level of detail if the source file for that level and the specified location exists in the local elevation cache on disk.Vec4GeographicProjection. northPointingTangent(Globe globe, Angle latitude, Angle longitude)Computes a Cartesian vector that points north and is tangent to the meridian at the specified geographic location. -
Uses of Angle in gov.nasa.worldwind.globes.projections
Fields in gov.nasa.worldwind.globes.projections declared as Angle Modifier and Type Field Description protected AngleProjectionTransverseMercator. centralLatitudeprotected AngleProjectionTransverseMercator. centralMeridianprotected static AngleProjectionTransverseMercator. DEFAULT_CENTRAL_LATITUDEprotected static AngleProjectionTransverseMercator. DEFAULT_CENTRAL_MERIDIANprotected static AngleProjectionTransverseMercator. DEFAULT_WIDTHprotected AngleProjectionTransverseMercator. widthMethods in gov.nasa.worldwind.globes.projections that return Angle Modifier and Type Method Description static AngleProjectionUTM. centralMeridianForZone(int zone)AngleProjectionTransverseMercator. getCentralLatitude()Indicates this projection's central latitude.AngleProjectionTransverseMercator. getCentralMeridian()Indicates this projection's central meridian.AngleProjectionTransverseMercator. getWidth()Indicates the region in which positions are mapped.Methods in gov.nasa.worldwind.globes.projections with parameters of type Angle Modifier and Type Method Description Vec4ProjectionEquirectangular. geographicToCartesian(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)Vec4ProjectionMercator. geographicToCartesian(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)Vec4ProjectionModifiedSinusoidal. geographicToCartesian(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)Vec4ProjectionPolarEquidistant. geographicToCartesian(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)Vec4ProjectionSinusoidal. geographicToCartesian(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)Vec4ProjectionTransverseMercator. geographicToCartesian(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)Vec4ProjectionUPS. geographicToCartesian(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)Vec4ProjectionUPS. geographicToCartesianNGA(Globe globe, Angle latitude, Angle longitude, double metersElevation, Vec4 offset)protected static SectorProjectionTransverseMercator. makeProjectionLimits(Angle centralMeridian, Angle width)Vec4ProjectionEquirectangular. northPointingTangent(Globe globe, Angle latitude, Angle longitude)Vec4ProjectionMercator. northPointingTangent(Globe globe, Angle latitude, Angle longitude)Vec4ProjectionModifiedSinusoidal. northPointingTangent(Globe globe, Angle latitude, Angle longitude)Vec4ProjectionPolarEquidistant. northPointingTangent(Globe globe, Angle latitude, Angle longitude)Vec4ProjectionSinusoidal. northPointingTangent(Globe globe, Angle latitude, Angle longitude)Vec4ProjectionTransverseMercator. northPointingTangent(Globe globe, Angle latitude, Angle longitude)Vec4ProjectionUPS. northPointingTangent(Globe globe, Angle latitude, Angle longitude)voidProjectionTransverseMercator. setCentralLatitude(Angle centralLatitude)Set this projection's central latitude.voidProjectionTransverseMercator. setCentralMeridian(Angle centralMeridian)Specifies this projections central meridian.voidProjectionTransverseMercator. setWidth(Angle width)Specifies the region in which positions are mapped.Constructors in gov.nasa.worldwind.globes.projections with parameters of type Angle Constructor Description ProjectionTransverseMercator(Angle centralMeridian)Creates a projection with a specified central meridian and a central latitude of 0.ProjectionTransverseMercator(Angle centralMeridian, Angle centralLatitude)Creates a projection with a specified central meridian and central latitude. -
Uses of Angle in gov.nasa.worldwind.layers
Fields in gov.nasa.worldwind.layers declared as Angle Modifier and Type Field Description protected AngleStarsLayer. latitudeOffsetThe star sphere latitudinal rotation.protected AngleStarsLayer. longitudeOffsetThe star sphere longitudinal rotation.protected AngleTerrainProfileLayer. objectHeadingMethods in gov.nasa.worldwind.layers that return Angle Modifier and Type Method Description protected AngleViewControlsSelectListener. computeLookHeading(OrbitView view, ScreenAnnotation control, double headingStep)protected AngleViewControlsSelectListener. computeLookPitch(OrbitView view, ScreenAnnotation control, double pitchStep)protected AngleViewControlsSelectListener. computePanAmount(Globe globe, OrbitView view, ScreenAnnotation control, double panStep)protected AngleViewControlsSelectListener. computePanHeading(OrbitView view, ScreenAnnotation control)protected AngleAbstractGraticuleLayer. getDeltaLongitude(LatLon p1, Angle longitude)AngleStarsLayer. getLatitudeOffset()Returns the latitude offset (tilt) for the star sphere.AngleStarsLayer. getLongitudeOffset()Returns the longitude offset of the star sphere.AngleTerrainProfileLayer. getObjectHeading()Get the object heading the graph follows when it is set toTerrainProfileLayer.FOLLOW_OBJECT.Methods in gov.nasa.worldwind.layers with parameters of type Angle Modifier and Type Method Description protected Vec4ViewControlsSelectListener. computeSurfacePoint(OrbitView view, Angle heading, Angle pitch)Find out where on the terrain surface the eye would be looking at with the given heading and pitch angles.protected AngleAbstractGraticuleLayer. getDeltaLongitude(LatLon p1, Angle longitude)protected Vec4AbstractGraticuleLayer. getSurfacePoint(DrawContext dc, Angle latitude, Angle longitude)protected LatLonAbstractGraticuleLayer. greatCircleIntersectionAtLatitude(LatLon p1, LatLon p2, Angle latitude)Computes the intersection point position between a great circle segment and a parallel.protected LatLonAbstractGraticuleLayer. greatCircleIntersectionAtLongitude(LatLon p1, LatLon p2, Angle longitude)Computes the intersection point position between a great circle segment and a meridian.protected java.lang.StringGARSGraticuleLayer. makeAngleLabel(Angle angle, double resolution)protected java.lang.StringLatLonGraticuleLayer. makeAngleLabel(Angle angle, double resolution)voidStarsLayer. setLatitudeOffset(Angle offset)Sets the latitude offset (tilt) of the star sphere.voidStarsLayer. setLongitudeOffset(Angle offset)Sets the longitude offset of the star sphere.voidTerrainProfileLayer. setObjectHeading(Angle heading)Set the object heading the graph follows when it is set toTerrainProfileLayer.FOLLOW_OBJECT. -
Uses of Angle in gov.nasa.worldwind.layers.mercator
Methods in gov.nasa.worldwind.layers.mercator that return Angle Modifier and Type Method Description static AngleMercatorSector. gudermannian(double percent)Methods in gov.nasa.worldwind.layers.mercator with parameters of type Angle Modifier and Type Method Description static doubleMercatorSector. gudermannianInverse(Angle latitude)Constructors in gov.nasa.worldwind.layers.mercator with parameters of type Angle Constructor Description MercatorSector(double minLatPercent, double maxLatPercent, Angle minLongitude, Angle maxLongitude) -
Uses of Angle in gov.nasa.worldwind.layers.placename
Methods in gov.nasa.worldwind.layers.placename that return Angle Modifier and Type Method Description protected static AnglePlaceNameLayer. clampAngle(Angle a, Angle min, Angle max)Methods in gov.nasa.worldwind.layers.placename with parameters of type Angle Modifier and Type Method Description protected static AnglePlaceNameLayer. clampAngle(Angle a, Angle min, Angle max) -
Uses of Angle in gov.nasa.worldwind.layers.rpf
Fields in gov.nasa.worldwind.layers.rpf declared as Angle Modifier and Type Field Description AngleRPFFileIndex.IndexProperties. maxLatitudeAngleRPFFileIndex.IndexProperties. maxLongitudeAngleRPFFileIndex.IndexProperties. minLatitudeAngleRPFFileIndex.IndexProperties. minLongitude -
Uses of Angle in gov.nasa.worldwind.ogc.collada
Fields in gov.nasa.worldwind.ogc.collada declared as Angle Modifier and Type Field Description protected AngleColladaRoot. headingThis shape's heading, positive values are clockwise from north.protected AngleColladaRoot. pitchThis shape's pitch (often called tilt), its rotation about the model's X axis.protected AngleColladaRoot. rollThis shape's roll, its rotation about the model's Y axis.Methods in gov.nasa.worldwind.ogc.collada that return Angle Modifier and Type Method Description AngleColladaRoot. getHeading()Indicates this shape's heading, its rotation clockwise from north.AngleColladaRoot. getPitch()Indicates this shape's pitch -- often referred to as tilt -- the angle to rotate this shape's model about its X axis.AngleColladaRoot. getRoll()Indicates this shape's roll, the angle to rotate this shape's model about its Y axis.Methods in gov.nasa.worldwind.ogc.collada with parameters of type Angle Modifier and Type Method Description voidColladaRoot. setHeading(Angle heading)Specifies this shape's heading, its rotation clockwise from north.voidColladaRoot. setPitch(Angle pitch)Specifies this shape's pitch -- often referred to as tilt -- the angle to rotate this shape's model about its X axis.voidColladaRoot. setRoll(Angle roll)Specifies this shape's roll, the angle to rotate this shape's model about its Y axis. -
Uses of Angle in gov.nasa.worldwind.ogc.kml.impl
Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type Angle Modifier and Type Method Description static java.util.List<LatLon>KMLUtil. rotateSector(Globe globe, Sector sector, Angle rotation)Rotate the corners of a sector around a normal vector through the sector centroid. -
Uses of Angle in gov.nasa.worldwind.pick
Constructors in gov.nasa.worldwind.pick with parameters of type Angle Constructor Description PickedObject(java.awt.Point pickPoint, int colorCode, java.lang.Object userObject, Angle lat, Angle lon, double elev, boolean isTerrain) -
Uses of Angle in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Angle Modifier and Type Field Description protected AngleAbstractGeneralShape. headingThis shape's heading, positive values are clockwise from north.protected AngleRigidShape. headingprotected AngleSurfaceEllipse. headingprotected AngleSurfaceQuad. headingprotected AngleAbstractGeneralShape. pitchThis shape's pitch (often called tilt), its rotation about the model's X axis.protected AngleAbstractGeneralShape. rollThis shape's roll, its rotation about the model's Y axis.protected AngleRigidShape. rollprotected AngleRigidShape. skewEastWestprotected AngleRigidShape. skewNorthSouthprotected AngleRigidShape. tiltprotected AngleWedge. wedgeAngleMethods in gov.nasa.worldwind.render that return Angle Modifier and Type Method Description protected AngleSurfaceIcon. computeDrawHeading(DrawContext dc)protected AngleSurfaceIcons. computeIconRadius(DrawContext dc, double regionPixelSize, Sector drawSector)protected AngleSurfaceIcons. computeSafeRadius(DrawContext dc, SurfaceTileDrawContext sdc)protected AngleSurfaceIcons. computeSectorRadius(Sector sector)AngleAbstractGeneralShape. getHeading()Indicates this shape's heading, its rotation clockwise from north.AngleRigidShape. getHeading()Indicates this shape's azimuth, its rotation about its vertical axis.AngleSurfaceEllipse. getHeading()AngleSurfaceIcon. getHeading()Get the current headingAngle, clockwise from North ornull.AngleSurfaceQuad. getHeading()AngleAbstractGeneralShape. getPitch()Indicates this shape's pitch -- often referred to as tilt -- the angle to rotate this shape's model about its X axis.AngleAbstractGeneralShape. getRoll()Indicates this shape's roll, the angle to rotate this shape's model about its Y axis.AngleRigidShape. getRoll()Indicates this shape's roll, its rotation about its north-south axis.AngleRigidShape. getSkewEastWest()Indicates this shape's skew, its shearing along its east-west axis.AngleRigidShape. getSkewNorthSouth()Indicates this shape's skew, its shearing along its north-south axis.AngleRigidShape. getTilt()Indicates this shape's pitch, its rotation about its east-west axis.protected AngleAbstractSurfaceRenderable. getViewHeading(DrawContext dc)AngleWedge. getWedgeAngle()Returns the angle covered by this wedge.Methods in gov.nasa.worldwind.render with parameters of type Angle Modifier and Type Method Description protected java.util.List<java.util.List<SurfacePolygon.Vertex>>SurfacePolygon. assembleContours(Angle maxEdgeLength)protected java.util.List<SurfacePolygon.Vertex>SurfacePolygon. clipWithPole(java.util.List<SurfacePolygon.Vertex> contour, java.lang.String pole, Angle maxEdgeLength)protected SectorAbstractSurfaceRenderable. computeRotatedSectorBounds(Sector sector, LatLon location, Angle heading)Vec4DrawContext. computeTerrainPoint(Angle lat, Angle lon, double offset)Compute a model-coordinate point on the terrain.Vec4DrawContextImpl. computeTerrainPoint(Angle lat, Angle lon, double offset)Vec4DrawContext. getPointOnTerrain(Angle latitude, Angle longitude)Computes a location's Cartesian point on the currently visible terrain.Vec4DrawContextImpl. getPointOnTerrain(Angle latitude, Angle longitude)voidAbstractGeneralShape. setHeading(Angle heading)Specifies this shape's heading, its rotation clockwise from north.voidRigidShape. setHeading(Angle heading)Specifies this shape's azimuth, its rotation about its vertical axis.voidSurfaceEllipse. setHeading(Angle heading)voidSurfaceIcon. setHeading(Angle heading)Set the headingAngle, clockwise from North.voidSurfaceQuad. setHeading(Angle heading)voidAbstractGeneralShape. setPitch(Angle pitch)Specifies this shape's pitch -- often referred to as tilt -- the angle to rotate this shape's model about its X axis.voidAbstractGeneralShape. setRoll(Angle roll)Specifies this shape's roll, the angle to rotate this shape's model about its Y axis.voidRigidShape. setRoll(Angle roll)Specifies this shape's roll, its rotation about its north-south axis.voidRigidShape. setSkewEastWest(Angle skew)Specifies this shape's skew, its shearing along its east-west axis.voidRigidShape. setSkewNorthSouth(Angle skew)Specifies this shape's skew, its shearing along its north-south axis.voidRigidShape. setTilt(Angle tilt)Specifies this shape's pitch, its rotation about its east-west axis.voidWedge. setWedgeAngle(Angle angle)Specifies the angle covered by the wedge.protected voidSurfacePolygon. subdivideContour(java.util.List<SurfacePolygon.Vertex> contour, Angle maxEdgeLength)protected voidSurfacePolygon. subdivideEdge(SurfacePolygon.Vertex begin, SurfacePolygon.Vertex end, Angle maxEdgeLength, java.util.List<SurfacePolygon.Vertex> result)Constructors in gov.nasa.worldwind.render with parameters of type Angle Constructor Description Box(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Construct a Box from a specified center position, axes lengths and rotation angles.Cone(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Constructs a cone from a specified center position, axes lengths and rotation angles.Cylinder(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Constructs a cylinder from a specified center position, axes lengths and rotation angles.Ellipsoid(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Construct an ellipsoid from a specified center position, axes lengths and rotation angles.Pyramid(Position centerPosition, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Construct a Pyramid from a specified center position, axes lengths and rotation angles.SurfaceEllipse(LatLon center, double majorRadius, double minorRadius, Angle heading)Constructs a new surface ellipse with the default attributes, the specified center location, radii (in meters), and heading clockwise from North.SurfaceEllipse(LatLon center, double majorRadius, double minorRadius, Angle heading, int intervals)Constructs a new surface ellipse with the default attributes, the specified center location, radii (in meters), heading clockwise from North, and initial number of geometry intervals.SurfaceEllipse(ShapeAttributes normalAttrs, LatLon center, double majorRadius, double minorRadius, Angle heading)Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, the specified center location, radii (in meters), and heading clockwise from North.SurfaceEllipse(ShapeAttributes normalAttrs, LatLon center, double majorRadius, double minorRadius, Angle heading, int intervals)Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, the specified center location, radii (in meters), heading clockwise from North, and initial number of geometry intervals.SurfaceQuad(LatLon center, double width, double height, Angle heading)Constructs a new surface quad with the default attributes, the specified center location, dimensions (in meters), and heading clockwise from North.SurfaceQuad(ShapeAttributes normalAttrs, LatLon center, double width, double height, Angle heading)Constructs a new surface quad with the specified normal (as opposed to highlight) attributes, the specified center location and dimensions (in meters).SurfaceSquare(LatLon center, double size, Angle heading)Constructs a new surface square with the default attributes, the specified center location, size (in meters), and heading clockwise from North.SurfaceSquare(ShapeAttributes normalAttrs, LatLon center, double size, Angle heading)Constructs a new surface square with the specified normal (as opposed to highlight) attributes, the specified center location and dimensions (in meters).Vertex(Angle latitude, Angle longitude, double u, double v)Wedge(Position centerPosition, Angle angle, double height, double radius)Constructs a Wedge from a specified center position, height, radius and angle.Wedge(Position centerPosition, Angle angle, double northSouthRadius, double verticalRadius, double eastWestRadius)Constructs a wedge from a specified center position and axes lengths.Wedge(Position centerPosition, Angle angle, double northSouthRadius, double verticalRadius, double eastWestRadius, Angle heading, Angle tilt, Angle roll)Constructs a wedge from a specified center position, axes lengths and rotation angles. -
Uses of Angle in gov.nasa.worldwind.render.airspaces
Fields in gov.nasa.worldwind.render.airspaces declared as Angle Modifier and Type Field Description protected AngleCappedEllipticalCylinder. headingprotected AngleTrackAirspace. smallAngleThresholdDenotes the the threshold that defines whether the angle between two adjacent legs is small.Methods in gov.nasa.worldwind.render.airspaces that return Angle Modifier and Type Method Description Angle[]PartialCappedCylinder. getAzimuths()Angle[]PolyArc. getAzimuths()Angle[]Box. getCornerAzimuths()Indicates the azimuth angles for this box's four corners, relative to geographic north.AngleCappedEllipticalCylinder. getHeading()Returns this cylinder's heading, in degrees.AngleTrackAirspace. getSmallAngleThreshold()Desnotes the threshold that defines whether the angle between two adjacent legs is small.protected AnglePartialCappedCylinder. normalizedAzimuth(Angle azimuth)Methods in gov.nasa.worldwind.render.airspaces with parameters of type Angle Modifier and Type Method Description protected doubleAbstractAirspace. computeElevationAt(DrawContext dc, Angle latitude, Angle longitude)Vec4AbstractAirspace. computePointFromPosition(DrawContext dc, Angle latitude, Angle longitude, double elevation, boolean terrainConformant)protected AnglePartialCappedCylinder. normalizedAzimuth(Angle azimuth)voidPartialCappedCylinder. setAzimuths(Angle leftAzimuth, Angle rightAzimuth)voidPolyArc. setAzimuths(Angle leftAzimuth, Angle rightAzimuth)voidBox. setCornerAzimuths(Angle beginLeftAzimuth, Angle beginRightAzimuth, Angle endLeftAzimuth, Angle endRightAzimuth)Specifies the azimuth angles for this box's four corners, relative to geographic north.voidCappedEllipticalCylinder. setHeading(Angle heading)Sets this cylinder's heading, in degrees.voidTrackAirspace. setSmallAngleThreshold(Angle angle)Specifies the threshold that defines whether the angle between two adjacent legs is small.Constructors in gov.nasa.worldwind.render.airspaces with parameters of type Angle Constructor Description CappedEllipticalCylinder(LatLon location, double minorRadius, double majorRadius, Angle heading)Layer(LatLon location, double radius, Angle leftAzimuth, Angle rightAzimuth)Layer(LatLon location, double radius, Angle leftAzimuth, Angle rightAzimuth, double lowerAltitude, double upperAltitude)PartialCappedCylinder(LatLon location, double radius, Angle leftAzimuth, Angle rightAzimuth)PolyArc(java.util.List<? extends LatLon> locations, double radius, Angle leftAzimuth, Angle rightAzimuth) -
Uses of Angle in gov.nasa.worldwind.render.airspaces.editor
Methods in gov.nasa.worldwind.render.airspaces.editor with parameters of type Angle Modifier and Type Method Description static Vec4AirspaceEditorUtil. computeSurfacePoint(WorldWindow wwd, Angle latitude, Angle longitude) -
Uses of Angle in gov.nasa.worldwind.render.markers
Fields in gov.nasa.worldwind.render.markers declared as Angle Modifier and Type Field Description protected AngleBasicMarker. headingprotected AngleBasicMarker. pitchprotected AngleBasicMarker. rollMethods in gov.nasa.worldwind.render.markers that return Angle Modifier and Type Method Description AngleBasicMarker. getHeading()Indicates heading of this marker.AngleMarker. getHeading()Indicates heading of this marker.AngleBasicMarker. getPitch()Indicates pitch this marker.AngleMarker. getPitch()Indicates pitch this marker.AngleBasicMarker. getRoll()Indicates the roll of this marker.AngleMarker. getRoll()Indicates the roll of this marker.Methods in gov.nasa.worldwind.render.markers with parameters of type Angle Modifier and Type Method Description protected Vec4BasicMarkerShape.Shape. computeOrientationVector(DrawContext dc, Vec4 point, Vec4 normal, Angle heading, Angle pitch)Compute a direction vector given a point, heading and pitch.voidBasicMarker. setHeading(Angle heading)Specifies the heading of this marker.voidMarker. setHeading(Angle heading)Specifies the heading of this marker.voidBasicMarker. setPitch(Angle pitch)Specifies the pitch of this marker.voidMarker. setPitch(Angle pitch)Specifies the pitch of this marker.voidBasicMarker. setRoll(Angle roll)Specifies the roll of this marker.voidMarker. setRoll(Angle roll)Specifies the roll of this marker.Constructors in gov.nasa.worldwind.render.markers with parameters of type Angle Constructor Description BasicMarker(Position position, MarkerAttributes attrs, Angle heading) -
Uses of Angle in gov.nasa.worldwind.symbology
Fields in gov.nasa.worldwind.symbology declared as Angle Modifier and Type Field Description protected AngleTacticalGraphicLabel.OrderedLabel. rotationRotation applied to the label.Methods in gov.nasa.worldwind.symbology that return Angle Modifier and Type Method Description protected AngleTacticalGraphicLabel. computeRotation(Vec4 screenPoint, Vec4 orientationScreenPoint)Compute the amount of rotation to apply to a label in order to keep it oriented toward its orientation position.Methods in gov.nasa.worldwind.symbology with parameters of type Angle Modifier and Type Method Description protected java.awt.RectangleTacticalGraphicLabel. computeRotatedScreenExtent(java.awt.Rectangle rect, int x, int y, Angle rotation)Compute the bounding screen extent of a rotated rectangle. -
Uses of Angle in gov.nasa.worldwind.symbology.milstd2525
Methods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type Angle Modifier and Type Method Description static java.util.List<? extends java.awt.geom.Point2D>MilStd2525Util. computeCenterHeadingIndicatorPoints(DrawContext dc, Vec4 symbolPoint, Angle heading, double length)Compute screen points required to draw a leader line on a tactical symbol.protected static Vec4MilStd2525Util. computeDirectionOfMovement(DrawContext dc, Vec4 symbolPoint, Angle heading, double length)Compute a vector in the direction that a symbol is moving.static java.util.List<? extends java.awt.geom.Point2D>MilStd2525Util. computeGroundHeadingIndicatorPoints(DrawContext dc, Vec4 symbolPoint, Angle heading, double length, double frameHeight)Compute screen points required to draw a leader line on a tactical ground symbol.java.lang.StringMilStd2525UnitsFormat. latitude(Angle angle)Format a latitude value.java.lang.StringMilStd2525UnitsFormat. longitude(Angle angle)Format a longitude value. -
Uses of Angle in gov.nasa.worldwind.symbology.milstd2525.graphics
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics declared as Angle Modifier and Type Field Description protected AngleTriangleWavePositionIterator. halfWaveLengthWavelength, as a geographic angle.protected AngleEchelonSymbol. rotationRotation to apply to symbol, computed each frame.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics that return Angle Modifier and Type Method Description protected AngleEchelonSymbol. computeRotation(Vec4 screenPoint, Vec4 orientationScreenPoint)Compute the amount of rotation to apply to a label in order to keep it oriented toward its orientation position. -
Uses of Angle in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas declared as Angle Modifier and Type Field Description protected AngleAmbush. arcAngleThe arc is drawn as a segment of a circle intersected by this angle.protected AngleAmbush. arrowAngleLength of the arrowhead from base to tip, as a fraction of the total line length.protected AngleAttackByFirePosition. arrowAngleLength of the arrowhead from base to tip, as a fraction of the total line length.protected AngleSearchArea. arrowAngleLength of the arrowhead from base to tip, as a fraction of the total line length.protected AngleSectorRangeFan. arrowAngleLength of the arrowhead from base to tip, as a fraction of the Center Of Sector line length.protected AngleSectorRangeFan. centerAzimuthAzimuth of the Center Of Sector arrow.static AngleAmbush. DEFAULT_ARC_ANGLEDefault angle of the arc.static AngleAmbush. DEFAULT_ARROWHEAD_ANGLEDefault angle of the arrowhead.static AngleAttackByFirePosition. DEFAULT_ARROWHEAD_ANGLEDefault angle of the arrowhead.static AngleSearchArea. DEFAULT_ARROWHEAD_ANGLEDefault angle of the arrowhead.static AngleSectorRangeFan. DEFAULT_ARROWHEAD_ANGLEDefault angle of the arrowhead.static AngleMinimumSafeDistanceZones. DEFAULT_LABEL_ANGLEDefault angle used to position the graphic's labels.protected AngleMinimumSafeDistanceZones. labelAnglePosition the labels along a line radiating out from the center of the circle at this angle from North.Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with type parameters of type Angle Modifier and Type Field Description protected java.lang.Iterable<? extends Angle>SectorRangeFan. azimuthsAzimuths of the range fans.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return Angle Modifier and Type Method Description protected AngleSectorRangeFan. computeCenterSectorAngle(Angle finalLeftAzimuth, Angle finalRightAzimuth)Compute the angle of the Center Of Sector line.AngleAmbush. getArcAngle()Indicates the angle of this graphic's arc.AngleAmbush. getArrowAngle()Indicates the angle of the arrowhead.AngleAttackByFirePosition. getArrowAngle()Indicates the angle of the arrowhead.AngleSearchArea. getArrowAngle()Indicates the angle of the arrowhead.AngleSectorRangeFan. getArrowAngle()Indicates the angle of the arrowhead.AngleRectangularTarget. getHeading()Indicates this shape's heading, its rotation clockwise from north.AngleMinimumSafeDistanceZones. getLabelAngle()Indicates the angle used to position this graphic's labels.protected AngleSectorRangeFan. normalizeAzimuth(Angle azimuth)Normalize an azimuth angle to the range [-180:180] degrees.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return types with arguments of type Angle Modifier and Type Method Description java.lang.Iterable<? extends Angle>SectorRangeFan. getAzimuths()Indicates the left and right azimuths of the fans in this graphic.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with parameters of type Angle Modifier and Type Method Description protected java.util.List<Position>SearchArea. computeArrowheadPositions(DrawContext dc, Position base, Position tip, double arrowLength, Angle arrowAngle)Compute the positions of the arrow head of the graphic's legs.protected java.util.List<Position>SectorRangeFan. computeArrowheadPositions(DrawContext dc, Position base, Position tip, double arrowLength, Angle arrowAngle)Compute the positions of the arrow head for the sector center line.protected AngleSectorRangeFan. computeCenterSectorAngle(Angle finalLeftAzimuth, Angle finalRightAzimuth)Compute the angle of the Center Of Sector line.protected java.util.List<Position>SearchArea. computePathPositions(Position startPosition, Position endPosition, Angle delta)protected voidSectorRangeFan. createArc(DrawContext dc, double radius, Angle leftAzimuth, Angle rightAzimuth, java.util.List<Position> positions)Create positions to draw an arc around the graphic's center position.protected java.lang.StringSectorRangeFan. createAzimuthLabelString(Angle azimuth)Create text for an azimuth label.protected voidSectorRangeFan. createCenterOfSectorArrow(DrawContext dc, Angle centerAzimuth, double finalRadius)Create shapes to draw the Center Of Sector arrow.protected PositionSectorRangeFan. determineRangeLabelPosition(Position center, Angle centerAzimuth, Angle leftAzimuth, Angle rightAzimuth, double radiusRadians)Determine the position of a range label for a ring in the range fan.protected AngleSectorRangeFan. normalizeAzimuth(Angle azimuth)Normalize an azimuth angle to the range [-180:180] degrees.voidAmbush. setArcAngle(Angle arcAngle)Specifies the angle of this graphic's arc.voidAmbush. setArrowAngle(Angle arrowAngle)Specifies the angle of the arrowhead in the graphic.voidAttackByFirePosition. setArrowAngle(Angle arrowAngle)Specifies the angle of the arrowhead in the graphic.voidSearchArea. setArrowAngle(Angle arrowAngle)Specifies the angle of the arrowhead in the graphic.voidSectorRangeFan. setArrowAngle(Angle arrowAngle)Specifies the angle of the arrowhead in the graphic.voidRectangularTarget. setHeading(Angle heading)Specifies this shape's heading, its rotation clockwise from north.voidMinimumSafeDistanceZones. setLabelAngle(Angle angle)Specifies the angle used to position this graphic's labels.Method parameters in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with type arguments of type Angle Modifier and Type Method Description voidSectorRangeFan. setAzimuths(java.lang.Iterable<? extends Angle> azimuths)Specifies the left and right azimuths of the range fans in this graphic. -
Uses of Angle in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as Angle Modifier and Type Field Description protected AngleDirectionOfAttack. arrowAngleLength of the arrowhead from base to tip, as a fraction of the total line length.protected AnglePrincipleDirectionOfFire. arrowAngleLength of the arrowhead from base to tip, as a fraction of the total line length.protected AngleDirectionOfAttackAviation. curvatureAngle that controls the curve of the line.static AngleDirectionOfAttack. DEFAULT_ARROWHEAD_ANGLEDefault angle of the arrowhead.static AngleDirectionOfAttackForFeint. DEFAULT_ARROWHEAD_ANGLEDefault angle of the arrowhead.static AnglePrincipleDirectionOfFire. DEFAULT_ARROWHEAD_ANGLEDefault angle of the arrowhead.static AngleDirectionOfAttackAviation. DEFAULT_CURVATUREDefault angle that determines the curvature of the line.protected AngleForwardLineOfOwnTroops.PositionIterator. intervalWavelength, as a geographic angle.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that return Angle Modifier and Type Method Description protected AngleForwardLineOfOwnTroops. computeGreatCirclePathLength(java.lang.Iterable<? extends Position> positions)AngleDirectionOfAttack. getArrowAngle()Indicates the angle of the arrowhead.AnglePrincipleDirectionOfFire. getArrowAngle()Indicates the angle of the arrowhead.AngleDirectionOfAttackAviation. getCurvature()Indicates the angle that determines the curvature of the line.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with parameters of type Angle Modifier and Type Method Description protected voidHoldingLine. computeArc(Globe globe, java.util.List<Position> positions, Position center, Angle startAzimuth, Angle endAzimuth, double radius, int intervals)Compute the positions required to draw an arc.voidDirectionOfAttack. setArrowAngle(Angle arrowAngle)Specifies the angle of the arrowhead in the graphic.voidPrincipleDirectionOfFire. setArrowAngle(Angle arrowAngle)Specifies the angle of the arrowhead in the graphic.voidDirectionOfAttackAviation. setCurvature(Angle angle)Specifies the angle that determines the curvature of the line. -
Uses of Angle in gov.nasa.worldwind.terrain
Methods in gov.nasa.worldwind.terrain with parameters of type Angle Modifier and Type Method Description double[]SectorGeometry.GeographicTextureCoordinateComputer. compute(Angle latitude, Angle longitude)Computes a texture coordinate for a specified location.protected intHighResolutionTerrain. computeColumn(Sector range, Angle longitude)Computes the column index corresponding to a specified latitude.protected intHighResolutionTerrain. computeRow(Sector range, Angle latitude)Computes the row index corresponding to a specified latitude.booleanBasicElevationModel. contains(Angle latitude, Angle longitude)booleanBathymetryFilterElevationModel. contains(Angle latitude, Angle longitude)booleanCompoundElevationModel. contains(Angle latitude, Angle longitude)booleanLocalElevationModel. contains(Angle latitude, Angle longitude)booleanZeroElevationModel. contains(Angle latitude, Angle longitude)protected HighResolutionTerrain.RectTileHighResolutionTerrain. getContainingTile(Angle latitude, Angle longitude)Determines the tile that contains a specified location.doubleAbstractElevationModel. getElevation(Angle latitude, Angle longitude)protected java.lang.DoubleBasicElevationModel.Elevations. getElevation(Angle latitude, Angle longitude)double[]BasicElevationModel. getExtremeElevations(Angle latitude, Angle longitude)double[]BathymetryFilterElevationModel. getExtremeElevations(Angle latitude, Angle longitude)double[]CompoundElevationModel. getExtremeElevations(Angle latitude, Angle longitude)double[]LocalElevationModel. getExtremeElevations(Angle latitude, Angle longitude)double[]ZeroElevationModel. getExtremeElevations(Angle latitude, Angle longitude)protected double[]BasicElevationModel.Elevations. getExtremes(Angle latitude, Angle longitude)Vec4HighResolutionTerrain. getSurfacePoint(Angle latitude, Angle longitude, double metersOffset)Computes the Cartesian, model-coordinate point of a location on the terrain.protected Vec4HighResolutionTerrain. getSurfacePoint(HighResolutionTerrain.RectTile tile, Angle latitude, Angle longitude)Computes the Cartesian, model-coordinate point of a location within a terrain tile.protected Vec4HighResolutionTerrain. getSurfacePoint(HighResolutionTerrain.RectTile tile, Angle latitude, Angle longitude, double metersOffset)Computes the Cartesian, model-coordinate point of a location within a terrain tile.protected Vec4RectangularTessellator. getSurfacePoint(RectangularTessellator.RectTile tile, Angle latitude, Angle longitude)protected Vec4RectangularTessellator. getSurfacePoint(RectangularTessellator.RectTile tile, Angle latitude, Angle longitude, double metersOffset)Vec4RectangularTessellator.RectTile. getSurfacePoint(Angle latitude, Angle longitude, double metersOffset)Vec4SectorGeometry. getSurfacePoint(Angle latitude, Angle longitude, double metersOffset)Computes the Cartesian coordinates of a location on the geometry's surface.Vec4SectorGeometryList. getSurfacePoint(Angle latitude, Angle longitude)Computes a Cartesian point at a specified location on the terrain.Vec4SectorGeometryList. getSurfacePoint(Angle latitude, Angle longitude, double metersOffset)Computes a Cartesian point at a specified latitude, longitude and altitude above the terrain.Vec4Terrain. getSurfacePoint(Angle latitude, Angle longitude, double metersOffset)Computes the Cartesian, model-coordinate point of a location on the terrain.doubleBasicElevationModel. getUnmappedElevation(Angle latitude, Angle longitude)doubleBathymetryFilterElevationModel. getUnmappedElevation(Angle latitude, Angle longitude)doubleCompoundElevationModel. getUnmappedElevation(Angle latitude, Angle longitude)doubleLocalElevationModel. getUnmappedElevation(Angle latitude, Angle longitude)doubleZeroElevationModel. getUnmappedElevation(Angle latitude, Angle longitude)doubleAbstractElevationModel. getUnmappedLocalSourceElevation(Angle latitude, Angle longitude)doubleBasicElevationModel. getUnmappedLocalSourceElevation(Angle latitude, Angle longitude)doubleCompoundElevationModel. getUnmappedLocalSourceElevation(Angle latitude, Angle longitude)Returns the elevation for this elevation model's highest level of detail at a specified location if the source file for that level and the specified location exists in the local elevation cache on disk.protected doubleBasicElevationModel. lookupElevation(Angle latitude, Angle longitude, BasicElevationModel.ElevationTile tile) -
Uses of Angle in gov.nasa.worldwind.tracks
Constructors in gov.nasa.worldwind.tracks with parameters of type Angle Constructor Description TrackPointImpl(Angle lat, Angle lon, double elevation, java.lang.String time) -
Uses of Angle in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as Angle Modifier and Type Field Description protected AngleShapeEditor. currentHeadingFor shapes without an inherent heading, the current heading established by the editor for the shape.protected static AngleEGM96. INTERVALprotected AngleShapeEditor.ControlPointMarker. rotationIndicates angle if this control point affects an angle associated with the shape, otherwise null.Methods in gov.nasa.worldwind.util that return Angle Modifier and Type Method Description static AngleTile. computeColumnLongitude(int column, Angle delta, Angle origin)Determines the minimum longitude of a column in the global tile grid corresponding to a specified grid interval.static AngleTile. computeRowLatitude(int row, Angle delta, Angle origin)Determines the minimum latitude of a row in the global tile grid corresponding to a specified grid interval.AnglePropertyAccessor.AngleAccessor. getAngle()AngleShapeEditor. getCurrentHeading()Indicates the current rotation heading.AngleShapeEditor.ControlPointMarker. getRotation()protected AngleShapeEditor. normalizedHeading(Angle originalHeading, Angle deltaHeading)Add a specified increment to an angle and normalize the result to be between 0 and 360 degrees.Methods in gov.nasa.worldwind.util with parameters of type Angle Modifier and Type Method Description java.lang.StringUnitsFormat. angle(java.lang.String label, Angle angle)Format an angle according to the current angle format.java.lang.StringUnitsFormat. angleNL(java.lang.String label, Angle angle)Format an angle according to the current angle format.static intTile. computeColumn(Angle delta, Angle longitude, Angle origin)Computes the column index of a longitude in the global tile grid corresponding to a specified grid interval.static AngleTile. computeColumnLongitude(int column, Angle delta, Angle origin)Determines the minimum longitude of a column in the global tile grid corresponding to a specified grid interval.static intTile. computeRow(Angle delta, Angle latitude, Angle origin)Computes the row index of a latitude in the global tile grid corresponding to a specified grid interval.static AngleTile. computeRowLatitude(int row, Angle delta, Angle origin)Determines the minimum latitude of a row in the global tile grid corresponding to a specified grid interval.SectorLevel. computeSectorForPosition(Angle latitude, Angle longitude, LatLon tileOrigin)LevelLevelSet. getLastLevel(Angle latitude, Angle longitude)doubleEGM96. getOffset(Angle latitude, Angle longitude)java.lang.StringUnitsFormat. heading(Angle angle)Format an angle of heading according to the current angle format.java.lang.StringUnitsFormat. headingNL(Angle angle)Format an angle of heading according to the current angle format, and append a new-line character.java.lang.StringUnitsFormat. latitude(Angle angle)Format an angle of latitude.java.lang.StringUnitsFormat. latitudeNL(Angle angle)Format an angle of latitude and append a new-line character.java.lang.StringUnitsFormat. longitude(Angle angle)Format an angle of longitude.java.lang.StringUnitsFormat. longitudeNL(Angle angle)Format an angle of longitude and append a new-line character.protected java.lang.StringStatusBar. makeAngleDescription(java.lang.String label, Angle angle)LatLon[]GeometryBuilder. makeCylinderLocations(Globe globe, LatLon center, double minorRadius, double majorRadius, Angle heading, int slices)voidGeometryBuilder. makeCylinderVertices(Terrain terrain, LatLon center, double minorRadius, double majorRadius, Angle heading, double[] altitudes, boolean[] terrainConformant, int slices, int stacks, Vec4 refPoint, float[] dest)LatLon[]GeometryBuilder. makeDiskLocations(Globe globe, LatLon center, double[] radii, Angle heading, int slices, int loops)voidGeometryBuilder. makeDiskVertices(Terrain terrain, LatLon center, double[] radii, Angle heading, double altitude, boolean terrainConformant, int slices, int loops, Vec4 refPoint, float[] dest)voidGeometryBuilder. makeEllipticalCylinderNormals(int slices, int stacks, double minorRadius, double majorRadius, Angle heading, float[] dest)voidGeometryBuilder. makeUnitWedgeTextureCoordinates(int face, java.nio.FloatBuffer texCoords, int subdivisions, Angle angle)voidGeometryBuilder. makeWedgeTextureCoordinates(java.nio.FloatBuffer texCoords, int subdivisions, Angle angle)protected AngleShapeEditor. normalizedHeading(Angle originalHeading, Angle deltaHeading)Add a specified increment to an angle and normalize the result to be between 0 and 360 degrees.booleanPropertyAccessor.AngleAccessor. setAngle(Angle value)voidShapeEditor.ControlPointMarker. setRotation(Angle rotation)GeometryBuilder.IndexedTriangleBufferGeometryBuilder. tessellateWedgeBuffer(float radius, int subdivisions, Angle angle)GeometryBuilder.IndexedTriangleBufferGeometryBuilder. tessellateWedgeBuffer(int face, float radius, int subdivisions, Angle angle)Constructors in gov.nasa.worldwind.util with parameters of type Angle Constructor Description TileKey(Angle latitude, Angle longitude, LevelSet levelSet, int levelNumber) -
Uses of Angle in gov.nasa.worldwind.util.measure
Fields in gov.nasa.worldwind.util.measure declared as Angle Modifier and Type Field Description protected AngleMeasureTool. shapeOrientationMethods in gov.nasa.worldwind.util.measure that return Angle Modifier and Type Method Description protected AngleMeasureTool. computeAngleBetween(LatLon a, LatLon b, LatLon c)protected AngleMeasureTool. computeControlPointAzimuth(java.lang.String control, double width, double height)protected AngleMeasureTool. computeControlPointAzimuthInShapeCoordinates(java.lang.String control, Angle azimuth)protected AngleMeasureTool. computeControlPointPathLength(java.lang.String control, double width, double height, double globeRadius)protected static AngleMeasureTool. computeNormalizedHeading(Angle heading)AngleMeasureTool. getOrientation()protected AngleMeasureTool. getShapeInitialHeading()Methods in gov.nasa.worldwind.util.measure with parameters of type Angle Modifier and Type Method Description protected AngleMeasureTool. computeControlPointAzimuthInShapeCoordinates(java.lang.String control, Angle azimuth)protected LatLonMeasureTool. computeControlPointLocation(java.lang.String control, Globe globe, Angle heading, LatLon center, double width, double height)protected static AngleMeasureTool. computeNormalizedHeading(Angle heading)protected LatLonMeasureTool. computeQuadEdgeMidpointLocation(java.lang.String control, Globe globe, Angle heading, LatLon center, double width, double height)voidMeasureTool. moveMeasureShape(Angle azimuth, Angle distance)Move the current measure shape along a great circle arc at a given azimuthAnglefor a given distanceAngle.protected LatLonMeasureTool. moveShapeByControlPoint(MeasureTool.ControlPoint controlPoint, Globe globe, Angle heading, LatLon center, double width, double height)protected java.awt.CursorMeasureToolController. selectResizeCursor(Angle azimuth)voidMeasureTool. setMeasureShapeType(java.lang.String shapeType, Position centerPosition, double width, double height, Angle orientation)Set and initialize the measure shape to one of the regular shapesMeasureTool.SHAPE_CIRCLE,MeasureTool.SHAPE_ELLIPSE,MeasureTool.SHAPE_SQUAREorMeasureTool.SHAPE_QUAD. -
Uses of Angle in gov.nasa.worldwind.util.xml
Methods in gov.nasa.worldwind.util.xml that return Angle Modifier and Type Method Description AngleAngleXMLEventParser. parseAngle(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent angleEvent, java.lang.Object... args) -
Uses of Angle in gov.nasa.worldwind.view
Fields in gov.nasa.worldwind.view declared as Angle Modifier and Type Field Description protected AngleBasicView. fieldOfViewThe field of view in degrees.protected AngleBasicView. headingprotected AngleViewUtil.ViewState. headingprotected AngleBasicViewPropertyLimits. maxHeadingprotected AngleBasicViewPropertyLimits. maxPitchprotected AngleBasicViewPropertyLimits. maxRollprotected AngleBasicViewPropertyLimits. minHeadingprotected AngleBasicViewPropertyLimits. minPitchprotected AngleBasicViewPropertyLimits. minRollprotected AngleBasicView. pitchprotected AngleViewUtil.ViewState. pitchprotected AngleBasicView. rollprotected AngleViewUtil.ViewState. rollMethods in gov.nasa.worldwind.view that return Angle Modifier and Type Method Description static AngleViewUtil. computeHeading(Matrix headingPitchZoomTransform)static AngleViewUtil. computePitch(Matrix transform)static AngleViewUtil. computeRoll(Matrix transform)static AngleViewUtil. computeVerticalFieldOfView(Angle horizontalFieldOfView, java.awt.Rectangle viewport)Computes a View's vertical field-of-view given a View's horizontal field-of-view and the viewport window dimensions.AngleViewPropertyAccessor.HeadingAccessor. getAngle()AngleViewPropertyAccessor.PitchAccessor. getAngle()AngleViewPropertyAccessor.RollAccessor. getAngle()AngleBasicView. getFieldOfView()AngleBasicView. getHeading()AngleViewUtil.ViewState. getHeading()Angle[]BasicViewPropertyLimits. getHeadingLimits()Returns the minimum and maximum angles for a view's heading property.Angle[]ViewPropertyLimits. getHeadingLimits()Returns the minimum and maximum angles for a view's heading property.AngleBasicView. getPitch()AngleViewUtil.ViewState. getPitch()Angle[]BasicViewPropertyLimits. getPitchLimits()Returns the minimum and maximum angles for a view's pitch property.Angle[]ViewPropertyLimits. getPitchLimits()Returns the minimum and maximum angles for a view's pitch property.AngleBasicView. getRoll()AngleViewUtil.ViewState. getRoll()Angle[]BasicViewPropertyLimits. getRollLimits()Returns the minimum and maximum angles for a view's roll property.Angle[]ViewPropertyLimits. getRollLimits()Returns the minimum and maximum angles for a view's roll property.AngleBasicViewPropertyLimits. limitHeading(View view, Angle angle)Returns an angle clamped to the heading limits specified by this limit object.AngleViewPropertyLimits. limitHeading(View view, Angle angle)Returns an angle clamped to the heading limits specified by this limit object.AngleBasicViewPropertyLimits. limitPitch(View view, Angle angle)Returns an angle clamped to the pitch limits specified by this limit object.AngleViewPropertyLimits. limitPitch(View view, Angle angle)Returns an angle clamped to the pitch limits specified by this limit object.AngleBasicViewPropertyLimits. limitRoll(View view, Angle angle)Returns an angle clamped to the roll limits specified by this limit object.AngleViewPropertyLimits. limitRoll(View view, Angle angle)Returns an angle clamped to the roll limits specified by this limit object.static AngleViewUtil. normalizedHeading(Angle unnormalizedHeading)static AngleViewUtil. normalizedPitch(Angle unnormalizedPitch)static AngleViewUtil. normalizedRoll(Angle unnormalizedRoll)Methods in gov.nasa.worldwind.view with parameters of type Angle Modifier and Type Method Description static doubleViewUtil. computePerspectiveNearDistance(Angle fieldOfView, double distanceToObject)Computes the maximum near clip distance for a perspective projection that avoids clipping an object at a given distance from the eye point.static doubleViewUtil. computePixelSizeAtDistance(double distance, Angle fieldOfView, java.awt.Rectangle viewport)static MatrixViewUtil. computeTransformMatrix(Globe globe, Position position, Angle heading, Angle pitch, Angle roll)static AngleViewUtil. computeVerticalFieldOfView(Angle horizontalFieldOfView, java.awt.Rectangle viewport)Computes a View's vertical field-of-view given a View's horizontal field-of-view and the viewport window dimensions.static AngleAnimatorViewUtil. createHeadingAnimator(View view, Angle begin, Angle end)Create an animator to animate heading.static CompoundAnimatorViewUtil. createHeadingPitchRollAnimator(View view, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, Angle beginRoll, Angle endRoll)Create an animator to animate heading, pitch, and roll.static AngleAnimatorViewUtil. createPitchAnimator(View view, Angle begin, Angle end)Create an animator to animate pitch.static AngleAnimatorViewUtil. createRollAnimator(View view, Angle begin, Angle end)Create an animator to animate roll.AngleBasicViewPropertyLimits. limitHeading(View view, Angle angle)Returns an angle clamped to the heading limits specified by this limit object.AngleViewPropertyLimits. limitHeading(View view, Angle angle)Returns an angle clamped to the heading limits specified by this limit object.AngleBasicViewPropertyLimits. limitPitch(View view, Angle angle)Returns an angle clamped to the pitch limits specified by this limit object.AngleViewPropertyLimits. limitPitch(View view, Angle angle)Returns an angle clamped to the pitch limits specified by this limit object.AngleBasicViewPropertyLimits. limitRoll(View view, Angle angle)Returns an angle clamped to the roll limits specified by this limit object.AngleViewPropertyLimits. limitRoll(View view, Angle angle)Returns an angle clamped to the roll limits specified by this limit object.static AngleViewUtil. normalizedHeading(Angle unnormalizedHeading)static AngleViewUtil. normalizedPitch(Angle unnormalizedPitch)static AngleViewUtil. normalizedRoll(Angle unnormalizedRoll)booleanViewPropertyAccessor.HeadingAccessor. setAngle(Angle value)booleanViewPropertyAccessor.PitchAccessor. setAngle(Angle value)booleanViewPropertyAccessor.RollAccessor. setAngle(Angle value)voidBasicView. setFieldOfView(Angle fieldOfView)voidBasicView. setHeading(Angle heading)voidViewUtil.ViewState. setHeading(Angle heading)voidBasicViewPropertyLimits. setHeadingLimits(Angle minAngle, Angle maxAngle)Sets the minimum and maximum angles which will limit a view's heading property.voidViewPropertyLimits. setHeadingLimits(Angle minAngle, Angle maxAngle)Sets the minimum and maximum angles which will limit a view's heading property.voidBasicView. setPitch(Angle pitch)voidViewUtil.ViewState. setPitch(Angle pitch)voidBasicViewPropertyLimits. setPitchLimits(Angle minAngle, Angle maxAngle)Sets the minimum and maximum angles which will limit a view's pitch property.voidViewPropertyLimits. setPitchLimits(Angle minAngle, Angle maxAngle)Sets the minimum and maximum angles which will limit a view's pitch property.voidBasicView. setRoll(Angle roll)voidViewUtil.ViewState. setRoll(Angle roll)voidBasicViewPropertyLimits. setRollLimits(Angle minAngle, Angle maxAngle)Sets the minimum and maximum angles which will limit a view's roll property.voidViewPropertyLimits. setRollLimits(Angle minAngle, Angle maxAngle)Sets the minimum and maximum angles which will limit a view's roll property.Constructors in gov.nasa.worldwind.view with parameters of type Angle Constructor Description ViewState(Position position, Angle heading, Angle pitch, Angle roll) -
Uses of Angle in gov.nasa.worldwind.view.firstperson
Fields in gov.nasa.worldwind.view.firstperson declared as Angle Modifier and Type Field Description protected static AngleBasicFlyView. DEFAULT_MAX_PITCHprotected static AngleBasicFlyView. DEFAULT_MIN_PITCHMethods in gov.nasa.worldwind.view.firstperson with parameters of type Angle Modifier and Type Method Description static FlyToFlyViewAnimatorFlyToFlyViewAnimator. createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginElevation, double endElevation, long timeToMove, int altitudeMode)static FlyToFlyViewAnimatorFlyToFlyViewAnimator. createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, Angle beginRoll, Angle endRoll, double beginElevation, double endElevation, long timeToMove, int altitudeMode)protected voidFlyViewInputHandler. onHorizontalTranslateRel(Angle forwardChange, Angle sideChange, ViewInputAttributes.ActionAttributes actionAttribs)protected voidFlyViewInputHandler. onRoll(Angle rollChange, ViewInputAttributes.ActionAttributes actionAttribs)Called when the roll changes due to user input.protected voidFlyViewInputHandler. onRotateView(Angle headingChange, Angle pitchChange, ViewInputAttributes.ActionAttributes actionAttribs)voidBasicFlyView. setHeading(Angle heading)protected voidFlyViewInputHandler. setHeading(View view, AnimationController animControl, Angle heading, ViewInputAttributes.ActionAttributes attrib)voidBasicFlyView. setPitch(Angle pitch)protected voidFlyViewInputHandler. setPitch(View view, AnimationController animControl, Angle pitch, ViewInputAttributes.ActionAttributes attrib)protected voidFlyViewInputHandler. setRoll(View view, AnimationController animControl, Angle roll, ViewInputAttributes.ActionAttributes attrib)Set the roll in a view. -
Uses of Angle in gov.nasa.worldwind.view.orbit
Methods in gov.nasa.worldwind.view.orbit that return Angle Modifier and Type Method Description protected static AngleOrbitViewInputHandler. computeNewHeading(OrbitView view, Angle heading)protected static AngleOrbitViewInputHandler. computeNewPitch(OrbitView view, Angle pitch)AngleOrbitViewCollisionSupport. computePitchToResolveCollision(BasicOrbitView orbitView, double nearDistance, DrawContext dc)AngleOrbitViewInputHandler.CollisionAwarePitchAccessor. getAngle()Returns the pitch property value from this accessor's view.AngleOrbitViewInputSupport.OrbitViewState. getHeading()AngleOrbitViewInputSupport.OrbitViewState. getPitch()static AngleBasicOrbitView. normalizedHeading(Angle unnormalizedHeading)static AngleBasicOrbitView. normalizedPitch(Angle unnormalizedPitch)Methods in gov.nasa.worldwind.view.orbit with parameters of type Angle Modifier and Type Method Description voidBasicOrbitView. addFlyToZoomAnimator(Angle heading, Angle pitch, double zoomAmount)voidOrbitViewInputHandler. addFlyToZoomAnimator(Angle heading, Angle pitch, double zoom)voidBasicOrbitView. addHeadingAnimator(Angle begin, Angle end)voidOrbitViewInputHandler. addHeadingAnimator(Angle begin, Angle end)voidBasicOrbitView. addHeadingPitchAnimator(Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch)voidOrbitViewInputHandler. addHeadingPitchRollAnimator(Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, Angle beginRoll, Angle endRoll)Add an animator to animate heading, pitch, and roll.voidBasicOrbitView. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom)voidBasicOrbitView. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom, boolean endCenterOnSurface)voidBasicOrbitView. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom, long timeToMove, boolean endCenterOnSurface)voidBasicOrbitView. addPanToAnimator(Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, boolean endCenterOnSurface)voidBasicOrbitView. addPanToAnimator(Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, boolean endCenterOnSurface)voidOrbitViewInputHandler. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom)voidOrbitViewInputHandler. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom, boolean endCenterOnSurface)voidOrbitViewInputHandler. addPanToAnimator(Position centerPos, Angle heading, Angle pitch, double zoom, long timeToMove, boolean endCenterOnSurface)voidOrbitViewInputHandler. addPanToAnimator(Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, boolean endCenterOnSurface)voidOrbitViewInputHandler. addPanToAnimator(Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, boolean endCenterOnSurface)voidBasicOrbitView. addPitchAnimator(Angle begin, Angle end)voidOrbitViewInputHandler. addPitchAnimator(Angle begin, Angle end)voidOrbitViewInputHandler. addRollAnimator(Angle begin, Angle end)Add an animator to animate roll.protected voidOrbitViewInputHandler. changeHeading(BasicOrbitView view, AnimationController animControl, Angle change, ViewInputAttributes.ActionAttributes attrib)protected voidOrbitViewInputHandler. changePitch(BasicOrbitView view, AnimationController animControl, Angle change, ViewInputAttributes.ActionAttributes attrib)protected static MatrixOrbitViewInputSupport. computeHeadingPitchRollZoomTransform(Angle heading, Angle pitch, Angle roll, double zoom)protected static AngleOrbitViewInputHandler. computeNewHeading(OrbitView view, Angle heading)protected static AngleOrbitViewInputHandler. computeNewPitch(OrbitView view, Angle pitch)static MatrixOrbitViewInputSupport. computeTransformMatrix(Globe globe, Position center, Angle heading, Angle pitch, Angle roll, double zoom)static FlyToOrbitViewAnimatorFlyToOrbitViewAnimator. createFlyToOrbitViewAnimator(OrbitView orbitView, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, int altitudeMode)static OrbitViewInputSupport.OrbitViewStateOrbitViewInputSupport. getSurfaceIntersection(Globe globe, SectorGeometryList terrain, Position centerPosition, Angle heading, Angle pitch, double zoom)static AngleBasicOrbitView. normalizedHeading(Angle unnormalizedHeading)static AngleBasicOrbitView. normalizedPitch(Angle unnormalizedPitch)protected voidOrbitViewInputHandler. onHorizontalTranslateAbs(Angle latitudeChange, Angle longitudeChange, ViewInputAttributes.ActionAttributes actionAttribs)protected voidOrbitViewInputHandler. onHorizontalTranslateRel(Angle forwardChange, Angle sideChange, ViewInputAttributes.ActionAttributes actionAttribs)protected voidOrbitViewInputHandler. onRotateView(Angle headingChange, Angle pitchChange, ViewInputAttributes.ActionAttributes actionAttribs)booleanOrbitViewInputHandler.CollisionAwarePitchAccessor. setAngle(Angle value)Sets the pitch property of this accessor's view to the specified value.voidBasicOrbitView. setHeading(Angle heading)voidBasicOrbitView. setPitch(Angle pitch)Constructors in gov.nasa.worldwind.view.orbit with parameters of type Angle Constructor Description OrbitViewState(Position center, Angle heading, Angle pitch, double zoom) -
Uses of Angle in gov.nasa.worldwindx.applications.antenna
Fields in gov.nasa.worldwindx.applications.antenna declared as Angle Modifier and Type Field Description protected AngleAntennaAxes. azimuthprotected AngleAntennaModel. azimuthprotected AngleAntennaAxes. elevationAngleprotected AngleAntennaModel. elevationAngleMethods in gov.nasa.worldwindx.applications.antenna that return Angle Modifier and Type Method Description AngleAntennaAxes. getAzimuth()AngleAntennaModel. getAzimuth()AngleAntennaAxes. getElevationAngle()AngleAntennaModel. getElevationAngle()Methods in gov.nasa.worldwindx.applications.antenna with parameters of type Angle Modifier and Type Method Description voidAntennaAxes. setAzimuth(Angle azimuth)Specifies an angle clockwise from north by which to rotate the axes.voidAntennaModel. setAzimuth(Angle azimuth)Specifies an angle clockwise from north by which to rotate the model.voidAntennaAxes. setElevationAngle(Angle elevationAngle)Specifies an angle to rotate the axes vertically counterclockwise from the horizon.voidAntennaModel. setElevationAngle(Angle elevationAngle)Specifies an angle to rotate the model vertically counterclockwise from the horizon. -
Uses of Angle in gov.nasa.worldwindx.applications.glider
Methods in gov.nasa.worldwindx.applications.glider with parameters of type Angle Modifier and Type Method Description protected static float[][]GliderTestApp. makeField(java.util.List<LatLon> corners, int width, int height, Angle angle) -
Uses of Angle in gov.nasa.worldwindx.applications.sar
Methods in gov.nasa.worldwindx.applications.sar that return Angle Modifier and Type Method Description protected static AngleSARSegmentPlane. computeInitialHorizontalGap(WorldWindow wwd, SegmentPlane segmentPlane, Position position1, Position position2)AngleAnalysisPanel. getHeading()AngleAnalysisPanel. getHeading(int cpn)Methods in gov.nasa.worldwindx.applications.sar with parameters of type Angle Modifier and Type Method Description static java.lang.StringSAR2. formatAngle(java.lang.String format, Angle angle)protected static java.lang.StringSARSegmentPlane. formatAngle(java.lang.String format, Angle angle)protected java.lang.StringSARSegmentPlane.SARLabelAttributes. formatAngle(Angle angle)protected static doubleSARSegmentPlane. getSurfaceElevationAt(WorldWindow wwd, Angle latitude, Angle longitude)voidTerrainProfilePanel. updatePosition(Position position, Angle heading)Constructors in gov.nasa.worldwindx.applications.sar with parameters of type Angle Constructor Description SARPosition(Angle latitude, Angle longitude, double elevation) -
Uses of Angle in gov.nasa.worldwindx.applications.sar.render
Methods in gov.nasa.worldwindx.applications.sar.render that return Angle Modifier and Type Method Description AnglePlaneModel. getHeading()Methods in gov.nasa.worldwindx.applications.sar.render with parameters of type Angle Modifier and Type Method Description protected doubleTrackSegmentInfo. computeSurfaceElevation(DrawContext dc, Angle latitude, Angle longitude)protected voidTrackSegmentInfo. drawHeadingAltitudeLabel(DrawContext dc, int x, int y, java.awt.Font font, java.awt.Color color, Angle heading, Position pos)protected java.lang.StringTrackSegmentInfo. formatAngle(Angle angle)voidPlaneModel. setHeading(Angle head) -
Uses of Angle in gov.nasa.worldwindx.applications.sar.segmentplane
Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type Angle Modifier and Type Method Description protected doubleSegmentPlaneRenderer. computeSurfaceElevation(SectorGeometryList sgl, Globe globe, Angle latitude, Angle longitude) -
Uses of Angle in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Fields in gov.nasa.worldwindx.applications.worldwindow.util.measuretool declared as Angle Modifier and Type Field Description protected AngleWWOMeasureTool. shapeOrientationMethods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that return Angle Modifier and Type Method Description protected AngleWWOMeasureDisplay. computeAngleBetween(LatLon a, LatLon b, LatLon c)AngleWWOMeasureTool. getOrientation()Methods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool with parameters of type Angle Modifier and Type Method Description voidWWOMeasureTool. moveMeasureShape(Angle azimuth, Angle distance)Move the current measure shape along a great circle arc at a given azimuthAnglefor a given distanceAngle. -
Uses of Angle in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as Angle Modifier and Type Field Description protected static AngleTerrainIntersections. GRID_RADIUSThe width and height in degrees of the grid used to calculate intersections.protected AngleRadarVolumeExample.AppFrame. minimumElevationMethods in gov.nasa.worldwindx.examples that return Angle Modifier and Type Method Description protected AngleViewIteration.AppFrame. computeHeading(Position pa, Position pb)Angle[]ViewLimits.AppFrame. getHeadingLimits()Angle[]ViewLimits.AppFrame. getPitchLimits()Methods in gov.nasa.worldwindx.examples with parameters of type Angle Modifier and Type Method Description protected javax.swing.JSpinnerViewLimits.AppFrame. createAngleSpinner(java.lang.String actionCommand, Angle initialValue, Angle min, Angle max)voidViewLimits.AppFrame. setHeadingLimits(Angle min, Angle max)voidViewLimits.AppFrame. setPitchLimits(Angle min, Angle max)protected voidAirspaceBuilder.AirspaceBuilderController. zoomTo(LatLon latLon, Angle heading, Angle pitch, double zoom) -
Uses of Angle in gov.nasa.worldwindx.examples.analytics
Methods in gov.nasa.worldwindx.examples.analytics with parameters of type Angle Modifier and Type Method Description protected Vec4AnalyticSurface. computeSurfacePoint(DrawContext dc, Angle lat, Angle lon, double value)protected voidAnalyticSurface. updateNextSurfacePoint(DrawContext dc, Angle lat, Angle lon, AnalyticSurface.GridPointAttributes attr, AnalyticSurface.RenderInfo outRenderInfo) -
Uses of Angle in gov.nasa.worldwindx.examples.kml
Fields in gov.nasa.worldwindx.examples.kml declared as Angle Modifier and Type Field Description protected AngleKMLOrbitViewController.EyePositionAnimator. pitchMethods in gov.nasa.worldwindx.examples.kml with parameters of type Angle Modifier and Type Method Description protected PositionKMLOrbitViewController. computeCenterPosition(Position eyePosition, Vec4 forward, Angle pitch, int altitudeMode)Compute a center position from an eye position and an orientation.protected FlyToFlyViewAnimatorKMLFlyViewController. createFlyToLookAtAnimator(BasicFlyView view, Position lookAtPosition, Angle heading, Angle pitch, double range, long timeToMove, int altitudeMode)Create an animator to fly to a LookAt position.protected FlyToOrbitViewAnimatorKMLOrbitViewController. createFlyToOrbitViewAnimator(OrbitView orbitView, Position eyePosition, Angle heading, Angle pitch, Angle roll, long timeToMove, int altitudeMode)Create an animator to animate an orbit view to an eye position and orientation.Constructors in gov.nasa.worldwindx.examples.kml with parameters of type Angle Constructor Description EyePositionAnimator(Interpolator interpolator, Position beginCenter, Position endCenter, Position endEyePosition, Vec4 forward, Angle pitch, PropertyAccessor.PositionAccessor propertyAccessor, int altitudeMode)Create a new animator. -
Uses of Angle in gov.nasa.worldwindx.examples.lineofsight
Fields in gov.nasa.worldwindx.examples.lineofsight declared as Angle Modifier and Type Field Description protected static AngleLinesOfSight. GRID_RADIUSThe width and height in degrees of the grid used to calculate intersections. -
Uses of Angle in gov.nasa.worldwindx.examples.multiwindow
Fields in gov.nasa.worldwindx.examples.multiwindow declared as Angle Modifier and Type Field Description protected static AngleFlatAndRoundGlobes. PATH_LENGTHMethods in gov.nasa.worldwindx.examples.multiwindow with parameters of type Angle Modifier and Type Method Description protected PathFlatAndRoundGlobes. makePath(Position startPosition, Angle heading, Angle length, int numPositions)protected voidFlatAndRoundGlobes. makePaths(RenderableLayer layer, Position origin, int numPaths, Angle length, int numPositions) -
Uses of Angle in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util declared as Angle Modifier and Type Field Description protected AngleDialogAnnotation.BusyImage. angleprotected AngleDirectedPath. arrowAngleThe angle of the arrowhead tip.protected AngleDirectedSurfacePolyline. arrowAngleThe angle of the arrowhead tip.static AngleDirectedPath. DEFAULT_ARROW_ANGLEDefault arrow angle.static AngleDirectedSurfacePolyline. DEFAULT_ARROW_ANGLEDefault arrow angle.protected AngleDialogAnnotation.BusyImage. incrementMethods in gov.nasa.worldwindx.examples.util that return Angle Modifier and Type Method Description protected AngleDialogAnnotation.BusyImage. adjustAngleIncrement(DrawContext dc, Angle unitsPerSecond)AngleDialogAnnotation.BusyImage. getAngle()AngleDirectedPath. getArrowAngle()Indicates the angle of the direction arrowheads.AngleDirectedSurfacePolyline. getArrowAngle()Indicates the angle of the direction arrowheads.AngleDialogAnnotation.BusyImage. getIncrement()static AngleShapeUtils. getNewShapeHeading(WorldWindow wwd, boolean matchViewHeading)Methods in gov.nasa.worldwindx.examples.util with parameters of type Angle Modifier and Type Method Description protected AngleDialogAnnotation.BusyImage. adjustAngleIncrement(DrawContext dc, Angle unitsPerSecond)protected Vec4ExtentVisibilitySupport. computeEyePoint(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, double nearClipDistance, double farClipDistance, java.lang.Iterable<? extends Extent> modelExtents, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)protected Vec4ExtentVisibilitySupport. computeEyePointForModelExtents(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, java.lang.Iterable<? extends Extent> modelExtents)protected Vec4ExtentVisibilitySupport. computeEyePointForScreenBounds(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, double nearClipDistance, double farClipDistance, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)protected Vec4ExtentVisibilitySupport. computeEyePointForScreenExtents(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, double nearClipDistance, double farClipDistance, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)protected Vec4ExtentVisibilitySupport. computeEyePointForScreenReferencePoints(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, java.lang.Iterable<? extends ExtentVisibilitySupport.ScreenExtent> screenExtents)Vec4[]ExtentVisibilitySupport. computeViewLookAtContainingExtents(Globe globe, double verticalExaggeration, Vec4 eyePoint, Vec4 centerPoint, Vec4 upVector, Angle fieldOfView, java.awt.Rectangle viewport, double nearClipDistance, double farClipDistance)Returns an array of View look-at vectors optimal for viewing the the scene elements, or null if this has no scene elements.static java.util.List<Position>ShapeUtils. createPositionSquareInViewport(WorldWindow wwd, Position position, Angle heading, double sizeInMeters)static java.util.List<LatLon>ShapeUtils. createSquareInViewport(WorldWindow wwd, Position position, Angle heading, double sizeInMeters)protected java.lang.StringStatusLayer. makeAngleDescription(java.lang.String label, Angle angle, int places)voidDialogAnnotation.BusyImage. setAngle(Angle angle)voidDirectedPath. setArrowAngle(Angle arrowAngle)Specifies the angle of the direction arrowheads.voidDirectedSurfacePolyline. setArrowAngle(Angle arrowAngle)Specifies the angle of the direction arrowheads.voidDialogAnnotation.BusyImage. setIncrement(Angle angle)protected java.lang.StringExtentVisibilitySupport. validate(Vec4 eye, Vec4 center, Vec4 up, Angle fieldOfView, java.awt.Rectangle viewport, double nearClipDistance, double farClipDistance) -
Uses of Angle in gov.nasa.worldwindx.examples.view
Methods in gov.nasa.worldwindx.examples.view with parameters of type Angle Modifier and Type Method Description protected java.lang.StringViewSwitch.AppFrame.ViewDisplay. makeAngleDescription(java.lang.String label, Angle angle) -
Uses of Angle in gov.nasa.worldwindx.performance
Fields in gov.nasa.worldwindx.performance declared as Angle Modifier and Type Field Description protected static AngleVeryManyPaths. PATH_LENGTHMethods in gov.nasa.worldwindx.performance with parameters of type Angle Modifier and Type Method Description protected PathVeryManyPaths.AppFrame. makePath(Position startPosition, Angle heading, Angle length, int numPositions)protected voidVeryManyPaths.AppFrame. makePaths(RenderableLayer layer, Position origin, int numPaths, Angle length, int numPositions)
-