Class Hemisphere
java.lang.Object
org.opensextant.extractors.xcoord.Hemisphere
Represent a Hemisphere symbol and value.
- Author:
- ubaldino
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
symbol
The symbol. -
polarity
public int polarityHemisphere polarity - N, E = +1; S, W = -1. polarity default is 0, because any choice to use -1 or +1 as a default should be set by interpreter or application using this class. Polarity = 0 means you have a bug or lack of initialization logic.
-
-
Constructor Details
-
Hemisphere
public Hemisphere()
-
-
Method Details
-
isAlpha
public boolean isAlpha()Checks if is alpha.- Returns:
- true, if is alphabetic
-