|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MobileMapInfo
public class MobileMapInfo
Java class for MobileMapInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileMapInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FullExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
<element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriUnits"/>
<element name="MobileLayerInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMobileLayerInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MobileMapInfo()
MobileMapInfo default constructor. |
|
MobileMapInfo(String name,
String description,
Envelope fullExtent,
Envelope extent,
SpatialReference spatialReference,
EsriUnits units,
MobileLayerInfo[] mobileLayerInfos)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
Envelope |
getExtent()
Gets the value of the extent property. |
Envelope |
getFullExtent()
Gets the value of the fullExtent property. |
MobileLayerInfo[] |
getMobileLayerInfos()
Gets the value of the mobileLayerInfos property. |
String |
getName()
Gets the value of the name property. |
SpatialReference |
getSpatialReference()
The spatial reference of the map (data frame). |
EsriUnits |
getUnits()
The units for the map (data frame). |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setFullExtent(Envelope value)
Sets the value of the fullExtent property. |
void |
setMobileLayerInfos(MobileLayerInfo[] value)
Sets the value of the mobileLayerInfos property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSpatialReference(SpatialReference value)
The spatial reference of the map (data frame). |
void |
setUnits(EsriUnits value)
The units for the map (data frame). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MobileMapInfo(String name,
String description,
Envelope fullExtent,
Envelope extent,
SpatialReference spatialReference,
EsriUnits units,
MobileLayerInfo[] mobileLayerInfos)
public MobileMapInfo()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Envelope getFullExtent()
Envelopepublic void setFullExtent(Envelope value)
value - allowed object is
Envelopepublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic EsriUnits getUnits()
EsriUnitspublic void setUnits(EsriUnits value)
value - allowed object is
EsriUnitspublic MobileLayerInfo[] getMobileLayerInfos()
[] public void setMobileLayerInfos(MobileLayerInfo[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||