com.esri.arcgisws
Class CenterAndScale

java.lang.Object
  extended by com.esri.arcgisws.MapArea
      extended by com.esri.arcgisws.CenterAndScale
All Implemented Interfaces:
Serializable

public class CenterAndScale
extends MapArea
implements Serializable

Java class for CenterAndScale complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CenterAndScale">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MapArea">
       <sequence>
         <element name="Center" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
         <element name="Scale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="DPI" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="DevBottom" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DevLeft" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DevTop" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DevRight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CenterAndScale()
          CenterAndScale default constructor.
CenterAndScale(Envelope extent, Point center, double scale, Double dpi, Integer devBottom, Integer devLeft, Integer devTop, Integer devRight)
          Deprecated. 
 
Method Summary
 Point getCenter()
          Gets the value of the center property.
 Integer getDevBottom()
          The X cooridnate for bottom right corner point.
 Integer getDevLeft()
          The X coordinate for the upper left corner point.
 Integer getDevRight()
          The Y coordinate for the bottom right corner point.
 Integer getDevTop()
          The Y coordinate for the upper left corner point.
 Double getDPI()
          The device resolution of the image.
 double getScale()
          The map scale.
 void setCenter(Point value)
          Sets the value of the center property.
 void setDevBottom(Integer value)
          The X cooridnate for bottom right corner point.
 void setDevLeft(Integer value)
          The X coordinate for the upper left corner point.
 void setDevRight(Integer value)
          The Y coordinate for the bottom right corner point.
 void setDevTop(Integer value)
          The Y coordinate for the upper left corner point.
 void setDPI(Double value)
          The device resolution of the image.
 void setScale(double value)
          The map scale.
 
Methods inherited from class com.esri.arcgisws.MapArea
getExtent, setExtent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CenterAndScale

@Deprecated
public CenterAndScale(Envelope extent,
                                 Point center,
                                 double scale,
                                 Double dpi,
                                 Integer devBottom,
                                 Integer devLeft,
                                 Integer devTop,
                                 Integer devRight)
Deprecated. 

CenterAndScale constructor.


CenterAndScale

public CenterAndScale()
CenterAndScale default constructor.

Method Detail

getCenter

public Point getCenter()
Gets the value of the center property.

Returns:
possible object is Point

setCenter

public void setCenter(Point value)
Sets the value of the center property.

Parameters:
value - allowed object is Point

getScale

public double getScale()
The map scale. Gets the value of the scale property.


setScale

public void setScale(double value)
The map scale. Sets the value of the scale property.


getDPI

public Double getDPI()
The device resolution of the image. Gets the value of the dpi property.

Returns:
possible object is Double

setDPI

public void setDPI(Double value)
The device resolution of the image. Sets the value of the dpi property.

Parameters:
value - allowed object is Double

getDevBottom

public Integer getDevBottom()
The X cooridnate for bottom right corner point. Gets the value of the devBottom property.

Returns:
possible object is Integer

setDevBottom

public void setDevBottom(Integer value)
The X cooridnate for bottom right corner point. Sets the value of the devBottom property.

Parameters:
value - allowed object is Integer

getDevLeft

public Integer getDevLeft()
The X coordinate for the upper left corner point. Gets the value of the devLeft property.

Returns:
possible object is Integer

setDevLeft

public void setDevLeft(Integer value)
The X coordinate for the upper left corner point. Sets the value of the devLeft property.

Parameters:
value - allowed object is Integer

getDevTop

public Integer getDevTop()
The Y coordinate for the upper left corner point. Gets the value of the devTop property.

Returns:
possible object is Integer

setDevTop

public void setDevTop(Integer value)
The Y coordinate for the upper left corner point. Sets the value of the devTop property.

Parameters:
value - allowed object is Integer

getDevRight

public Integer getDevRight()
The Y coordinate for the bottom right corner point. Gets the value of the devRight property.

Returns:
possible object is Integer

setDevRight

public void setDevRight(Integer value)
The Y coordinate for the bottom right corner point. Sets the value of the devRight property.

Parameters:
value - allowed object is Integer