public abstract class TourPrimitive extends AbstractObject implements 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
This is an abstract element and cannot be used directly in a KML file. This element
is extended by the
<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:id, objectSimpleExtension, targetId| Constructor and Description |
|---|
TourPrimitive() |
| Modifier and Type | Method and Description |
|---|---|
TourPrimitive |
clone() |
addToObjectSimpleExtension, equals, getId, getObjectSimpleExtension, getTargetId, hashCode, setId, setObjectSimpleExtension, setTargetId, withId, withObjectSimpleExtension, withTargetIdpublic TourPrimitive clone()
clone in class AbstractObjectCopyright © 2014 Micromata GmbH. All rights reserved.