Uses of Class
com.google.earth.kml._2.FeatureType
Packages that use FeatureType
-
Uses of FeatureType in com.google.earth.kml._2
Subclasses of FeatureType in com.google.earth.kml._2Modifier and TypeClassDescriptionclass<p>Java class for ContainerType complex type</p>.class<p>Java class for DocumentType complex type</p>.class<p>Java class for FolderType complex type</p>.class<p>Java class for GroundOverlayType complex type</p>.class<p>Java class for NetworkLinkType complex type</p>.class<p>Java class for OverlayType complex type</p>.class<p>Java class for PlacemarkType complex type</p>.class<p>Java class for ScreenOverlayType complex type</p>.Fields in com.google.earth.kml._2 with type parameters of type FeatureTypeModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> DeleteType.featureprotected List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> DocumentType.featureprotected List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> FolderType.featureprotected jakarta.xml.bind.JAXBElement<? extends FeatureType> KmlType.featureprotected jakarta.xml.bind.JAXBElement<? extends FeatureType> ReplaceType.featureMethods in com.google.earth.kml._2 that return types with arguments of type FeatureTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FeatureType> ObjectFactory.createFeature(FeatureType value) List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> DeleteType.getFeature()Gets the value of the feature property.List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> DocumentType.getFeature()Gets the value of the feature property.List<jakarta.xml.bind.JAXBElement<? extends FeatureType>> FolderType.getFeature()Gets the value of the feature property.jakarta.xml.bind.JAXBElement<? extends FeatureType> KmlType.getFeature()Gets the value of the feature property.jakarta.xml.bind.JAXBElement<? extends FeatureType> ReplaceType.getFeature()Gets the value of the feature property.Methods in com.google.earth.kml._2 with parameters of type FeatureTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FeatureType> ObjectFactory.createFeature(FeatureType value) Method parameters in com.google.earth.kml._2 with type arguments of type FeatureTypeModifier and TypeMethodDescriptionvoidKmlType.setFeature(jakarta.xml.bind.JAXBElement<? extends FeatureType> value) Sets the value of the feature property.voidReplaceType.setFeature(jakarta.xml.bind.JAXBElement<? extends FeatureType> value) Sets the value of the feature property.