com.esri.arcgisws
Class Envelope
java.lang.Object
   com.esri.arcgisws.Geometry
com.esri.arcgisws.Geometry
       com.esri.arcgisws.Envelope
com.esri.arcgisws.Envelope
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- EnvelopeB, EnvelopeN
- public abstract class Envelope 
- extends Geometry- implements Serializable
Java class for Envelope complex type.
 
The following schema fragment specifies the expected content contained within this class.
 
 <complexType name="Envelope">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry">
     </extension>
   </complexContent>
 </complexType>
 
- See Also:
- Serialized Form
| Constructor Summary | 
| Envelope()Envelope default constructor.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Envelope
public Envelope()
- Envelope default constructor.