Package com.anylogic.engine.presentation
- java.lang.Object
- com.anylogic.engine.presentation.LegacyShapeGISMapStuff
@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.
it may be removed/renamed in future.
Modifier and Type | Class | Description |
---|---|---|
static class | LegacyShapeGISMapStuff.ALListenerList<T> |
Deprecated.
|
Constructor | Description |
---|---|
LegacyShapeGISMapStuff |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void | addImageChangedListener |
Deprecated.
|
static BufferedImage | createBufferedImage |
Deprecated.
|
void | dispose() |
Deprecated.
|
void | draw |
Deprecated.
this function is deprecated and will be removed in the next release
|
static void | drawGISRuler |
Deprecated.
This method is not designed to be called by user
Draws ruler for given GIS projection |
void | removeImageChangedListener |
Deprecated.
|
void | setHeight |
Deprecated.
|
void | setMapScale |
Deprecated.
|
void | setProjectionCenter |
Deprecated.
|
void | setWidth |
Deprecated.
|
void | setX |
Deprecated.
|
void | setY |
Deprecated.
|
public LegacyShapeGISMapStuff(ShapeGISMap owner, ILegacyTileFactory tileFactory)
Deprecated.
public void setX(double x)
Deprecated.
public void setY(double y)
Deprecated.
public void setMapScale(double mapScale)
Deprecated.
public void setProjectionCenter(double centerLatitude, double centerLongitude)
Deprecated.
public void setWidth(double width)
Deprecated.
public void setHeight(double height)
Deprecated.
@AnyLogicInternalAPI public void addImageChangedListener(ImageChangedListener listener)
Deprecated.
@AnyLogicInternalAPI public void removeImageChangedListener(ImageChangedListener listener)
Deprecated.
public void dispose()
Deprecated.
@AnyLogicInternalAPI public void draw(Graphics2D g, AffineTransform xform, boolean publicOnly)
Deprecated.
this function is deprecated and will be removed in the next release
@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
Draws ruler for given GIS projection
- Parameters:
width
-height
- actual height XOR this class hashcodeusedScaleFactor
-
@Deprecated public static BufferedImage createBufferedImage(int width, int height, boolean transparent)
Deprecated.