|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.measure.angle.SexagesimalAngleType
Constant object identifiers of the type and grouping of the primary units and sub-units of sexigesimal angle representations.
The are two SexagesimalAngleType angle types:
A DMS type identifies an Angle composed with primary units of Degrees and
sub-units of Minutes and Seconds
An HMS type identifies an Angle composed with primary units of Hours and
sub-units of Minutes and Seconds
The identifiers of the individual primary and sub-unit fields are defined in
SexagesimalAngleUnit.
Angle,
DecimalAngle,
SexagesimalAngle,
SexagesimalAngleUnit| Field Summary | |
static SexagesimalAngleType |
DMS
Constant identifier of sexagesimal type of degrees/minutes/seconds |
static SexagesimalAngleType |
HMS
Constant identifier of sexagesimal type of hours/minutes/seconds |
java.lang.String |
name
The name of the type |
| Constructor Summary | |
protected |
SexagesimalAngleType(java.lang.String name)
Construct a SexagesimalAngleType object. |
| Method Summary | |
java.lang.String |
toString()
Return a String representation ( the name String ) of this SexagesimalAngleType object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final SexagesimalAngleType DMS
public static final SexagesimalAngleType HMS
public final java.lang.String name
| Constructor Detail |
protected SexagesimalAngleType(java.lang.String name)
SexagesimalAngleType object.
name - the unit of angle's identifier| Method Detail |
public java.lang.String toString()
SexagesimalAngleType object.
SexagesimalAngleType object
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||