|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapArea
com.esri.arcgisws.FeatureExtent
public class FeatureExtent
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>
| 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 |
|---|
@Deprecated
public FeatureExtent(Envelope extent,
double defaultScale,
double expandRatio,
int[] featureIDs,
int layerID,
String mapName)
public FeatureExtent()
| Method Detail |
|---|
public double getDefaultScale()
public void setDefaultScale(double value)
public double getExpandRatio()
public void setExpandRatio(double value)
public int[] getFeatureIDs()
[] public void setFeatureIDs(int[] value)
value - allowed object is
[] public int getLayerID()
public void setLayerID(int value)
public String getMapName()
Stringpublic void setMapName(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||