com.esri.arcgisws
Class CenterAndScale

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

public class CenterAndScale
extends MapArea
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CenterAndScale()
           
CenterAndScale(Envelope extent, Point center, double scale, java.lang.Double DPI, java.lang.Integer devBottom, java.lang.Integer devLeft, java.lang.Integer devTop, java.lang.Integer devRight)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Point getCenter()
          Gets the center value for this CenterAndScale.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Integer getDevBottom()
          Gets the devBottom value for this CenterAndScale.
 java.lang.Integer getDevLeft()
          Gets the devLeft value for this CenterAndScale.
 java.lang.Integer getDevRight()
          Gets the devRight value for this CenterAndScale.
 java.lang.Integer getDevTop()
          Gets the devTop value for this CenterAndScale.
 java.lang.Double getDPI()
          Gets the DPI value for this CenterAndScale.
 double getScale()
          Gets the scale value for this CenterAndScale.
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
 int hashCode()
           
 void setCenter(Point center)
          Sets the center value for this CenterAndScale.
 void setDevBottom(java.lang.Integer devBottom)
          Sets the devBottom value for this CenterAndScale.
 void setDevLeft(java.lang.Integer devLeft)
          Sets the devLeft value for this CenterAndScale.
 void setDevRight(java.lang.Integer devRight)
          Sets the devRight value for this CenterAndScale.
 void setDevTop(java.lang.Integer devTop)
          Sets the devTop value for this CenterAndScale.
 void setDPI(java.lang.Double DPI)
          Sets the DPI value for this CenterAndScale.
 void setScale(double scale)
          Sets the scale value for this CenterAndScale.
 
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

CenterAndScale

public CenterAndScale()

CenterAndScale

public CenterAndScale(Envelope extent,
                      Point center,
                      double scale,
                      java.lang.Double DPI,
                      java.lang.Integer devBottom,
                      java.lang.Integer devLeft,
                      java.lang.Integer devTop,
                      java.lang.Integer devRight)
Method Detail

getCenter

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

Returns:
center

setCenter

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

Parameters:
center -

getScale

public double getScale()
Gets the scale value for this CenterAndScale.

Returns:
scale

setScale

public void setScale(double scale)
Sets the scale value for this CenterAndScale.

Parameters:
scale -

getDPI

public java.lang.Double getDPI()
Gets the DPI value for this CenterAndScale.

Returns:
DPI

setDPI

public void setDPI(java.lang.Double DPI)
Sets the DPI value for this CenterAndScale.

Parameters:
DPI -

getDevBottom

public java.lang.Integer getDevBottom()
Gets the devBottom value for this CenterAndScale.

Returns:
devBottom

setDevBottom

public void setDevBottom(java.lang.Integer devBottom)
Sets the devBottom value for this CenterAndScale.

Parameters:
devBottom -

getDevLeft

public java.lang.Integer getDevLeft()
Gets the devLeft value for this CenterAndScale.

Returns:
devLeft

setDevLeft

public void setDevLeft(java.lang.Integer devLeft)
Sets the devLeft value for this CenterAndScale.

Parameters:
devLeft -

getDevTop

public java.lang.Integer getDevTop()
Gets the devTop value for this CenterAndScale.

Returns:
devTop

setDevTop

public void setDevTop(java.lang.Integer devTop)
Sets the devTop value for this CenterAndScale.

Parameters:
devTop -

getDevRight

public java.lang.Integer getDevRight()
Gets the devRight value for this CenterAndScale.

Returns:
devRight

setDevRight

public void setDevRight(java.lang.Integer devRight)
Sets the devRight value for this CenterAndScale.

Parameters:
devRight -

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