public class BoundsInfoType extends Object implements Serializable
| Constructor and Description |
|---|
BoundsInfoType() |
BoundsInfoType(String crs,
double maxx,
double maxy,
double minx,
double miny) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCrs()
Gets the crs value for this BoundsInfoType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
double |
getMaxx()
Gets the maxx value for this BoundsInfoType.
|
double |
getMaxy()
Gets the maxy value for this BoundsInfoType.
|
double |
getMinx()
Gets the minx value for this BoundsInfoType.
|
double |
getMiny()
Gets the miny value for this BoundsInfoType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCrs(String crs)
Sets the crs value for this BoundsInfoType.
|
void |
setMaxx(double maxx)
Sets the maxx value for this BoundsInfoType.
|
void |
setMaxy(double maxy)
Sets the maxy value for this BoundsInfoType.
|
void |
setMinx(double minx)
Sets the minx value for this BoundsInfoType.
|
void |
setMiny(double miny)
Sets the miny value for this BoundsInfoType.
|
public BoundsInfoType()
public BoundsInfoType(String crs, double maxx, double maxy, double minx, double miny)
public double getMinx()
public void setMinx(double minx)
minx - public double getMaxx()
public void setMaxx(double maxx)
maxx - public double getMiny()
public void setMiny(double miny)
miny - public double getMaxy()
public void setMaxy(double maxy)
maxy - public String getCrs()
public void setCrs(String crs)
crs - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.