Package com.anylogic.engine.presentation
- java.lang.Object
- com.anylogic.engine.presentation.LegacyShapeGISMapProjection
@Deprecated @AnyLogicInternalAPI public class LegacyShapeGISMapProjection extends Object
Deprecated.
Constructor | Description |
---|---|
LegacyShapeGISMapProjection |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Point | convertForward |
Deprecated.
this function is deprecated and will be removed in the next release
|
Point | convertForward |
Deprecated.
this function is deprecated and will be removed in the next release
|
Point | convertInverse |
Deprecated.
this function is deprecated and will be removed in the next release
|
Point | convertInverse |
Deprecated.
this function is deprecated and will be removed in the next release
|
double | convertRotationAngleForward |
Deprecated.
this function is deprecated and will be removed in the next release
|
double | convertRotationAngleInverse |
Deprecated.
this function is deprecated and will be removed in the next release
|
double | convertXForward |
Deprecated.
this function is deprecated and will be removed in the next release
|
double | convertXInverse |
Deprecated.
this function is deprecated and will be removed in the next release
|
double | convertYForward |
Deprecated.
this function is deprecated and will be removed in the next release
|
double | convertYInverse |
Deprecated.
this function is deprecated and will be removed in the next release
|
double | getAdditionalScale() |
Deprecated.
|
double | getPresentationScaleOnOwnerSpace |
Deprecated.
|
com.bbn.openmap.proj.Projection | getProjection() |
Deprecated.
Creates projection if it hasn't been created yet
|
boolean | projectionContains |
Deprecated.
this function is deprecated and will be removed in the next release
|
void | setAdditionalScale |
Deprecated.
|
public LegacyShapeGISMapProjection(ShapeGISMap owner)
Deprecated.
public double getPresentationScaleOnOwnerSpace(Agent agent)
Deprecated.
@Deprecated public double convertXForward(double latitude, double longitude)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public double convertYForward(double latitude, double longitude)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public Point convertForward(double latitude, double longitude)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public Point convertForward(double latitude, double longitude, Point out)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public double convertRotationAngleForward(double latitude, double longitude, double angle)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public double convertXInverse(double x, double y)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public double convertYInverse(double x, double y)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public Point convertInverse(double x, double y)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public Point convertInverse(double x, double y, Point out)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public double convertRotationAngleInverse(double x, double y, double angle)
Deprecated.
this function is deprecated and will be removed in the next release
@Deprecated public boolean projectionContains(double latitude, double longitude)
Deprecated.
this function is deprecated and will be removed in the next release
public com.bbn.openmap.proj.Projection getProjection()
Deprecated.
Creates projection if it hasn't been created yet
@AnyLogicInternalAPI @Deprecated public double getAdditionalScale()
Deprecated.
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
public void setAdditionalScale(double additionalScale)
Deprecated.