com.esri.arcgisws
Class MapExtent

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

public class MapExtent
extends MapArea
implements Serializable

Java class for MapExtent complex type.

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

 <complexType name="MapExtent">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MapArea">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapExtent()
          MapExtent default constructor.
MapExtent(Envelope extent)
          Deprecated. 
 
Method Summary
 
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

MapExtent

@Deprecated
public MapExtent(Envelope extent)
Deprecated. 

MapExtent constructor.


MapExtent

public MapExtent()
MapExtent default constructor.