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 class
KMLCamera
Represents the KML Camera element and provides access to its contents.class
KMLLookAt
Represents 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 KMLAbstractView
KMLAbstractFeature. getView()
KMLAbstractView
KMLNetworkLinkControl. getView()
Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLAbstractView Modifier and Type Method Description protected void
KMLAbstractFeature. 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 KMLAbstractView
GXFlyTo. getView()
Methods in gov.nasa.worldwind.ogc.kml.gx with parameters of type KMLAbstractView Modifier and Type Method Description protected void
GXFlyTo. 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 void
KMLViewController. goTo(KMLAbstractView view)
Animates theView
attached to this controller's WorldWindow to look at the specified KMLview
.protected void
KMLApplicationController. moveTo(KMLAbstractView view)
Smoothly moves theWorldWindow
'sView
to the specifiedKMLAbstractView
.
-