|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.model.location.Point.CoordinateParser
public static final class Point.CoordinateParser
| Method Summary | |
|---|---|
static Point.Sexagesimal |
parseLatitude(String strg)
Parst einen Breitengrad der Form G°M'S""(OEW) Die Formen G°(OEW) G°M'(OEW) sind ebenfalls erlaubt. |
static Point.Sexagesimal |
parseLongitude(String strg)
Parst einen Längengrad der Form G°M'S"(NS) Die Formen G°(NS) G°M'(NS) sind ebenfalls erlaubt. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Point.Sexagesimal parseLatitude(String strg)
throws ParseException
strg -
ParseException - Wenn eine Fehler beim Parsen aufgetreten ist.
public static Point.Sexagesimal parseLongitude(String strg)
throws ParseException
strg -
ParseException - Wenn eine Fehler beim Parsen aufgetreten ist.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||