| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Geometry
com.esri.arcgisws.Envelope
com.esri.arcgisws.EnvelopeN
public class EnvelopeN
Java class for EnvelopeN complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="EnvelopeN">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope">
       <sequence>
         <element name="XMin" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="YMin" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="XMax" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="YMax" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ZMin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ZMax" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MMin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MMax" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
EnvelopeN()
EnvelopeN default constructor.  | 
|
EnvelopeN(double xMin,
          double yMin,
          double xMax,
          double yMax,
          Double zMin,
          Double zMax,
          Double mMin,
          Double mMax,
          SpatialReference spatialReference)
Deprecated.  | 
|
| Method Summary | |
|---|---|
 Double | 
getMMax()
Gets the value of the mMax property.  | 
 Double | 
getMMin()
Gets the value of the mMin property.  | 
 SpatialReference | 
getSpatialReference()
Gets the value of the spatialReference property.  | 
 double | 
getXMax()
Gets the value of the xMax property.  | 
 double | 
getXMin()
Gets the value of the xMin property.  | 
 double | 
getYMax()
Gets the value of the yMax property.  | 
 double | 
getYMin()
Gets the value of the yMin property.  | 
 Double | 
getZMax()
Gets the value of the zMax property.  | 
 Double | 
getZMin()
Gets the value of the zMin property.  | 
 void | 
setMMax(Double value)
Sets the value of the mMax property.  | 
 void | 
setMMin(Double value)
Sets the value of the mMin property.  | 
 void | 
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.  | 
 void | 
setXMax(double value)
Sets the value of the xMax property.  | 
 void | 
setXMin(double value)
Sets the value of the xMin property.  | 
 void | 
setYMax(double value)
Sets the value of the yMax property.  | 
 void | 
setYMin(double value)
Sets the value of the yMin property.  | 
 void | 
setZMax(Double value)
Sets the value of the zMax property.  | 
 void | 
setZMin(Double value)
Sets the value of the zMin property.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public EnvelopeN(double xMin,
                            double yMin,
                            double xMax,
                            double yMax,
                            Double zMin,
                            Double zMax,
                            Double mMin,
                            Double mMax,
                            SpatialReference spatialReference)
public EnvelopeN()
| Method Detail | 
|---|
public double getXMin()
public void setXMin(double value)
public double getYMin()
public void setYMin(double value)
public double getXMax()
public void setXMax(double value)
public double getYMax()
public void setYMax(double value)
public Double getZMin()
Doublepublic void setZMin(Double value)
value - allowed object is
     Doublepublic Double getZMax()
Doublepublic void setZMax(Double value)
value - allowed object is
     Doublepublic Double getMMin()
Doublepublic void setMMin(Double value)
value - allowed object is
     Doublepublic Double getMMax()
Doublepublic void setMMax(Double value)
value - allowed object is
     Doublepublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
     SpatialReference
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||