com.esri.arcgisws
Class FeatureExtent

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

public class FeatureExtent
extends MapArea
implements Serializable

Java class for FeatureExtent complex type.

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

 <complexType name="FeatureExtent">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MapArea">
       <sequence>
         <element name="DefaultScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ExpandRatio" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="FeatureIDs" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
         <element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="MapName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FeatureExtent()
          FeatureExtent default constructor.
FeatureExtent(Envelope extent, double defaultScale, double expandRatio, int[] featureIDs, int layerID, String mapName)
          Deprecated. 
 
Method Summary
 double getDefaultScale()
          Gets the value of the defaultScale property.
 double getExpandRatio()
          Gets the value of the expandRatio property.
 int[] getFeatureIDs()
          Gets the value of the featureIDs property.
 int getLayerID()
          Gets the value of the layerID property.
 String getMapName()
          Gets the value of the mapName property.
 void setDefaultScale(double value)
          Sets the value of the defaultScale property.
 void setExpandRatio(double value)
          Sets the value of the expandRatio property.
 void setFeatureIDs(int[] value)
          Sets the value of the featureIDs property.
 void setLayerID(int value)
          Sets the value of the layerID property.
 void setMapName(String value)
          Sets the value of the mapName property.
 
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

FeatureExtent

@Deprecated
public FeatureExtent(Envelope extent,
                                double defaultScale,
                                double expandRatio,
                                int[] featureIDs,
                                int layerID,
                                String mapName)
Deprecated. 

FeatureExtent constructor.


FeatureExtent

public FeatureExtent()
FeatureExtent default constructor.

Method Detail

getDefaultScale

public double getDefaultScale()
Gets the value of the defaultScale property.


setDefaultScale

public void setDefaultScale(double value)
Sets the value of the defaultScale property.


getExpandRatio

public double getExpandRatio()
Gets the value of the expandRatio property.


setExpandRatio

public void setExpandRatio(double value)
Sets the value of the expandRatio property.


getFeatureIDs

public int[] getFeatureIDs()
Gets the value of the featureIDs property.

Returns:
possible object is []

setFeatureIDs

public void setFeatureIDs(int[] value)
Sets the value of the featureIDs property.

Parameters:
value - allowed object is []

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


getMapName

public String getMapName()
Gets the value of the mapName property.

Returns:
possible object is String

setMapName

public void setMapName(String value)
Sets the value of the mapName property.

Parameters:
value - allowed object is String