org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis
Class BoundsInfoType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.BoundsInfoType

public class BoundsInfoType
extends Object


Constructor Summary
BoundsInfoType()
           
BoundsInfoType(double minx, double maxx, double miny, double maxy, String crs)
           
 
Method Summary
 String crs()
           
 void crs(String crs)
           
 double maxx()
           
 void maxx(double maxx)
           
 double maxy()
           
 void maxy(double maxy)
           
 double minx()
           
 void minx(double minx)
           
 double miny()
           
 void miny(double miny)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundsInfoType

public BoundsInfoType()

BoundsInfoType

public BoundsInfoType(double minx,
                      double maxx,
                      double miny,
                      double maxy,
                      String crs)
Method Detail

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.