com.esri.arcgisws
Class CenterAndSize

java.lang.Object
  extended bycom.esri.arcgisws.MapArea
      extended bycom.esri.arcgisws.CenterAndSize
All Implemented Interfaces:
java.io.Serializable

public class CenterAndSize
extends MapArea
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CenterAndSize()
           
CenterAndSize(Envelope extent, Point center, double height, double width, java.lang.String units)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Point getCenter()
          Gets the center value for this CenterAndSize.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 double getHeight()
          Gets the height value for this CenterAndSize.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUnits()
          Gets the units value for this CenterAndSize.
 double getWidth()
          Gets the width value for this CenterAndSize.
 int hashCode()
           
 void setCenter(Point center)
          Sets the center value for this CenterAndSize.
 void setHeight(double height)
          Sets the height value for this CenterAndSize.
 void setUnits(java.lang.String units)
          Sets the units value for this CenterAndSize.
 void setWidth(double width)
          Sets the width value for this CenterAndSize.
 
Methods inherited from class com.esri.arcgisws.MapArea
getExtent, setExtent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CenterAndSize

public CenterAndSize()

CenterAndSize

public CenterAndSize(Envelope extent,
                     Point center,
                     double height,
                     double width,
                     java.lang.String units)
Method Detail

getCenter

public Point getCenter()
Gets the center value for this CenterAndSize.

Returns:
center

setCenter

public void setCenter(Point center)
Sets the center value for this CenterAndSize.

Parameters:
center -

getHeight

public double getHeight()
Gets the height value for this CenterAndSize.

Returns:
height

setHeight

public void setHeight(double height)
Sets the height value for this CenterAndSize.

Parameters:
height -

getWidth

public double getWidth()
Gets the width value for this CenterAndSize.

Returns:
width

setWidth

public void setWidth(double width)
Sets the width value for this CenterAndSize.

Parameters:
width -

getUnits

public java.lang.String getUnits()
Gets the units value for this CenterAndSize.

Returns:
units

setUnits

public void setUnits(java.lang.String units)
Sets the units value for this CenterAndSize.

Parameters:
units -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class MapArea

hashCode

public int hashCode()
Overrides:
hashCode in class MapArea

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer