net.opengis.kml._2_2_0
Class AbstractFeatureType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractFeatureType
Direct Known Subclasses:
AbstractContainerType, AbstractOverlayType, NetworkLinkType, PlacemarkType

public abstract class AbstractFeatureType
extends AbstractObjectType

Classe Java pour AbstractFeatureType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="AbstractFeatureType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}name" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}visibility" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}open" minOccurs="0"/>
         <element ref="{http://www.w3.org/2005/Atom}author" minOccurs="0"/>
         <element ref="{http://www.w3.org/2005/Atom}link" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}address" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressDetails" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}phoneNumber" minOccurs="0"/>
         <choice>
           <element ref="{http://www.opengis.net/kml/2.2}Snippet" minOccurs="0"/>
           <element ref="{http://www.opengis.net/kml/2.2}snippet" minOccurs="0"/>
         </choice>
         <element ref="{http://www.opengis.net/kml/2.2}description" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractViewGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractTimePrimitiveGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}styleUrl" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractStyleSelectorGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}Region" minOccurs="0"/>
         <choice>
           <element ref="{http://www.opengis.net/kml/2.2}Metadata" minOccurs="0"/>
           <element ref="{http://www.opengis.net/kml/2.2}ExtendedData" minOccurs="0"/>
         </choice>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractFeatureObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> rest
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AbstractFeatureType()
           
 
Method Summary
 List<Object> getRest()
          Obtient le reste du modèle de contenu.
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rest

protected List<Object> rest
Constructor Detail

AbstractFeatureType

public AbstractFeatureType()
Method Detail

getRest

public List<Object> getRest()
Obtient le reste du modèle de contenu.

Vous obtenez la propriété "catch-all" pour la raison suivante : Le nom de champ "Snippet" est utilisé par deux parties différentes d'un schéma. Reportez-vous à : ligne 321 sur file:/home/fortin/GithubProjects/ogc-custom-jaxb/target/checkout/src/main/resources/kml/2.2.0/ogckml22.xsd ligne 320 sur file:/home/fortin/GithubProjects/ogc-custom-jaxb/target/checkout/src/main/resources/kml/2.2.0/ogckml22.xsd

Pour vous débarrasser de cette propriété, appliquez une personnalisation de propriété à l'une des deux déclarations suivantes afin de modifier leurs noms : Gets the value of the rest property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rest property.

For example, to add a new item, do as follows:

    getRest().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<AtomPersonConstruct> JAXBElement<AbstractTimePrimitiveType> JAXBElement<StyleType> JAXBElement<String> JAXBElement<Boolean> JAXBElement<TimeStampType> JAXBElement<CameraType> JAXBElement<MetadataType> ASnippet JAXBElement<StyleMapType> JAXBElement<AbstractObjectType> Link JAXBElement<Boolean> JAXBElement<LookAtType> JAXBElement<Object> JAXBElement<ExtendedDataType> JAXBElement<AddressDetails> JAXBElement<AbstractViewType> JAXBElement<String> JAXBElement<String> JAXBElement<AbstractStyleSelectorType> JAXBElement<String> JAXBElement<TimeSpanType> JAXBElement<RegionType> JAXBElement<String> JAXBElement<SnippetType>



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.