Uses of Class
gov.nasa.worldwind.ogc.kml.KMLAbstractFeature
-
Packages that use KMLAbstractFeature 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.worldwind.ogc.kml.impl gov.nasa.worldwind.util.layertree Displays a list of layers usingBasicTree.gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).gov.nasa.worldwindx.examples.util -
-
Uses of KMLAbstractFeature in gov.nasa.worldwind.ogc.kml
Subclasses of KMLAbstractFeature in gov.nasa.worldwind.ogc.kml Modifier and Type Class Description classKMLAbstractContainerRepresents the KML Container element and provides access to its contents.classKMLAbstractOverlayRepresents the KML Overlay element and provides access to its contents.classKMLDocumentRepresents the KML Document element and provides access to its contents.classKMLFolderRepresents the KML Folder element and provides access to its contents.classKMLGroundOverlayRepresents the KML GroundOverlay element and provides access to its contents.classKMLNetworkLinkRepresents the KML NetworkLink element and provides access to its contents.classKMLPhotoOverlayRepresents the KML PhotoOverlay element and provides access to its contents.classKMLPlacemarkRepresents the KML Placemark element and provides access to its contents.classKMLScreenOverlayRepresents the KML ScreenOverlay element and provides access to its contents.Fields in gov.nasa.worldwind.ogc.kml declared as KMLAbstractFeature Modifier and Type Field Description protected KMLAbstractFeatureKMLRoot. featureFields in gov.nasa.worldwind.ogc.kml with type parameters of type KMLAbstractFeature Modifier and Type Field Description protected java.util.ArrayList<KMLAbstractFeature>KMLAbstractContainer. featuresprotected java.util.List<KMLAbstractFeature>KMLDelete. featuresMethods in gov.nasa.worldwind.ogc.kml that return KMLAbstractFeature Modifier and Type Method Description protected KMLAbstractFeatureKMLRoot. findFeature()Searches this root's fields for the KML Feature element.KMLAbstractFeatureKMLRoot. getFeature()Returns the KMLFeatureelement contained in the document root.Methods in gov.nasa.worldwind.ogc.kml that return types with arguments of type KMLAbstractFeature Modifier and Type Method Description java.util.List<KMLAbstractFeature>KMLAbstractContainer. getFeatures()java.util.List<KMLAbstractFeature>KMLDelete. getFeatures()Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLAbstractFeature Modifier and Type Method Description voidKMLAbstractContainer. addFeature(KMLAbstractFeature feature)protected voidKMLDelete. addFeature(KMLAbstractFeature o)protected voidKMLAbstractFeature. mergeStyleSelectors(KMLAbstractFeature sourceFeature)Merge a list of incoming style selectors with the current list.voidKMLAbstractContainer. removeFeature(KMLAbstractFeature feature) -
Uses of KMLAbstractFeature in gov.nasa.worldwind.ogc.kml.gx
Subclasses of KMLAbstractFeature in gov.nasa.worldwind.ogc.kml.gx Modifier and Type Class Description classGXTour -
Uses of KMLAbstractFeature in gov.nasa.worldwind.ogc.kml.impl
Fields in gov.nasa.worldwind.ogc.kml.impl declared as KMLAbstractFeature Modifier and Type Field Description protected KMLAbstractFeatureKMLBalloonTextDecoder. featureFeature to use as context for entity replacements.protected KMLAbstractFeatureKMLAbstractBalloon. parentprotected KMLAbstractFeatureKMLExtrudedPolygonImpl. parentprotected KMLAbstractFeatureKMLLineStringPlacemarkImpl. parentprotected KMLAbstractFeatureKMLPolygonImpl. parentprotected KMLAbstractFeatureKMLSurfacePolygonImpl. parentMethods in gov.nasa.worldwind.ogc.kml.impl that return KMLAbstractFeature Modifier and Type Method Description KMLAbstractFeatureKMLBalloonTextDecoder. getFeature()Get the feature used as context for resolving entity references.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type KMLAbstractFeature Modifier and Type Method Description protected TextDecoderKMLAbstractBalloon. createTextDecoder(KMLAbstractFeature feature)Create the text decoder that will process the text in the balloon.Constructors in gov.nasa.worldwind.ogc.kml.impl with parameters of type KMLAbstractFeature Constructor Description KMLAbstractBalloon(KMLAbstractFeature feature)Create a globe attached Balloon Impl object for a KML feature.KMLBalloonTextDecoder(KMLAbstractFeature feature)Create a decoder to generate balloon text for a feature.KMLGlobeBalloonImpl(GlobeBalloon balloon, KMLAbstractFeature feature)Create the balloon.KMLScreenBalloonImpl(ScreenBalloon balloon, KMLAbstractFeature feature)Create the balloon. -
Uses of KMLAbstractFeature in gov.nasa.worldwind.util.layertree
Fields in gov.nasa.worldwind.util.layertree declared as KMLAbstractFeature Modifier and Type Field Description protected KMLAbstractFeatureKMLFeatureTreeNode. featureIndicates the KML feature this node represents.Methods in gov.nasa.worldwind.util.layertree that return KMLAbstractFeature Modifier and Type Method Description KMLAbstractFeatureKMLFeatureTreeNode. getFeature()Indicates the KML feature this node represents.Methods in gov.nasa.worldwind.util.layertree with parameters of type KMLAbstractFeature Modifier and Type Method Description protected voidKMLContainerTreeNode. addFeatureNode(KMLAbstractFeature feature)Adds the a newKMLFeatureTreeNodecreated with the specifiedfeatureto this node.protected voidKMLLayerTreeNode. addFeatureNode(KMLAbstractFeature feature)Adds the a newKMLFeatureTreeNodecreated with the specifiedfeatureto this node.static KMLFeatureTreeNodeKMLFeatureTreeNode. fromKMLFeature(KMLAbstractFeature feature)Creates a newKMLFeatureTreeNodefrom the specifiedfeature.Constructors in gov.nasa.worldwind.util.layertree with parameters of type KMLAbstractFeature Constructor Description KMLFeatureTreeNode(KMLAbstractFeature feature)Creates a newKMLFeatureTreeNodefrom the specifiedfeature. -
Uses of KMLAbstractFeature in gov.nasa.worldwindx.examples.kml
Methods in gov.nasa.worldwindx.examples.kml with parameters of type KMLAbstractFeature Modifier and Type Method Description protected booleanKMLApplicationController. canMoveTo(KMLAbstractFeature feature)Determines if the view can be moved to look at a KML feature.protected booleanKMLApplicationController. canSelect(KMLAbstractFeature feature)Determines if there is a some action (fly to and/or open description balloon) to take when the user selects a KML feature in the tree.protected booleanKMLApplicationController. canShowBalloon(KMLAbstractFeature feature)Determines if a balloon can be opened for a KML feature.voidKMLViewController. goTo(KMLAbstractFeature feature)Animate the view to look at a KML feature.voidKMLViewController. goToDefaultView(KMLAbstractFeature feature)Move the view to look at a KML feature.protected voidKMLApplicationController. moveTo(KMLAbstractFeature feature)Smoothly moves theWorldWindow'sViewto the specifiedKMLAbstractFeature.protected voidKMLApplicationController. onFeatureSelected(KMLAbstractFeature feature)Invoked when a feature is selected in the KML feature tree. -
Uses of KMLAbstractFeature in gov.nasa.worldwindx.examples.util
Methods in gov.nasa.worldwindx.examples.util that return KMLAbstractFeature Modifier and Type Method Description protected KMLAbstractFeatureBalloonController. getContext(PickedObject pickedObject)Get the KML feature that is the context of a picked object.Methods in gov.nasa.worldwindx.examples.util with parameters of type KMLAbstractFeature Modifier and Type Method Description booleanBalloonController. canShowBalloon(KMLAbstractFeature feature)Determines whether or not a balloon must be created for a KML feature.protected voidBalloonController. configureBalloon(Balloon balloon, KMLAbstractFeature feature)Configure a new balloon for a KML feature.protected BalloonBalloonController. createBalloon(KMLAbstractFeature feature)Create a balloon for a KML feature and attach the balloon to the feature.protected voidBalloonController. doFeatureLinkActivated(KMLAbstractFeature feature, java.lang.String directive)Handle activation of a KML feature link.protected java.lang.StringBalloonController. getAttachmentMode(KMLAbstractFeature feature)Get the attachment mode of a KML feature:AVKey.GLOBEorAVKey.SCREEN.protected java.awt.PointBalloonController. getBalloonPoint(KMLAbstractFeature feature)Get the screen point for a balloon for a KML feature attached to the screen.protected PositionBalloonController. getBalloonPosition(KMLAbstractFeature feature)Get the position of the balloon for a KML feature attached to the globe.protected voidBalloonController. moveToFeature(KMLAbstractFeature feature)Move the view to look at a KML feature.voidBalloonController. showBalloon(KMLAbstractFeature feature)Show a balloon for a KML feature.
-