Jeospace API

Uses of Package
org.jeospace.measure.angle

Packages that use org.jeospace.measure.angle
org.jeospace.coordinate Contains classes that support 3 dimensional coordinate objects used to position and orient. 
org.jeospace.geometry Contains classes that describe and manipulate geometric objects. 
org.jeospace.measure.angle Contains classes that support angular measurements. 
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
org.jeospace.projection Contains classes that manage map projections. 
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
org.jeospace.text Contains classes for handling the textual representation of measurement and identity objects 
org.jeospace.ui.swt.widgets Contains classes for creating SWT based user interfaces which utilize Jeospace objects. 
org.jeospace.x3d.geometry Contains classes used in the construction of x3d geometry. 
 

Classes in org.jeospace.measure.angle used by org.jeospace.coordinate
Angle
          Angle provides the base operations for setting, getting and manipulating angular measurement values.
Latitude
          A subclass of DecimalAngle, a latitude is an angle that is restricted in value to be within a half revolution of arc.
Longitude
          A subclass of DecimalAngle, a longitude is an angle that is always normalized to a value within a full revolution of arc.
 

Classes in org.jeospace.measure.angle used by org.jeospace.geometry
Latitude
          A subclass of DecimalAngle, a latitude is an angle that is restricted in value to be within a half revolution of arc.
 

Classes in org.jeospace.measure.angle used by org.jeospace.measure.angle
Angle
          Angle provides the base operations for setting, getting and manipulating angular measurement values.
AngleNorm
          Constant object identifiers of the options for normalization of an angle.
AngleSign
          Constant object identifiers of the direction of rotation of an angle.
AngleType
          Marker interface to distinguish an AngleType class
AngleUnit
          Requirements for defining an AngleUnit class
DecimalAngle
          DecimalAngle provides a concrete implementation of Angle which is designed for high performance usage in conjunction with java.lang.Math trigonometric methods - or other functions which require double precision floating point representations of angular measurements.
DecimalAngleType
          Constant object identifier of a decimal angle type.
DecimalAngleUnit
          DecimalAngleUnit provides constant object identifiers for the commonly used decimal representations of Angle's.
SexagesimalAngleType
          Constant object identifiers of the type and grouping of the primary units and sub-units of sexigesimal angle representations.
SexagesimalAngleUnit
          Constant object identifiers of the units of sexigesimal angle representations.
 

Classes in org.jeospace.measure.angle used by org.jeospace.physics.orbit
Angle
          Angle provides the base operations for setting, getting and manipulating angular measurement values.
AngleNorm
          Constant object identifiers of the options for normalization of an angle.
DecimalAngle
          DecimalAngle provides a concrete implementation of Angle which is designed for high performance usage in conjunction with java.lang.Math trigonometric methods - or other functions which require double precision floating point representations of angular measurements.
Longitude
          A subclass of DecimalAngle, a longitude is an angle that is always normalized to a value within a full revolution of arc.
 

Classes in org.jeospace.measure.angle used by org.jeospace.projection
Angle
          Angle provides the base operations for setting, getting and manipulating angular measurement values.
 

Classes in org.jeospace.measure.angle used by org.jeospace.simulation
Angle
          Angle provides the base operations for setting, getting and manipulating angular measurement values.
DecimalAngle
          DecimalAngle provides a concrete implementation of Angle which is designed for high performance usage in conjunction with java.lang.Math trigonometric methods - or other functions which require double precision floating point representations of angular measurements.
DecimalAngleUnit
          DecimalAngleUnit provides constant object identifiers for the commonly used decimal representations of Angle's.
Latitude
          A subclass of DecimalAngle, a latitude is an angle that is restricted in value to be within a half revolution of arc.
Longitude
          A subclass of DecimalAngle, a longitude is an angle that is always normalized to a value within a full revolution of arc.
 

Classes in org.jeospace.measure.angle used by org.jeospace.text
Angle
          Angle provides the base operations for setting, getting and manipulating angular measurement values.
AngleNorm
          Constant object identifiers of the options for normalization of an angle.
AngleSign
          Constant object identifiers of the direction of rotation of an angle.
AngleUnit
          Requirements for defining an AngleUnit class
DecimalAngleUnit
          DecimalAngleUnit provides constant object identifiers for the commonly used decimal representations of Angle's.
SexagesimalAngleUnit
          Constant object identifiers of the units of sexigesimal angle representations.
 

Classes in org.jeospace.measure.angle used by org.jeospace.ui.swt.widgets
Angle
          Angle provides the base operations for setting, getting and manipulating angular measurement values.
Latitude
          A subclass of DecimalAngle, a latitude is an angle that is restricted in value to be within a half revolution of arc.
 

Classes in org.jeospace.measure.angle used by org.jeospace.x3d.geometry
Latitude
          A subclass of DecimalAngle, a latitude is an angle that is restricted in value to be within a half revolution of arc.
Longitude
          A subclass of DecimalAngle, a longitude is an angle that is always normalized to a value within a full revolution of arc.
 


Jeospace API

Copyright © 2006 - jeospace.org