|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SurveyorsAngle
| Nested Class Summary | |
|---|---|
static class |
SurveyorsAngle.AngleUnit
Defines the several angle units or angle formats. |
static class |
SurveyorsAngle.ValuePartType
Defines the parts of a degrees-minutes-seconds angle value. |
| Method Summary | |
|---|---|
SurveyorsAngle |
decrease(SurveyorsAngle argAmount)
Returns a new SurveyorsAngle whose angle value is calculated by decreasing the angle value of this angle by the angle passed as an argument. |
double |
getCosin()
Returns the Cosin (or Cosine) of this angle. |
int |
getDegrees()
Returns the whole degrees of this angle as an int. |
double |
getFractionalSeconds()
Returns the fractional seconds of this angle as an double with a value equal to or greater than zero but less than 1.0. |
int |
getMinutes()
Returns the whole minutes of this angle as an int. |
int |
getSeconds()
Returns the whole seconds of this angle as an int. |
double |
getSin()
Returns the sin (or sine) of this angle. |
double |
getTangent()
Returns the tangent of this angle. |
SurveyorsAngle |
increase(SurveyorsAngle argAmount)
Returns a new SurveyorsAngle whose angle value is calculated by increasing the angle value of this angle by the angle passed as an argument. |
boolean |
isAcute()
Indicates if this angle is acute. |
boolean |
isObtuse()
Indicates if this angle is obtuse. |
boolean |
isRightAngle()
Indicates if this angle is a right angle. |
void |
rotateGeometry(com.vividsolutions.jts.geom.Geometry argTarget,
com.vividsolutions.jts.geom.Coordinate argBasePoint,
boolean argIncrease)
Rotates the Geometry argument using the Coordinate provided as the base point for the rotation. |
| Method Detail |
|---|
int getDegrees()
int getMinutes()
int getSeconds()
double getFractionalSeconds()
boolean isObtuse()
boolean isAcute()
boolean isRightAngle()
double getSin()
double getCosin()
double getTangent()
SurveyorsAngle increase(SurveyorsAngle argAmount)
SurveyorsAngle decrease(SurveyorsAngle argAmount)
void rotateGeometry(com.vividsolutions.jts.geom.Geometry argTarget,
com.vividsolutions.jts.geom.Coordinate argBasePoint,
boolean argIncrease)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||