blob: 161e8e5278cd6b317721316c90d21bedb1abd463 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.stem.loggers.imagewriter.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.stem.loggers.imagewriter.AzimuthalEquidistantMapLogger;
import org.eclipse.stem.loggers.imagewriter.ImagewriterPackage;
import org.eclipse.stem.loggers.imagewriter.logger.projections.AzimuthalEquidistant;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Azimuthal Equidistant Map Logger</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class AzimuthalEquidistantMapLoggerImpl extends OriginDependentProjectedMapImageLoggerImpl implements AzimuthalEquidistantMapLogger {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
public AzimuthalEquidistantMapLoggerImpl() {
super();
setProjection(AzimuthalEquidistant.class);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ImagewriterPackage.Literals.AZIMUTHAL_EQUIDISTANT_MAP_LOGGER;
}
} //AzimuthalEquidistantMapLoggerImpl