com.esri.arcgisws
Class MapArea

java.lang.Object
  extended by com.esri.arcgisws.MapArea
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CenterAndScale, CenterAndSize, FeatureExtent, MapExtent, MapServerBookmark

public abstract class MapArea
extends Object
implements Serializable

Java class for MapArea complex type.

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

 <complexType name="MapArea">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapArea()
          MapArea default constructor.
MapArea(Envelope extent)
          Deprecated. 
 
Method Summary
 Envelope getExtent()
          Gets the value of the extent property.
 void setExtent(Envelope value)
          Sets the value of the extent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapArea

@Deprecated
public MapArea(Envelope extent)
Deprecated. 

MapArea constructor.


MapArea

public MapArea()
MapArea default constructor.

Method Detail

getExtent

public Envelope getExtent()
Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
Sets the value of the extent property.

Parameters:
value - allowed object is Envelope