Uses of Class
gov.nasa.worldwind.ogc.kml.KMLAbstractView
-
Packages that use KMLAbstractView Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.ogc.kml.gx Provides classes for parsing the Google GX KML extensions.gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML). -
-
Uses of KMLAbstractView in gov.nasa.worldwind.ogc.kml
Subclasses of KMLAbstractView in gov.nasa.worldwind.ogc.kml Modifier and Type Class Description classKMLCameraRepresents the KML Camera element and provides access to its contents.classKMLLookAtRepresents the KML LookAt element and provides access to its contents.Methods in gov.nasa.worldwind.ogc.kml that return KMLAbstractView Modifier and Type Method Description KMLAbstractViewKMLAbstractFeature. getView()KMLAbstractViewKMLNetworkLinkControl. getView()Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLAbstractView Modifier and Type Method Description protected voidKMLAbstractFeature. setView(KMLAbstractView o) -
Uses of KMLAbstractView in gov.nasa.worldwind.ogc.kml.gx
Methods in gov.nasa.worldwind.ogc.kml.gx that return KMLAbstractView Modifier and Type Method Description KMLAbstractViewGXFlyTo. getView()Methods in gov.nasa.worldwind.ogc.kml.gx with parameters of type KMLAbstractView Modifier and Type Method Description protected voidGXFlyTo. setView(KMLAbstractView o) -
Uses of KMLAbstractView in gov.nasa.worldwindx.examples.kml
Methods in gov.nasa.worldwindx.examples.kml with parameters of type KMLAbstractView Modifier and Type Method Description voidKMLViewController. goTo(KMLAbstractView view)Animates theViewattached to this controller's WorldWindow to look at the specified KMLview.protected voidKMLApplicationController. moveTo(KMLAbstractView view)Smoothly moves theWorldWindow'sViewto the specifiedKMLAbstractView.
-