| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapArea
com.esri.arcgisws.CenterAndSize
public class CenterAndSize
Java class for CenterAndSize complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CenterAndSize">
   <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="Height" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Width" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Units" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| CenterAndSize()CenterAndSize default constructor. | |
| CenterAndSize(Envelope extent,
              Point center,
              double height,
              double width,
              String units)Deprecated. | |
| Method Summary | |
|---|---|
|  Point | getCenter()Gets the value of the center property. | 
|  double | getHeight()Gets the value of the height property. | 
|  String | getUnits()Gets the value of the units property. | 
|  double | getWidth()Gets the value of the width property. | 
|  void | setCenter(Point value)Sets the value of the center property. | 
|  void | setHeight(double value)Sets the value of the height property. | 
|  void | setUnits(String value)Sets the value of the units property. | 
|  void | setWidth(double value)Sets the value of the width property. | 
| 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 | 
|---|
@Deprecated
public CenterAndSize(Envelope extent,
                                Point center,
                                double height,
                                double width,
                                String units)
public CenterAndSize()
| Method Detail | 
|---|
public Point getCenter()
Pointpublic void setCenter(Point value)
value - allowed object is
     Pointpublic double getHeight()
public void setHeight(double value)
public double getWidth()
public void setWidth(double value)
public String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
     String| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||