com.esri.arcgisws
Class EnvelopeN

java.lang.Object
  extended bycom.esri.arcgisws.Geometry
      extended bycom.esri.arcgisws.Envelope
          extended bycom.esri.arcgisws.EnvelopeN
All Implemented Interfaces:
java.io.Serializable

public class EnvelopeN
extends Envelope
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EnvelopeN()
           
EnvelopeN(double XMin, double YMin, double XMax, double YMax, java.lang.Double ZMin, java.lang.Double ZMax, java.lang.Double MMin, java.lang.Double MMax, SpatialReference spatialReference)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Double getMMax()
          Gets the MMax value for this EnvelopeN.
 java.lang.Double getMMin()
          Gets the MMin value for this EnvelopeN.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SpatialReference getSpatialReference()
          Gets the spatialReference value for this EnvelopeN.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 double getXMax()
          Gets the XMax value for this EnvelopeN.
 double getXMin()
          Gets the XMin value for this EnvelopeN.
 double getYMax()
          Gets the YMax value for this EnvelopeN.
 double getYMin()
          Gets the YMin value for this EnvelopeN.
 java.lang.Double getZMax()
          Gets the ZMax value for this EnvelopeN.
 java.lang.Double getZMin()
          Gets the ZMin value for this EnvelopeN.
 int hashCode()
           
 void setMMax(java.lang.Double MMax)
          Sets the MMax value for this EnvelopeN.
 void setMMin(java.lang.Double MMin)
          Sets the MMin value for this EnvelopeN.
 void setSpatialReference(SpatialReference spatialReference)
          Sets the spatialReference value for this EnvelopeN.
 void setXMax(double XMax)
          Sets the XMax value for this EnvelopeN.
 void setXMin(double XMin)
          Sets the XMin value for this EnvelopeN.
 void setYMax(double YMax)
          Sets the YMax value for this EnvelopeN.
 void setYMin(double YMin)
          Sets the YMin value for this EnvelopeN.
 void setZMax(java.lang.Double ZMax)
          Sets the ZMax value for this EnvelopeN.
 void setZMin(java.lang.Double ZMin)
          Sets the ZMin value for this EnvelopeN.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeN

public EnvelopeN()

EnvelopeN

public EnvelopeN(double XMin,
                 double YMin,
                 double XMax,
                 double YMax,
                 java.lang.Double ZMin,
                 java.lang.Double ZMax,
                 java.lang.Double MMin,
                 java.lang.Double MMax,
                 SpatialReference spatialReference)
Method Detail

getXMin

public double getXMin()
Gets the XMin value for this EnvelopeN.

Returns:
XMin

setXMin

public void setXMin(double XMin)
Sets the XMin value for this EnvelopeN.

Parameters:
XMin -

getYMin

public double getYMin()
Gets the YMin value for this EnvelopeN.

Returns:
YMin

setYMin

public void setYMin(double YMin)
Sets the YMin value for this EnvelopeN.

Parameters:
YMin -

getXMax

public double getXMax()
Gets the XMax value for this EnvelopeN.

Returns:
XMax

setXMax

public void setXMax(double XMax)
Sets the XMax value for this EnvelopeN.

Parameters:
XMax -

getYMax

public double getYMax()
Gets the YMax value for this EnvelopeN.

Returns:
YMax

setYMax

public void setYMax(double YMax)
Sets the YMax value for this EnvelopeN.

Parameters:
YMax -

getZMin

public java.lang.Double getZMin()
Gets the ZMin value for this EnvelopeN.

Returns:
ZMin

setZMin

public void setZMin(java.lang.Double ZMin)
Sets the ZMin value for this EnvelopeN.

Parameters:
ZMin -

getZMax

public java.lang.Double getZMax()
Gets the ZMax value for this EnvelopeN.

Returns:
ZMax

setZMax

public void setZMax(java.lang.Double ZMax)
Sets the ZMax value for this EnvelopeN.

Parameters:
ZMax -

getMMin

public java.lang.Double getMMin()
Gets the MMin value for this EnvelopeN.

Returns:
MMin

setMMin

public void setMMin(java.lang.Double MMin)
Sets the MMin value for this EnvelopeN.

Parameters:
MMin -

getMMax

public java.lang.Double getMMax()
Gets the MMax value for this EnvelopeN.

Returns:
MMax

setMMax

public void setMMax(java.lang.Double MMax)
Sets the MMax value for this EnvelopeN.

Parameters:
MMax -

getSpatialReference

public SpatialReference getSpatialReference()
Gets the spatialReference value for this EnvelopeN.

Returns:
spatialReference

setSpatialReference

public void setSpatialReference(SpatialReference spatialReference)
Sets the spatialReference value for this EnvelopeN.

Parameters:
spatialReference -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Envelope

hashCode

public int hashCode()
Overrides:
hashCode in class Envelope

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer