Uses of Interface
gov.nasa.worldwind.poi.PointOfInterest
-
-
Uses of PointOfInterest in gov.nasa.worldwind.poi
Classes in gov.nasa.worldwind.poi that implement PointOfInterest Modifier and Type Class Description classBasicPointOfInterestMethods in gov.nasa.worldwind.poi that return types with arguments of type PointOfInterest Modifier and Type Method Description java.util.List<PointOfInterest>Gazetteer. findPlaces(java.lang.String placeInfo)Find places identified in a string of free text.java.util.List<PointOfInterest>YahooGazetteer. findPlaces(java.lang.String lookupString)protected java.util.ArrayList<PointOfInterest>YahooGazetteer. parseLocationString(java.lang.String locationString) -
Uses of PointOfInterest in gov.nasa.worldwindx.applications.worldwindow.core
Methods in gov.nasa.worldwindx.applications.worldwindow.core with parameters of type PointOfInterest Modifier and Type Method Description voidController. moveToLocation(PointOfInterest location) -
Uses of PointOfInterest in gov.nasa.worldwindx.applications.worldwindow.features
Methods in gov.nasa.worldwindx.applications.worldwindow.features that return types with arguments of type PointOfInterest Modifier and Type Method Description java.util.List<PointOfInterest>YahooGazetteer. findPlaces(java.lang.String placeInfo) -
Uses of PointOfInterest in gov.nasa.worldwindx.examples
Methods in gov.nasa.worldwindx.examples with parameters of type PointOfInterest Modifier and Type Method Description voidGazetteerPanel. moveToLocation(PointOfInterest location) -
Uses of PointOfInterest in gov.nasa.worldwindx.examples.view
Methods in gov.nasa.worldwindx.examples.view with parameters of type PointOfInterest Modifier and Type Method Description voidAddAnimator.AppFrame.ViewDisplay.FlyViewGazetteerPanel. moveToLocation(PointOfInterest location)
-