blob: 423ca9b83f59a271da97905e06713a0cc4c0cfcb [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.environment.earth.orbit.EarthSpacecraft;
import org.eclipse.apogy.core.environment.earth.orbit.OrbitAnalysisData;
import org.eclipse.apogy.core.environment.earth.orbit.OrbitAnalysisDataSet;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Facade</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.apogy.core.environment.earth.orbit.ui.ApogyCoreEnvironmentEarthOrbitUIPackage#getApogyCoreEnvironmentEarthOrbitUIFacade()
* @model annotation="http://www.eclipse.org/apogy isSingleton='true' hasCustomClass='true'"
* @generated
*/
public interface ApogyCoreEnvironmentEarthOrbitUIFacade extends EObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model unique="false" orbitAnalysisDataUnique="false" spacecraftUnique="false"
* @generated
*/
SpacecraftOrbitAnalysisWorldWindLayer createSpacecraftOrbitAnalysisWorldWindLayer(OrbitAnalysisData orbitAnalysisData, EarthSpacecraft spacecraft);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model unique="false" orbitAnalysisDataUnique="false" spacecraftUnique="false"
* @generated
*/
AllVisibilityPassesWorldWindLayer createAllVisibilityPassesWorldWindLayer(OrbitAnalysisData orbitAnalysisData, EarthSpacecraft spacecraft);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model unique="false" orbitAnalysisDataSetUnique="false"
* @generated
*/
OrbitAnalysisDataSetWorldWindLayer createOrbitAnalysisDataSetWorldWindLayer(OrbitAnalysisDataSet orbitAnalysisDataSet);
/**
* Returns a '{@link org.eclipse.apogy.core.environment.earth.orbit.ui.ApogyCoreEnvironmentEarthOrbitUIFacade}' singleton.
* @generated
*/
public static ApogyCoreEnvironmentEarthOrbitUIFacade INSTANCE = ApogyCoreEnvironmentEarthOrbitUIFactory.eINSTANCE.createApogyCoreEnvironmentEarthOrbitUIFacade();
} // ApogyCoreEnvironmentEarthOrbitUIFacade