AnyLogic
Expand
Font size

@Deprecated
@AnyLogicInternalAPI
public class LegacyShapeGISMapStuff
extends Object
Deprecated.
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.

Nested Class Summary

Modifier and TypeClassDescription
static class LegacyShapeGISMapStuff.ALListenerList<T>
Deprecated.

Constructor Summary

ConstructorDescription
LegacyShapeGISMapStuff(ShapeGISMap owner, ILegacyTileFactory tileFactory)
Deprecated.
 

Method Summary

Modifier and TypeMethodDescription
voidaddImageChangedListener(ImageChangedListener listener)
Deprecated.
 
static BufferedImagecreateBufferedImage(int width, int height, boolean transparent)
Deprecated.
voiddispose()
Deprecated.
 
voiddraw(Graphics2D g, AffineTransform xform, boolean publicOnly)
Deprecated.
this function is deprecated and will be removed in the next release
static voiddrawGISRuler(Graphics2D g, com.bbn.openmap.proj.Projection projection, int width, int height)
Deprecated.
This method is not designed to be called by user
Draws ruler for given GIS projection
voidremoveImageChangedListener(ImageChangedListener listener)
Deprecated.
 
voidsetHeight(double height)
Deprecated.
 
voidsetMapScale(double mapScale)
Deprecated.
 
voidsetProjectionCenter(double centerLatitude, double centerLongitude)
Deprecated.
 
voidsetWidth(double width)
Deprecated.
 
voidsetX(double x)
Deprecated.
 
voidsetY(double y)
Deprecated.
 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

LegacyShapeGISMapStuff

public LegacyShapeGISMapStuff(ShapeGISMap owner,
 ILegacyTileFactory tileFactory)
Deprecated.

Method Details

setX

public void setX(double x)
Deprecated.

setY

public void setY(double y)
Deprecated.

setMapScale

public void setMapScale(double mapScale)
Deprecated.

setProjectionCenter

public void setProjectionCenter(double centerLatitude,
 double centerLongitude)
Deprecated.

setWidth

public void setWidth(double width)
Deprecated.

setHeight

public void setHeight(double height)
Deprecated.

addImageChangedListener

@AnyLogicInternalAPI
public void addImageChangedListener(ImageChangedListener listener)
Deprecated.

removeImageChangedListener

@AnyLogicInternalAPI
public void removeImageChangedListener(ImageChangedListener listener)
Deprecated.

dispose

public void dispose()
Deprecated.

draw

@AnyLogicInternalAPI
public void draw(Graphics2D g,
 AffineTransform xform,
 boolean publicOnly)
Deprecated.
this function is deprecated and will be removed in the next release

drawGISRuler

@AnyLogicInternalAPI
public static void drawGISRuler(Graphics2D g,
 com.bbn.openmap.proj.Projection projection,
 int width,
 int height)
Deprecated.
This method is not designed to be called by user
Draws ruler for given GIS projection
Parameters:
width -
height - actual height XOR this class hashcode
usedScaleFactor -

createBufferedImage

@Deprecated
public static BufferedImage createBufferedImage(int width,
 int height,
 boolean transparent)
Deprecated.