com.esri.arcgisws
Class EnvelopeN

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.Envelope
          extended by com.esri.arcgisws.EnvelopeN
All Implemented Interfaces:
Serializable

public class EnvelopeN
extends Envelope
implements Serializable

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>
 

See Also:
Serialized Form

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

EnvelopeN

@Deprecated
public EnvelopeN(double xMin,
                            double yMin,
                            double xMax,
                            double yMax,
                            Double zMin,
                            Double zMax,
                            Double mMin,
                            Double mMax,
                            SpatialReference spatialReference)
Deprecated. 

EnvelopeN constructor.


EnvelopeN

public EnvelopeN()
EnvelopeN default constructor.

Method Detail

getXMin

public double getXMin()
Gets the value of the xMin property.


setXMin

public void setXMin(double value)
Sets the value of the xMin property.


getYMin

public double getYMin()
Gets the value of the yMin property.


setYMin

public void setYMin(double value)
Sets the value of the yMin property.


getXMax

public double getXMax()
Gets the value of the xMax property.


setXMax

public void setXMax(double value)
Sets the value of the xMax property.


getYMax

public double getYMax()
Gets the value of the yMax property.


setYMax

public void setYMax(double value)
Sets the value of the yMax property.


getZMin

public Double getZMin()
Gets the value of the zMin property.

Returns:
possible object is Double

setZMin

public void setZMin(Double value)
Sets the value of the zMin property.

Parameters:
value - allowed object is Double

getZMax

public Double getZMax()
Gets the value of the zMax property.

Returns:
possible object is Double

setZMax

public void setZMax(Double value)
Sets the value of the zMax property.

Parameters:
value - allowed object is Double

getMMin

public Double getMMin()
Gets the value of the mMin property.

Returns:
possible object is Double

setMMin

public void setMMin(Double value)
Sets the value of the mMin property.

Parameters:
value - allowed object is Double

getMMax

public Double getMMax()
Gets the value of the mMax property.

Returns:
possible object is Double

setMMax

public void setMMax(Double value)
Sets the value of the mMax property.

Parameters:
value - allowed object is Double

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference