Jeospace API

org.jeospace.text
Class AngleSignPair

java.lang.Object
  extended byorg.jeospace.text.AngleSignPair

public class AngleSignPair
extends java.lang.Object

Constant object identifiers of matched pairs of angle sign conventions

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static AngleSignPair LATITUDE
          Geographic latitude sign pair
static AngleSignPair LONGITUDE
          Geographic longitude sign pair
 java.lang.String negative
          The negative sign symbol
static AngleSignPair NUMERIC
          Numeric angle sign pair
 java.lang.String positive
          The positive sign symbol
 
Constructor Summary
protected AngleSignPair(java.lang.String positive, java.lang.String negative)
          Restricted Constructor
 
Method Summary
 java.lang.String toString()
          Return the string representation of the angle sign pair
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NUMERIC

public static final AngleSignPair NUMERIC
Numeric angle sign pair


LATITUDE

public static final AngleSignPair LATITUDE
Geographic latitude sign pair


LONGITUDE

public static final AngleSignPair LONGITUDE
Geographic longitude sign pair


positive

public final java.lang.String positive
The positive sign symbol


negative

public final java.lang.String negative
The negative sign symbol

Constructor Detail

AngleSignPair

protected AngleSignPair(java.lang.String positive,
                        java.lang.String negative)
Restricted Constructor

Method Detail

toString

public java.lang.String toString()
Return the string representation of the angle sign pair

Returns:
the string representation of the angle sign pair

Jeospace API

Copyright © 2006 - jeospace.org