AnyLogic
Expand
Font size

@Deprecated
@AnyLogicInternalAPI
public class LegacyShapeGISMapProjection
extends Object
Deprecated.

Constructor Summary

ConstructorDescription
LegacyShapeGISMapProjection(ShapeGISMap owner)
Deprecated.
 

Method Summary

Modifier and TypeMethodDescription
PointconvertForward(double latitude, double longitude)
Deprecated.
this function is deprecated and will be removed in the next release
PointconvertForward(double latitude, double longitude, Point out)
Deprecated.
this function is deprecated and will be removed in the next release
PointconvertInverse(double x, double y)
Deprecated.
this function is deprecated and will be removed in the next release
PointconvertInverse(double x, double y, Point out)
Deprecated.
this function is deprecated and will be removed in the next release
doubleconvertRotationAngleForward(double latitude, double longitude, double angle)
Deprecated.
this function is deprecated and will be removed in the next release
doubleconvertRotationAngleInverse(double x, double y, double angle)
Deprecated.
this function is deprecated and will be removed in the next release
doubleconvertXForward(double latitude, double longitude)
Deprecated.
this function is deprecated and will be removed in the next release
doubleconvertXInverse(double x, double y)
Deprecated.
this function is deprecated and will be removed in the next release
doubleconvertYForward(double latitude, double longitude)
Deprecated.
this function is deprecated and will be removed in the next release
doubleconvertYInverse(double x, double y)
Deprecated.
this function is deprecated and will be removed in the next release
doublegetAdditionalScale()
Deprecated.
doublegetPresentationScaleOnOwnerSpace(Agent agent)
Deprecated.
 
com.bbn.openmap.proj.ProjectiongetProjection()
Deprecated.
Creates projection if it hasn't been created yet
booleanprojectionContains(double latitude, double longitude)
Deprecated.
this function is deprecated and will be removed in the next release
voidsetAdditionalScale(double additionalScale)
Deprecated.
 

Methods inherited from class java.lang.Object

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

Constructor Details

LegacyShapeGISMapProjection

public LegacyShapeGISMapProjection(ShapeGISMap owner)
Deprecated.

Method Details

getPresentationScaleOnOwnerSpace

public double getPresentationScaleOnOwnerSpace(Agent agent)
Deprecated.

convertXForward

@Deprecated
public double convertXForward(double latitude,
 double longitude)
Deprecated.
this function is deprecated and will be removed in the next release

convertYForward

@Deprecated
public double convertYForward(double latitude,
 double longitude)
Deprecated.
this function is deprecated and will be removed in the next release

convertForward

@Deprecated
public Point convertForward(double latitude,
 double longitude)
Deprecated.
this function is deprecated and will be removed in the next release

convertForward

@Deprecated
public Point convertForward(double latitude,
 double longitude,
 Point out)
Deprecated.
this function is deprecated and will be removed in the next release

convertRotationAngleForward

@Deprecated
public double convertRotationAngleForward(double latitude,
 double longitude,
 double angle)
Deprecated.
this function is deprecated and will be removed in the next release

convertXInverse

@Deprecated
public double convertXInverse(double x,
 double y)
Deprecated.
this function is deprecated and will be removed in the next release

convertYInverse

@Deprecated
public double convertYInverse(double x,
 double y)
Deprecated.
this function is deprecated and will be removed in the next release

convertInverse

@Deprecated
public Point convertInverse(double x,
 double y)
Deprecated.
this function is deprecated and will be removed in the next release

convertInverse

@Deprecated
public Point convertInverse(double x,
 double y,
 Point out)
Deprecated.
this function is deprecated and will be removed in the next release

convertRotationAngleInverse

@Deprecated
public double convertRotationAngleInverse(double x,
 double y,
 double angle)
Deprecated.
this function is deprecated and will be removed in the next release

projectionContains

@Deprecated
public boolean projectionContains(double latitude,
 double longitude)
Deprecated.
this function is deprecated and will be removed in the next release

getProjection

public com.bbn.openmap.proj.Projection getProjection()
Deprecated.
Creates projection if it hasn't been created yet

getAdditionalScale

@AnyLogicInternalAPI
@Deprecated
public double getAdditionalScale()
Deprecated.
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.

setAdditionalScale

public void setAdditionalScale(double additionalScale)
Deprecated.