blob: 6667f17bf262212b68217c21f10b5916b2ef567c [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Pierre Allard - initial API and implementation
* Regent L'Archeveque
*
* SPDX-License-Identifier: EPL-1.0
* *******************************************************************************
*/
package org.eclipse.apogy.core.environment.earth.orbit.ui;
import org.eclipse.apogy.core.Updatable;
import org.eclipse.apogy.core.environment.earth.ui.EarthOutlookWorldWindLayer;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Abstract Ground Station World Wind Layer</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* *
* Base class for layers used to display a Ground station.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.apogy.core.environment.earth.orbit.ui.ApogyCoreEnvironmentEarthOrbitUIPackage#getAbstractGroundStationWorldWindLayer()
* @model abstract="true"
* annotation="http://www.eclipse.org/apogy hasCustomClass='true'"
* @generated
*/
public interface AbstractGroundStationWorldWindLayer extends EarthOutlookWorldWindLayer, Updatable {
} // AbstractGroundStationWorldWindLayer