Class Recalculate_WGS84_Offset
- java.lang.Object
-
- org.gcube.application.geoportaldatamapper.exporter.gis.Recalculate_WGS84_Offset
-
public class Recalculate_WGS84_Offset extends Object
-
-
Constructor Summary
Constructors Constructor Description Recalculate_WGS84_Offset(String wmsVersion, String bbox, double bboxOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAspectratioHeight()intgetAspectratioWidth()doublegetBboxOffset()StringgetBboxWithOffset()DoublegetExpHeight()DoublegetExpWidth()doublegetRatio_Width_Height()StringgetSourceBBOX()StringgetWmsVersion()
-
-
-
Method Detail
-
getWmsVersion
public String getWmsVersion()
-
getSourceBBOX
public String getSourceBBOX()
-
getBboxOffset
public double getBboxOffset()
-
getBboxWithOffset
public String getBboxWithOffset()
-
getExpWidth
public Double getExpWidth()
-
getExpHeight
public Double getExpHeight()
-
getAspectratioWidth
public int getAspectratioWidth()
-
getAspectratioHeight
public int getAspectratioHeight()
-
getRatio_Width_Height
public double getRatio_Width_Height()
-
-