org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis
Class BoundsInfoType
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.BoundsInfoType
public class BoundsInfoType
- extends Object
BoundsInfoType
public BoundsInfoType()
BoundsInfoType
public BoundsInfoType(double minx,
double maxx,
double miny,
double maxy,
String crs)
minx
public double minx()
- Returns:
- the minx
minx
public void minx(double minx)
- Parameters:
minx - the minx to set
maxx
public double maxx()
- Returns:
- the maxx
maxx
public void maxx(double maxx)
- Parameters:
maxx - the maxx to set
miny
public double miny()
- Returns:
- the miny
miny
public void miny(double miny)
- Parameters:
miny - the miny to set
maxy
public double maxy()
- Returns:
- the maxy
maxy
public void maxy(double maxy)
- Parameters:
maxy - the maxy to set
crs
public String crs()
- Returns:
- the crs
crs
public void crs(String crs)
- Parameters:
crs - the crs to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All Rights Reserved.