Package | Description |
---|---|
com.bigdata.rdf.internal.gis |
Modifier and Type | Method and Description |
---|---|
static CoordinateDMS |
CoordinateDMS.parse(String text)
Some formats that are accepted:
32� 18' 23.1" N 122� 36' 52.5" W
32 18 23.1N 122 36 52.5 W
32 18 23.1N/122 36 52.5W
32:18:23N/122:36:52W
32:18:23.1N/122:36:52.5W
321823N/1223652W
(zeros would need to go in front of single digits and two zeros in front of the longitude degrees because it�s range is up to 180 � the latitude range is only up to 90) 3218N/12236W |
CoordinateDMS |
CoordinateDMS.roundMinutes()
Rounds off the coordinate to the nearest minutes (rounds up at 30.0
seconds to the next highest minute).
|
CoordinateDMS |
CoordinateDMS.roundSeconds()
Rounds off the coordinate to the nearest seconds.
|
CoordinateDMS |
CoordinateDMS.toDMS() |
CoordinateDMS |
CoordinateDDM.toDMS()
Convert to degrees, minutes and (tenths of) seconds.
|
CoordinateDMS |
ICoordinate.toDMS()
Convert to degrees, minutes and (tenths of) seconds.
|
CoordinateDMS |
CoordinateDD.toDMS()
Convert to degrees, minutes and (tenths of) seconds.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCoordinateTestCase.assertEquals(CoordinateDMS expected,
CoordinateDMS actual)
Asserts that two
CoordinateDMS s are equal. |
boolean |
CoordinateDMS.equals(CoordinateDMS o)
True iff the two coordinates are exactly the same (to the tenths of the
second).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.