Uses of Class
net.opengis.kml.v_2_3.AbstractFeatureType

Uses of AbstractFeatureType in net.opengis.kml.v_2_3
 

Subclasses of AbstractFeatureType in net.opengis.kml.v_2_3
 class AbstractContainerType
          Java class for AbstractContainerType complex type.
 class AbstractOverlayType
          Java class for AbstractOverlayType complex type.
 class DocumentType
          Java class for DocumentType complex type.
 class FolderType
          Java class for FolderType complex type.
 class GroundOverlayType
          Java class for GroundOverlayType complex type.
 class NetworkLinkType
          Java class for NetworkLinkType complex type.
 class PhotoOverlayType
          Java class for PhotoOverlayType complex type.
 class PlacemarkType
          Java class for PlacemarkType complex type.
 class ScreenOverlayType
          Java class for ScreenOverlayType complex type.
 class TourType
          Java class for TourType complex type.
 

Fields in net.opengis.kml.v_2_3 with type parameters of type AbstractFeatureType
protected  JAXBElement<? extends AbstractFeatureType> KmlType.abstractFeatureGroup
           
protected  List<JAXBElement<? extends AbstractFeatureType>> FolderType.abstractFeatureGroup
           
protected  List<JAXBElement<? extends AbstractFeatureType>> DocumentType.abstractFeatureGroup
           
protected  List<JAXBElement<? extends AbstractFeatureType>> DeleteType.abstractFeatureGroup
           
 

Methods in net.opengis.kml.v_2_3 that return AbstractFeatureType
 AbstractFeatureType AbstractFeatureType.withAbstractExtendedDataGroup(JAXBElement<?> value)
           
 AbstractFeatureType AbstractFeatureType.withAbstractFeatureObjectExtensionGroup(AbstractObjectType... values)
           
 AbstractFeatureType AbstractFeatureType.withAbstractFeatureObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 AbstractFeatureType AbstractFeatureType.withAbstractFeatureObjectExtensionGroup(List<AbstractObjectType> value)
           
 AbstractFeatureType AbstractFeatureType.withAbstractFeatureSimpleExtensionGroup(Collection<Object> values)
           
 AbstractFeatureType AbstractFeatureType.withAbstractFeatureSimpleExtensionGroup(List<Object> value)
           
 AbstractFeatureType AbstractFeatureType.withAbstractFeatureSimpleExtensionGroup(Object... values)
           
 AbstractFeatureType AbstractFeatureType.withAbstractSnippetGroup(JAXBElement<?> value)
           
 AbstractFeatureType AbstractFeatureType.withAbstractStyleSelectorGroup(Collection<JAXBElement<? extends AbstractStyleSelectorType>> values)
           
 AbstractFeatureType AbstractFeatureType.withAbstractStyleSelectorGroup(JAXBElement<? extends AbstractStyleSelectorType>... values)
           
 AbstractFeatureType AbstractFeatureType.withAbstractStyleSelectorGroup(List<JAXBElement<? extends AbstractStyleSelectorType>> value)
           
 AbstractFeatureType AbstractFeatureType.withAbstractTimePrimitiveGroup(JAXBElement<? extends AbstractTimePrimitiveType> value)
           
 AbstractFeatureType AbstractFeatureType.withAbstractViewGroup(JAXBElement<? extends AbstractViewType> value)
           
 AbstractFeatureType AbstractFeatureType.withAddress(String value)
           
 AbstractFeatureType AbstractFeatureType.withAddressDetails(AddressDetails value)
           
 AbstractFeatureType AbstractFeatureType.withAtomAuthor(org.hisrc.w3c.atom.v_1_0.AtomPersonConstruct value)
           
 AbstractFeatureType AbstractFeatureType.withAtomLink(org.hisrc.w3c.atom.v_1_0.Link value)
           
 AbstractFeatureType AbstractFeatureType.withBalloonVisibility(Boolean value)
           
 AbstractFeatureType AbstractFeatureType.withDescription(String value)
           
 AbstractFeatureType AbstractFeatureType.withId(String value)
           
 AbstractFeatureType AbstractFeatureType.withName(String value)
           
 AbstractFeatureType AbstractFeatureType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 AbstractFeatureType AbstractFeatureType.withObjectSimpleExtensionGroup(List<Object> value)
           
 AbstractFeatureType AbstractFeatureType.withObjectSimpleExtensionGroup(Object... values)
           
 AbstractFeatureType AbstractFeatureType.withOpen(Boolean value)
           
 AbstractFeatureType AbstractFeatureType.withPhoneNumber(String value)
           
 AbstractFeatureType AbstractFeatureType.withRegion(RegionType value)
           
 AbstractFeatureType AbstractFeatureType.withStyleUrl(String value)
           
 AbstractFeatureType AbstractFeatureType.withTargetId(String value)
           
 AbstractFeatureType AbstractFeatureType.withVisibility(Boolean value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type AbstractFeatureType
 JAXBElement<AbstractFeatureType> ObjectFactory.createAbstractFeatureGroup(AbstractFeatureType value)
          Create an instance of JAXBElement<AbstractFeatureType>}
 JAXBElement<? extends AbstractFeatureType> KmlType.getAbstractFeatureGroup()
          Gets the value of the abstractFeatureGroup property.
 List<JAXBElement<? extends AbstractFeatureType>> FolderType.getAbstractFeatureGroup()
          Gets the value of the abstractFeatureGroup property.
 List<JAXBElement<? extends AbstractFeatureType>> DocumentType.getAbstractFeatureGroup()
          Gets the value of the abstractFeatureGroup property.
 List<JAXBElement<? extends AbstractFeatureType>> DeleteType.getAbstractFeatureGroup()
          Gets the value of the abstractFeatureGroup property.
 

Methods in net.opengis.kml.v_2_3 with parameters of type AbstractFeatureType
 JAXBElement<AbstractFeatureType> ObjectFactory.createAbstractFeatureGroup(AbstractFeatureType value)
          Create an instance of JAXBElement<AbstractFeatureType>}
 

Method parameters in net.opengis.kml.v_2_3 with type arguments of type AbstractFeatureType
 void KmlType.setAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType> value)
          Sets the value of the abstractFeatureGroup property.
 void FolderType.setAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 void DocumentType.setAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 void DeleteType.setAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 FolderType FolderType.withAbstractFeatureGroup(Collection<JAXBElement<? extends AbstractFeatureType>> values)
           
 DocumentType DocumentType.withAbstractFeatureGroup(Collection<JAXBElement<? extends AbstractFeatureType>> values)
           
 DeleteType DeleteType.withAbstractFeatureGroup(Collection<JAXBElement<? extends AbstractFeatureType>> values)
           
 KmlType KmlType.withAbstractFeatureGroup(JAXBElement<? extends AbstractFeatureType> value)
           
 FolderType FolderType.withAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 DocumentType DocumentType.withAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 DeleteType DeleteType.withAbstractFeatureGroup(List<JAXBElement<? extends AbstractFeatureType>> value)
           
 



Copyright © 2008-2016. All Rights Reserved.