package nl.tudelft.simulation.dsol.animation.gis; import java.awt.Dimension; import java.awt.Graphics2D; import java.awt.image.ImageObserver; import org.djutils.draw.bounds.Bounds2d; import org.djutils.draw.point.Point2d; import nl.tudelft.simulation.dsol.animation.Locatable; import nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface; import nl.tudelft.simulation.dsol.animation.D2.RenderableScale; import nl.tudelft.simulation.naming.context.Contextualized; /** * This renderable draws CAD/GIS objects. *
* Copyright (c) 2020-2022 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See * for project information DSOL Manual. The DSOL * project is distributed under a three-clause BSD-style license, which can be found at * DSOL License. *
* @author Alexander Verbraeck */ public interface GisRenderable2D extends Renderable2DInterface