Package de.micromata.opengis.kml.v_2_2_0

Examples of de.micromata.opengis.kml.v_2_2_0.Vec2


    /**
     * Create an instance of {@link LatLonQuad}
     *
     */
    public static LatLonQuad createGxLatLonQuad() {
        return new LatLonQuad();
    }
View Full Code Here


     * this.getGeometry().add(multiTrack); </code>
     *
     *
     */
    public MultiTrack createAndAddMultiTrack() {
        MultiTrack newValue = new MultiTrack();
        this.getGeometry().add(newValue);
        return newValue;
    }
View Full Code Here

    /**
     * Create an instance of {@link MultiTrack}
     *
     */
    public static MultiTrack createGxMultiTrack() {
        return new MultiTrack();
    }
View Full Code Here

    /**
     * Create an instance of {@link Option}
     *
     */
    public static Option createGxOption() {
        return new Option();
    }
View Full Code Here

    /**
     * Create an instance of {@link Playlist}
     *
     */
    public static Playlist createGxPlaylist() {
        return new Playlist();
    }
View Full Code Here

    /**
     * Create an instance of {@link Playlist}
     *
     */
    public static Playlist createGxPlaylist() {
        return new Playlist();
    }
View Full Code Here

    /**
     * Create an instance of {@link SimpleArrayData}
     *
     */
    public static SimpleArrayData createGxSimpleArrayData() {
        return new SimpleArrayData();
    }
View Full Code Here

    /**
     * Create an instance of {@link SimpleArrayField}
     *
     */
    public static SimpleArrayField createGxSimpleArrayField() {
        return new SimpleArrayField();
    }
View Full Code Here

    /**
     * Create an instance of {@link SoundCue}
     *
     */
    public static SoundCue createGxSoundCue() {
        return new SoundCue();
    }
View Full Code Here

    /**
     * Create an instance of {@link SoundCue}
     *
     */
    public static SoundCue createGxSoundCue() {
        return new SoundCue();
    }
View Full Code Here

TOP

Related Classes of de.micromata.opengis.kml.v_2_2_0.Vec2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.