public class BoundsMap extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
BoundsMap() |
BoundsMap(double lowerLeftX,
double lowerLeftY,
double upperRightX,
double upperRightY,
String crs) |
Modifier and Type | Method and Description |
---|---|
String |
getCrs() |
double |
getLowerLeftX() |
double |
getLowerLeftY() |
double |
getUpperRightX() |
double |
getUpperRightY() |
void |
setCrs(String crs) |
void |
setLowerLeftX(double lowerLeftX) |
void |
setLowerLeftY(double lowerLeftY) |
void |
setUpperRightX(double upperRightX) |
void |
setUpperRightY(double upperRightY) |
public BoundsMap()
public BoundsMap(double lowerLeftX, double lowerLeftY, double upperRightX, double upperRightY, String crs)
public double getLowerLeftX()
public void setLowerLeftX(double lowerLeftX)
public double getLowerLeftY()
public void setLowerLeftY(double lowerLeftY)
public double getUpperRightX()
public void setUpperRightX(double upperRightX)
public double getUpperRightY()
public void setUpperRightY(double upperRightY)
public String getCrs()
public void setCrs(String crs)
Copyright © 2015. All Rights Reserved.