Package gov.nasa.worldwind
Annotation Type WorldWind.PathType
-
@Retention(SOURCE) public static @interface WorldWind.PathType
Path type indicates how WorldWind create a geographic path between two locations. Accepted values areWorldWind.GREAT_CIRCLE
,WorldWind.LINEAR
andWorldWind.RHUMB_LINE
.