de.micromata.opengis.kml.v_2_2_0.gx
Class TourPrimitive

java.lang.Object
  extended by de.micromata.opengis.kml.v_2_2_0.AbstractObject
      extended by de.micromata.opengis.kml.v_2_2_0.gx.TourPrimitive
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
AnimatedUpdate, FlyTo, SoundCue, TourControl, Wait

public abstract class TourPrimitive
extends AbstractObject
implements java.lang.Cloneable

Elements extended from gx:TourPrimitive provide instructions to KML browsers during tours, including points to fly to and the duration of those flights, pauses, updates to KML features, and sound files to play.

These elements must be contained within a element, which in turn is contained with a element.

This is an abstract element and cannot be used directly in a KML file. This element is extended by the , , , , and elements.

Syntax:
<gx:Tour>
   <gx:Playlist>
 
     <!-- abstract element; do not create -->
     <!-- gx:TourPrimitive -->    <!-- gx:AnimatedUpdate, gx:FlyTo, gx:TourControl, gx:SoundCue, gx:Wait -->
         <!-- extends Object -->
     <!-- /gx:TourPrimitive -->
 
   </gx:Playlist>
 </gx:Tour>
 
Extends:


Field Summary
 
Fields inherited from class de.micromata.opengis.kml.v_2_2_0.AbstractObject
id, objectSimpleExtension, targetId
 
Constructor Summary
TourPrimitive()
           
 
Method Summary
 TourPrimitive clone()
           
 
Methods inherited from class de.micromata.opengis.kml.v_2_2_0.AbstractObject
addToObjectSimpleExtension, equals, getId, getObjectSimpleExtension, getTargetId, hashCode, setId, setObjectSimpleExtension, setTargetId, withId, withObjectSimpleExtension, withTargetId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourPrimitive

public TourPrimitive()
Method Detail

clone

public TourPrimitive clone()
Overrides:
clone in class AbstractObject