Jeospace API

org.jeospace.measure.angle
Class DecimalAngleType

java.lang.Object
  extended byorg.jeospace.measure.angle.DecimalAngleType
All Implemented Interfaces:
AngleType

public class DecimalAngleType
extends java.lang.Object
implements AngleType

Constant object identifier of a decimal angle type.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static DecimalAngleType DECIMAL
          Constant identifier of a decimal angle type
 java.lang.String name
          The name of the type
 
Constructor Summary
protected DecimalAngleType(java.lang.String name)
          Construct a DecimalAngleType object.
 
Method Summary
 java.lang.String toString()
          Return a String representation ( the name String ) of this DecimalAngleType object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DECIMAL

public static final DecimalAngleType DECIMAL
Constant identifier of a decimal angle type


name

public final java.lang.String name
The name of the type

Constructor Detail

DecimalAngleType

protected DecimalAngleType(java.lang.String name)
Construct a DecimalAngleType object.

Parameters:
name - the unit of angle's identifier
Method Detail

toString

public java.lang.String toString()
Return a String representation ( the name String ) of this DecimalAngleType object.

Returns:
a String representation of this DecimalAngleType object

Jeospace API

Copyright © 2006 - jeospace.org