blob: 0c118e721a723e74f18d945921f2e8fcf7d63f9b [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.ImagewriterPackage;
import org.eclipse.stem.loggers.imagewriter.OrthographicMapLogger;
import org.eclipse.stem.loggers.imagewriter.logger.projections.Orthographic;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Orthographic Map Logger</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class OrthographicMapLoggerImpl extends OriginDependentProjectedMapImageLoggerImpl implements OrthographicMapLogger {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
public OrthographicMapLoggerImpl() {
super();
setProjection(Orthographic.class);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ImagewriterPackage.Literals.ORTHOGRAPHIC_MAP_LOGGER;
}
} //OrthographicMapLoggerImpl