public class DMSNumberFormat
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DMSNumberFormat.DMSNumberParseException |
Modifier and Type | Field and Description |
---|---|
protected static char |
EOF |
Constructor and Description |
---|
DMSNumberFormat(boolean requireLatLongIndicator) |
DMSNumberFormat(java.lang.String source,
boolean requireLatLongIndicator) |
Modifier and Type | Method and Description |
---|---|
protected char |
getch() |
int |
getDegrees() |
int |
getMinutes() |
int |
getPosition() |
double |
getSeconds() |
int |
getSign() |
boolean |
isEOF() |
double |
parse() |
protected void |
skipblanks() |
protected void |
ungetch() |
protected static final char EOF
public DMSNumberFormat(boolean requireLatLongIndicator)
public DMSNumberFormat(java.lang.String source, boolean requireLatLongIndicator)
public boolean isEOF()
protected void skipblanks()
protected char getch()
protected void ungetch()
public int getPosition()
public double parse()
public int getDegrees()
public int getMinutes()
public double getSeconds()
public int getSign()