net.opengis.kml._2_2_0
Class PlacemarkType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractFeatureType
          extended by net.opengis.kml._2_2_0.PlacemarkType

public class PlacemarkType
extends AbstractFeatureType

Classe Java pour PlacemarkType complex type.

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

 <complexType name="PlacemarkType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractFeatureType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractGeometryGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PlacemarkSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PlacemarkObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractFeatureType
rest
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
PlacemarkType()
           
 
Method Summary
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractFeatureType
getRest
 
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
 

Constructor Detail

PlacemarkType

public PlacemarkType()


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